summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-01-31 23:53:59 +0000
committerjedgar <jedgar@FreeBSD.org>2000-01-31 23:53:59 +0000
commitb731d78885bc75c2527cd322a4d435ddd0906bf2 (patch)
tree61c2aaf8454da430c77c954f02a7357b2965abac
parent54222172fa438c1483506c9b50bc27a08e4e3992 (diff)
downloadFreeBSD-ports-b731d78885bc75c2527cd322a4d435ddd0906bf2.zip
FreeBSD-ports-b731d78885bc75c2527cd322a4d435ddd0906bf2.tar.gz
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>
-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 0000000..ee662d3
--- /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 0000000..8107ae5
--- /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 0000000..af2160e
--- /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 0000000..95e8c41
--- /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 0000000..f153a38
--- /dev/null
+++ b/www/indexme/pkg-plist
@@ -0,0 +1,3 @@
+bin/indexme
+share/doc/indexme/README
+@dirrm share/doc/indexme
OpenPOWER on IntegriCloud