diff --git a/www/Makefile b/www/Makefile index 44c22e0cf31a..172a872cbe5d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -589,6 +589,7 @@ SUBDIR += udmsearch SUBDIR += ump SUBDIR += urchin5 + SUBDIR += visitors SUBDIR += w3 SUBDIR += w3-4 SUBDIR += w3c-httpd diff --git a/www/visitors/Makefile b/www/visitors/Makefile new file mode 100644 index 000000000000..ea98eebbce0c --- /dev/null +++ b/www/visitors/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: visitors +# Date created: May 13 2004 +# Whom: Florent Thoumie +# +# $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 diff --git a/www/visitors/distinfo b/www/visitors/distinfo new file mode 100644 index 000000000000..0474ba45cf03 --- /dev/null +++ b/www/visitors/distinfo @@ -0,0 +1,2 @@ +MD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986 +SIZE (visitors-0.2a.tar.gz) = 86445 diff --git a/www/visitors/files/patch-Makefile b/www/visitors/files/patch-Makefile new file mode 100644 index 000000000000..40a64023708d --- /dev/null +++ b/www/visitors/files/patch-Makefile @@ -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 diff --git a/www/visitors/pkg-descr b/www/visitors/pkg-descr new file mode 100644 index 000000000000..e65d3a80af82 --- /dev/null +++ b/www/visitors/pkg-descr @@ -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