summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/Makefile1
-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
7 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 2a0cd42ead4b..e00a2015289c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -159,6 +159,7 @@
SUBDIR += swish-e
SUBDIR += tclhttpd
SUBDIR += thttpd
+ SUBDIR += thumbnail_index
SUBDIR += tidy
SUBDIR += tinyproxy
SUBDIR += transproxy
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