aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/dns2tcp/Makefile21
-rw-r--r--dns/dns2tcp/distinfo3
-rw-r--r--dns/dns2tcp/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 4f76ac0136ef..ce03ecc09900 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -22,6 +22,7 @@
SUBDIR += djbdns-tools
SUBDIR += dlint
SUBDIR += dnrd
+ SUBDIR += dns2tcp
SUBDIR += dns_balance
SUBDIR += dns_mre
SUBDIR += dnscap
diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile
new file mode 100644
index 000000000000..d74c1aa4903c
--- /dev/null
+++ b/dns/dns2tcp/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: dns2tcp
+# Date created: 2008-11-23
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dns2tcp
+PORTVERSION= 0.4.3
+CATEGORIES= dns
+MASTER_SITES= http://www.hsc.fr/ressources/outils/${PORTNAME}/download/
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/dns2tcpc bin/dns2tcpd
+MAN1= dns2tcpc.1 dns2tcpd.1
+
+.include <bsd.port.mk>
diff --git a/dns/dns2tcp/distinfo b/dns/dns2tcp/distinfo
new file mode 100644
index 000000000000..64df7b998e1a
--- /dev/null
+++ b/dns/dns2tcp/distinfo
@@ -0,0 +1,3 @@
+MD5 (dns2tcp-0.4.3.tar.gz) = d2b322ee27f4ff53dfdad61aa2f42dd8
+SHA256 (dns2tcp-0.4.3.tar.gz) = cd477d7b6789c13a3ab16a1ae64b32e0093f28bdae00a277dedc8a790d50dafa
+SIZE (dns2tcp-0.4.3.tar.gz) = 230596
diff --git a/dns/dns2tcp/pkg-descr b/dns/dns2tcp/pkg-descr
new file mode 100644
index 000000000000..43e46bc6e1e5
--- /dev/null
+++ b/dns/dns2tcp/pkg-descr
@@ -0,0 +1,3 @@
+Dns2tcp is a tool for relaying TCP connections over DNS.
+
+WWW: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en