1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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>
This commit is contained in:
Kurt Jaeger 2016-02-28 05:59:43 +00:00
parent b63d0dd628
commit 1c2d085616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409713
4 changed files with 30 additions and 0 deletions

View File

@ -443,6 +443,7 @@
SUBDIR += nload
SUBDIR += nmsg
SUBDIR += nocatsplash
SUBDIR += norm
SUBDIR += nos-ttb
SUBDIR += nph
SUBDIR += ns3

23
net/norm/Makefile Normal file
View File

@ -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>

2
net/norm/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (src-norm-1.5r6.tgz) = 20ea2e8dd5d5e1ff1ff91dc7dab6db53a77d7b7183d8cf2425c215fd294f22a7
SIZE (src-norm-1.5r6.tgz) = 2297898

4
net/norm/pkg-descr Normal file
View File

@ -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