summaryrefslogtreecommitdiff
path: root/www/indexme
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-31 23:53:59 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-31 23:53:59 +0000
commit54c7ee19e6045082550939ef4b10fe65c6ce2daa (patch)
tree9a4287fc69f9f00373e72b10e9270b2381a71b4b /www/indexme
parentUpdate saint to 1.5 (diff)
indexme is a small Perl program for linking several images or
documents into a HTML index for viewing and easy overview. PR: 16462 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
Notes
Notes: svn path=/head/; revision=25369
Diffstat (limited to 'www/indexme')
-rw-r--r--www/indexme/Makefile28
-rw-r--r--www/indexme/distinfo1
-rw-r--r--www/indexme/pkg-comment1
-rw-r--r--www/indexme/pkg-descr2
-rw-r--r--www/indexme/pkg-plist3
5 files changed, 35 insertions, 0 deletions
diff --git a/www/indexme/Makefile b/www/indexme/Makefile
new file mode 100644
index 000000000000..ee662d3adfad
--- /dev/null
+++ b/www/indexme/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: indexme
+# Date created: 30 Jan 2000
+# Version required: 0.1
+# Whom: Carl Johan Madestrand
+#
+# $FreeBSD$
+#
+
+DISTNAME= indexme
+PKGNAME= indexme-0.1
+CATEGORIES= www
+MASTER_SITES= http://kyb.homepage.com/perl/
+
+MAINTAINER= calle.madestrand@norrgarden.se
+
+USE_PERL5= yes
+
+WRKSRC= ${WRKDIR}/indexme
+NO_BUILD= yes
+
+do-install:
+ @ ${MKDIR} ${PREFIX}/share/doc/indexme
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexme
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/indexme/distinfo b/www/indexme/distinfo
new file mode 100644
index 000000000000..8107ae5f5b70
--- /dev/null
+++ b/www/indexme/distinfo
@@ -0,0 +1 @@
+MD5 (indexme.tar.gz) = cb1859060fccca1f31949c9d514a5ff4
diff --git a/www/indexme/pkg-comment b/www/indexme/pkg-comment
new file mode 100644
index 000000000000..af2160e901c1
--- /dev/null
+++ b/www/indexme/pkg-comment
@@ -0,0 +1 @@
+links files into a HTML index for viewing and easy overview
diff --git a/www/indexme/pkg-descr b/www/indexme/pkg-descr
new file mode 100644
index 000000000000..95e8c41ae582
--- /dev/null
+++ b/www/indexme/pkg-descr
@@ -0,0 +1,2 @@
+indexme is a small Perl program for linking several images or
+documents into a HTML index for viewing and easy overview.
diff --git a/www/indexme/pkg-plist b/www/indexme/pkg-plist
new file mode 100644
index 000000000000..f153a38d5c88
--- /dev/null
+++ b/www/indexme/pkg-plist
@@ -0,0 +1,3 @@
+bin/indexme
+share/doc/indexme/README
+@dirrm share/doc/indexme