1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-05 22:03:17 +00:00
parent 66c0c05af3
commit 1523411519
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51094
7 changed files with 55 additions and 0 deletions

View File

@ -167,6 +167,7 @@
SUBDIR += portscanner SUBDIR += portscanner
SUBDIR += portsentry SUBDIR += portsentry
SUBDIR += ppgen SUBDIR += ppgen
SUBDIR += proxytunnel
SUBDIR += pscan SUBDIR += pscan
SUBDIR += py-amkCrypto SUBDIR += py-amkCrypto
SUBDIR += py-fchksum SUBDIR += py-fchksum

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (proxytunnel-1.0.6.tgz) = 2d506db6b87f5d1392305f3a159e5fda

View File

@ -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>)

View File

@ -0,0 +1 @@
Connects stdin and stdout to an origin server through an HTTPS proxy

View File

@ -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/

View File

@ -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