aboutsummaryrefslogtreecommitdiff
path: root/security/proxytunnel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 22:03:17 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 22:03:17 +0000
commit1523411519f8b786d26fa0525c79ec1f78762e3b (patch)
treee33dd99f0625bc1325b5c6e50035dfae89a0dbe0 /security/proxytunnel
parent66c0c05af3a1dedc5d6bca7a0a0960ab3fdda419 (diff)
downloadports-1523411519f8b786d26fa0525c79ec1f78762e3b.tar.gz
ports-1523411519f8b786d26fa0525c79ec1f78762e3b.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>
Notes
Notes: svn path=/head/; revision=51094
Diffstat (limited to 'security/proxytunnel')
-rw-r--r--security/proxytunnel/Makefile31
-rw-r--r--security/proxytunnel/distinfo1
-rw-r--r--security/proxytunnel/files/patch-Makefile11
-rw-r--r--security/proxytunnel/pkg-comment1
-rw-r--r--security/proxytunnel/pkg-descr4
-rw-r--r--security/proxytunnel/pkg-plist6
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