1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add prtunnel 0.1.7,

tunnel for TCP connections using an HTTP or
SOCKS5 proxy.

PR:		53480
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
This commit is contained in:
Daichi GOTO 2003-07-02 12:31:30 +00:00
parent e8635d0247
commit 8efc56e82f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84042
5 changed files with 45 additions and 0 deletions

View File

@ -534,6 +534,7 @@
SUBDIR += pptpclient
SUBDIR += ppxp
SUBDIR += proxy-suite
SUBDIR += prtunnel
SUBDIR += psi
SUBDIR += pvm
SUBDIR += pvm++

34
net/prtunnel/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: prtunnel
# Date created: 19.06.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= prtunnel
PORTVERSION= 0.1.7
CATEGORIES= net
MASTER_SITES= http://joshbeam.com/files/
MAINTAINER= ponomarew@oberon.net
COMMENT= Tunnel for TCP connections using an HTTP or SOCKS5 proxy
USE_REINPLACE= yes
ALL_TARGET= ${PORTNAME}
MAN1= prtunnel.1
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g ; \
s|CC=gcc|CC?=gcc|g' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
net/prtunnel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (prtunnel-0.1.7.tar.gz) = 7c65705df3386fd35f8a6cb644dc9318

6
net/prtunnel/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
prtunnel tunnels a TCP connection through to a remote server
using an HTTP or SOCKS5 proxy. It is useful if you are behind a
proxy and want to use a program that doesn't have native proxy
support.
WWW: http://joshbeam.com/software/prtunnel.html

3
net/prtunnel/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/prtunnel
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%