From ff4463fc182216ef7e44799e4d15b442ad09938c Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 13 Aug 2001 14:53:02 +0000 Subject: Initial import of qlogtools-3.1 This package is a set of tools that are useful in analyzing or producing logs from qmail and other packages. --- sysutils/qlogtools/Makefile | 19 +++++++++++++++++++ sysutils/qlogtools/distinfo | 4 ++++ sysutils/qlogtools/pkg/DESCR | 2 ++ sysutils/qlogtools/pkg/PLIST | 15 +++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 sysutils/qlogtools/Makefile create mode 100644 sysutils/qlogtools/distinfo create mode 100644 sysutils/qlogtools/pkg/DESCR create mode 100644 sysutils/qlogtools/pkg/PLIST (limited to 'sysutils/qlogtools') diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile new file mode 100644 index 00000000000..81a1677201a --- /dev/null +++ b/sysutils/qlogtools/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 14:53:02 zuntum Exp $ +# + +DISTNAME= qlogtools-3.1 +CATEGORIES= sysutils +MASTER_SITES= http://untroubled.org/qlogtools/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://untroubled.org/qlogtools/ +COMMENT= set of tools useful in analyzing logs from qmail and other pkgs + +pre-build: + ${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin + ${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man + +do-install: + cd ${WRKSRC} && ./installer + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/qlogtools/distinfo b/sysutils/qlogtools/distinfo new file mode 100644 index 00000000000..69a2e0f3a7c --- /dev/null +++ b/sysutils/qlogtools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/13 14:53:02 zuntum Exp $ + +SHA1 (qlogtools-3.1.tar.gz) = 6e9e32a4a9ca7f3e29958384227eb2a033f8a1b9 +Size (qlogtools-3.1.tar.gz) = 20868 bytes diff --git a/sysutils/qlogtools/pkg/DESCR b/sysutils/qlogtools/pkg/DESCR new file mode 100644 index 00000000000..c1f976b66b6 --- /dev/null +++ b/sysutils/qlogtools/pkg/DESCR @@ -0,0 +1,2 @@ +This package is a set of tools that are useful in analyzing or producing +logs from qmail and other packages. diff --git a/sysutils/qlogtools/pkg/PLIST b/sysutils/qlogtools/pkg/PLIST new file mode 100644 index 00000000000..07b64353328 --- /dev/null +++ b/sysutils/qlogtools/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/13 14:53:02 zuntum Exp $ +bin/multipipe +bin/multitail +bin/qfilelog +bin/spipe +bin/tai2tai64n +bin/tai64n2tai +bin/teepipe +man/man1/multipipe.1 +man/man1/multitail.1 +man/man1/qfilelog.1 +man/man1/spipe.1 +man/man1/tai2tai64n.1 +man/man1/tai64n2tai.1 +man/man1/teepipe.1 -- cgit v1.2.3