diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-09 22:55:08 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-09 22:55:08 +0800 |
commit | ef0e9d9b198c6def75a54dc9e4aa71cb7fc668dd (patch) | |
tree | dc1051f7d251cc2d1cfeb5a83c3461d42c6ab459 /www | |
parent | 42f5d4006457a174e13d6ca9dd0fe09f00ef8644 (diff) | |
download | freebsd-ports-gnome-ef0e9d9b198c6def75a54dc9e4aa71cb7fc668dd.tar.gz freebsd-ports-gnome-ef0e9d9b198c6def75a54dc9e4aa71cb7fc668dd.tar.zst freebsd-ports-gnome-ef0e9d9b198c6def75a54dc9e4aa71cb7fc668dd.zip |
Quick, easy-to-read, web statistics program
PR: 12708
Submitted by: Justin Robinson <jmrobins@samurai.ruin.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/bacon/Makefile | 32 | ||||
-rw-r--r-- | www/bacon/distinfo | 1 | ||||
-rw-r--r-- | www/bacon/pkg-comment | 1 | ||||
-rw-r--r-- | www/bacon/pkg-descr | 8 | ||||
-rw-r--r-- | www/bacon/pkg-message | 6 | ||||
-rw-r--r-- | www/bacon/pkg-plist | 3 |
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 |