aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageindex
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 17:56:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 17:56:48 +0000
commitbcaf7ca3a41ae4e8793ff99a4b292d437aa8fd2d (patch)
treee3281c4464f0e60cc88622c170efbc7c51898e71 /graphics/imageindex
parentecedaa4486175f1dbbf3e950f3c739af5fa41a97 (diff)
downloadports-bcaf7ca3a41ae4e8793ff99a4b292d437aa8fd2d.tar.gz
ports-bcaf7ca3a41ae4e8793ff99a4b292d437aa8fd2d.zip
add imageindex 1.0
A digital photo gallery tool PR: 42577 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
Notes
Notes: svn path=/head/; revision=66619
Diffstat (limited to 'graphics/imageindex')
-rw-r--r--graphics/imageindex/Makefile27
-rw-r--r--graphics/imageindex/distinfo1
-rw-r--r--graphics/imageindex/pkg-comment1
-rw-r--r--graphics/imageindex/pkg-descr19
-rw-r--r--graphics/imageindex/pkg-plist4
5 files changed, 52 insertions, 0 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile
new file mode 100644
index 000000000000..b6a2a33f7a8c
--- /dev/null
+++ b/graphics/imageindex/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: imageindex
+# Date created: Sat Sep 7 15:53:33 MST 2002
+# Whom: John Reynolds <johnjen@reynoldsnet.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= imageindex
+PORTVERSION= 1.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.edwinh.org/imageindex/release/ \
+ http://www.reynoldsnet.org/imageindex/release/
+
+MAINTAINER= johnjen@reynoldsnet.org
+
+RUN_DEPENDS= \
+ ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \
+ ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/imageindex/distinfo b/graphics/imageindex/distinfo
new file mode 100644
index 000000000000..ec07c4cad872
--- /dev/null
+++ b/graphics/imageindex/distinfo
@@ -0,0 +1 @@
+MD5 (imageindex-1.0.tar.gz) = d4c8a535cb4c21ffb5c67428c96bd630
diff --git a/graphics/imageindex/pkg-comment b/graphics/imageindex/pkg-comment
new file mode 100644
index 000000000000..db234a0ecf24
--- /dev/null
+++ b/graphics/imageindex/pkg-comment
@@ -0,0 +1 @@
+A digital photo gallery tool
diff --git a/graphics/imageindex/pkg-descr b/graphics/imageindex/pkg-descr
new file mode 100644
index 000000000000..2fbbec4f90fe
--- /dev/null
+++ b/graphics/imageindex/pkg-descr
@@ -0,0 +1,19 @@
+A flexible digital photo gallery tool. Features include:
+
+ o Index, detail, slide, and frame views
+ o Simple, uncluttered output
+ o Static HTML output for ease of copying/archiving
+ o Uses captions from comments embedded in the image files
+ (utility provided). Captions will never be lost as long as you have
+ the image file itself.
+ o Keeps generated images up to date, removes stale files,
+ only generates needed thumbs, etc.
+ o Digital photo details extracted from EXIF data
+ o Can optionally recurse directory trees and make montage images of
+ directory contents
+ o Easily configurable, can use an rc file.
+ o CSS is used for fonts/styles.
+ o Can handle many image file formats
+ o Pages pass W3C specs.
+
+WWW: http://www.edwinh.org/imageindex/
diff --git a/graphics/imageindex/pkg-plist b/graphics/imageindex/pkg-plist
new file mode 100644
index 000000000000..8b0d795a902e
--- /dev/null
+++ b/graphics/imageindex/pkg-plist
@@ -0,0 +1,4 @@
+bin/imageindex
+bin/autocaption
+%%PORTDOCS%%share/doc/imageindex/README
+%%PORTDOCS%%@dirrm share/doc/imageindex