mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add mergelog, a tool to merge and sort by date http log files.
This commit is contained in:
parent
3d64381c58
commit
74d3a10a91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61946
@ -141,6 +141,7 @@
|
||||
SUBDIR += marc-search
|
||||
SUBDIR += mathopd
|
||||
SUBDIR += mdw
|
||||
SUBDIR += mergelog
|
||||
SUBDIR += mgstat
|
||||
SUBDIR += mhonarc
|
||||
SUBDIR += micro_httpd
|
||||
|
21
www/mergelog/Makefile
Normal file
21
www/mergelog/Makefile
Normal file
@ -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>
|
1
www/mergelog/distinfo
Normal file
1
www/mergelog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mergelog-4.5.tar.gz) = d748039b14092315881fa329beeb6682
|
1
www/mergelog/pkg-comment
Normal file
1
www/mergelog/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool to merge and sort by date http log files
|
6
www/mergelog/pkg-descr
Normal file
6
www/mergelog/pkg-descr
Normal file
@ -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/
|
2
www/mergelog/pkg-plist
Normal file
2
www/mergelog/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/mergelog
|
||||
bin/zmergelog
|
Loading…
Reference in New Issue
Block a user