From root@galan.daltons.ca  Sat Jul 17 22:50:44 2004
Return-Path: <root@galan.daltons.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E877716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jul 2004 22:50:44 +0000 (GMT)
Received: from galan.daltons.ca (d137-186-239-215.abhsia.telus.net [137.186.239.215])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 77C8D43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jul 2004 22:50:44 +0000 (GMT)
	(envelope-from root@galan.daltons.ca)
Received: from root by galan.daltons.ca with local (Exim 4.34 (FreeBSD))
	id 1Bly2E-000NSQ-Jv; Sat, 17 Jul 2004 16:52:02 -0600
Message-Id: <E1Bly2E-000NSQ-Jv@galan.daltons.ca>
Date: Sat, 17 Jul 2004 16:52:02 -0600
From: Aaron Dalton <aaron@daltons.ca>
Reply-To: Aaron Dalton <aaron@daltons.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: aaron@daltons.ca
Subject: New Port: security/doorman - A Portknocking implementation<
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69213
>Category:       ports
>Synopsis:       New Port: security/doorman - A Portknocking implementation<
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 17 23:00:40 GMT 2004
>Closed-Date:    Sat Jul 24 07:11:26 GMT 2004
>Last-Modified:  Sat Jul 24 07:11:26 GMT 2004
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD galan.daltons.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 27 22:48:19 MDT 2004 root@galan.daltons.ca:/usr/src/sys/i386/compile/GALAN i386


>Description:
	An implementation of Port Knocking, both daemon and client.
>How-To-Repeat:
>Fix:

	

--- submission.txt 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:
#
#	doorman
#	doorman/Makefile
#	doorman/distinfo
#	doorman/pkg-descr
#	doorman/pkg-message
#	doorman/pkg-plist
#
echo c - doorman
mkdir -p doorman > /dev/null 2>&1
echo x - doorman/Makefile
sed 's/^X//' >doorman/Makefile << 'END-of-doorman/Makefile'
X# New ports collection makefile for:   doorman
X# Date created:                16 July 2004
X# Whom:                        Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      doorman
XPORTVERSION=   0.6.2
XCATEGORIES=    security
X#[do not forget the trailing slash ("/")!
X# if you are not using MASTER_SITE_* macros]
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= doorman
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    aaron@daltons.ca
XCOMMENT=       A Port Knocking implementation, both daemon and client
X
XRUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
X
XMAN1=	knock.1
XMAN5=	knockcf.5 doormand.cf.5 guestlist.5
XMAN8=	doormand.8
X#MANCOMPRESSED=	yes
X
XGNU_CONFIGURE= yes
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-doorman/Makefile
echo x - doorman/distinfo
sed 's/^X//' >doorman/distinfo << 'END-of-doorman/distinfo'
XMD5 (doorman-0.6.2.tgz) = de4a50d85afe9953f64a3dbd2bd98877
XSIZE (doorman-0.6.2.tgz) = 135669
END-of-doorman/distinfo
echo x - doorman/pkg-descr
sed 's/^X//' >doorman/pkg-descr << 'END-of-doorman/pkg-descr'
XThis project allows a server to run silently, invisibly, with all TCP ports
Xclosed... except to those who know... the secret knock! 
X
XWWW: http://doorman.sourceforge.net/
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-doorman/pkg-descr
echo x - doorman/pkg-message
sed 's/^X//' >doorman/pkg-message << 'END-of-doorman/pkg-message'
X
X******************************************************
X
XTo configure Doorman, please edit the files guestlist and doormand.cf found in /usr/local/etc/doormand.  Documentation can be found using:
X	
X	$ man guestlist
X	$ man doormand.cf
X
Xor by visiting the Doorman website at http://doorman.sourceforge.net.
X
X******************************************************
END-of-doorman/pkg-message
echo x - doorman/pkg-plist
sed 's/^X//' >doorman/pkg-plist << 'END-of-doorman/pkg-plist'
Xbin/knock
Xetc/doormand/guestlist.EXAMPLE
Xetc/doormand/ipchains_add
Xetc/doormand/ipchains_delete
Xetc/doormand/iptables_add
Xetc/doormand/iptables_delete
Xetc/doormand/doormand.cf.EXAMPLE
Xsbin/doormand
X@dirrm etc/doormand
END-of-doorman/pkg-plist
exit
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:

From: Aaron Dalton <aaron@daltons.ca>
To: freebsd-gnats-submit@FreeBSD.org, aaron@daltons.ca
Cc:  
Subject: Re: ports/69213: New Port: security/doorman - A Portknocking implementation<
Date: Sat, 17 Jul 2004 18:09:53 -0600

 --Boundary-00=_R/b+AkoaMWezSmW
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 I apologize.  lsof should be both a BUILD_DEPENDS  and a RUN_DEPENDS.  
 Attached is the updated shar output.
 
 -- 
 Aaron Dalton
 http://aaron.daltons.ca
 
 --Boundary-00=_R/b+AkoaMWezSmW
 Content-Type: text/plain;
   charset="us-ascii";
   name="submission.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="submission.txt"
 
 # 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:
 #
 #	doorman
 #	doorman/Makefile
 #	doorman/distinfo
 #	doorman/pkg-descr
 #	doorman/pkg-message
 #	doorman/pkg-plist
 #
 echo c - doorman
 mkdir -p doorman > /dev/null 2>&1
 echo x - doorman/Makefile
 sed 's/^X//' >doorman/Makefile << 'END-of-doorman/Makefile'
 X# New ports collection makefile for:   doorman
 X# Date created:                16 July 2004
 X# Whom:                        Aaron Dalton <aaron@daltons.ca>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=      doorman
 XPORTVERSION=   0.6.2
 XCATEGORIES=    security
 X#[do not forget the trailing slash ("/")!
 X# if you are not using MASTER_SITE_* macros]
 XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR= doorman
 XEXTRACT_SUFX=  .tgz
 X
 XMAINTAINER=    aaron@daltons.ca
 XCOMMENT=       A Port Knocking implementation, both daemon and client
 X
 XBUILD_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
 XRUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
 X
 XMAN1=	knock.1
 XMAN5=	knockcf.5 doormand.cf.5 guestlist.5
 XMAN8=	doormand.8
 X#MANCOMPRESSED=	yes
 X
 XGNU_CONFIGURE= yes
 X
 Xpost-install:
 X	@${CAT} ${PKGMESSAGE}
 X
 X.include <bsd.port.mk>
 END-of-doorman/Makefile
 echo x - doorman/distinfo
 sed 's/^X//' >doorman/distinfo << 'END-of-doorman/distinfo'
 XMD5 (doorman-0.6.2.tgz) = de4a50d85afe9953f64a3dbd2bd98877
 XSIZE (doorman-0.6.2.tgz) = 135669
 END-of-doorman/distinfo
 echo x - doorman/pkg-descr
 sed 's/^X//' >doorman/pkg-descr << 'END-of-doorman/pkg-descr'
 XThis project allows a server to run silently, invisibly, with all TCP ports
 Xclosed... except to those who know... the secret knock! 
 X
 XWWW: http://doorman.sourceforge.net/
 X
 X- Aaron Dalton
 Xaaron@daltons.ca
 END-of-doorman/pkg-descr
 echo x - doorman/pkg-message
 sed 's/^X//' >doorman/pkg-message << 'END-of-doorman/pkg-message'
 X
 X******************************************************
 X
 XTo configure Doorman, please edit the files guestlist and doormand.cf found in /usr/local/etc/doormand.  Documentation can be found using:
 X	
 X	$ man guestlist
 X	$ man doormand.cf
 X
 Xor by visiting the Doorman website at http://doorman.sourceforge.net.
 X
 X******************************************************
 END-of-doorman/pkg-message
 echo x - doorman/pkg-plist
 sed 's/^X//' >doorman/pkg-plist << 'END-of-doorman/pkg-plist'
 Xbin/knock
 Xetc/doormand/guestlist.EXAMPLE
 Xetc/doormand/ipchains_add
 Xetc/doormand/ipchains_delete
 Xetc/doormand/iptables_add
 Xetc/doormand/iptables_delete
 Xetc/doormand/doormand.cf.EXAMPLE
 Xsbin/doormand
 X@dirrm etc/doormand
 END-of-doorman/pkg-plist
 exit
 
 
 --Boundary-00=_R/b+AkoaMWezSmW--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jul 24 07:10:55 GMT 2004 
State-Changed-Why:  
Superceded by ports/69520. 

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