diff options
Diffstat (limited to 'graphics/exrtools')
| -rw-r--r-- | graphics/exrtools/Makefile | 17 | ||||
| -rw-r--r-- | graphics/exrtools/distinfo | 5 | ||||
| -rw-r--r-- | graphics/exrtools/pkg-plist | 20 |
3 files changed, 37 insertions, 5 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index d2d63895529c..09f54fd43bb1 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -1,6 +1,5 @@ PORTNAME= exrtools -DISTVERSION= 0.4 -PORTREVISION= 38 +DISTVERSION= 0.5 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ LOCAL/ehaupt @@ -21,8 +20,20 @@ GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ + ${WRKSRC}/src/exrlmspptm.c \ + ${WRKSRC}/src/exrluminance.c \ + ${WRKSRC}/src/exrppnew.c \ + ${WRKSRC}/src/exrhistogram.c \ + ${WRKSRC}/src/exrxyz.c \ ${WRKSRC}/src/exrnormalize.c \ + ${WRKSRC}/src/exrclip.c \ + ${WRKSRC}/src/exrexpand.c \ + ${WRKSRC}/src/exrbiggstm.c \ + ${WRKSRC}/src/exrcompare.c \ + ${WRKSRC}/src/exriptpp.c \ ${WRKSRC}/src/exrpptm.c \ - ${WRKSRC}/src/exrstats.c + ${WRKSRC}/src/exrstats.c \ + ${WRKSRC}/src/exrbiggsrev.c \ + ${WRKSRC}/src/exraverage.c .include <bsd.port.mk> diff --git a/graphics/exrtools/distinfo b/graphics/exrtools/distinfo index 074e14c6142b..b3d98c9a2590 100644 --- a/graphics/exrtools/distinfo +++ b/graphics/exrtools/distinfo @@ -1,2 +1,3 @@ -SHA256 (exrtools-0.4.tar.gz) = 9f5c8e455fa256e13b49d635c599661d0306bc0c4993a5e08b51faa0f1d4f34a -SIZE (exrtools-0.4.tar.gz) = 300197 +TIMESTAMP = 1777894535 +SHA256 (exrtools-0.5.tar.gz) = baf3edfdbc4dd9d19ce115c3e981c291dcbaefa2b8adb7e4b031daaffbfbf323 +SIZE (exrtools-0.5.tar.gz) = 319992 diff --git a/graphics/exrtools/pkg-plist b/graphics/exrtools/pkg-plist index 24384cf70244..ed09426d1ced 100644 --- a/graphics/exrtools/pkg-plist +++ b/graphics/exrtools/pkg-plist @@ -1,11 +1,31 @@ +bin/exradd +bin/exraverage +bin/exrbiggsrev +bin/exrbiggstm bin/exrblur bin/exrchr +bin/exrciecam02 +bin/exrclip +bin/exrcompare +bin/exrexpand +bin/exrhistogram +bin/exrhunttm +bin/exricamipt bin/exricamtm +bin/exriptpp +bin/exrlmsnlm +bin/exrlmspow +bin/exrlmspptm +bin/exrluminance bin/exrnlm +bin/exrnlmtest bin/exrnormalize +bin/exrppnew bin/exrpptm bin/exrstats bin/exrtopng +bin/exrxyz +bin/floattoexr bin/jpegtoexr bin/pngtoexr bin/ppmtoexr |
