svn commit: r310535 - head/graphics/openexr_ctl
Steve Wills
swills at FreeBSD.org
Thu Jan 17 03:26:56 UTC 2013
Author: swills
Date: Thu Jan 17 03:26:55 2013
New Revision: 310535
URL: http://svnweb.freebsd.org/changeset/ports/310535
Log:
- Update to 1.0.1
- Give maintainership to submitter
PR: ports/132341
Submitted by: nemysis <nemysis at gmx.ch>
Modified:
head/graphics/openexr_ctl/Makefile
head/graphics/openexr_ctl/distinfo
head/graphics/openexr_ctl/pkg-descr
head/graphics/openexr_ctl/pkg-plist
Modified: head/graphics/openexr_ctl/Makefile
==============================================================================
--- head/graphics/openexr_ctl/Makefile Thu Jan 17 03:26:03 2013 (r310534)
+++ head/graphics/openexr_ctl/Makefile Thu Jan 17 03:26:55 2013 (r310535)
@@ -6,21 +6,27 @@
#
PORTNAME= openexr_ctl
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= openexr
+MASTER_SITES= SF/ampasctl/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= nemysis at gmx.ch
COMMENT= Simplified OpenEXR interface to CTL
-LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
- IlmCtl.2:${PORTSDIR}/graphics/ampasCTL
+LICENSE= BSD
-USE_GNOME= pkgconfig
+LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
+ IlmCtl:${PORTSDIR}/graphics/ampasCTL
+
+USE_PKGCONFIG= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
+USE_LDCONFIG= yes
+
+PORTDOCS= AUTHORS ChangeLog README
+
+.include <bsd.port.options.mk>
test check: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
@@ -29,4 +35,10 @@ test check: build
pre-install: test
.endif
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
Modified: head/graphics/openexr_ctl/distinfo
==============================================================================
--- head/graphics/openexr_ctl/distinfo Thu Jan 17 03:26:03 2013 (r310534)
+++ head/graphics/openexr_ctl/distinfo Thu Jan 17 03:26:55 2013 (r310535)
@@ -1,2 +1,2 @@
-SHA256 (openexr_ctl-1.0.0.tar.gz) = bfa28d626201f6b29e794b9ab54a01ec4b1153ec99160b492adabf0ae082f304
-SIZE (openexr_ctl-1.0.0.tar.gz) = 367164
+SHA256 (openexr_ctl-1.0.1.tar.gz) = 2d88d624e24fce64ee8494d4dd46e33684f93941e1ca46024554d1ab6ed5e9c9
+SIZE (openexr_ctl-1.0.1.tar.gz) = 362864
Modified: head/graphics/openexr_ctl/pkg-descr
==============================================================================
--- head/graphics/openexr_ctl/pkg-descr Thu Jan 17 03:26:03 2013 (r310534)
+++ head/graphics/openexr_ctl/pkg-descr Thu Jan 17 03:26:55 2013 (r310535)
@@ -17,3 +17,5 @@ header fields and most OpenEXR attribute
conversion.
WWW: http://www.openexr.com/
+WWW: http://www.oscars.org/science-technology/council/projects/ctl.html
+WWW: http://ampasctl.sourceforge.net/
Modified: head/graphics/openexr_ctl/pkg-plist
==============================================================================
--- head/graphics/openexr_ctl/pkg-plist Thu Jan 17 03:26:03 2013 (r310534)
+++ head/graphics/openexr_ctl/pkg-plist Thu Jan 17 03:26:55 2013 (r310535)
@@ -1,15 +1,16 @@
bin/exr_ctl_exr
bin/exrdpx
-lib/libIlmImfCtl.a
-lib/libIlmImfCtl.la
-lib/libIlmImfCtl.so
-lib/libIlmImfCtl.so.2
+include/OpenEXR/ImfCtlApplyTransforms.h
lib/CTL/change_saturation.ctl
lib/CTL/transform_DPX_EXR.ctl
lib/CTL/transform_EXR_DPX.ctl
lib/CTL/transform_RRT.ctl
lib/CTL/transform_display_video.ctl
lib/CTL/utilities.ctl
+lib/libIlmImfCtl.a
+lib/libIlmImfCtl.la
+lib/libIlmImfCtl.so
+lib/libIlmImfCtl.so.2
libdata/pkgconfig/OpenEXR_CTL.pc
-include/OpenEXR/ImfCtlApplyTransforms.h
@dirrm lib/CTL
+ at dirrmtry include/OpenEXR
More information about the svn-ports-head
mailing list