Date: Thu, 1 May 2008 14:03:46 GMT From: Sofian Brabez <sbrabez@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123300: New port: security/scnc - SSL Capable Netcat Message-ID: <200805011403.m41E3kfS044587@www.freebsd.org> Resent-Message-ID: <200805011410.m41EA1Hw048419@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <sbrabez@gmail.com> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805011403.m41E3kfS044587>