1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: Useful tools to deal with CLF files (Common Log File format)

PR:	ports/33690
Submitted by:	Mark Huizer; Eindhoven <xaa+ports@timewasters.nl>
This commit is contained in:
SADA Kenji 2002-01-24 15:08:41 +00:00
parent ca8c81f24a
commit e7d263357f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53687
8 changed files with 52 additions and 0 deletions

View File

@ -129,6 +129,7 @@
SUBDIR += linux-netscape47-navigator
SUBDIR += linux-netscape6
SUBDIR += linux-opera
SUBDIR += logtools
SUBDIR += lynx
SUBDIR += lynx-current
SUBDIR += lynx-ssl

19
www/logtools/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: logtools
# Date created: 8 January 2002
# Whom: Mark Huizer; Eindhoven
#
# $FreeBSD$
#
PORTNAME= logtools
PORTVERSION= 0.13a
CATEGORIES= www
MASTER_SITES= http://www.coker.com.au/logtools/
EXTRACT_SUFX= .tgz
MAINTAINER= xaa+ports@timewasters.nl
GNU_CONFIGURE= yes
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
.include <bsd.port.mk>

1
www/logtools/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (logtools-0.13a.tgz) = 1314bc118a9f60ff1b349ec38f5e964b

View File

@ -0,0 +1,11 @@
--- clfmerge.cpp.orig Tue Jan 8 17:15:37 2002
+++ clfmerge.cpp Tue Jan 8 17:14:06 2002
@@ -201,7 +201,7 @@
unsigned int map_items = 0;
bool set_map_items = false, domain_mangling = false;
int int_c;
- optind = 0;
+ optind = 1;
while(-1 != (int_c = getopt(argc, argv, "b:hd")) )
{
switch(char(int_c))

View File

@ -0,0 +1,11 @@
--- clfsplit.cpp.orig Tue Jan 8 17:41:53 2002
+++ clfsplit.cpp Tue Jan 8 17:41:18 2002
@@ -199,7 +199,7 @@
MAP m;
FILE *input = stdin;
bool new_input = false;
- optind = 0;
+ optind = 1;
while(-1 != (int_c = getopt(argc, argv, "d:i:f:s:")) )
{
switch(char(int_c))

1
www/logtools/pkg-comment Normal file
View File

@ -0,0 +1 @@
Useful tools to deal with CLF files (Common Log File format)

2
www/logtools/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
Tools like clfmerge, clfsplit etc to simplify working with access log files
e.g. with virtual hosts

6
www/logtools/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/clfmerge
bin/clfsplit
bin/clfdomainsplit
bin/logprn
bin/funnel
etc/clfdomainsplit.cfg