summaryrefslogtreecommitdiffstats
path: root/security/vlog
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2002-04-02 12:58:21 +0000
committermarkp <markp@FreeBSD.org>2002-04-02 12:58:21 +0000
commitb734b68b41b95160a002c55ebddf0edb28e0be69 (patch)
treec7a55c49bfc74c495e9460fa277791c06d7901dc /security/vlog
parentcc178b19799346b514240577dec0451cd57930f1 (diff)
downloadFreeBSD-ports-b734b68b41b95160a002c55ebddf0edb28e0be69.zip
FreeBSD-ports-b734b68b41b95160a002c55ebddf0edb28e0be69.tar.gz
Add vlog 1.1f, a curses based real-time logfile viewer.
PR: 36616 Submitted by: hannes sowa <satbran@web.de>
Diffstat (limited to 'security/vlog')
-rw-r--r--security/vlog/Makefile28
-rw-r--r--security/vlog/distinfo1
-rw-r--r--security/vlog/pkg-comment1
-rw-r--r--security/vlog/pkg-descr21
-rw-r--r--security/vlog/pkg-plist1
5 files changed, 52 insertions, 0 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
new file mode 100644
index 0000000..13086ee
--- /dev/null
+++ b/security/vlog/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: vlog
+# Date created: 31 March 2002
+# Whom: hannes sowa <satbran@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= vlog
+PORTVERSION= 1.1f
+CATEGORIES= security
+MASTER_SITES= http://inc2.com/download/
+DISTNAME= vlog-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= satbran@web.de
+
+ALL_TARGET= it
+MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
+ LIBS="${PTHREAD_LIBS} -lcurses"
+WRKSRC= ${WRKDIR}/vlog
+
+MAN1= vlog.1
+MANCOMPRESSED= no
+
+post-patch:
+ ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/security/vlog/distinfo b/security/vlog/distinfo
new file mode 100644
index 0000000..1c309af
--- /dev/null
+++ b/security/vlog/distinfo
@@ -0,0 +1 @@
+MD5 (vlog-1.1f.tgz) = d60b2d615b9e94cc380859bf72845fb4
diff --git a/security/vlog/pkg-comment b/security/vlog/pkg-comment
new file mode 100644
index 0000000..0343fda
--- /dev/null
+++ b/security/vlog/pkg-comment
@@ -0,0 +1 @@
+A curses based real-time logfile viewer
diff --git a/security/vlog/pkg-descr b/security/vlog/pkg-descr
new file mode 100644
index 0000000..5e6a4b7
--- /dev/null
+++ b/security/vlog/pkg-descr
@@ -0,0 +1,21 @@
+vlog is a curses based real-time logfile viewer. It was designed
+to meet the following needs:
+
+ipmon viewer display IP-Filter log lines in a scrollable window
+ in a readable way
+
+real time viewing window receives log lines as soon as they're
+ appended to the log file
+
+old logfiles vlog can show the old rotated log files
+
+selecting log log lines to be viewed can be selected with a regexp
+lines given on the command line
+
+customizing one can control which fields are displayed
+display
+
+WWW: http://inc2.com/isba/index-vlog.html
+
+- Hannes Sowa
+satbran@web.de
diff --git a/security/vlog/pkg-plist b/security/vlog/pkg-plist
new file mode 100644
index 0000000..a83ed21
--- /dev/null
+++ b/security/vlog/pkg-plist
@@ -0,0 +1 @@
+bin/vlog
OpenPOWER on IntegriCloud