summaryrefslogtreecommitdiff
path: root/sysutils/qlogtools
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-08-13 14:53:02 +0000
committerzuntum <zuntum@pkgsrc.org>2001-08-13 14:53:02 +0000
commitff4463fc182216ef7e44799e4d15b442ad09938c (patch)
treea9fc720bd2dac348ccae38a4dc74dad2d180329b /sysutils/qlogtools
parentc7267e3558f32f65af1f4387b59e8b1f20f826cd (diff)
downloadpkgsrc-ff4463fc182216ef7e44799e4d15b442ad09938c.tar.gz
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.
Diffstat (limited to 'sysutils/qlogtools')
-rw-r--r--sysutils/qlogtools/Makefile19
-rw-r--r--sysutils/qlogtools/distinfo4
-rw-r--r--sysutils/qlogtools/pkg/DESCR2
-rw-r--r--sysutils/qlogtools/pkg/PLIST15
4 files changed, 40 insertions, 0 deletions
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