diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mergelog/Makefile | 21 | ||||
-rw-r--r-- | www/mergelog/distinfo | 1 | ||||
-rw-r--r-- | www/mergelog/pkg-comment | 1 | ||||
-rw-r--r-- | www/mergelog/pkg-descr | 6 | ||||
-rw-r--r-- | www/mergelog/pkg-plist | 2 |
6 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cf22e3c59eed..de90e7dd3e5e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -141,6 +141,7 @@ SUBDIR += marc-search SUBDIR += mathopd SUBDIR += mdw + SUBDIR += mergelog SUBDIR += mgstat SUBDIR += mhonarc SUBDIR += micro_httpd diff --git a/www/mergelog/Makefile b/www/mergelog/Makefile new file mode 100644 index 000000000000..3d6d503715b5 --- /dev/null +++ b/www/mergelog/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: mergelog +# Date created: Jun 25, 2002 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mergelog +PORTVERSION= 4.5 +CATEGORIES= www textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= tobez@FreeBSD.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= mergelog.1 zmergelog.1 + +.include <bsd.port.mk> diff --git a/www/mergelog/distinfo b/www/mergelog/distinfo new file mode 100644 index 000000000000..89e76644a920 --- /dev/null +++ b/www/mergelog/distinfo @@ -0,0 +1 @@ +MD5 (mergelog-4.5.tar.gz) = d748039b14092315881fa329beeb6682 diff --git a/www/mergelog/pkg-comment b/www/mergelog/pkg-comment new file mode 100644 index 000000000000..694b7e3b7ca8 --- /dev/null +++ b/www/mergelog/pkg-comment @@ -0,0 +1 @@ +A tool to merge and sort by date http log files diff --git a/www/mergelog/pkg-descr b/www/mergelog/pkg-descr new file mode 100644 index 000000000000..38351524c835 --- /dev/null +++ b/www/mergelog/pkg-descr @@ -0,0 +1,6 @@ +mergelog is a tool which merges and sorts by date http log files in +'Common Log Format'. The result is sent to the standard output. It is +useful to create a single log file for multiple hosts using ro und-robin +DNS. + +WWW: http://mergelog.sourceforge.net/ diff --git a/www/mergelog/pkg-plist b/www/mergelog/pkg-plist new file mode 100644 index 000000000000..c2e7fb4f76b0 --- /dev/null +++ b/www/mergelog/pkg-plist @@ -0,0 +1,2 @@ +bin/mergelog +bin/zmergelog |