mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
66c0c05af3
commit
1523411519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51094
@ -167,6 +167,7 @@
|
||||
SUBDIR += portscanner
|
||||
SUBDIR += portsentry
|
||||
SUBDIR += ppgen
|
||||
SUBDIR += proxytunnel
|
||||
SUBDIR += pscan
|
||||
SUBDIR += py-amkCrypto
|
||||
SUBDIR += py-fchksum
|
||||
|
31
security/proxytunnel/Makefile
Normal file
31
security/proxytunnel/Makefile
Normal 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>
|
1
security/proxytunnel/distinfo
Normal file
1
security/proxytunnel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (proxytunnel-1.0.6.tgz) = 2d506db6b87f5d1392305f3a159e5fda
|
11
security/proxytunnel/files/patch-Makefile
Normal file
11
security/proxytunnel/files/patch-Makefile
Normal 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>)
|
1
security/proxytunnel/pkg-comment
Normal file
1
security/proxytunnel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Connects stdin and stdout to an origin server through an HTTPS proxy
|
4
security/proxytunnel/pkg-descr
Normal file
4
security/proxytunnel/pkg-descr
Normal 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/
|
6
security/proxytunnel/pkg-plist
Normal file
6
security/proxytunnel/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user