mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
scnc is a SSL Capable Netcat with SSL support, TCP and UDP
proxying and IPV4/IPV6 proxying features. WWW: http://gomor.org/bin/view/GomorOrg/SslNetcat PR: ports/123300 Submitted by: Sofian Brabez <sbrabez at gmail.com> Approved by: tabthorpe (mentor)
This commit is contained in:
parent
929cd0b838
commit
328ce19ad8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212525
@ -812,6 +812,7 @@
|
||||
SUBDIR += scamper
|
||||
SUBDIR += scand
|
||||
SUBDIR += scapy
|
||||
SUBDIR += scnc
|
||||
SUBDIR += scr_ipfm
|
||||
SUBDIR += sdl_net
|
||||
SUBDIR += seda
|
||||
|
36
net/scnc/Makefile
Normal file
36
net/scnc/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: scnc
|
||||
# Date created: 27 April 2008
|
||||
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scnc
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://gomor.org/files/ \
|
||||
http://knkorp.info/patches/freebsd/
|
||||
#DISTFILES= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= # none
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sbrabez@gmail.com
|
||||
COMMENT= SSL Capable Netcat
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
|
||||
${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${CP} ${_DISTDIR}/scnc ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/scnc/distinfo
Normal file
3
net/scnc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (scnc-1.00/scnc) = 1a465d90c6788de1da6a1932cc16c6ab
|
||||
SHA256 (scnc-1.00/scnc) = c5c02a373c31c3a2ef0d5c3a1d5066713bddb2997518fbb1972bc4118343eb96
|
||||
SIZE (scnc-1.00/scnc) = 14620
|
4
net/scnc/pkg-descr
Normal file
4
net/scnc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
scnc is a SSL Capable Netcat with SSL support, TCP and UDP
|
||||
proxying and IPV4/IPV6 proxying features.
|
||||
|
||||
WWW: http://gomor.org/bin/view/GomorOrg/SslNetcat
|
Loading…
Reference in New Issue
Block a user