Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2011 19:01:32 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156398: [NEW PORT] net/ssspl: A Simple Socks Server for Perl
Message-ID:  <201104141101.p3EB1WxI070055@cse.tw>
Resent-Message-ID: <201104141120.p3EBK33c075165@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156398
>Category:       ports
>Synopsis:       [NEW PORT] net/ssspl: A Simple Socks Server for Perl
>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 Apr 14 11:20:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cse.tw 8.2-STABLE FreeBSD 8.2-STABLE #15: Sun Feb 27 21:33:50 CST 2011 gaod@cse.tw:/usr/obj/usr/src/sys/CSETW i386


>Description:
	This is a simple socks server written in perl that implements the SOCKS v5 protocol.

	WWW: http://sourceforge.net/projects/ssspl/
>How-To-Repeat:
>Fix:

--- ssspl.shar begins here ---
mkdir ssspl
cd ssspl
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XSSSPL - Simple Socks Server for Perl
X
XSSS is a simple socks server written in perl that implements the SOCKS v5 protocol.
X
XWWW:    http://sourceforge.net/projects/ssspl/
0e313719ff012ceaf97a028d51caa8f5
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:	ssspl
X# Date created:		2011-04-02
X# Whom:			Hung-Yi Chen <gaod@hychen.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ssspl
XPORTVERSION=	0.1
XCATEGORIES=	net perl5
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sss.pl%20v${PORTVERSION}/
XDISTNAME=	sss
XEXTRACT_SUFX=	.pl
X
XMAINTAINER=	gaod@hychen.org
XCOMMENT=	A Simple Socks Server for Perl
X
XRUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
X
XNO_BUILD=	yes
X
XPLIST_FILES=	sbin/sss.pl
XSTRIP=
X
Xdo-extract:
X	@${MKDIR} ${WRKSRC}
X	@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${PREFIX}/sbin
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XSHA256 (sss.pl) = 71c844853aaaa81709a597cb5f4562ed5e4368737ea4f2f7077a31e71a7798e5
XSIZE (sss.pl) = 13293
aec8793adfd5b7c3f00e62ae41a09ac2
exit
--- ssspl.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104141101.p3EB1WxI070055>