Add osiris 1.5.2,

file integrity checking, with GDBM and MySQL
support.

PR:		50026
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
This commit is contained in:
Oliver Lehmann 2003-07-11 20:11:11 +00:00
parent c3cd01bd6e
commit 7a527e3179
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84714
5 changed files with 65 additions and 0 deletions

View File

@ -176,6 +176,7 @@
SUBDIR += openssl
SUBDIR += openssl-beta
SUBDIR += openvpn
SUBDIR += osiris
SUBDIR += outguess
SUBDIR += p5-Authen-Krb4
SUBDIR += p5-Authen-Krb5

51
security/osiris/Makefile Normal file
View File

@ -0,0 +1,51 @@
# New ports collection Makefile for: osiris
# Date created: 10, February 2003
# Whom: Nicolas Jombart <ecu@ipv42.net>
#
# $FreeBSD$
#
PORTNAME= osiris
PORTVERSION= 1.5.2
CATEGORIES= security
MASTER_SITES= http://osiris.shmoo.com/data/
MAINTAINER= ecu@ipv42.net
COMMENT= File integrity checking, with GDBM and MySQL support
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} \
--enable-module=mysql
.else
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE} \
--with-module-lib=${LOCALBASE}/lib \
--with-module-includes=${LOCALBASE}/include
.endif
NO_CDROM= This software can not be sold.
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= osiris.1 scale.1
pre-configure:
@${ECHO_MSG} ""
@${ECHO_MSG} "Set WITH_MYSQL to get MySQL support."
@${ECHO_MSG} ""
post-install:
${INSTALL_DATA} ${WRKSRC}/configs/osiris-freebsd-4.4.conf \
${PREFIX}/etc/osiris.conf-sample
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in docs/manual.html docs/manual.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
security/osiris/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (osiris-1.5.2.tar.gz) = c340c0ef555cc339a8d4d8f81e0d325c

View File

@ -0,0 +1,5 @@
Osiris is another file integrity checking tool.
It creates file information databases and diff them.
It uses GDBM database by default and optionally MySQL.
WWW: http://osiris.shmoo.com/

View File

@ -0,0 +1,7 @@
bin/osiris
bin/scale
@unexec if [ -f %D/etc/osiris.conf ] && cmp -s %D/etc/osiris.conf %D/etc/osiris.conf-sample; then rm -f %D/etc/osiris.conf; fi
etc/osiris.conf-sample
%%PORTDOCS%%%%DOCSDIR%%/manual.html
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%