ports/105713: [NEW PORT] net-mgmt/pftabled: The pftabled is a tool to manage your pf tables remotely

Bartlomiej Rutkowski r at robakdesign.com
Tue Nov 21 12:01:25 UTC 2006


>Number:         105713
>Category:       ports
>Synopsis:       [NEW PORT] net-mgmt/pftabled: The pftabled is a tool to manage your pf tables remotely
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 21 12:00:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Bartlomiej Rutkowski
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kotlet.lerkins.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC
>Description:
The pftabled daemon is a small helper to make your pf 
tables reachable from other hosts. You can add/delete/flush 
IP addresses to/from a remote table with a single UDP 
datagram. A simple client program is included to do this 
from the command line.

WWW:	http://wolfermann.org/pftabled.html

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pftabled-1.06.shar begins here ---
# 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:
#
#	pftabled
#	pftabled/pkg-descr
#	pftabled/Makefile
#	pftabled/pkg-plist
#	pftabled/files
#	pftabled/files/pftabled.in
#	pftabled/distinfo
#
echo c - pftabled
mkdir -p pftabled > /dev/null 2>&1
echo x - pftabled/pkg-descr
sed 's/^X//' >pftabled/pkg-descr << 'END-of-pftabled/pkg-descr'
XThe pftabled daemon is a small helper to make your pf 
Xtables reachable from other hosts. You can add/delete/flush 
XIP addresses to/from a remote table with a single UDP 
Xdatagram. A simple client program is included to do this 
Xfrom the command line.
X
XWWW:	http://wolfermann.org/pftabled.html
END-of-pftabled/pkg-descr
echo x - pftabled/Makefile
sed 's/^X//' >pftabled/Makefile << 'END-of-pftabled/Makefile'
X# New ports collection makefile for:	pftabled
X# Date created:		2006-11-21
X# Whom:			Bartlomiej Rutkowski <r at robakdesign.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pftabled
XPORTVERSION=	1.06
XCATEGORIES=	net-mgmt
XMASTER_SITES=	http://www.wolfermann.org/
X
XMAINTAINER=	r at robakdesign.com
XCOMMENT=	The pftabled is a tool to manage your pf tables remotely
X
XUSE_RC_SUBR=	pftabled
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-pftabled/Makefile
echo x - pftabled/pkg-plist
sed 's/^X//' >pftabled/pkg-plist << 'END-of-pftabled/pkg-plist'
Xbin/pftabled-client
Xman/cat1/pftabled.0
Xsbin/pftabled
END-of-pftabled/pkg-plist
echo c - pftabled/files
mkdir -p pftabled/files > /dev/null 2>&1
echo x - pftabled/files/pftabled.in
sed 's/^X//' >pftabled/files/pftabled.in << 'END-of-pftabled/files/pftabled.in'
X#!/bin/sh
X#
X# $FreeBSD$
X#
X# PROVIDE: pftabled
X# REQUIRE: NETWORKING SERVERS
X# BEFORE: DAEMON
X# KEYWORD: shutdown
X#
X# Add the following lines to /etc/rc.conf to enable pftabled:
X# pftabled_enable (bool):	Set it to "YES" to enable pftabled.
X#				Default is "NO".
X# pftabled_flags (flags):	Set flags to alter default behaviour of pftabled.
X# 				Consult with the man page for more info.
X#
X
X. %%RC_SUBR%%
X
Xname="pftabled"
Xrcvar=${name}_enable
X
Xload_rc_config $name
X
X: ${pftabled_enable="NO"}
X: ${pftabled_flags=""}
X
Xcommand="%%PREFIX%%/sbin/${name}"
X
Xrun_rc_command "$1"
END-of-pftabled/files/pftabled.in
echo x - pftabled/distinfo
sed 's/^X//' >pftabled/distinfo << 'END-of-pftabled/distinfo'
XMD5 (pftabled-1.06.tar.gz) = 27946f75ae8c5f93b8c0c9232215a21c
XSHA256 (pftabled-1.06.tar.gz) = 46a82e70433fca3513600c1f70f7d9e488b8b756a3cfe124f32b103b79becc7b
XSIZE (pftabled-1.06.tar.gz) = 45174
END-of-pftabled/distinfo
exit
--- pftabled-1.06.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list