aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2002-10-08 22:41:58 +0800
committernbm <nbm@FreeBSD.org>2002-10-08 22:41:58 +0800
commit7866bd29e7522a6ec8ce248815e6fa7f84fc7169 (patch)
treec9c3c0aced27b32c0fed3ee75f515905b764d2e2 /sysutils
parent24f32c645d5f41bf611b178e2724d3119895e233 (diff)
downloadfreebsd-ports-gnome-7866bd29e7522a6ec8ce248815e6fa7f84fc7169.tar.gz
freebsd-ports-gnome-7866bd29e7522a6ec8ce248815e6fa7f84fc7169.tar.zst
freebsd-ports-gnome-7866bd29e7522a6ec8ce248815e6fa7f84fc7169.zip
Add qlogtools 3.1, tools for processing logs from qmail and other
packages. PR: 41899 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/qlogtools/Makefile25
-rw-r--r--sysutils/qlogtools/distinfo1
-rw-r--r--sysutils/qlogtools/pkg-comment1
-rw-r--r--sysutils/qlogtools/pkg-descr4
-rw-r--r--sysutils/qlogtools/pkg-plist7
6 files changed, 39 insertions, 0 deletions
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 <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>
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