summaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-03-19 22:11:17 +0000
committerfredb <fredb@pkgsrc.org>2000-03-19 22:11:17 +0000
commita7a839fc6a137a3ae09d153e16406c57ad467cb1 (patch)
treea352dcb53283c79217c160478c3560c0c58d9766 /net/bounce
parent575d380bdb64cfaf6dbe75a0df8e10260ad52f58 (diff)
downloadpkgsrc-a7a839fc6a137a3ae09d153e16406c57ad467cb1.tar.gz
New package bounce-0.0: tool to forward TCP connection from one IP to another.
Submitted by Emmanuel Dreyfus in PR pkg/9637.
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/Makefile20
-rw-r--r--net/bounce/files/md53
-rw-r--r--net/bounce/pkg/COMMENT1
-rw-r--r--net/bounce/pkg/DESCR3
-rw-r--r--net/bounce/pkg/PLIST3
5 files changed, 30 insertions, 0 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile
new file mode 100644
index 00000000000..8838245e132
--- /dev/null
+++ b/net/bounce/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/19 22:11:17 fredb Exp $
+#
+
+DISTNAME= bounce-0.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= p99dreyf@criens.u-psud.fr
+
+WRKSRC= ${WRKDIR}/bounce
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
+ALL_TARGET= bounce
+
+post-install:
+ strip ${PREFIX}/bin/bounce
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/bounce/files/md5 b/net/bounce/files/md5
new file mode 100644
index 00000000000..d6f86faddec
--- /dev/null
+++ b/net/bounce/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/19 22:11:17 fredb Exp $
+
+MD5 (bounce-0.0.tar.gz) = 202499d02ff985971650ea0c091fe4f2
diff --git a/net/bounce/pkg/COMMENT b/net/bounce/pkg/COMMENT
new file mode 100644
index 00000000000..c6397cd0902
--- /dev/null
+++ b/net/bounce/pkg/COMMENT
@@ -0,0 +1 @@
+tool to forward TCP connection from one IP to another
diff --git a/net/bounce/pkg/DESCR b/net/bounce/pkg/DESCR
new file mode 100644
index 00000000000..21704dd03f7
--- /dev/null
+++ b/net/bounce/pkg/DESCR
@@ -0,0 +1,3 @@
+Bounce is a socket bouncer. It is used to forward TCP connections.
+You can use bounce to make incoming connection to port 5000 of your
+local machine go to another port on another machine.
diff --git a/net/bounce/pkg/PLIST b/net/bounce/pkg/PLIST
new file mode 100644
index 00000000000..cd9d9f0196e
--- /dev/null
+++ b/net/bounce/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/19 22:11:18 fredb Exp $
+bin/bounce
+man/man1/bounce.1