Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2014 22:38:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374771 - in head/net: . axa
Message-ID:  <201412152238.sBFMcG7B051728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Dec 15 22:38:15 2014
New Revision: 374771
URL: https://svnweb.freebsd.org/changeset/ports/374771
QAT: https://qat.redports.org/buildarchive/r374771/

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

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Dec 15 22:25:25 2014	(r374770)
+++ head/net/Makefile	Mon Dec 15 22:38:15 2014	(r374771)
@@ -38,6 +38,7 @@
     SUBDIR += avahi-libdns
     SUBDIR += avahi-qt4
     SUBDIR += avahi-sharp
+    SUBDIR += axa
     SUBDIR += babeld
     SUBDIR += beacon
     SUBDIR += beanstalkd

Added: head/net/axa/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/axa/Makefile	Mon Dec 15 22:38:15 2014	(r374771)
@@ -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>

Added: head/net/axa/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/axa/distinfo	Mon Dec 15 22:38:15 2014	(r374771)
@@ -0,0 +1,2 @@
+SHA256 (axa-1.0.0.tar.gz) = fe118b1270a3d39c967070f57873911fc4369927848f8565368afea9e6ea4fde
+SIZE (axa-1.0.0.tar.gz) = 150904

Added: head/net/axa/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/axa/pkg-descr	Mon Dec 15 22:38:15 2014	(r374771)
@@ -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

Added: head/net/axa/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/axa/pkg-plist	Mon Dec 15 22:38:15 2014	(r374771)
@@ -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



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