summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/piwi/ChangeLog7
-rw-r--r--net-analyzer/piwi/files/digest-piwi-0.0.200307171
-rw-r--r--net-analyzer/piwi/files/digest-piwi-0.8.0.200307261
-rw-r--r--net-analyzer/piwi/files/digest-piwi-0.8.0.200311091
-rw-r--r--net-analyzer/piwi/files/digest-piwi-0.8.0.20031109-r11
-rw-r--r--net-analyzer/piwi/piwi-0.0.20030717.ebuild67
-rw-r--r--net-analyzer/piwi/piwi-0.8.0.20030726.ebuild74
-rw-r--r--net-analyzer/piwi/piwi-0.8.0.20031109-r1.ebuild81
-rw-r--r--net-analyzer/piwi/piwi-0.8.0.20031109.ebuild81
9 files changed, 6 insertions, 308 deletions
diff --git a/net-analyzer/piwi/ChangeLog b/net-analyzer/piwi/ChangeLog
index 82842f4e1e77..ee0bae51a284 100644
--- a/net-analyzer/piwi/ChangeLog
+++ b/net-analyzer/piwi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/piwi
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.11 2004/05/15 08:56:32 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.12 2004/05/20 14:01:07 mboman Exp $
+
+ 20 May 2004; Michael Boman <mboman@gentoo.org> -piwi-0.0.20030717.ebuild,
+ -piwi-0.8.0.20030726.ebuild, -piwi-0.8.0.20031109-r1.ebuild,
+ -piwi-0.8.0.20031109.ebuild:
+ Cleaning out old ebuilds
15 May 2004; <SeJo@gentoo.org> piwi-0.8.0.20030726.ebuild,
piwi-0.8.0.20031109-r2.ebuild:
diff --git a/net-analyzer/piwi/files/digest-piwi-0.0.20030717 b/net-analyzer/piwi/files/digest-piwi-0.0.20030717
deleted file mode 100644
index 176ff8b8bc8a..000000000000
--- a/net-analyzer/piwi/files/digest-piwi-0.0.20030717
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fb4abb8f70f64cc01b852ca1bab913d3 piwi-0.0.20030717.tar.bz2 226269
diff --git a/net-analyzer/piwi/files/digest-piwi-0.8.0.20030726 b/net-analyzer/piwi/files/digest-piwi-0.8.0.20030726
deleted file mode 100644
index ca8fa03ed768..000000000000
--- a/net-analyzer/piwi/files/digest-piwi-0.8.0.20030726
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a0015f3acd24bf9b5146fc118390b31 piwi_v0.8.0.20030726.tar.gz 246364
diff --git a/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109 b/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109
deleted file mode 100644
index 9cf32c317a09..000000000000
--- a/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61f78ced1975e580ad32ae400ac188ad piwi_v0.8.0.20031109.tar.gz 251843
diff --git a/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109-r1 b/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109-r1
deleted file mode 100644
index 9cf32c317a09..000000000000
--- a/net-analyzer/piwi/files/digest-piwi-0.8.0.20031109-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61f78ced1975e580ad32ae400ac188ad piwi_v0.8.0.20031109.tar.gz 251843
diff --git a/net-analyzer/piwi/piwi-0.0.20030717.ebuild b/net-analyzer/piwi/piwi-0.0.20030717.ebuild
deleted file mode 100644
index 414248eebd67..000000000000
--- a/net-analyzer/piwi/piwi-0.0.20030717.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.0.20030717.ebuild,v 1.3 2004/03/21 13:03:35 mboman Exp $
-
-DESCRIPTION="(Prelude|Perl) IDS Web Interface"
-HOMEPAGE="http://www.prelude-ids.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="mysql postgres gd"
-DEPEND="
- dev-lang/perl
- dev-perl/DBI
- dev-perl/Date-Calc
- postgresql? ( dev-perl/DBD-Pg )
- mysql? ( dev-perl/DBD-mysql )
- gd? ( dev-perl/GDGraph dev-perl/Geo-IP )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- into /home/httpd/htdocs/piwi || die
- into /etc/piwi || die
-
- # "install" the files into the destination
- cp -aR ${S}/* ${D}/home/httpd/htdocs/piwi/ || die
-
- # Fix permissions
- # Opt not to use the ebuild functions fowners() and fperms()
- # as they doesn't seem to work reqursively.
- chown -R root:apache ${D}/home/httpd/htdocs/piwi/* || die
- chown -R apache:apache ${D}/home/httpd/htdocs/piwi/generated || die
- chmod -R o-rwx ${D}/home/httpd/htdocs/piwi/* || die
-
- # Move files around and create symlinks to make sure configuration files
- # are not being overwritten when you do upgrades...
- mv ${D}/home/httpd/htdocs/piwi/generated/Filters ${D}/etc/piwi/Filters || die
- dosym /etc/piwi/Filters /home/httpd/htdocs/piwi/generated/Filters
-
- mv ${D}/home/httpd/htdocs/piwi/Profiles ${D}/etc/piwi/Profiles || die
- dosym /etc/piwi/Profiles /home/httpd/htdocs/piwi/Profiles
-
- mv ${D}/home/httpd/htdocs/piwi/Functions/config.pl ${D}/etc/piwi/config.pl || die
- dosym /etc/piwi/config.pl /home/httpd/htdocs/piwi/Functions/config.pl
-
- # Install configuration file for apache
- dodoc ${FILESDIR}/piwi-apache.conf
-}
-
-pkg_postinst() {
- einfo ""
- einfo "To have Apache run PIWI, please do the following:"
- einfo "1) Include the /usr/share/doc/${P}/piwi-apache.conf in your apache configuration"
- einfo "2) Edit /etc/conf.d/apache or /etc/conf.d/apache2 and add \"-D PIWI\""
- einfo "3) Edit /etc/piwi/config.pl to reflect your settings"
- ewarn ""
- ewarn "NOTE: If you do not perform these steps PIWI will _not_ work."
- ewarn " You have been warned. Any bugs against this will be either:"
- ewarn ""
- ewarn " - directed to /dev/null"
- ewarn " - resolved with a RTFM comment"
- ewarn ""
- ewarn "Consider yourself warned"
- # Make sure that the user pay attention
- echo -ne "\a"; sleep 0.25 ; echo -ne "\a"; sleep 0.25
-}
diff --git a/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild b/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild
deleted file mode 100644
index 1b69aa91b205..000000000000
--- a/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20030726.ebuild,v 1.5 2004/05/15 08:56:32 sejo Exp $
-
-DESCRIPTION="(Prelude|Perl) IDS Web Interface"
-HOMEPAGE="http://www.prelude-ids.org"
-
-# [LeRoutier] son, i'll keep this versionning scheme : x.y.z.t (x.y to
-# match the major of prelude, z is piwi
-SRC_URI="http://www.leroutier.net/Projects/PreludeIDS/${PN}_v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="mysql postgres gd"
-DEPEND="
- dev-lang/perl
- dev-perl/DBI
- dev-perl/Date-Calc
- postgresql? ( dev-perl/DBD-Pg )
- mysql? ( dev-perl/DBD-mysql )
- gd? ( dev-perl/GDGraph dev-perl/Geo-IP )
-"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/
-
-src_install() {
- into /home/httpd/htdocs/piwi || die
- into /etc/piwi || die
-
- # "install" the files into the destination
- cp -aR ${S}/* ${D}/home/httpd/htdocs/piwi/ || die
-
- # Fix permissions
- # Opt not to use the ebuild functions fowners() and fperms()
- # as they doesn't seem to work reqursively.
- chown -R root:apache ${D}/home/httpd/htdocs/piwi/* || die
- chown -R apache:apache ${D}/home/httpd/htdocs/piwi/generated || die
- chmod -R o-rwx ${D}/home/httpd/htdocs/piwi/* || die
-
- # Move files around and create symlinks to make sure configuration files
- # are not being overwritten when you do upgrades...
- mv ${D}/home/httpd/htdocs/piwi/generated/Filters ${D}/etc/piwi/Filters || die
- dosym /etc/piwi/Filters /home/httpd/htdocs/piwi/generated/Filters
-
- mv ${D}/home/httpd/htdocs/piwi/Profiles ${D}/etc/piwi/Profiles || die
- dosym /etc/piwi/Profiles /home/httpd/htdocs/piwi/Profiles
-
- mv ${D}/home/httpd/htdocs/piwi/Functions/config.pl ${D}/etc/piwi/config.pl || die
- dosym /etc/piwi/config.pl /home/httpd/htdocs/piwi/Functions/config.pl
-
- # Install configuration file for apache
- dodoc ${FILESDIR}/piwi-apache.conf
-}
-
-pkg_postinst() {
- einfo ""
- einfo "To have Apache run PIWI, please do the following:"
- einfo "1) Include the /usr/share/doc/${P}/piwi-apache.conf.gz in your apache configuration"
- einfo "2) Edit /etc/conf.d/apache or /etc/conf.d/apache2 and add \"-D PIWI\""
- einfo "3) Edit /etc/piwi/config.pl to reflect your settings"
- ewarn ""
- ewarn "NOTE: If you do not perform these steps PIWI will _not_ work."
- ewarn " You have been warned. Any bugs against this will be either:"
- ewarn ""
- ewarn " - directed to /dev/null"
- ewarn " - resolved with a RTFM comment"
- ewarn ""
- ewarn "Consider yourself warned"
- # Make sure that the user pay attention
- echo -ne "\a"; sleep 0.25 ; echo -ne "\a"; sleep 0.25
-}
diff --git a/net-analyzer/piwi/piwi-0.8.0.20031109-r1.ebuild b/net-analyzer/piwi/piwi-0.8.0.20031109-r1.ebuild
deleted file mode 100644
index 810452aa7c53..000000000000
--- a/net-analyzer/piwi/piwi-0.8.0.20031109-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20031109-r1.ebuild,v 1.2 2004/03/19 00:09:11 weeve Exp $
-
-DESCRIPTION="(Prelude|Perl) IDS Web Interface"
-HOMEPAGE="http://www.prelude-ids.org"
-
-# [LeRoutier] son, i'll keep this versionning scheme : x.y.z.t (x.y to
-# match the major of prelude, z is piwi
-#SRC_URI="http://www.leroutier.net/Projects/PreludeIDS/${PN}_v${PV}.tar.gz"
-#SRC_URI="http://dev.gentoo.org/~mboman/distfiles/${PN}_v${PV}.tar.gz"
-SRC_URI="mirror://gentoo/${PN}_v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE="mysql postgres gd"
-DEPEND=""
-RDEPEND="
- dev-lang/perl
- dev-perl/DBI
- dev-perl/Date-Calc
- virtual/ghostscript
- dev-perl/Geo-IP
- postgresql? ( dev-perl/DBD-Pg )
- mysql? ( dev-perl/DBD-mysql )
- gd? ( dev-perl/GDGraph )
-"
-
-S=${WORKDIR}/
-
-src_install() {
- into /var/www/localhost/htdocs/piwi || die
- into /etc/piwi || die
-
- # "install" the files into the destination
- cp -aR ${S}/* ${D}/var/www/localhost/htdocs/piwi/ || die
-
- # Fix permissions
- # Opt not to use the ebuild functions fowners() and fperms()
- # as they doesn't seem to work reqursively.
- chown -R root:apache ${D}/var/www/localhost/htdocs/piwi/* || die
- chown -R apache:apache ${D}/var/www/localhost/htdocs/piwi/generated || die
- chmod -R o-rwx ${D}/var/www/localhost/htdocs/piwi/* || die
-
- # Move files around and create symlinks to make sure configuration files
- # are not being overwritten when you do upgrades...
- mv ${D}/var/www/localhost/htdocs/piwi/generated/Filters ${D}/etc/piwi/Filters || die
- dosym /etc/piwi/Filters /var/www/localhost/htdocs/piwi/generated/Filters
-
- mv ${D}/var/www/localhost/htdocs/piwi/Profiles ${D}/etc/piwi/Profiles || die
- dosym /etc/piwi/Profiles /var/www/localhost/htdocs/piwi/Profiles
-
- # default config.pl is looking for ghostscript in /usr/local/... that's not where
- # Gentoo has it.. So we do some sed magic to fix it..
- cat ${D}/var/www/localhost/htdocs/piwi/Functions/config.pl | sed s:/usr/local/bin/gs:/usr/bin/gs: > ${D}/etc/piwi/config.pl || die
- rm ${D}/var/www/localhost/htdocs/piwi/Functions/config.pl
- dosym /etc/piwi/config.pl /var/www/localhost/htdocs/piwi/Functions/config.pl
-
- # Install configuration file for apache
- insinto /etc/piwi
- doins ${FILESDIR}/piwi-apache.conf
-}
-
-pkg_postinst() {
- einfo ""
- einfo "To have Apache run PIWI, please do the following:"
- einfo "1) Include the /etc/piwi/piwi-apache.conf in your apache configuration"
- einfo "2) Edit /etc/conf.d/apache or /etc/conf.d/apache2 and add \"-D PIWI\""
- einfo "3) Edit /etc/piwi/config.pl to reflect your settings"
- ewarn ""
- ewarn "NOTE: If you do not perform these steps PIWI will _not_ work."
- ewarn " You have been warned. Any bugs against this will be either:"
- ewarn ""
- ewarn " - directed to /dev/null"
- ewarn " - resolved with a RTFM comment"
- ewarn ""
- ewarn "Consider yourself warned"
- # Make sure that the user pay attention
- echo -ne "\a"; sleep 0.25 ; echo -ne "\a"; sleep 0.25
-}
diff --git a/net-analyzer/piwi/piwi-0.8.0.20031109.ebuild b/net-analyzer/piwi/piwi-0.8.0.20031109.ebuild
deleted file mode 100644
index beed49959375..000000000000
--- a/net-analyzer/piwi/piwi-0.8.0.20031109.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20031109.ebuild,v 1.2 2004/05/15 08:56:32 sejo Exp $
-
-DESCRIPTION="(Prelude|Perl) IDS Web Interface"
-HOMEPAGE="http://www.prelude-ids.org"
-
-# [LeRoutier] son, i'll keep this versionning scheme : x.y.z.t (x.y to
-# match the major of prelude, z is piwi
-#SRC_URI="http://www.leroutier.net/Projects/PreludeIDS/${PN}_v${PV}.tar.gz"
-#SRC_URI="http://dev.gentoo.org/~mboman/distfiles/${PN}_v${PV}.tar.gz"
-SRC_URI="mirror://gentoo/${PN}_v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="mysql postgres gd"
-DEPEND=""
-RDEPEND="
- dev-lang/perl
- dev-perl/DBI
- dev-perl/Date-Calc
- app-text/ghostscript
- dev-perl/Geo-IP
- postgresql? ( dev-perl/DBD-Pg )
- mysql? ( dev-perl/DBD-mysql )
- gd? ( dev-perl/GDGraph )
-"
-
-S=${WORKDIR}/
-
-src_install() {
- into /var/www/localhost/htdocs/piwi || die
- into /etc/piwi || die
-
- # "install" the files into the destination
- cp -aR ${S}/* ${D}/var/www/localhost/htdocs/piwi/ || die
-
- # Fix permissions
- # Opt not to use the ebuild functions fowners() and fperms()
- # as they doesn't seem to work reqursively.
- chown -R root:apache ${D}/var/www/localhost/htdocs/piwi/* || die
- chown -R apache:apache ${D}/var/www/localhost/htdocs/piwi/generated || die
- chmod -R o-rwx ${D}/var/www/localhost/htdocs/piwi/* || die
-
- # Move files around and create symlinks to make sure configuration files
- # are not being overwritten when you do upgrades...
- mv ${D}/var/www/localhost/htdocs/piwi/generated/Filters ${D}/etc/piwi/Filters || die
- dosym /etc/piwi/Filters /var/www/localhost/htdocs/piwi/generated/Filters
-
- mv ${D}/var/www/localhost/htdocs/piwi/Profiles ${D}/etc/piwi/Profiles || die
- dosym /etc/piwi/Profiles /var/www/localhost/htdocs/piwi/Profiles
-
- # default config.pl is looking for ghostscript in /usr/local/... that's not where
- # Gentoo has it.. So we do some sed magic to fix it..
- cat ${D}/var/www/localhost/htdocs/piwi/Functions/config.pl | sed s:/usr/local/bin/gs:/usr/bin/gs: > ${D}/etc/piwi/config.pl || die
- rm ${D}/var/www/localhost/htdocs/piwi/Functions/config.pl
- dosym /etc/piwi/config.pl /var/www/localhost/htdocs/piwi/Functions/config.pl
-
- # Install configuration file for apache
- insinto /etc/piwi
- doins ${FILESDIR}/piwi-apache.conf
-}
-
-pkg_postinst() {
- einfo ""
- einfo "To have Apache run PIWI, please do the following:"
- einfo "1) Include the /etc/piwi/piwi-apache.conf in your apache configuration"
- einfo "2) Edit /etc/conf.d/apache or /etc/conf.d/apache2 and add \"-D PIWI\""
- einfo "3) Edit /etc/piwi/config.pl to reflect your settings"
- ewarn ""
- ewarn "NOTE: If you do not perform these steps PIWI will _not_ work."
- ewarn " You have been warned. Any bugs against this will be either:"
- ewarn ""
- ewarn " - directed to /dev/null"
- ewarn " - resolved with a RTFM comment"
- ewarn ""
- ewarn "Consider yourself warned"
- # Make sure that the user pay attention
- echo -ne "\a"; sleep 0.25 ; echo -ne "\a"; sleep 0.25
-}