ports/53480: New port: net/prtunnel
Kirill Ponomarew
ponomarew at oberon.net
Thu Jun 19 06:10:21 UTC 2003
>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 <ponomarew at oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= prtunnel
XPORTVERSION= 0.1.7
XCATEGORIES= net
XMASTER_SITES= http://joshbeam.com/files/
X
XMAINTAINER= ponomarew at 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 <bsd.port.mk>
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:
More information about the freebsd-ports-bugs
mailing list