diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-04-06 11:09:21 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-04-06 11:09:21 +0000 |
commit | 6f29a39440cd1d44b7ef8381bd72eea153efbb03 (patch) | |
tree | 06af8a063710bf5226d6e1ad6d248a2c8fa798c9 /graphics/imageindex | |
parent | 64c4924aa721757ac28d9d454e6bd9917ca43858 (diff) |
Notes
Diffstat (limited to 'graphics/imageindex')
-rw-r--r-- | graphics/imageindex/Makefile | 4 | ||||
-rw-r--r-- | graphics/imageindex/distinfo | 6 | ||||
-rw-r--r-- | graphics/imageindex/pkg-descr | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index d8bf4967ed81..96880f7af8dc 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imageindex -PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ @@ -18,6 +17,7 @@ COMMENT= A digital photo gallery tool RUN_DEPENDS= \ ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ + ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info USE_PERL5_RUN= yes diff --git a/graphics/imageindex/distinfo b/graphics/imageindex/distinfo index 1fb3a5cd26e0..cb3cbcfe0fee 100644 --- a/graphics/imageindex/distinfo +++ b/graphics/imageindex/distinfo @@ -1,3 +1,3 @@ -MD5 (imageindex-1.0.9.tar.gz) = 47e6d0ee8fefbc8d32eb3a01e4bae307 -SHA256 (imageindex-1.0.9.tar.gz) = 352437723555bb7c1729ceecc17a13c0da774fcd2a1e740ae4597944666017eb -SIZE (imageindex-1.0.9.tar.gz) = 46570 +MD5 (imageindex-1.1.tar.gz) = 1d227ca62937f80e063f40063d1596f9 +SHA256 (imageindex-1.1.tar.gz) = 78f3d92a334e9b8a970cb07a452eb19485f3971485a3c400b4a680007964f66c +SIZE (imageindex-1.1.tar.gz) = 58073 diff --git a/graphics/imageindex/pkg-descr b/graphics/imageindex/pkg-descr index 49f60a7151aa..0074a7e2ad1c 100644 --- a/graphics/imageindex/pkg-descr +++ b/graphics/imageindex/pkg-descr @@ -15,5 +15,6 @@ A flexible digital photo gallery tool. Features include: o CSS is used for fonts/styles. o Can handle many image file formats o Pages pass W3C specs. + o NEW! Supports video files WWW: http://www.edwinh.org/imageindex/ |