diff options
author | swills <swills@FreeBSD.org> | 2013-01-17 11:26:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-17 11:26:55 +0800 |
commit | 6936b60df9b2aace56f75381d3fde3082c97bedd (patch) | |
tree | ad1ab37a50f544f320b25444fa8923be25d45388 | |
parent | 56d33126766c2dc5974b5b525b5013403f78eea8 (diff) | |
download | freebsd-ports-gnome-6936b60df9b2aace56f75381d3fde3082c97bedd.tar.gz freebsd-ports-gnome-6936b60df9b2aace56f75381d3fde3082c97bedd.tar.zst freebsd-ports-gnome-6936b60df9b2aace56f75381d3fde3082c97bedd.zip |
- Update to 1.0.1
- Give maintainership to submitter
PR: ports/132341
Submitted by: nemysis <nemysis@gmx.ch>
-rw-r--r-- | graphics/openexr_ctl/Makefile | 26 | ||||
-rw-r--r-- | graphics/openexr_ctl/distinfo | 4 | ||||
-rw-r--r-- | graphics/openexr_ctl/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/openexr_ctl/pkg-plist | 11 |
4 files changed, 29 insertions, 14 deletions
diff --git a/graphics/openexr_ctl/Makefile b/graphics/openexr_ctl/Makefile index 94ddafed2a77..110a6a284c31 100644 --- a/graphics/openexr_ctl/Makefile +++ b/graphics/openexr_ctl/Makefile @@ -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@FreeBSD.org +MAINTAINER= nemysis@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> diff --git a/graphics/openexr_ctl/distinfo b/graphics/openexr_ctl/distinfo index 074c504784d8..1cfd37589742 100644 --- a/graphics/openexr_ctl/distinfo +++ b/graphics/openexr_ctl/distinfo @@ -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 diff --git a/graphics/openexr_ctl/pkg-descr b/graphics/openexr_ctl/pkg-descr index 4ff94c33905b..8442c6244cb8 100644 --- a/graphics/openexr_ctl/pkg-descr +++ b/graphics/openexr_ctl/pkg-descr @@ -17,3 +17,5 @@ header fields and most OpenEXR attributes are lost during file conversion. WWW: http://www.openexr.com/ +WWW: http://www.oscars.org/science-technology/council/projects/ctl.html +WWW: http://ampasctl.sourceforge.net/ diff --git a/graphics/openexr_ctl/pkg-plist b/graphics/openexr_ctl/pkg-plist index 58cb65a77bde..6f8cee7474ab 100644 --- a/graphics/openexr_ctl/pkg-plist +++ b/graphics/openexr_ctl/pkg-plist @@ -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 +@dirrmtry include/OpenEXR |