pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import tcprelay 1.3.2



Module Name:	pkgsrc-wip
Committed By:	Gianni D'Aprile <giannidaprile+pkgsrc-wip%gmail.com@localhost>
Pushed By:	giannidaprile
Date:		Sun Dec 27 10:24:31 2015 -0600
Changeset:	e6c7acc559da67caa92e0a45f06a583224cc5453

Added Files:
	tcprelay/DESCR
	tcprelay/Makefile
	tcprelay/PLIST
	tcprelay/distinfo

Log Message:
import tcprelay 1.3.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6c7acc559da67caa92e0a45f06a583224cc5453

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcprelay/DESCR    |  3 +++
 tcprelay/Makefile | 15 +++++++++++++++
 tcprelay/PLIST    |  5 +++++
 tcprelay/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/tcprelay/DESCR b/tcprelay/DESCR
new file mode 100644
index 0000000..c71b5b9
--- /dev/null
+++ b/tcprelay/DESCR
@@ -0,0 +1,3 @@
+This program aims to relay TCP connections between a client and a server,
+logging trafic in between, either as binary raw data, or, assuming telnet-style
+data exchange.
diff --git a/tcprelay/Makefile b/tcprelay/Makefile
new file mode 100644
index 0000000..d379388
--- /dev/null
+++ b/tcprelay/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+#
+
+DISTNAME=	tcprelay-1.3.2
+CATEGORIES=	net
+MASTER_SITES=	http://sebastien.millet1.perso.sfr.fr/tcprelay/packages/
+
+MAINTAINER=	gianni-pkgsrc-wip%daprile.net@localhost
+HOMEPAGE=	http://sebastien.millet1.perso.sfr.fr/tcprelay/
+COMMENT=	Relay TCP connections between a client and a server
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tcprelay/PLIST b/tcprelay/PLIST
new file mode 100644
index 0000000..f15e12c
--- /dev/null
+++ b/tcprelay/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/tcprelay
+man/man1/tcprelay.1
+share/doc/tcprelay/README
+share/doc/tcprelay/tcprelay.html
diff --git a/tcprelay/distinfo b/tcprelay/distinfo
new file mode 100644
index 0000000..42c394b
--- /dev/null
+++ b/tcprelay/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (tcprelay-1.3.2.tar.gz) = 32017749b0fa9d6dc09faf7b53a207be77d0d50d
+RMD160 (tcprelay-1.3.2.tar.gz) = b0c1bb283d1733a8a4636681916d382d06312d78
+Size (tcprelay-1.3.2.tar.gz) = 153313 bytes


Home | Main Index | Thread Index | Old Index