Skip to content

Commit

Permalink
calamaris 2.45
Browse files Browse the repository at this point in the history
calamaris parses logfiles from Squid, NetCache, Inktomi Traffic Server,
Oops! proxy server, Novell Internet Caching System, Compaq Tasksmart
or Netscape/iplanet Web Proxy Server and generates a report.
Written in perl5.
  • Loading branch information
Oleg Safiullin committed Apr 29, 2002
1 parent 8356331 commit 087b297
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
32 changes: 32 additions & 0 deletions www/calamaris/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/29 10:38:20 form Exp $
# $RuOBSD: Makefile,v 1.3 2002/04/28 16:29:29 grange Exp $

COMMENT= "proxy-cache-servers logfiles analizer"

DISTNAME= calamaris-2.45
CATEGORIES= www sysutils
NEED_VERSION= 1.525

HOMEPAGE= http://cord.de/tools/squid/calamaris/

MAINTAINER= Alexander Yurchenko <[email protected]>, \
Oleg Safiullin <[email protected]>

# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://cord.de/tools/squid/calamaris/

NO_BUILD= Yes

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calamaris
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${PREFIX}/share/doc/calamaris
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/calamaris

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/calamaris/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD5 (calamaris-2.45.tar.gz) = 657573b8e62f0fc283ab60f2938a5c52
RMD160 (calamaris-2.45.tar.gz) = 3223200c731d1983e296d834172838d536a7bdfd
SHA1 (calamaris-2.45.tar.gz) = 24a55a185a34dfb28e76aea05cbbdaf3b7dd1459
6 changes: 6 additions & 0 deletions www/calamaris/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
calamaris parses logfiles from Squid, NetCache, Inktomi Traffic Server,
Oops! proxy server, Novell Internet Caching System, Compaq Tasksmart
or Netscape/iplanet Web Proxy Server and generates a report.
Written in perl5.

WWW: ${HOMEPAGE}
6 changes: 6 additions & 0 deletions www/calamaris/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/29 10:38:20 form Exp $
bin/calamaris
man/man1/calamaris.1
share/doc/calamaris/EXAMPLES
share/doc/calamaris/README
@dirrm share/doc/calamaris

0 comments on commit 087b297

Please sign in to comment.