Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 13:10:48 GMT
From:      Raffaele De Lorenzo <raffaele.delorenzo@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115265: New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features
Message-ID:  <200708071310.l77DAmXt002067@www.freebsd.org>
Resent-Message-ID: <200708071320.l77DK1fc018310@freefall.freebsd.org>

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

>Number:         115265
>Category:       ports
>Synopsis:       New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features
>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:   Tue Aug 07 13:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Raffaele De Lorenzo
>Release:        FreeBSD 6.2-STABLE-200706
>Organization:
>Environment:
FreeBSD noel.localhost 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #0: Sun Jun  3 13:54:03 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features
>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:
#
#	csocks
#	csocks/Makefile
#	csocks/pkg-plist
#	csocks/distinfo
#	csocks/pkg-descr
#	csocks/files
#	csocks/files/csocks.in
#
echo c - csocks
mkdir -p csocks > /dev/null 2>&1
echo x - csocks/Makefile
sed 's/^X//' >csocks/Makefile << 'END-of-csocks/Makefile'
X# New ports collection makefile for:   csocks
X# Date created:        06 August 2007
X# Whom:                Raffaele De Lorenzo  - raffaele.delorenzo@libero.it
X# $FreeBSD$
X
XPORTNAME=	csocks
XPORTVERSION=	1.0
XCATEGORIES=	net security
XMASTER_SITES=	http://csocks.virtuale.org/download/
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	raffaele.delorenzo@libero.it
XCOMMENT=	SOCKS Client v4/v5 RFC Compliant with many features
X
XONLY_FOR_ARCHS=	i386
X
XNO_BUILD=       yes
XWRKSRC=		${WRKDIR}/${DISTNAME}
XUSE_LDCONFIG=	yes
XMAN1=		csocks.1
XMAN5=		csocks.conf.5
XMANCOMPRESSED=	yes
X
Xdo-install:
X	${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/libcsocks.so.1 ${PREFIX}/lib/
X	${LN} -fs ${PREFIX}/lib/libcsocks.so.1 ${PREFIX}/lib/libcsocks.so
X	${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/csocks ${PREFIX}/bin
X	${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/csocks.conf ${PREFIX}/etc/
X	${CP} -p ${WRKDIR}/${DISTNAME}/man/csocks.1.gz ${MANPREFIX}/man/man1
X	${CP} -p ${WRKDIR}/${DISTNAME}/man/csocks.conf.5.gz ${MANPREFIX}/man/man5
X.include <bsd.port.mk>
END-of-csocks/Makefile
echo x - csocks/pkg-plist
sed 's/^X//' >csocks/pkg-plist << 'END-of-csocks/pkg-plist'
Xetc/csocks.conf
Xlib/libcsocks.so
Xlib/libcsocks.so.1
Xbin/csocks
END-of-csocks/pkg-plist
echo x - csocks/distinfo
sed 's/^X//' >csocks/distinfo << 'END-of-csocks/distinfo'
XMD5 (csocks_1.0.tar.gz) = f0bcd2cca1b0ab1ae8b5d8f30f95e5fc
XSHA256 (csocks_1.0.tar.gz) = 42526a9faab3234a9c98b7f10dc39a84ed4934fa4f8cd7ad08fb2f6a0fd83177
XSIZE (csocks_1.0.tar.gz) = 32810
END-of-csocks/distinfo
echo x - csocks/pkg-descr
sed 's/^X//' >csocks/pkg-descr << 'END-of-csocks/pkg-descr'
XThis is a port of csocks, A socks client with many features
X
XWWW: http://csocks.virtuale.org
END-of-csocks/pkg-descr
echo c - csocks/files
mkdir -p csocks/files > /dev/null 2>&1
echo x - csocks/files/csocks.in
sed 's/^X//' >csocks/files/csocks.in << 'END-of-csocks/files/csocks.in'
END-of-csocks/files/csocks.in
exit



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



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