From owner-freebsd-ports-bugs Sat Mar 15 9: 0:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B7737B405 for ; Sat, 15 Mar 2003 09:00:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466F143FEA for ; Sat, 15 Mar 2003 09:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2FH0GNS045345 for ; Sat, 15 Mar 2003 09:00:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2FH0GOp045344; Sat, 15 Mar 2003 09:00:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F2937B401 for ; Sat, 15 Mar 2003 08:56:18 -0800 (PST) Received: from shiva.bouglou.net (shiva.bouglou.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7171843F93 for ; Sat, 15 Mar 2003 08:56:17 -0800 (PST) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id CC8A715237; Sat, 15 Mar 2003 17:56:43 +0100 (CET) Message-Id: <20030315165643.CC8A715237@shiva.bouglou.net> Date: Sat, 15 Mar 2003 17:56:43 +0100 (CET) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50026: New port: security/osiris Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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