initial import of sysutils/pftop 0.2:

--
pfTop is a curses-based utility for real-time display of
active states and rules for pf. It is a cross between top
and pfctl -sr and pfctl -ss.

WWW: http://www.eee.metu.edu.tr/~canacar/pftop/

Submitted by Can Erkin Acar <canacar@eee.metu.edu.tr>
This commit is contained in:
lebel 2002-09-05 12:39:29 +00:00
parent acae29ed5a
commit e120ed42d9
5 changed files with 43 additions and 0 deletions

18
sysutils/pftop/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
COMMENT= "curses based real time state and rule display for pf"
DISTNAME= pftop-0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
MAINTAINER= Can Erkin Acar <canacar@eee.metu.edu.tr>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

3
sysutils/pftop/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pftop-0.2.tar.gz) = 8c561d8fdd8893d0df535cf970b9850c
RMD160 (pftop-0.2.tar.gz) = a9e5fd5f4b9873d55de746a34e270246d67f4f89
SHA1 (pftop-0.2.tar.gz) = 01780f78aa5753be7b514456ceaaee2d28f40cc9

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
--- Makefile.orig Wed Sep 4 20:32:03 2002
+++ Makefile Wed Sep 4 20:32:09 2002
@@ -1,8 +1,8 @@
# $Id: patch-Makefile,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
# set OS level to 32 if using 3.1-current
-#OSLEVEL=32
-OSLEVEL=${OSrev}
+OSLEVEL=32
+#OSLEVEL=${OSrev}
PROG= pftop
SRCS= pftop.c

5
sysutils/pftop/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
pfTop is a curses-based utility for real-time display of
active states and rules for pf. It is a cross between top
and pfctl -sr and pfctl -ss.
WWW: ${HOMEPAGE}

3
sysutils/pftop/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
man/cat8/pftop.0
sbin/pftop