diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-06 06:03:17 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-06 06:03:17 +0800 |
commit | 317ddbd83df4e33905dc54120120502ebe3d7619 (patch) | |
tree | dbd29a89989d0de91eb54a303f30b65002369963 /security/proxytunnel | |
parent | 2fa03a9bf1f4ae276a5b0dd27c65a1983f528e09 (diff) | |
download | freebsd-ports-gnome-317ddbd83df4e33905dc54120120502ebe3d7619.tar.gz freebsd-ports-gnome-317ddbd83df4e33905dc54120120502ebe3d7619.tar.zst freebsd-ports-gnome-317ddbd83df4e33905dc54120120502ebe3d7619.zip |
New port proxytunnel version 1.0.6: Connects stdin and stdout to
an origin server through an HTTPS proxy
Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 31 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 1 | ||||
-rw-r--r-- | security/proxytunnel/files/patch-Makefile | 11 | ||||
-rw-r--r-- | security/proxytunnel/pkg-comment | 1 | ||||
-rw-r--r-- | security/proxytunnel/pkg-descr | 4 | ||||
-rw-r--r-- | security/proxytunnel/pkg-plist | 6 |
6 files changed, 54 insertions, 0 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile new file mode 100644 index 000000000000..20d0b385536c --- /dev/null +++ b/security/proxytunnel/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: proxytunnel +# Date created: Sun Nov 25 15:16:44 BRST 2001 +# Whom: Hammurabi Mendes <hmendes_br@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= proxytunnel +PORTVERSION= 1.0.6 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= hmendes_br@yahoo.com + +WRKSRC= ${WRKDIR}/${PORTNAME} +ALL_TARGET= ${PORTNAME} + +DOC_FILES= CHANGES CREDITS LICENSE.txt README + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo new file mode 100644 index 000000000000..4810ae5ba166 --- /dev/null +++ b/security/proxytunnel/distinfo @@ -0,0 +1 @@ +MD5 (proxytunnel-1.0.6.tgz) = 2d506db6b87f5d1392305f3a159e5fda diff --git a/security/proxytunnel/files/patch-Makefile b/security/proxytunnel/files/patch-Makefile new file mode 100644 index 000000000000..6bb15f16c166 --- /dev/null +++ b/security/proxytunnel/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Nov 22 06:50:01 2001 ++++ Makefile Wed Dec 5 19:58:37 2001 +@@ -2,8 +2,6 @@ + # + # Please uncomment the appropriate settings + +-CC = gcc +-CFLAGS = -Wall -DHAVE_GETOPT_LONG + LDFLAGS = + + # Solaris needs this (According to Martin Senft <martin@illicon.de>) diff --git a/security/proxytunnel/pkg-comment b/security/proxytunnel/pkg-comment new file mode 100644 index 000000000000..09992ddee96c --- /dev/null +++ b/security/proxytunnel/pkg-comment @@ -0,0 +1 @@ +Connects stdin and stdout to an origin server through an HTTPS proxy diff --git a/security/proxytunnel/pkg-descr b/security/proxytunnel/pkg-descr new file mode 100644 index 000000000000..549ecabfcde8 --- /dev/null +++ b/security/proxytunnel/pkg-descr @@ -0,0 +1,4 @@ +A program that connects stdin and stdout to an origin server somewhere +in the Internet through an industry standard HTTPS proxy. + +WWW: http://proxytunnel.sourceforge.net/ diff --git a/security/proxytunnel/pkg-plist b/security/proxytunnel/pkg-plist new file mode 100644 index 000000000000..9555b76e1ec8 --- /dev/null +++ b/security/proxytunnel/pkg-plist @@ -0,0 +1,6 @@ +bin/proxytunnel +%%PORTDOCS%%share/doc/proxytunnel/CHANGES +%%PORTDOCS%%share/doc/proxytunnel/CREDITS +%%PORTDOCS%%share/doc/proxytunnel/LICENSE.txt +%%PORTDOCS%%share/doc/proxytunnel/README +%%PORTDOCS%%@dirrm share/doc/proxytunnel |