diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-28 05:59:43 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-28 05:59:43 +0000 |
commit | 1c2d085616782392fa564cba0e56347c09bb86fe (patch) | |
tree | 56fd6eaa6848a30fd745d4f305fb119b5aa1bfe7 /net/norm | |
parent | . Update to 5.0.3. (diff) |
New port: net/norm
This a port of NACK-Oriented Reliable Multicast (N.O.R.M.),
as specified in RFC5740.
WWW: http://www.nrl.navy.mil/itd/ncs/products/norm
PR: 201197
Submitted by: Hans Duedal <hd@oc.dk>
Diffstat (limited to 'net/norm')
-rw-r--r-- | net/norm/Makefile | 23 | ||||
-rw-r--r-- | net/norm/distinfo | 2 | ||||
-rw-r--r-- | net/norm/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/norm/Makefile b/net/norm/Makefile new file mode 100644 index 000000000000..99be084a0e8f --- /dev/null +++ b/net/norm/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= norm +PORTVERSION= 1.5r6 +CATEGORIES= net +MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/ +DISTNAME= src-norm-${DISTVERSION} + +MAINTAINER= hd@oc.dk +COMMENT= NACK-Oriented Reliable Multicast (NORM) + +WRKSRC= ${WRKDIR}/norm-${DISTVERSION} + +USES= waf tar:tgz libtool +USE_LDCONFIG= yes +PLIST_FILES= include/normApi.h lib/libnorm.so lib/libnorm.so.1 \ + lib/libnorm.so.1.0.0 + +post-install: + ${INSTALL_DATA} ${WRKSRC}/include/normApi.h ${STAGEDIR}${PREFIX}/include/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnorm.so.1.0.0 + +.include <bsd.port.mk> diff --git a/net/norm/distinfo b/net/norm/distinfo new file mode 100644 index 000000000000..a284248959f5 --- /dev/null +++ b/net/norm/distinfo @@ -0,0 +1,2 @@ +SHA256 (src-norm-1.5r6.tgz) = 20ea2e8dd5d5e1ff1ff91dc7dab6db53a77d7b7183d8cf2425c215fd294f22a7 +SIZE (src-norm-1.5r6.tgz) = 2297898 diff --git a/net/norm/pkg-descr b/net/norm/pkg-descr new file mode 100644 index 000000000000..a194199424ec --- /dev/null +++ b/net/norm/pkg-descr @@ -0,0 +1,4 @@ +This a port of NACK-Oriented Reliable Multicast (N.O.R.M.), +as specified in RFC5740. + +WWW: http://www.nrl.navy.mil/itd/ncs/products/norm |