httpd log filter library
This commit is contained in:
parent
53e73a6be7
commit
4d04523e13
20
www/p5-HTTPD-Log-Filter/Makefile
Normal file
20
www/p5-HTTPD-Log-Filter/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/02 20:45:37 jakob Exp $
|
||||
|
||||
COMMENT= "httpd log filter library"
|
||||
|
||||
DISTNAME= HTTPD-Log-Filter-1.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTPD/}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-IO-Zlib->1.00:archivers/p5-IO-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTTPD-Log-Filter/distinfo
Normal file
3
www/p5-HTTPD-Log-Filter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTTPD-Log-Filter-1.07.tar.gz) = b9f3a3af0dc8973e137016e23cecedcc
|
||||
RMD160 (HTTPD-Log-Filter-1.07.tar.gz) = bebecb5f464334f9ea89a1b7c68f0dfbe45744d1
|
||||
SHA1 (HTTPD-Log-Filter-1.07.tar.gz) = 9b9f9546b547d93309eacac4702187b052b9ca94
|
5
www/p5-HTTPD-Log-Filter/pkg/DESCR
Normal file
5
www/p5-HTTPD-Log-Filter/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module provide a simple interface to filter entries out of an httpd
|
||||
logfile. The constructor can be passed regular expressions to match
|
||||
against particular fields on the logfile. It does its filtering line by
|
||||
line, using a filter method that takes a line of a logfile as input, and
|
||||
returns true if it matches, and false if it doesn't.
|
7
www/p5-HTTPD-Log-Filter/pkg/PLIST
Normal file
7
www/p5-HTTPD-Log-Filter/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/08/02 20:45:37 jakob Exp $
|
||||
bin/exclude_robots
|
||||
${P5SITE}/HTTPD/Log/Filter.pm
|
||||
${P5ARCH}/auto/HTTPD/Log/Filter/.packlist
|
||||
man/man1/exclude_robots.1
|
||||
man/man3p/HTTPD::Log::Filter.3p
|
||||
@dirrm ${P5ARCH}/auto/HTTPD/Log/Filter
|
Loading…
x
Reference in New Issue
Block a user