Add jumpgate 0.6, a TCP connection forwarder.

PR:		25935
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
This commit is contained in:
Will Andrews 2001-03-31 02:28:23 +00:00
parent 7e8d10a55e
commit 3d63d2f5de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40623
6 changed files with 36 additions and 0 deletions

View File

@ -135,6 +135,7 @@
SUBDIR += isc-dhcp3
SUBDIR += isic
SUBDIR += jabber
SUBDIR += jumpgate
SUBDIR += jwhois
SUBDIR += kdenetwork2
SUBDIR += kdetelnet

24
net/jumpgate/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: jumpgate
# Date created: 20 March 2001
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= jumpgate
PORTVERSION= 0.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@cae.ce.ntu.edu.tw
ALL_TARGET= generic
pre-build:
${PERL} -pi.orig -e "s@gcc@${CC}@g; s@-Wall@-Wall ${CFLAGS}@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

1
net/jumpgate/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jumpgate-0.6.tar.gz) = a5faf5ebebbf8b9e20137c53663be8b7

1
net/jumpgate/pkg-comment Normal file
View File

@ -0,0 +1 @@
TCP connection forwarder

8
net/jumpgate/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Jumpgate is a TCP connection forwarder that provides many enhancements and
improvements over the existing programs that do the same thing. Only
tested on OpenBSD, but should run without problems on any Unix-like
system. If you furtherly improve it, please send me the diffs. As always,
published under a BSD style license, see the included LICENSE file.
--
Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>

1
net/jumpgate/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/jumpgate