initial import of visitors-0.7
Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. ok bernd@
This commit is contained in:
parent
9c9ca90152
commit
a7b73985ea
31
www/visitors/Makefile
Normal file
31
www/visitors/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/24 09:04:19 msf Exp $
|
||||
|
||||
COMMENT= "very fast web log analyzer"
|
||||
|
||||
DISTNAME= visitors-0.7
|
||||
CATEGORIES= www sysutils
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
HOMEPAGE= http://www.hping.org/visitors/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
WRKDIST=${WRKDIR}/${DISTNAME:S/-/_/}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAKE_ENV+= DEBUG=''
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/visitors
|
||||
${INSTALL_DATA} ${WRKSRC}/doc.html ${PREFIX}/share/doc/visitors/
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/visitors/distinfo
Normal file
4
www/visitors/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (visitors-0.7.tar.gz) = 32ede76af83c6b1b7d2cdc5fe5178f6d
|
||||
RMD160 (visitors-0.7.tar.gz) = 8819becac412ff79de4d88dd2aadb7c5faf2f167
|
||||
SHA1 (visitors-0.7.tar.gz) = cdccdfb82001c7c3dadf68456574cac1a5d941e3
|
||||
SIZE (visitors-0.7.tar.gz) = 100154
|
3
www/visitors/pkg/DESCR
Normal file
3
www/visitors/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Visitors is a very fast web log analyzer for Linux, Windows, and other
|
||||
Unix-like operating systems. It takes as input a web server log file,
|
||||
and outputs statistics in form of different reports.
|
4
www/visitors/pkg/PLIST
Normal file
4
www/visitors/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/24 09:04:19 msf Exp $
|
||||
bin/visitors
|
||||
share/doc/visitors/
|
||||
share/doc/visitors/doc.html
|
Loading…
Reference in New Issue
Block a user