-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |