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:
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
|
@ -170,6 +170,7 @@
|
|||
SUBDIR += pstree
|
||||
SUBDIR += pwgen
|
||||
SUBDIR += pyfind
|
||||
SUBDIR += qlogtools
|
||||
SUBDIR += qtpkg
|
||||
SUBDIR += rclean
|
||||
SUBDIR += rdate
|
||||
|
|
25
sysutils/qlogtools/Makefile
Normal file
25
sysutils/qlogtools/Makefile
Normal 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>
|
1
sysutils/qlogtools/distinfo
Normal file
1
sysutils/qlogtools/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (qlogtools-3.1.tar.gz) = 8f2ed59f16006c456c4b5a896308de7e
|
1
sysutils/qlogtools/pkg-comment
Normal file
1
sysutils/qlogtools/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Tools for processing logs from qmail and other packages
|
4
sysutils/qlogtools/pkg-descr
Normal file
4
sysutils/qlogtools/pkg-descr
Normal 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/
|
7
sysutils/qlogtools/pkg-plist
Normal file
7
sysutils/qlogtools/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
bin/multipipe
|
||||
bin/multitail
|
||||
bin/qfilelog
|
||||
bin/spipe
|
||||
bin/tai2tai64n
|
||||
bin/tai64n2tai
|
||||
bin/teepipe
|
Loading…
Reference in a new issue