From hannes@sharknt.ath.cx  Mon Apr  1 07:30:56 2002
Return-Path: <hannes@sharknt.ath.cx>
Received: from cyron.sharknt.ath.cx (pD9502A60.dip0.t-ipconnect.de [217.80.42.96])
	by hub.freebsd.org (Postfix) with ESMTP id B7A0637B41B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Apr 2002 07:30:55 -0800 (PST)
Received: by cyron.sharknt.ath.cx (Postfix, from userid 1001)
	id 7C8F02E8B0; Mon,  1 Apr 2002 17:30:53 +0200 (CEST)
Message-Id: <20020401153053.7C8F02E8B0@cyron.sharknt.ath.cx>
Date: Mon,  1 Apr 2002 17:30:53 +0200 (CEST)
From: Hannes Frederic Sowa <hannes@sharknt.ath.cx>
Reply-To: Hannes Frederic Sowa <satbran@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: vlog, a curses based ipf logging tool	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36616
>Category:       ports
>Synopsis:       New port: vlog, a curses based ipf logging tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 07:40:01 PST 2002
>Closed-Date:    Tue Apr 02 05:01:26 PST 2002
>Last-Modified:  Tue Apr 02 05:01:26 PST 2002
>Originator:     Hannes Frederic Sowa
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
private	
>Environment:
System: FreeBSD cyron.sharknt.ath.cx 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 18 18:46:43 CET 2002 hannes@cyron.sharknt.ath.cx:/usr/src/sys/compile/cyron i386

>Description:
vlog is a curses based real-time logging tool for ipfilter.
It is part of isba, a GUI for ipfilter, which I will port next.

This is my first port! So I welcome any feedback!

- Hannes Sowa
satbran@web.de

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       vlog
#       vlog/Makefile
#       vlog/pkg-comment
#       vlog/pkg-descr
#       vlog/distinfo
#       vlog/pkg-plist
#
echo c - vlog
mkdir -p vlog > /dev/null 2>&1
echo x - vlog/Makefile
sed 's/^X//' >vlog/Makefile << 'END-of-vlog/Makefile'
X# New ports collection makefile for:   vlog
X# Date created:                31 March 2002
X# Whom:                        hannes sowa
X#
X# $FreeBSD$
X#
X
XPORTNAME=      vlog
XPORTVERSION=   1.1f
XCATEGORIES=    security
XMASTER_SITES=  http://inc2.com/download/
XDISTNAME=      vlog-${PORTVERSION}
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    satbran@web.de
X
XMAN1=          vlog.1
XMANCOMPRESSED=  no
X
XWRKSRC=                ${WRKDIR}/vlog
X
X.include <bsd.port.mk>
END-of-vlog/Makefile
echo x - vlog/pkg-comment
sed 's/^X//' >vlog/pkg-comment << 'END-of-vlog/pkg-comment'
XA curses based real-time logfile viewer
END-of-vlog/pkg-comment
echo x - vlog/pkg-descr
sed 's/^X//' >vlog/pkg-descr << 'END-of-vlog/pkg-descr'
Xvlog is a curses based real-time logfile viewer. It was designed
Xto meet the following needs:
X
Xipmon viewer   display IP-Filter log lines in a scrollable window
X               in a readable way
X
Xreal time      viewing window receives log lines as soon as they're
X               appended to the log file
X
Xold logfiles   vlog can show the old rotated log files
X
Xselecting log  log lines to be viewed can be selected with a regexp
Xlines          given on the command line
X
Xcustomizing    one can control which fields are displayed
Xdisplay
X
XWWW: http://inc2.com/isba/index-vlog.html
X
X- Hannes Sowa
Xsatbran@web.de
END-of-vlog/pkg-descr
echo x - vlog/distinfo
sed 's/^X//' >vlog/distinfo << 'END-of-vlog/distinfo'
XMD5 (vlog-1.1f.tgz) = d60b2d615b9e94cc380859bf72845fb4
END-of-vlog/distinfo
echo x - vlog/pkg-plist
sed 's/^X//' >vlog/pkg-plist << 'END-of-vlog/pkg-plist'
Xbin/vlog
END-of-vlog/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Tue Apr 2 05:00:02 PST 2002 
State-Changed-Why:  
Committed, thanks! Fixed CFLAGS handling and made PREFIX clean. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36616 
>Unformatted:
