From lx@redundancy.redundancy.org  Fri Jul  9 00:58:01 2004
Return-Path: <lx@redundancy.redundancy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F3D6E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Jul 2004 00:58:00 +0000 (GMT)
Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242])
	by mx1.FreeBSD.org (Postfix) with SMTP id B6BA643D41
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Jul 2004 00:58:00 +0000 (GMT)
	(envelope-from lx@redundancy.redundancy.org)
Received: (qmail 8955 invoked by uid 1000); 9 Jul 2004 00:58:16 -0000
Message-Id: <20040709005816.8954.qmail@redundancy.redundancy.org>
Date: 9 Jul 2004 00:58:16 -0000
From: David Thiel <lx@redundancy.redundancy.org>
Reply-To: David Thiel <lx@redundancy.redundancy.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sergei@freebsd.org
Subject: New port: net/sbd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68838
>Category:       ports
>Synopsis:       New port: net/sbd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 09 01:00:45 GMT 2004
>Closed-Date:    Sat Jul 10 17:25:24 GMT 2004
>Last-Modified:  Sat Jul 10 17:25:24 GMT 2004
>Originator:     David Thiel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.9-STABLE FreeBSD 4.9-STABLE #15: Wed Nov 19 21:41:32 PST 2003 lx@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

sbd is a Netcat-clone, designed to be portable and offer strong
encryption. It runs on Unix-like operating systems and on Microsoft
Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
Devine), program execution (-e option), choosing source port, continuous
reconnection with delay, and some other nice features. Only TCP/IP
communication is supported. Source code and binaries are distributed
under the GNU General Public License.

sbd can be used for any number of network-related things, e.g.:

    * Secure file transfer
    * Remote administration
    * Simple (but secure) peer-to-peer chat
    * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic 
      recording) 

>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:
#
#	sbd
#	sbd/Makefile
#	sbd/distinfo
#	sbd/pkg-descr
#
echo c - sbd
mkdir -p sbd > /dev/null 2>&1
echo x - sbd/Makefile
sed 's/^X//' >sbd/Makefile << 'END-of-sbd/Makefile'
X# Ports collection makefile for:  sbd
X# Date created:			  2004-07-08
X# Whom:				  David Thiel (lx@redundancy.redundancy.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sbd
XPORTVERSION=	1.31
XCATEGORIES=	net security
XMASTER_SITES=	http://www.cycom.se/uploads/114/31/
X
XMAINTAINER=	lx@redundancy.redundancy.org
XCOMMENT=	A netcat clone with more features and crypto
X
XALL_TARGET=	unix
X
XPLIST_FILES=	bin/sbd
XPORTDOCS=	README
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/sbd ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-sbd/Makefile
echo x - sbd/distinfo
sed 's/^X//' >sbd/distinfo << 'END-of-sbd/distinfo'
XMD5 (sbd-1.31.tar.gz) = fde99ed6c7dc2729751eead5d6bee538
XSIZE (sbd-1.31.tar.gz) = 859963
END-of-sbd/distinfo
echo x - sbd/pkg-descr
sed 's/^X//' >sbd/pkg-descr << 'END-of-sbd/pkg-descr'
Xsbd is a Netcat-clone, designed to be portable and offer strong
Xencryption. It runs on Unix-like operating systems and on Microsoft
XWin32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
XDevine), program execution (-e option), choosing source port, continuous
Xreconnection with delay, and some other nice features. Only TCP/IP
Xcommunication is supported. Source code and binaries are distributed
Xunder the GNU General Public License.
X
Xsbd can be used for any number of network-related things, e.g.:
X
X    * Secure file transfer
X    * Remote administration
X    * Simple (but secure) peer-to-peer chat
X    * Pen-test tool (crypto avoids NIDS detection and telnet-style 
X      traffic recording) 
X
XWWW: http://www.cycom.se/dl/sbd
END-of-sbd/pkg-descr
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Sat Jul 10 08:53:13 GMT 2004 
Responsible-Changed-Why:  
Take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68838 
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Sat Jul 10 17:19:31 GMT 2004 
State-Changed-Why:  
Committed. Thanks. 
Added patch to make port respects CC and CFLAGS. 

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