mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
This commit is contained in:
parent
aa961f501b
commit
c32c356c4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364264
@ -1094,6 +1094,7 @@
|
||||
SUBDIR += shaperprobe
|
||||
SUBDIR += shelldap
|
||||
SUBDIR += shmux
|
||||
SUBDIR += sie-nmsg
|
||||
SUBDIR += silc-client
|
||||
SUBDIR += silc-irssi-plugin
|
||||
SUBDIR += silc-server
|
||||
|
23
net/sie-nmsg/Makefile
Normal file
23
net/sie-nmsg/Makefile
Normal file
@ -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@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>
|
2
net/sie-nmsg/distinfo
Normal file
2
net/sie-nmsg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sie-nmsg-0.16.tar.gz) = ead7937cdbd1d8963bb9bf6ec5bdb3773fe299b6f4296bf76d7c833612fcdbe4
|
||||
SIZE (sie-nmsg-0.16.tar.gz) = 313527
|
10
net/sie-nmsg/pkg-descr
Normal file
10
net/sie-nmsg/pkg-descr
Normal file
@ -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
|
9
net/sie-nmsg/pkg-plist
Normal file
9
net/sie-nmsg/pkg-plist
Normal file
@ -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
|
||||
@dirrmtry include/nmsg/sie
|
Loading…
Reference in New Issue
Block a user