mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Advanced Exchange Access (AXA) is a suite of tools and library code
that brings the capabilities of the Farsight Security Information Exchange (SIE) right to a remote user's network. WWW: https://github.com/farsightsec/axa PR: 195695 Submitted by: truckman@FreeBSD.org
This commit is contained in:
parent
01a8d21c00
commit
2b59780179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374771
@ -38,6 +38,7 @@
|
||||
SUBDIR += avahi-libdns
|
||||
SUBDIR += avahi-qt4
|
||||
SUBDIR += avahi-sharp
|
||||
SUBDIR += axa
|
||||
SUBDIR += babeld
|
||||
SUBDIR += beacon
|
||||
SUBDIR += beanstalkd
|
||||
|
49
net/axa/Makefile
Normal file
49
net/axa/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= axa
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= net dns
|
||||
|
||||
MAINTAINER= truckman@FreeBSD.org
|
||||
COMMENT= AXA library and tools
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
|
||||
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
|
||||
libnmsg.so:${PORTSDIR}/net/nmsg \
|
||||
libwdns.so:${PORTSDIR}/dns/wdns
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= farsightsec
|
||||
GH_COMMIT= bf9c038
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOXYGEN
|
||||
OPTIONS_DEFAULT=DOXYGEN
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
ALL_TARGET= all
|
||||
.if ${PORT_OPTIONS:MDOXYGEN}
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||
ALL_TARGET+= html-local
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOXYGEN}
|
||||
post-install:
|
||||
(cd ${WRKSRC}/doc/doxygen && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/axa/distinfo
Normal file
2
net/axa/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (axa-1.0.0.tar.gz) = fe118b1270a3d39c967070f57873911fc4369927848f8565368afea9e6ea4fde
|
||||
SIZE (axa-1.0.0.tar.gz) = 150904
|
5
net/axa/pkg-descr
Normal file
5
net/axa/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Advanced Exchange Access (AXA) is a suite of tools and library code
|
||||
that brings the capabilities of the Farsight Security Information
|
||||
Exchange (SIE) right to a remote user's network.
|
||||
|
||||
WWW: https://github.com/farsightsec/axa
|
24
net/axa/pkg-plist
Normal file
24
net/axa/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
bin/radtool
|
||||
bin/sratool
|
||||
bin/sratunnel
|
||||
%%ETCDIR%%/fields
|
||||
include/axa/axa.h
|
||||
include/axa/axa_endian.h
|
||||
include/axa/bits.h
|
||||
include/axa/client.h
|
||||
include/axa/dns_walk.h
|
||||
include/axa/fields.h
|
||||
include/axa/open_nmsg_out.h
|
||||
include/axa/protocol.h
|
||||
include/axa/rad_mod.h
|
||||
include/axa/socket.h
|
||||
include/axa/trie.h
|
||||
include/axa/wire.h
|
||||
lib/libaxa.a
|
||||
lib/libaxa.so
|
||||
lib/libaxa.so.0
|
||||
lib/libaxa.so.0.0.0
|
||||
libdata/pkgconfig/libaxa.pc
|
||||
man/man1/radtool.1.gz
|
||||
man/man1/sratool.1.gz
|
||||
man/man1/sratunnel.1.gz
|
Loading…
Reference in New Issue
Block a user