From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 18 23:10:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC4737B404 for ; Wed, 18 Jun 2003 23:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B6143F3F for ; Wed, 18 Jun 2003 23:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5J6AJUp034279 for ; Wed, 18 Jun 2003 23:10:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5J6AJuN034278; Wed, 18 Jun 2003 23:10:19 -0700 (PDT) Resent-Date: Wed, 18 Jun 2003 23:10:19 -0700 (PDT) Resent-Message-Id: <200306190610.h5J6AJuN034278@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, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF7537B401 for ; Wed, 18 Jun 2003 23:05:19 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B23243FB1 for ; Wed, 18 Jun 2003 23:05:19 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19SsXs-000Jua-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Jun 2003 08:05:16 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.20) id 19SsWC-000Ah5-C0 for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Jun 2003 08:03:32 +0200 Message-Id: Date: Thu, 19 Jun 2003 08:03:32 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53480: New port: net/prtunnel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 06:10:21 -0000 >Number: 53480 >Category: ports >Synopsis: New port: net/prtunnel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 18 23:10:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: net/prtunnel Tool that tunnels a TCP connection through to a remote server using an HTTP or SOCKS5 proxy. >How-To-Repeat: >Fix: # 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: # # net/prtunnel # net/prtunnel/Makefile # net/prtunnel/distinfo # net/prtunnel/pkg-plist # net/prtunnel/pkg-descr # echo c - net/prtunnel mkdir -p net/prtunnel > /dev/null 2>&1 echo x - net/prtunnel/Makefile sed 's/^X//' >net/prtunnel/Makefile << 'END-of-net/prtunnel/Makefile' X# New ports collection makefile for: prtunnel X# Date created: 19.06.2003 X# Whom: Kirill Ponomarew X# X# $FreeBSD$ X# X XPORTNAME= prtunnel XPORTVERSION= 0.1.7 XCATEGORIES= net XMASTER_SITES= http://joshbeam.com/files/ X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Tunnel for TCP connections using an HTTP or SOCKS5 proxy X XUSE_REINPLACE= yes XALL_TARGET= ${PORTNAME} X XMAN1= prtunnel.1 X Xpost-patch: X @${REINPLACE_CMD} -e \ X 's|%%PREFIX%%|${PREFIX}|g ; \ X s|CC=gcc|CC?=gcc|g' ${WRKSRC}/Makefile X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include END-of-net/prtunnel/Makefile echo x - net/prtunnel/distinfo sed 's/^X//' >net/prtunnel/distinfo << 'END-of-net/prtunnel/distinfo' XMD5 (prtunnel-0.1.7.tar.gz) = 7c65705df3386fd35f8a6cb644dc9318 END-of-net/prtunnel/distinfo echo x - net/prtunnel/pkg-plist sed 's/^X//' >net/prtunnel/pkg-plist << 'END-of-net/prtunnel/pkg-plist' Xbin/prtunnel X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-net/prtunnel/pkg-plist echo x - net/prtunnel/pkg-descr sed 's/^X//' >net/prtunnel/pkg-descr << 'END-of-net/prtunnel/pkg-descr' Xprtunnel tunnels a TCP connection through to a remote server Xusing an HTTP or SOCKS5 proxy. It is useful if you are behind a Xproxy and want to use a program that doesn't have native proxy Xsupport. X XWWW: http://joshbeam.com/software/prtunnel.html END-of-net/prtunnel/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: