Bug 66619 - New port: www/visitors - Very fast and easy to use web log analyzer
Summary: New port: www/visitors - Very fast and easy to use web log analyzer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 21:20 UTC by Florent Thoumie
Modified: 2004-05-19 13:26 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florent Thoumie 2004-05-13 21:20:14 UTC
Visitors is a very fast and easy to use web log analyzer.

WWW: http://www.hping.org/visitors

Fix: --- visitors-0.2.a.shar begins here. ---



--- visitors-0.2.a.shar ends here. -----5vcGFsKLCV8VohfsCvJIer0iutDj14HY1rrwM6W3xJgO5v0M
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	visitors
#	visitors/distinfo
#	visitors/pkg-descr
#	visitors/pkg-plist
#	visitors/Makefile
#
echo c - visitors
mkdir -p visitors > /dev/null 2>&1
echo x - visitors/distinfo
sed 's/^X//' >visitors/distinfo << 'END-of-visitors/distinfo'
XMD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986
XSIZE (visitors-0.2a.tar.gz) = 86445
END-of-visitors/distinfo
echo x - visitors/pkg-descr
sed 's/^X//' >visitors/pkg-descr << 'END-of-visitors/pkg-descr'
XVisitors is a very fast and easy to use web log analyzer.
X
XWWW: http://www.hping.org/visitors
X
X- Florent Thoumie
Xflz@xbsd.org
END-of-visitors/pkg-descr
echo x - visitors/pkg-plist
sed 's/^X//' >visitors/pkg-plist << 'END-of-visitors/pkg-plist'
Xbin/visitors
X%%PORTDOCS%%%%DOCSDIR%%/doc.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-visitors/pkg-plist
echo x - visitors/Makefile
sed 's/^X//' >visitors/Makefile << 'END-of-visitors/Makefile'
X# New ports collection makefile for:	visitors
X# Date created:				May 13 2004
X# Whom:					Florent Thoumie <flz@xbsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	visitors
XPORTVERSION=	0.2.a
XCATEGORIES=	www
XMASTER_SITES=	http://www.hping.org/visitors/
XDISTNAME=	${PORTNAME}-${PORTVERSION:S/.a/a/}
X
XMAINTAINER=	flz@xbsd.org
XCOMMENT=	Very fast and easy to use web log analyzer
X
XWRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/}
XUSE_REINPLACE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/doc.html ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-visitors/Makefile
exit
How-To-Repeat: 
N/A
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-05-19 13:26:00 UTC
State Changed
From-To: open->closed

New port added, thanks! 
I made some little modifications: 
- Respect CFLAGS and CC 
- kill plist 
- remove useless post-install target.