public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/sara: ChangeLog sara-7.5.6.ebuild
@ 2008-06-21 16:06 Marcelo Goes (vanquirius)
  0 siblings, 0 replies; only message in thread
From: Marcelo Goes (vanquirius) @ 2008-06-21 16:06 UTC (permalink / raw
  To: gentoo-commits

vanquirius    08/06/21 16:06:23

  Modified:             ChangeLog
  Added:                sara-7.5.6.ebuild
  Log:
  7.5.6 version bump for bug 206796. Thanks to Raul Porcel
  <armin76@gentoo.org>.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 net-analyzer/sara/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/sara/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/sara/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/sara/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	6 Sep 2007 17:55:11 -0000	1.23
+++ ChangeLog	21 Jun 2008 16:06:23 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/sara
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.23 2007/09/06 17:55:11 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.24 2008/06/21 16:06:23 vanquirius Exp $
+
+*sara-7.5.6 (21 Jun 2008)
+
+  21 Jun 2008; Marcelo Goes <vanquirius@gentoo.org> +sara-7.5.6.ebuild:
+  7.5.6 version bump for bug 206796. Thanks to Raul Porcel <armin76@gentoo.org>.
 
   06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -sara-6.0.7d.ebuild:
   Cleanup



1.1                  net-analyzer/sara/sara-7.5.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/sara/sara-7.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/sara/sara-7.5.6.ebuild?rev=1.1&content-type=text/plain

Index: sara-7.5.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-7.5.6.ebuild,v 1.1 2008/06/21 16:06:23 vanquirius Exp $

DESCRIPTION="SARA Security Auditor's Research Assistant is a derived work of Security Administrator Tool for Analyzing Networks SATAN"
SRC_URI="http://www-arc.com/sara/downloads/${P}.tgz"
RESTRICT="mirror"
HOMEPAGE="http://www-arc.com/sara/"

SLOT="0"
LICENSE="satan"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="X"

DEPEND=">=dev-lang/perl-5.8
	>=app-shells/tcsh-6.14-r3
	net-misc/netkit-rsh
	net-ftp/netkit-tftp
	app-arch/sharutils
	net-misc/netkit-fingerd
	net-analyzer/nmap
	net-ftp/ftp
	X? ( x11-libs/libX11
		x11-proto/xproto )"

SARA_HOME=/opt/sara

src_compile(){
	econf || die
	# does not like to build in parallel
	emake -j1 || die
}

src_install(){
	dodir ${SARA_HOME}
	insinto ${SARA_HOME}
	doins add_user reconfig
	exeinto ${SARA_HOME}
	doexe sara
	dodir ${SARA_HOME}/administrators
	dodir ${SARA_HOME}/bin
	exeinto ${SARA_HOME}/bin ; doexe bin/*
	dodir ${SARA_HOME}/config
	insinto ${SARA_HOME}/config ; doins config/*
	dodir ${SARA_HOME}/perl
	insinto ${SARA_HOME}/perl ;  doins perl/*.pl
	dodir ${SARA_HOME}/perl/contrib
	insinto ${SARA_HOME}/perl/contrib ; doins perl/contrib/*
	dodir ${SARA_HOME}/perl/Modules/Net
	insinto ${SARA_HOME}/perl/Modules/Net ; doins perl/Modules/Net/*
	dodir ${SARA_HOME}/rules
	insinto ${SARA_HOME}/rules
	doins rules/drop rules/corrections.default rules/facts rules/hosttype rules/*.rules \
		rules/services rules/timing rules/todo rules/trust
	dodir ${SARA_HOME}/plugins ; dodir ${SARA_HOME}/plugins/images
	insinto ${SARA_HOME}/plugins ; doins plugins/cis* plugins/README
	insinto ${SARA_HOME}/plugins/images ; doins plugins/images/*
	dodir ${SARA_HOME}/sss
	insinto ${SARA_HOME}/sss ; doins sss/*
	dodir ${SARA_HOME}/perllib
	insinto ${SARA_HOME}/perllib; doins perllib/*
	dodir ${SARA_HOME}/encoded
	insinto ${SARA_HOME}/encoded; doins encoded/*
	#html stuff

	dodir ${SARA_HOME}/html
	dodir ${SARA_HOME}/html/{admin,data,docs,dots,images,reporting,running,search,update}
	dodir ${SARA_HOME}/html/tutorials
	dodir ${SARA_HOME}/html/tutorials/first_time

	insinto ${SARA_HOME}/html ; doins html/*.pl html/*.html
	insinto ${SARA_HOME}/html/admin ; doins html/admin/*
	insinto ${SARA_HOME}/html/data ; doins html/data/*
	insinto ${SARA_HOME}/html/docs ; doins html/docs/*
	insinto ${SARA_HOME}/html/dots ; doins html/dots/*
	insinto ${SARA_HOME}/html/images ; doins html/images/*
	insinto ${SARA_HOME}/html/reporting ; doins html/reporting/*
	insinto ${SARA_HOME}/html/running ; doins html/running/*
	insinto ${SARA_HOME}/html/search ; doins html/search/*
	insinto ${SARA_HOME}/html/tutorials ; doins html/tutorials/*pl
	insinto ${SARA_HOME}/html/tutorials/first_time ; doins html/tutorials/first_time/*

	dodir /usr/sbin
	exeinto /usr/sbin; doexe "${FILESDIR}"/sara
	doman docs/sara.8
}

pkg_postinst() {
	elog "Read the documentation in ${SARA_HOME}/html before running this program."
	elog "You must have installed a web browser."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-21 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21 16:06 [gentoo-commits] gentoo-x86 commit in net-analyzer/sara: ChangeLog sara-7.5.6.ebuild Marcelo Goes (vanquirius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox