From 9f3b99484be692888337c80386ef4e66e32b8635 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 8 Oct 2002 14:41:58 +0000 Subject: Add qlogtools 3.1, tools for processing logs from qmail and other packages. PR: 41899 Submitted by: Sergei Kolobov --- sysutils/Makefile | 1 + sysutils/qlogtools/Makefile | 25 +++++++++++++++++++++++++ sysutils/qlogtools/distinfo | 1 + sysutils/qlogtools/pkg-comment | 1 + sysutils/qlogtools/pkg-descr | 4 ++++ sysutils/qlogtools/pkg-plist | 7 +++++++ 6 files changed, 39 insertions(+) create mode 100644 sysutils/qlogtools/Makefile create mode 100644 sysutils/qlogtools/distinfo create mode 100644 sysutils/qlogtools/pkg-comment create mode 100644 sysutils/qlogtools/pkg-descr create mode 100644 sysutils/qlogtools/pkg-plist (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index 38e47df9770b..4f5b258a8a35 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -170,6 +170,7 @@ SUBDIR += pstree SUBDIR += pwgen SUBDIR += pyfind + SUBDIR += qlogtools SUBDIR += qtpkg SUBDIR += rclean SUBDIR += rdate diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile new file mode 100644 index 000000000000..915e10b69175 --- /dev/null +++ b/sysutils/qlogtools/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: qlogtools +# Date created: 22 Aug 2002 +# Whom: Sergei Kolobov +# +# $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 diff --git a/sysutils/qlogtools/distinfo b/sysutils/qlogtools/distinfo new file mode 100644 index 000000000000..5b9574479f72 --- /dev/null +++ b/sysutils/qlogtools/distinfo @@ -0,0 +1 @@ +MD5 (qlogtools-3.1.tar.gz) = 8f2ed59f16006c456c4b5a896308de7e diff --git a/sysutils/qlogtools/pkg-comment b/sysutils/qlogtools/pkg-comment new file mode 100644 index 000000000000..13d2cf2cd7fb --- /dev/null +++ b/sysutils/qlogtools/pkg-comment @@ -0,0 +1 @@ +Tools for processing logs from qmail and other packages diff --git a/sysutils/qlogtools/pkg-descr b/sysutils/qlogtools/pkg-descr new file mode 100644 index 000000000000..f742d0cebd8a --- /dev/null +++ b/sysutils/qlogtools/pkg-descr @@ -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/ diff --git a/sysutils/qlogtools/pkg-plist b/sysutils/qlogtools/pkg-plist new file mode 100644 index 000000000000..d5f817c46e96 --- /dev/null +++ b/sysutils/qlogtools/pkg-plist @@ -0,0 +1,7 @@ +bin/multipipe +bin/multitail +bin/qfilelog +bin/spipe +bin/tai2tai64n +bin/tai64n2tai +bin/teepipe -- cgit v1.2.3