diff options
author | jakllsch <jakllsch> | 2014-04-19 17:34:01 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2014-04-19 17:34:01 +0000 |
commit | fa5e6fd91f68fb145ffacfeed71c115c3356cdbf (patch) | |
tree | 2fbc5e8cc0701e3436aeeb7ce73dfbb0068d1465 /net/u6rd | |
parent | c1d1dd52a2f0be88d453f4672910db92e83f3948 (diff) | |
download | pkgsrc-fa5e6fd91f68fb145ffacfeed71c115c3356cdbf.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/u6rd')
-rw-r--r-- | net/u6rd/DESCR | 6 | ||||
-rw-r--r-- | net/u6rd/Makefile | 15 | ||||
-rw-r--r-- | net/u6rd/PLIST | 3 | ||||
-rw-r--r-- | net/u6rd/distinfo | 5 |
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 |