From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 1 14:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 648641065670 for ; Thu, 1 May 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EBE88FC17 for ; Thu, 1 May 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m41EA1gJ048420 for ; Thu, 1 May 2008 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m41EA1Hw048419; Thu, 1 May 2008 14:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 1 May 2008 14:10:01 GMT Resent-Message-Id: <200805011410.m41EA1Hw048419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sofian Brabez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2569F106564A for ; Thu, 1 May 2008 14:04:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 11BBC8FC18 for ; Thu, 1 May 2008 14:04:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m41E3kkr044588 for ; Thu, 1 May 2008 14:03:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m41E3kfS044587; Thu, 1 May 2008 14:03:46 GMT (envelope-from nobody) Message-Id: <200805011403.m41E3kfS044587@www.freebsd.org> Date: Thu, 1 May 2008 14:03:46 GMT From: Sofian Brabez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/123300: New port: security/scnc - SSL Capable Netcat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 14:10:01 -0000 >Number: 123300 >Category: ports >Synopsis: New port: security/scnc - SSL Capable Netcat >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: Thu May 01 14:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sofian Brabez >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD atemi 7.0-RELEASE FreeBSD 7.0-STABLE #1: Sun Feb 24 19:59:52 UTC 2008 root@atemi:/usr/obj/usr/src/sys/ATEMI i386 >Description: Here the .shar file as attachement to add scnc (http://gomor.org/bin/view/GomorOrg/SslNetcat) to the port tree (security category) scnc is a SSL Capable Netcat with SSL support, TCP and UDP proxying and IPV4/IPV6 proxying features. Features: ========= * SSL Support. * Telnet Support. * TCP and UDP Proxying. * IPV4/ IPV6 Support. * Netcat in pure Perl with SSL capabilities. Requirements: ============= * Perl * security/p5-IO-Socket-SSL port * security/p5-IO- * net/p5-Net-Telnet port Author: ======= Patrice Auffret (http://gomor.org/) >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # scnc # scnc/Makefile # scnc/distinfo # scnc/pkg-descr # echo c - scnc mkdir -p scnc > /dev/null 2>&1 echo x - scnc/Makefile sed 's/^X//' >scnc/Makefile << 'END-of-scnc/Makefile' X# New ports collection makefile for: scnc X# Date created: 27 April 2008 X# Whom: Sofian Brabez X# X# $FreeBSD$ X# X XPORTNAME= scnc XPORTVERSION= 1.00 XCATEGORIES= net security XMASTER_SITES= http://gomor.org/files/ \ X http://knkorp.info/patches/freebsd/ X#DISTFILES= ${PORTNAME} XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= # none XDIST_SUBDIR= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= sbrabez@gmail.com XCOMMENT= SSL Capable Netcat X XRUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ X ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ X ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 XBUILD_DEPENDS= ${RUN_DEPENDS} X XPLIST_FILES= bin/${PORTNAME} XNO_BUILD= yes X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${_DISTDIR}/scnc ${WRKSRC} X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.include END-of-scnc/Makefile echo x - scnc/distinfo sed 's/^X//' >scnc/distinfo << 'END-of-scnc/distinfo' XMD5 (scnc-1.00/scnc) = 1a465d90c6788de1da6a1932cc16c6ab XSHA256 (scnc-1.00/scnc) = c5c02a373c31c3a2ef0d5c3a1d5066713bddb2997518fbb1972bc4118343eb96 XSIZE (scnc-1.00/scnc) = 14620 END-of-scnc/distinfo echo x - scnc/pkg-descr sed 's/^X//' >scnc/pkg-descr << 'END-of-scnc/pkg-descr' Xscnc is a SSL Capable Netcat with SSL support, TCP and UDP Xproxying and IPV4/IPV6 proxying features. X XWWW: http://gomor.org/bin/view/GomorOrg/SslNetcat END-of-scnc/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: