summaryrefslogtreecommitdiff
path: root/www/bacon
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 14:55:08 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 14:55:08 +0000
commite8c2e7809184165f10be443f9612cec01e07b6a3 (patch)
treef51c173f779d21ca48f7d1d9dbbbccbaf4e80a35 /www/bacon
parentI forgot to change $Id to $FreeBSD. (diff)
Quick, easy-to-read, web statistics program
PR: 12708 Submitted by: Justin Robinson <jmrobins@samurai.ruin.org>
Notes
Notes: svn path=/head/; revision=21499
Diffstat (limited to 'www/bacon')
-rw-r--r--www/bacon/Makefile32
-rw-r--r--www/bacon/distinfo1
-rw-r--r--www/bacon/pkg-comment1
-rw-r--r--www/bacon/pkg-descr8
-rw-r--r--www/bacon/pkg-message6
-rw-r--r--www/bacon/pkg-plist3
6 files changed, 51 insertions, 0 deletions
diff --git a/www/bacon/Makefile b/www/bacon/Makefile
new file mode 100644
index 000000000000..3285562968d1
--- /dev/null
+++ b/www/bacon/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: bacon
+# Version required: 1.1b
+# Date created: 9 September 1999
+# Whom: Justin Robinson <jmrobins@samurai.ruin.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= bacon-1.071999
+CATEGORIES= www
+MASTER_SITES= ftp://samurai.ruin.org/pub/All/
+
+MAINTAINER= jmrobins@samurai.ruin.org
+
+USE_PERL5= YES
+
+DIST= bacon.pl
+
+do-build:
+ @cd ${WRKSRC}; ${MV} ${DIST} ${DIST}.orig; \
+ ${SED} -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \
+ ${DIST}.orig > ${DIST}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/bacon.pl ${PREFIX}/www/cgi-bin/bacon.pl
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/bacon/
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/bacon/INSTALL
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/www/bacon/distinfo b/www/bacon/distinfo
new file mode 100644
index 000000000000..3f0f286ba9bc
--- /dev/null
+++ b/www/bacon/distinfo
@@ -0,0 +1 @@
+MD5 (bacon-1.071999.tar.gz) = 50dfc8301d9b789c02665b83e9c4d192
diff --git a/www/bacon/pkg-comment b/www/bacon/pkg-comment
new file mode 100644
index 000000000000..c99e4afbaf91
--- /dev/null
+++ b/www/bacon/pkg-comment
@@ -0,0 +1 @@
+Quick, easy-to-read, web statistics program
diff --git a/www/bacon/pkg-descr b/www/bacon/pkg-descr
new file mode 100644
index 000000000000..eea5f5606504
--- /dev/null
+++ b/www/bacon/pkg-descr
@@ -0,0 +1,8 @@
+Bacon is a perl program designed to make viewing and reading weblogs easy.
+It has support for multiple virtual hosts and lets you know who has been
+to your webpage.
+
+WWW: http://bacon.ruin.org/
+
+-Justin Robinson
+jmrobins@samurai.ruin.org
diff --git a/www/bacon/pkg-message b/www/bacon/pkg-message
new file mode 100644
index 000000000000..a70497e1ef83
--- /dev/null
+++ b/www/bacon/pkg-message
@@ -0,0 +1,6 @@
+
+---------------------------------------------------------------------
+Please read the ${PREFIX}/share/doc/bacon/INSTALL file for info on
+configuring this program."
+---------------------------------------------------------------------
+
diff --git a/www/bacon/pkg-plist b/www/bacon/pkg-plist
new file mode 100644
index 000000000000..74eddef3a63e
--- /dev/null
+++ b/www/bacon/pkg-plist
@@ -0,0 +1,3 @@
+www/cgi-bin/bacon.pl
+share/doc/bacon/INSTALL
+@dirrm share/doc/bacon