summaryrefslogtreecommitdiff
path: root/www/thumbnail_index
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-05 14:46:21 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-05 14:46:21 +0000
commitb8c132b5087119ec1a766682e5a7c59871892bd3 (patch)
tree77e93e8486393cf0b5189967d898b8689f9d56b7 /www/thumbnail_index
parentNew port of bitnotes. (diff)
add thumbnail_index, make an HTML index file
for a bunch of images
Notes
Notes: svn path=/head/; revision=32309
Diffstat (limited to 'www/thumbnail_index')
-rw-r--r--www/thumbnail_index/Makefile24
-rw-r--r--www/thumbnail_index/distinfo1
-rw-r--r--www/thumbnail_index/files/patch-aa10
-rw-r--r--www/thumbnail_index/pkg-comment1
-rw-r--r--www/thumbnail_index/pkg-descr10
-rw-r--r--www/thumbnail_index/pkg-plist2
6 files changed, 48 insertions, 0 deletions
diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile
new file mode 100644
index 000000000000..2c0bd015f432
--- /dev/null
+++ b/www/thumbnail_index/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: thumbnail_index
+# Date created: Aug 14, 2000
+# Whom: Yoshiro MIHIRA <sanpei@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= thumbnail_index
+PORTVERSION= 1998.08.10
+CATEGORIES= www
+MASTER_SITES= http://www.acme.com/software/thumbnail_index/
+DISTNAME= ${PORTNAME}_10aug98
+
+MAINTAINER= sanpei@FreeBSD.org
+
+RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
+ pnmmerge:${PORTSDIR}/graphics/netpbm
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+MAN1= thumbnail_index.1
+
+do-build: # empty
+
+.include <bsd.port.mk>
diff --git a/www/thumbnail_index/distinfo b/www/thumbnail_index/distinfo
new file mode 100644
index 000000000000..d1300541b2cc
--- /dev/null
+++ b/www/thumbnail_index/distinfo
@@ -0,0 +1 @@
+MD5 (thumbnail_index_10aug98.tar.gz) = 894f327d394441f85e03f86aa54dabe3
diff --git a/www/thumbnail_index/files/patch-aa b/www/thumbnail_index/files/patch-aa
new file mode 100644
index 000000000000..8110bf4251c5
--- /dev/null
+++ b/www/thumbnail_index/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.org Mon Aug 14 12:53:55 2000
++++ Makefile Mon Aug 14 12:54:13 2000
+@@ -1,5 +1,5 @@
+-BINDIR = /usr/local/bin
+-MANDIR = /usr/local/man/man1
++BINDIR = ${PREFIX}/bin
++MANDIR = ${PREFIX}/man/man1
+
+ all:
+
diff --git a/www/thumbnail_index/pkg-comment b/www/thumbnail_index/pkg-comment
new file mode 100644
index 000000000000..7fdfa15ace23
--- /dev/null
+++ b/www/thumbnail_index/pkg-comment
@@ -0,0 +1 @@
+Make an HTML index file for a bunch of images
diff --git a/www/thumbnail_index/pkg-descr b/www/thumbnail_index/pkg-descr
new file mode 100644
index 000000000000..6667deb3e33b
--- /dev/null
+++ b/www/thumbnail_index/pkg-descr
@@ -0,0 +1,10 @@
+ thumbnail_index - make an HTML index file for a bunch of images
+
+Run this script in a web directory consisting of all or mostly image
+files. It'll create an index.html of thumbnail images, putting
+the thumbnail files in a hidden subdirectory.
+
+WWW: http://www.acme.com/software/thumbnail_index/
+
+MIHIRA, Yoshiro
+<sanpei@FreeBSD.org>
diff --git a/www/thumbnail_index/pkg-plist b/www/thumbnail_index/pkg-plist
new file mode 100644
index 000000000000..76cdf5876b3b
--- /dev/null
+++ b/www/thumbnail_index/pkg-plist
@@ -0,0 +1,2 @@
+bin/thumbnail_index
+bin/thumbnail_reap