mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
New port: security/razorback-clamavNugget:
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 provides ClamAV integration. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167745 Submitted by: Tom Judge <tom@tomjudge.com>
This commit is contained in:
parent
95fbab2003
commit
11f3bf2401
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298999
5 changed files with 73 additions and 0 deletions
|
@ -788,6 +788,7 @@
|
|||
SUBDIR += rats
|
||||
SUBDIR += razorback-api
|
||||
SUBDIR += razorback-archiveInflate
|
||||
SUBDIR += razorback-clamavNugget
|
||||
SUBDIR += razorback-dispatcher
|
||||
SUBDIR += razorback-fileInject
|
||||
SUBDIR += razorback-fsMonitor
|
||||
|
|
52
security/razorback-clamavNugget/Makefile
Normal file
52
security/razorback-clamavNugget/Makefile
Normal file
|
@ -0,0 +1,52 @@
|
|||
# New ports collection makefile for: razorback-clamavNugget
|
||||
# Date created: 2011/06/8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clamavNugget
|
||||
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 - ClamAV Detection
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= razorback_api:${PORTSDIR}/security/razorback-api \
|
||||
clamav:${PORTSDIR}/security/clamav
|
||||
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}/clamavNugget.so.2 ${RB_LIBDIR}/clamavNugget.so.2.0.0
|
||||
@if [ ! -f ${PREFIX}/etc/razorback/clamav.conf ]; then \
|
||||
${CP} -p ${PREFIX}/etc/razorback/clamav.conf.sample ${PREFIX}/etc/razorback/clamav.conf ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/razorback-clamavNugget/distinfo
Normal file
2
security/razorback-clamavNugget/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (razorback/clamavNugget-0.5.0.tar.gz) = 22889075decf957337856be03bca6d88a259b9c73e4cd874a79bdea00b4602e5
|
||||
SIZE (razorback/clamavNugget-0.5.0.tar.gz) = 318507
|
7
security/razorback-clamavNugget/pkg-descr
Normal file
7
security/razorback-clamavNugget/pkg-descr
Normal 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 provides ClamAV integration.
|
||||
|
||||
WWW: http://razorbacktm.sourceforge.net/
|
11
security/razorback-clamavNugget/pkg-plist
Normal file
11
security/razorback-clamavNugget/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $FreeBSD$
|
||||
@unexec if cmp -s %D/etc/razorback/clamav.conf %D/etc/razorback/clamav.conf.sample; then rm -f %D/etc/razorback/clamav.conf; fi
|
||||
etc/razorback/clamav.conf.sample
|
||||
@exec if [ ! -f %D/etc/razorback/clamav.conf ]; then cp -p %D/%F %B/clamav.conf; fi
|
||||
@dirrmtry etc/razorback
|
||||
lib/razorback/clamavNugget.so.2.0.0
|
||||
lib/razorback/clamavNugget.so.2
|
||||
lib/razorback/clamavNugget.so
|
||||
lib/razorback/clamavNugget.la
|
||||
lib/razorback/clamavNugget.a
|
||||
@dirrmtry lib/razorback
|
Loading…
Add table
Reference in a new issue