diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-24 00:35:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-24 00:35:48 +0800 |
commit | 60ad06bf60ba5776d743d6cb193e97ae0554b3d0 (patch) | |
tree | dd6256dca5009577cd8fb0fff1db09a39ac30bad /dns/dns2tcp | |
parent | 212639d01d5f661f07a3d9439f1789898ade20c1 (diff) | |
download | freebsd-ports-gnome-60ad06bf60ba5776d743d6cb193e97ae0554b3d0.tar.gz freebsd-ports-gnome-60ad06bf60ba5776d743d6cb193e97ae0554b3d0.tar.zst freebsd-ports-gnome-60ad06bf60ba5776d743d6cb193e97ae0554b3d0.zip |
Dns2tcp is a tool for relaying TCP connections over DNS.
WWW: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
Diffstat (limited to 'dns/dns2tcp')
-rw-r--r-- | dns/dns2tcp/Makefile | 21 | ||||
-rw-r--r-- | dns/dns2tcp/distinfo | 3 | ||||
-rw-r--r-- | dns/dns2tcp/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
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 |