Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 17:56:43 +0100 (CET)
From:      Nicolas Jombart <ecu@ipv42.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50026: New port: security/osiris
Message-ID:  <20030315165643.CC8A715237@shiva.bouglou.net>

next in thread | raw e-mail | index | archive | help

>Number:         50026
>Category:       ports
>Synopsis:       New port: security/osiris
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 09:00:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD shiva.bouglou.net 4.7-STABLE FreeBSD 4.7-STABLE #15: Sat Jan 4 18:49:56 CET 2003 ecu@shiva.bouglou.net:/usr/obj/usr/src/sys/SHIVA i386


	
>Description:
	

	New port for osiris, another file integrity checking tool.

>How-To-Repeat:
	
>Fix:

	

--- osiris.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	osiris/
#	osiris/pkg-plist
#	osiris/Makefile
#	osiris/distinfo
#	osiris/pkg-descr
#
echo c - osiris/
mkdir -p osiris/ > /dev/null 2>&1
echo x - osiris/pkg-plist
sed 's/^X//' >osiris/pkg-plist << 'END-of-osiris/pkg-plist'
Xbin/osiris
Xbin/scale
X@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
Xetc/osiris.conf-sample
X%%PORTDOCS%%%%DOCSDIR%%/manual.html
X%%PORTDOCS%%%%DOCSDIR%%/manual.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-osiris/pkg-plist
echo x - osiris/Makefile
sed 's/^X//' >osiris/Makefile << 'END-of-osiris/Makefile'
X# New ports collection Makefile for: 	osiris
X# Date created:				10, February 2003
X# Whom:					Nicolas Jombart <ecu@ipv42.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	osiris
XPORTVERSION=	1.5.2
XCATEGORIES=	security
XMASTER_SITES=	http://osiris.shmoo.com/data/
X
XMAINTAINER=	ecu@ipv42.net
XCOMMENT=	File integrity checking, with GDBM and MySQL support
X
X.if defined(WITH_MYSQL)
XLIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
XCONFIGURE_ARGS+=	--with-mysql=${LOCALBASE} \
X			--enable-module=mysql
X.else
XLIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
XCONFIGURE_ARGS+=	--with-gdbm=${LOCALBASE} \
X			--with-module-lib=${LOCALBASE}/lib \
X			--with-module-includes=${LOCALBASE}/include
X.endif
X
XNO_CDROM=	This software can not be sold.
X
XGNU_CONFIGURE=	yes
XUSE_LIBTOOL=	yes
X
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN1=		osiris.1 scale.1
X
Xpre-configure:
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "Set WITH_MYSQL to get MySQL support."
X	@${ECHO_MSG} ""
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/configs/osiris-freebsd-4.4.conf \
X			${PREFIX}/etc/osiris.conf-sample
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in docs/manual.html docs/manual.txt
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-osiris/Makefile
echo x - osiris/distinfo
sed 's/^X//' >osiris/distinfo << 'END-of-osiris/distinfo'
XMD5 (osiris-1.5.2.tar.gz) = 654d65e1dfbaaff070d9ed3a0d33a686
END-of-osiris/distinfo
echo x - osiris/pkg-descr
sed 's/^X//' >osiris/pkg-descr << 'END-of-osiris/pkg-descr'
XOsiris is another file integrity checking tool.
XIt creates file information databases and diff them.
XIt uses GDBM database by default and optionally MySQL.
X
XWWW: http://osiris.shmoo.com/
END-of-osiris/pkg-descr
exit
--- osiris.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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