Date: Wed, 6 May 2009 12:41:53 GMT From: pluknet <pluknet@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134266: New port: www/simpleproxy Simple tcp proxy Message-ID: <200905061241.n46CfrHw049483@www.freebsd.org> Resent-Message-ID: <200905061250.n46Co4Z8093714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134266 >Category: ports >Synopsis: New port: www/simpleproxy Simple tcp proxy >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: Wed May 06 12:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: pluknet >Release: 6.4-STABLE >Organization: >Environment: FreeBSD 6.4-STABLE #96: Thu Jan 22 16:59:43 MSK 2009 root@jaw.ripn.net:/usr/obj/usr/src/sys/JAW i386 >Description: New port. Simple tcp proxy. >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: # # simpleproxy # simpleproxy/Makefile # simpleproxy/pkg-descr # simpleproxy/pkg-plist # simpleproxy/distinfo # echo c - simpleproxy mkdir -p simpleproxy > /dev/null 2>&1 echo x - simpleproxy/Makefile sed 's/^X//' >simpleproxy/Makefile << 'END-of-simpleproxy/Makefile' X# New ports collection makefile for: simpleproxy X# Date created: 06 May 2009 X# Whom: Sergey Kandaurov <pluknet@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= simpleproxy XPORTVERSION= 3.4 XCATEGORIES= www XMASTER_SITES= SF/simpleproxy X XMAINTAINER= pluknet@gmail.com XCOMMENT= Simple tcp proxy X XGNU_CONFIGURE= yes X.if !defined(NO_INSTALL_MANPAGES) XMAN1= simpleproxy.1 X.endif X X.include <bsd.port.mk> END-of-simpleproxy/Makefile echo x - simpleproxy/pkg-descr sed 's/^X//' >simpleproxy/pkg-descr << 'END-of-simpleproxy/pkg-descr' XSimpleproxy program acts as simple tcp proxy. It listens for local Xsocket, and any connection to this port will be forwarded to another Xsocket at remote host. X XLICENSE: GPL2 or later X XWWW: http://www.crocodile.org/software.html END-of-simpleproxy/pkg-descr echo x - simpleproxy/pkg-plist sed 's/^X//' >simpleproxy/pkg-plist << 'END-of-simpleproxy/pkg-plist' Xbin/simpleproxy END-of-simpleproxy/pkg-plist echo x - simpleproxy/distinfo sed 's/^X//' >simpleproxy/distinfo << 'END-of-simpleproxy/distinfo' XMD5 (simpleproxy-3.4.tar.gz) = 95fbc83e731f4c727802e023cf3d43ad XSHA256 (simpleproxy-3.4.tar.gz) = 194b280251edc16f1930dca6e2742c3f353523bc735c7a9d3d1a4d23ca09a74c XSIZE (simpleproxy-3.4.tar.gz) = 31904 END-of-simpleproxy/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905061241.n46CfrHw049483>