diff options
author | nork <nork@FreeBSD.org> | 2002-08-03 01:27:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-08-03 01:27:18 +0800 |
commit | 2cd98a6aac8e8f6c900428f283b745d97d3a17b6 (patch) | |
tree | 293960413b9a84d1693be82a92983cb727ed7514 /textproc | |
parent | 6bb56cb4b9887fbac9ec414dc3893866cf71e4f0 (diff) | |
download | freebsd-ports-gnome-2cd98a6aac8e8f6c900428f283b745d97d3a17b6.tar.gz freebsd-ports-gnome-2cd98a6aac8e8f6c900428f283b745d97d3a17b6.tar.zst freebsd-ports-gnome-2cd98a6aac8e8f6c900428f283b745d97d3a17b6.zip |
Add textproc/p5-Apache-ParseLog, a parser for Apache log files.
Approved by: knu (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Apache-ParseLog/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Apache-ParseLog/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Apache-ParseLog/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Apache-ParseLog/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Apache-ParseLog/pkg-plist | 5 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ec236622b92b..8ef05927dbca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -127,6 +127,7 @@ SUBDIR += openjade SUBDIR += opensched SUBDIR += orchard-c + SUBDIR += p5-Apache-ParseLog SUBDIR += p5-CSS-SAC SUBDIR += p5-Data-FormValidator SUBDIR += p5-DelimMatch diff --git a/textproc/p5-Apache-ParseLog/Makefile b/textproc/p5-Apache-ParseLog/Makefile new file mode 100644 index 000000000000..58319b7cdb87 --- /dev/null +++ b/textproc/p5-Apache-ParseLog/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Apache-ParseLog +# Date created: 2002/08/02 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Apache-ParseLog +PORTVERSION= 1.02 +CATEGORIES= textproc www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Apache::ParseLog.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Apache-ParseLog/distinfo b/textproc/p5-Apache-ParseLog/distinfo new file mode 100644 index 000000000000..e2c3d5b70399 --- /dev/null +++ b/textproc/p5-Apache-ParseLog/distinfo @@ -0,0 +1 @@ +MD5 (Apache-ParseLog-1.02.tar.gz) = 92bd6a964a55e8f7cf0f50dbf77a5280 diff --git a/textproc/p5-Apache-ParseLog/pkg-comment b/textproc/p5-Apache-ParseLog/pkg-comment new file mode 100644 index 000000000000..75f94e4c26b0 --- /dev/null +++ b/textproc/p5-Apache-ParseLog/pkg-comment @@ -0,0 +1 @@ +Perl5 module to parse Apache log files diff --git a/textproc/p5-Apache-ParseLog/pkg-descr b/textproc/p5-Apache-ParseLog/pkg-descr new file mode 100644 index 000000000000..53a01729ea9f --- /dev/null +++ b/textproc/p5-Apache-ParseLog/pkg-descr @@ -0,0 +1,6 @@ +Apache::ParseLog provides an easy way to parse the Apache log +files, using an object-oriented constructs. The data obtained +using this module are generic enough that it is flexible to +use the data for your own applications, such as CGI, simple +text-only report generater, feeding RDBMS, data for Perl/Tk-based +GUI application, etc. diff --git a/textproc/p5-Apache-ParseLog/pkg-plist b/textproc/p5-Apache-ParseLog/pkg-plist new file mode 100644 index 000000000000..7ac4c313e734 --- /dev/null +++ b/textproc/p5-Apache-ParseLog/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Apache/ParseLog.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/ParseLog/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/ParseLog 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |