mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add visitors 0.2.a, very fast and easy to use web log analyzer.
PR: ports/66619 Submitted by: Florent Thoumie <flz@xbsd.org>
This commit is contained in:
parent
4731a77526
commit
0f7e2b39d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109498
@ -589,6 +589,7 @@
|
||||
SUBDIR += udmsearch
|
||||
SUBDIR += ump
|
||||
SUBDIR += urchin5
|
||||
SUBDIR += visitors
|
||||
SUBDIR += w3
|
||||
SUBDIR += w3-4
|
||||
SUBDIR += w3c-httpd
|
||||
|
30
www/visitors/Makefile
Normal file
30
www/visitors/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: visitors
|
||||
# Date created: May 13 2004
|
||||
# Whom: Florent Thoumie <flz@xbsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= visitors
|
||||
PORTVERSION= 0.2.a
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.hping.org/visitors/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
|
||||
|
||||
MAINTAINER= flz@xbsd.org
|
||||
COMMENT= Very fast and easy to use web log analyzer
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
PLIST_FILES= bin/visitors
|
||||
PORTDOCS= doc.html
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/visitors/distinfo
Normal file
2
www/visitors/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986
|
||||
SIZE (visitors-0.2a.tar.gz) = 86445
|
17
www/visitors/files/patch-Makefile
Normal file
17
www/visitors/files/patch-Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
--- Makefile.orig Wed May 19 14:06:49 2004
|
||||
+++ Makefile Wed May 19 14:07:15 2004
|
||||
@@ -3,11 +3,11 @@
|
||||
# All Rights Reserved
|
||||
# Under the GPL license version 2
|
||||
|
||||
-CC= gcc
|
||||
+#CC= gcc
|
||||
AR= /usr/bin/ar
|
||||
RANLIB= /usr/bin/ranlib
|
||||
-CCOPT= -O2 -Wall -W
|
||||
-DEBUG= -g
|
||||
+CCOPT= ${CFLAGS}
|
||||
+#DEBUG= -g
|
||||
|
||||
OBJ = visitors.o aht.o antigetopt.o
|
||||
PRGNAME = visitors
|
6
www/visitors/pkg-descr
Normal file
6
www/visitors/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Visitors is a very fast and easy to use web log analyzer.
|
||||
|
||||
WWW: http://www.hping.org/visitors
|
||||
|
||||
- Florent Thoumie
|
||||
flz@xbsd.org
|
Loading…
Reference in New Issue
Block a user