Add qlogtools 3.1, tools for processing logs from qmail and other

packages.

PR:		41899
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
Neil Blakey-Milner 2002-10-08 14:41:58 +00:00
parent 82e5032da3
commit 9f3b99484b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67647
6 changed files with 39 additions and 0 deletions

View file

@ -170,6 +170,7 @@
SUBDIR += pstree
SUBDIR += pwgen
SUBDIR += pyfind
SUBDIR += qlogtools
SUBDIR += qtpkg
SUBDIR += rclean
SUBDIR += rdate

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: qlogtools
# Date created: 22 Aug 2002
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= qlogtools
PORTVERSION= 3.1
CATEGORIES= sysutils
MASTER_SITES= http://untroubled.org/qlogtools/
MAINTAINER= sergei@kolobov.com
MAN1= multipipe.1 multitail.1 qfilelog.1 \
spipe.1 tai2tai64n.1 tai64n2tai.1 teepipe.1
pre-build:
${ECHO_CMD} ${PREFIX}/bin > ${WRKSRC}/conf-bin
${ECHO_CMD} ${PREFIX}/man > ${WRKSRC}/conf-man
do-install:
cd ${WRKSRC} && ./installer
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (qlogtools-3.1.tar.gz) = 8f2ed59f16006c456c4b5a896308de7e

View file

@ -0,0 +1 @@
Tools for processing logs from qmail and other packages

View file

@ -0,0 +1,4 @@
This package is a set of tools that are useful in analyzing or producing logs
from qmail and other packages.
WWW: http://untroubled.org/qlogtools/

View file

@ -0,0 +1,7 @@
bin/multipipe
bin/multitail
bin/qfilelog
bin/spipe
bin/tai2tai64n
bin/tai64n2tai
bin/teepipe