svn commit: r364264 - in head/net: . sie-nmsg
John Marino
marino at FreeBSD.org
Thu Aug 7 11:17:37 UTC 2014
Author: marino
Date: Thu Aug 7 11:17:35 2014
New Revision: 364264
URL: http://svnweb.freebsd.org/changeset/ports/364264
QAT: https://qat.redports.org/buildarchive/r364264/
Log:
Add new port net/sie-nmsg
PR: 190731
Submitted by: Don Lewis (truckman@)
================================================================
This package extends the libnmsg runtime <net/nmsg> to support the
following message types:
SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay
Added:
head/net/sie-nmsg/
head/net/sie-nmsg/Makefile (contents, props changed)
head/net/sie-nmsg/distinfo (contents, props changed)
head/net/sie-nmsg/pkg-descr (contents, props changed)
head/net/sie-nmsg/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Aug 7 11:02:58 2014 (r364263)
+++ head/net/Makefile Thu Aug 7 11:17:35 2014 (r364264)
@@ -1094,6 +1094,7 @@
SUBDIR += shaperprobe
SUBDIR += shelldap
SUBDIR += shmux
+ SUBDIR += sie-nmsg
SUBDIR += silc-client
SUBDIR += silc-irssi-plugin
SUBDIR += silc-server
Added: head/net/sie-nmsg/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/sie-nmsg/Makefile Thu Aug 7 11:17:35 2014 (r364264)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= sie-nmsg
+PORTVERSION= 0.16
+CATEGORIES= net dns
+MASTER_SITES= https://dl.farsightsecurity.com/dist/sie-nmsg/
+
+MAINTAINER= truckman at FreeBSD.org
+COMMENT= SIE message module plugin for libnmsg
+
+LICENSE= APACHE20
+
+LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
+ libnmsg.so:${PORTSDIR}/net/nmsg \
+ libwdns.so:${PORTSDIR}/dns/wdns
+
+GNU_CONFIGURE= yes
+USES= gmake libtool pathfix pkgconfig
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nmsg/nmsg_msg8_sie.so
+
+.include <bsd.port.mk>
Added: head/net/sie-nmsg/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/sie-nmsg/distinfo Thu Aug 7 11:17:35 2014 (r364264)
@@ -0,0 +1,2 @@
+SHA256 (sie-nmsg-0.16.tar.gz) = ead7937cdbd1d8963bb9bf6ec5bdb3773fe299b6f4296bf76d7c833612fcdbe4
+SIZE (sie-nmsg-0.16.tar.gz) = 313527
Added: head/net/sie-nmsg/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/sie-nmsg/pkg-descr Thu Aug 7 11:17:35 2014 (r364264)
@@ -0,0 +1,10 @@
+This package extends the libnmsg runtime <net/nmsg> to support the
+following message types:
+
+SIE/dnsdedupe
+SIE/newdomain
+SIE/qr
+SIE/reputation
+SIE/delay
+
+WWW: https://github.com/farsightsec/sie-nmsg
Added: head/net/sie-nmsg/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/sie-nmsg/pkg-plist Thu Aug 7 11:17:35 2014 (r364264)
@@ -0,0 +1,9 @@
+include/nmsg/sie/defs.h
+include/nmsg/sie/delay.pb-c.h
+include/nmsg/sie/dnsdedupe.pb-c.h
+include/nmsg/sie/newdomain.pb-c.h
+include/nmsg/sie/qr.pb-c.h
+include/nmsg/sie/reputation.pb-c.h
+lib/nmsg/nmsg_msg8_sie.a
+lib/nmsg/nmsg_msg8_sie.so
+ at dirrmtry include/nmsg/sie
More information about the svn-ports-all
mailing list