From gaod@cse.tw  Thu Apr 14 11:19:02 2011
Return-Path: <gaod@cse.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EFE40106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Apr 2011 11:19:02 +0000 (UTC)
	(envelope-from gaod@cse.tw)
Received: from cse.tw (cse.tw [140.138.145.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FF418FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Apr 2011 11:19:02 +0000 (UTC)
Received: from cse.tw (localhost [127.0.0.1])
	by cse.tw (Postfix) with ESMTP id 0BA6E1E8C31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Apr 2011 19:01:33 +0800 (CST)
Received: (from gaod@localhost)
	by cse.tw (8.14.4/8.14.4/Submit) id p3EB1WxI070055;
	Thu, 14 Apr 2011 19:01:32 +0800 (CST)
	(envelope-from gaod)
Message-Id: <201104141101.p3EB1WxI070055@cse.tw>
Date: Thu, 14 Apr 2011 19:01:32 +0800 (CST)
From: Hung-Yi Chen <gaod@hychen.org>
Reply-To: Hung-Yi Chen <gaod@hychen.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/ssspl: A Simple Socks Server for Perl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         156398
>Category:       ports
>Synopsis:       [NEW PORT] net/ssspl: A Simple Socks Server for Perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 11:20:02 UTC 2011
>Closed-Date:    Thu Jun 23 12:46:44 UTC 2011
>Last-Modified:  Thu Jun 23 12:50:06 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Thu Jun 23 10:48:50 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156398 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Thu Jun 23 12:46:42 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156398 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156398: commit references a PR
Date: Thu, 23 Jun 2011 12:46:30 +0000 (UTC)

 dhn         2011-06-23 12:46:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/ssspl            Makefile distinfo pkg-descr 
   Log:
   SSSPL - Simple Socks Server for Perl
   
   SSS is a simple socks server written in perl that
   implements the SOCKS v5 protocol.
   
   WWW:    http://sourceforge.net/projects/ssspl/
   
   PR:             ports/156398
   Submitted by:   Hung-Yi Chen <gaod@hychen.org>
   
   Revision  Changes    Path
   1.2346    +1 -0      ports/net/Makefile
   1.1       +34 -0     ports/net/ssspl/Makefile (new)
   1.1       +2 -0      ports/net/ssspl/distinfo (new)
   1.1       +6 -0      ports/net/ssspl/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
