diff options
author | grant <grant@pkgsrc.org> | 2003-03-05 03:43:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-05 03:43:50 +0000 |
commit | 26f01de355a9cf822d8ae79e17d453705e27854c (patch) | |
tree | 2c0984a39c6b178dcde94a9c21975637875ca33a /net/jumpgate | |
parent | 9bbbbc03a3b9e4ccdc10c8ba04a53c1526301c2d (diff) | |
download | pkgsrc-26f01de355a9cf822d8ae79e17d453705e27854c.tar.gz |
Initial import of jumpgate-0.7 into The NetBSD Packages Collection.
Jumpgate is a TCP connection forwarder that provides many enhancements
and improvements over the existing programs that do the same thing. It
provides an interactive mode that queries the connected party for the
forwarding information it needs. Also, there is the option to log the
entire forwarded session in a file for later inspection. Furthermore,
it can log information about the forwarded session via the syslog(3)
facility.
Diffstat (limited to 'net/jumpgate')
-rw-r--r-- | net/jumpgate/DESCR | 7 | ||||
-rw-r--r-- | net/jumpgate/Makefile | 14 | ||||
-rw-r--r-- | net/jumpgate/PLIST | 3 | ||||
-rw-r--r-- | net/jumpgate/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/jumpgate/DESCR b/net/jumpgate/DESCR new file mode 100644 index 00000000000..c562a4c78b3 --- /dev/null +++ b/net/jumpgate/DESCR @@ -0,0 +1,7 @@ +Jumpgate is a TCP connection forwarder that provides many enhancements +and improvements over the existing programs that do the same thing. It +provides an interactive mode that queries the connected party for the +forwarding information it needs. Also, there is the option to log the +entire forwarded session in a file for later inspection. Furthermore, +it can log information about the forwarded session via the syslog(3) +facility. diff --git a/net/jumpgate/Makefile b/net/jumpgate/Makefile new file mode 100644 index 00000000000..1963c286395 --- /dev/null +++ b/net/jumpgate/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/05 03:43:50 grant Exp $ +# + +DISTNAME= jumpgate-0.7 +CATEGORIES= net +MASTER_SITES= http://jumpgate.sourceforge.net/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= ${MASTER_SITES} +COMMENT= TCP connection forwarder with capture and syslog support + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/jumpgate/PLIST b/net/jumpgate/PLIST new file mode 100644 index 00000000000..9ea5f31b695 --- /dev/null +++ b/net/jumpgate/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/05 03:43:50 grant Exp $ +sbin/jumpgate +man/man8/jumpgate.8 diff --git a/net/jumpgate/distinfo b/net/jumpgate/distinfo new file mode 100644 index 00000000000..bd84df35846 --- /dev/null +++ b/net/jumpgate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/05 03:43:50 grant Exp $ + +SHA1 (jumpgate-0.7.tar.gz) = 2edfe95746b94d30e325dc06fa489f3352107808 +Size (jumpgate-0.7.tar.gz) = 40789 bytes |