diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-06 19:09:21 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-06 19:09:21 +0800 |
commit | c12fd90d34226266c8090de1f12bddbb4ea811b2 (patch) | |
tree | a791bb1ff1ef77be86eea1caacc4823bb1373f51 /graphics/imageindex | |
parent | c8d1843b7b9dc94b1b0931373b586afb47f830a7 (diff) | |
download | freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.tar.gz freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.tar.zst freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.zip |
Update to 1.1.
PR: 111301
Submitted by: John Reynolds <johnjen@reynoldsnet.org>
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/ |