Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 05:59:43 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409713 - in head/net: . norm
Message-ID:  <201602280559.u1S5xhln095843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Feb 28 05:59:43 2016
New Revision: 409713
URL: https://svnweb.freebsd.org/changeset/ports/409713

Log:
  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>

Added:
  head/net/norm/
  head/net/norm/Makefile   (contents, props changed)
  head/net/norm/distinfo   (contents, props changed)
  head/net/norm/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Feb 28 05:42:52 2016	(r409712)
+++ head/net/Makefile	Sun Feb 28 05:59:43 2016	(r409713)
@@ -443,6 +443,7 @@
     SUBDIR += nload
     SUBDIR += nmsg
     SUBDIR += nocatsplash
+    SUBDIR += norm
     SUBDIR += nos-ttb
     SUBDIR += nph
     SUBDIR += ns3

Added: head/net/norm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/norm/Makefile	Sun Feb 28 05:59:43 2016	(r409713)
@@ -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>

Added: head/net/norm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/norm/distinfo	Sun Feb 28 05:59:43 2016	(r409713)
@@ -0,0 +1,2 @@
+SHA256 (src-norm-1.5r6.tgz) = 20ea2e8dd5d5e1ff1ff91dc7dab6db53a77d7b7183d8cf2425c215fd294f22a7
+SIZE (src-norm-1.5r6.tgz) = 2297898

Added: head/net/norm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/norm/pkg-descr	Sun Feb 28 05:59:43 2016	(r409713)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602280559.u1S5xhln095843>