aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-08-02 17:27:18 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-08-02 17:27:18 +0000
commit8a8b2b184d40cbfcfc5cfe83ec70ea9e547c4f92 (patch)
treeade4789bf60fffdc0b7aa551fec60effafe3850e /textproc
parentb467dcaf9c7df0d9435eb066f87b35e143380e0b (diff)
downloadports-8a8b2b184d40cbfcfc5cfe83ec70ea9e547c4f92.tar.gz
ports-8a8b2b184d40cbfcfc5cfe83ec70ea9e547c4f92.zip
Add textproc/p5-Apache-ParseLog, a parser for Apache log files.
Approved by: knu (mentor)
Notes
Notes: svn path=/head/; revision=63871
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Apache-ParseLog/Makefile23
-rw-r--r--textproc/p5-Apache-ParseLog/distinfo1
-rw-r--r--textproc/p5-Apache-ParseLog/pkg-comment1
-rw-r--r--textproc/p5-Apache-ParseLog/pkg-descr6
-rw-r--r--textproc/p5-Apache-ParseLog/pkg-plist5
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