summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2014-04-19 17:34:01 +0000
committerjakllsch <jakllsch@pkgsrc.org>2014-04-19 17:34:01 +0000
commitcd574d1d7a3df1dfafedec2bc7871f17d6ef7bb1 (patch)
tree71dc40a066661081e1f8f3a9e15820bcdd8f6e81 /net
parent869d2f32670d8b20e4fc813f39ec503a8405c17f (diff)
downloadpkgsrc-cd574d1d7a3df1dfafedec2bc7871f17d6ef7bb1.tar.gz
Add u6rd-1.7.1 based on packaging provided in PR#47254
u6rd is a user-space 6rd (RFC 5569) implementation, which uses tun(4) and the raw socket interface. It runs on the 6rd border router of a 6rd site that is isolated from the native IPv6 Internet. In other words, it does not provide the functionality of 6rd "relay" routers.
Diffstat (limited to 'net')
-rw-r--r--net/u6rd/DESCR6
-rw-r--r--net/u6rd/Makefile15
-rw-r--r--net/u6rd/PLIST3
-rw-r--r--net/u6rd/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/net/u6rd/DESCR b/net/u6rd/DESCR
new file mode 100644
index 00000000000..d8511e9aa5a
--- /dev/null
+++ b/net/u6rd/DESCR
@@ -0,0 +1,6 @@
+u6rd is a user-space 6rd (RFC 5569) implementation, which uses
+tun(4) and the raw socket interface.
+
+It runs on the 6rd border router of a 6rd site that is isolated from
+the native IPv6 Internet. In other words, it does not provide the
+functionality of 6rd "relay" routers.
diff --git a/net/u6rd/Makefile b/net/u6rd/Makefile
new file mode 100644
index 00000000000..60321bf4b43
--- /dev/null
+++ b/net/u6rd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/04/19 17:34:01 jakllsch Exp $
+#
+
+DISTNAME= u6rd-1.7.1
+CATEGORIES= net
+MASTER_SITES= http://ftp.scythe.jp/pub/u6rd/release/
+
+MAINTAINER= kamada@nanohz.org
+HOMEPAGE= http://www.scythe.jp/lab/u6rd/
+COMMENT= User-space 6rd (RFC 5569) implementation
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/u6rd/PLIST b/net/u6rd/PLIST
new file mode 100644
index 00000000000..adeb25582ff
--- /dev/null
+++ b/net/u6rd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/19 17:34:01 jakllsch Exp $
+sbin/u6rd
+man/man8/u6rd.8
diff --git a/net/u6rd/distinfo b/net/u6rd/distinfo
new file mode 100644
index 00000000000..0b138ab2ded
--- /dev/null
+++ b/net/u6rd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/19 17:34:01 jakllsch Exp $
+
+SHA1 (u6rd-1.7.1.tar.gz) = e48e195ce503d1b5bca4bb3c6e62731be7fd538b
+RMD160 (u6rd-1.7.1.tar.gz) = eee1295776e662d8b3aeabc4c6afd7cf55b74ab0
+Size (u6rd-1.7.1.tar.gz) = 32833 bytes