1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port: security/razorback-archiveInflate:

Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.

This nugget handles archive decompression.

WWW: http://razorbacktm.sourceforge.net/

PR:		ports/167743
Submitted by:	Tom Judge <tom@tomjudge.com>
This commit is contained in:
Ryan Steinmetz 2012-06-11 02:40:50 +00:00
parent a20f79264a
commit 95fbab2003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298998
5 changed files with 72 additions and 0 deletions

View File

@ -787,6 +787,7 @@
SUBDIR += ratproxy
SUBDIR += rats
SUBDIR += razorback-api
SUBDIR += razorback-archiveInflate
SUBDIR += razorback-dispatcher
SUBDIR += razorback-fileInject
SUBDIR += razorback-fsMonitor

View File

@ -0,0 +1,51 @@
# New ports collection makefile for: razorback-archiveInflate
# Date created: 2011/06/8
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
#
PORTNAME= archiveInflate
PORTVERSION= 0.5.0
CATEGORIES= security
MASTER_SITES= SF/razorbacktm/Nuggets
PKGNAMEPREFIX= razorback-
DIST_SUBDIR= razorback
MAINTAINER= tj@FreeBSD.org
COMMENT= Framework for an intelligence driven security - Archive Inflator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= razorback_api:${PORTSDIR}/security/razorback-api
BUILD_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
OPTIONS_DEFINE= DEBUG ASSERT
ASSERT_DESC= Enable Asserts
.include <bsd.port.options.mk>
RB_LIBDIR?= ${PREFIX}/lib/razorback
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= ${RB_LIBDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
.if ${PORT_OPTIONS:MASSERT}
CONFIGURE_ARGS+=--enable-assert
.endif
post-install:
${LN} -sf ${RB_LIBDIR}/archiveInflate.so.2 ${RB_LIBDIR}/archiveInflate.so.2.0.0
@if [ ! -f ${PREFIX}/etc/razorback/archive_inflate.conf ]; then \
${CP} -p ${PREFIX}/etc/razorback/archive_inflate.conf.sample ${PREFIX}/etc/razorback/archive_inflate.conf ; \
fi
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (razorback/archiveInflate-0.5.0.tar.gz) = d9edb5faf78daf7de117861f0cb6aec7bc7bd8e9a3bf3f27629478e6862df6e8
SIZE (razorback/archiveInflate-0.5.0.tar.gz) = 319550

View File

@ -0,0 +1,7 @@
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget handles archive decompression.
WWW: http://razorbacktm.sourceforge.net/

View File

@ -0,0 +1,11 @@
@comment $FreeBSD$
@unexec if cmp -s %D/etc/razorback/archive_inflate.conf %D/etc/razorback/archive_inflate.conf.sample; then rm -f %D/etc/razorback/archive_inflate.conf; fi
etc/razorback/archive_inflate.conf.sample
@exec if [ ! -f %D/etc/razorback/archive_inflate.conf ]; then cp -p %D/%F %B/archive_inflate.conf; fi
@dirrmtry etc/razorback
lib/razorback/archiveInflate.so.2.0.0
lib/razorback/archiveInflate.so.2
lib/razorback/archiveInflate.so
lib/razorback/archiveInflate.la
lib/razorback/archiveInflate.a
@dirrmtry lib/razorback