From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 7 13:20:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2B416A420 for ; Tue, 7 Aug 2007 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE48C13C45B for ; Tue, 7 Aug 2007 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l77DK1c0018311 for ; Tue, 7 Aug 2007 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l77DK1fc018310; Tue, 7 Aug 2007 13:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 7 Aug 2007 13:20:01 GMT Resent-Message-Id: <200708071320.l77DK1fc018310@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raffaele De Lorenzo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B563616A476 for ; Tue, 7 Aug 2007 13:10:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9ADCF13C442 for ; Tue, 7 Aug 2007 13:10:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l77DAmFE002068 for ; Tue, 7 Aug 2007 13:10:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l77DAmXt002067; Tue, 7 Aug 2007 13:10:48 GMT (envelope-from nobody) Message-Id: <200708071310.l77DAmXt002067@www.freebsd.org> Date: Tue, 7 Aug 2007 13:10:48 GMT From: Raffaele De Lorenzo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/115265: New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2007 13:20:02 -0000 >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 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: