diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 19:13:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 19:13:01 +0000 |
commit | 72f85da2e03658dc0cdb351bb696a4e9fcbbda0b (patch) | |
tree | 18ff1f18ca4adff104511cc57d609c8884b909d6 | |
parent | *** empty log message *** (diff) | |
download | historical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.tar.gz historical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.tar.bz2 historical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.zip |
*** empty log message ***
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.8.12.ebuild | 34 | ||||
-rw-r--r-- | net-analyzer/ethereal/files/digest-ethereal-0.8.12 | 1 | ||||
-rw-r--r-- | net-analyzer/nessus/files/digest-nessus-1.0.5 | 5 | ||||
-rw-r--r-- | net-analyzer/nessus/nessus-1.0.5.ebuild | 101 | ||||
-rw-r--r-- | net-analyzer/ntop/files/digest-ntop-1.3.1-r1 | 1 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-1.3.1-r1.ebuild | 44 |
6 files changed, 0 insertions, 186 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.8.12.ebuild b/net-analyzer/ethereal/ethereal-0.8.12.ebuild deleted file mode 100644 index 4567aca827d3..000000000000 --- a/net-analyzer/ethereal/ethereal-0.8.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.12.ebuild,v 1.2 2000/11/02 08:31:51 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="ethereal" -SRC_URI="http://ethereal.zing.org/distribution/${A} - ftp://ethereal.zing.org/pub/ethereal/${A}" -HOMEPAGE="http://ethereal.zing.org/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=net-libs/libpcap-0.5.2 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - LDFLAGS="-L/usr/lib -lz" try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/ethereal - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal install - prepman /usr/X11R6 - dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO - -} - - - diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.8.12 b/net-analyzer/ethereal/files/digest-ethereal-0.8.12 deleted file mode 100644 index ac79912deb72..000000000000 --- a/net-analyzer/ethereal/files/digest-ethereal-0.8.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 c406a5b4cbd0e8eb798946a90704f973 ethereal-0.8.12.tar.gz diff --git a/net-analyzer/nessus/files/digest-nessus-1.0.5 b/net-analyzer/nessus/files/digest-nessus-1.0.5 deleted file mode 100644 index 30d6a61a8e14..000000000000 --- a/net-analyzer/nessus/files/digest-nessus-1.0.5 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 f34c510ab6e05119b3d6cf66558adb7d nessus-libraries-1.0.5.tar.gz -MD5 e5636b91642588c4bff8c69b582e3e01 nessus-core-1.0.5.tar.gz -MD5 a805e3195d52353beffb74900052ddaa nessus-plugins-1.0.5.tar.gz -MD5 cd64d77103817b562e0c4e8a77b8856e libnasl-1.0.5.tar.gz -MD5 a5588935d8d656de4ac3b95e8d3484ea libnasl-patch-1 diff --git a/net-analyzer/nessus/nessus-1.0.5.ebuild b/net-analyzer/nessus/nessus-1.0.5.ebuild deleted file mode 100644 index 9db713bd62a9..000000000000 --- a/net-analyzer/nessus/nessus-1.0.5.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -#Copyright 2000 Achim Gottinger -#Distributed under the GPL - -# It's better to split it in four different packages - -A="nessus-libraries-${PV}.tar.gz nessus-core-${PV}.tar.gz - nessus-plugins-${PV}.tar.gz libnasl-${PV}.tar.gz" -S=${WORKDIR} -DESCRIPTION="A remote security scanner for Linux" -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-libraries-${PV}.tar.gz - ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-core-${PV}.tar.gz - ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-${PV}.tar.gz - ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/libnasl-${PV}.tar.gz" - -HOMEPAGE="http://www.nessus.org/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - - export PATH=${D}/usr/bin:$PATH - export LD_LIBRARY_PATH=${D}/usr/lib:$LD_LIBRARY_PATH - echo "Compiling libraries..." - cd ${S}/nessus-libraries - try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state \ - --enable-pthread - try make - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - cd ${D}/usr/bin - cp nessus-config nessus-config.orig - sed -e "s:^PREFIX=:PREFIX=${D}:" \ - -e "s:-I/usr:-I${D}/usr: " nessus-config.orig > nessus-config - - echo "Compiling libnasl..." - cd ${S}/libnasl - try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - try make - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - cd ${D}/usr/bin - cp nasl-config nasl-config.orig - sed -e "s:^PREFIX=:PREFIX=${D}:" nasl-config.orig > nasl-config - - echo "Compiling core..." - cd ${S}/nessus-core - try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - try make - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - - - echo "Compiling plugins..." - cd ${S}/nessus-plugins - try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - try make - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - -} - -src_install() { - cd ${S}/nessus-libraries - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - - cd ${S}/libnasl - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - - cd ${S}/nessus-core - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - cp ${ROOT}/config/nessusd.conf ${D}/etc/nessus/ - - cd ${S}/nessus-plugins - try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install - - cd ${S}/nessus-libraries - docinto nessus-libraries - dodoc README* - - cd ${S}/libnasl - docinto libnasl - dodoc COPYING TODO - - cd ${S}/nessus-core - docinto nessus-core - dodoc README* UPGRADE_README CHANGES - dodoc doc/*.txt doc/ntp/* - - cd ${S}/nessus-plugins - docinto nessus-plugins - dodoc docs/*.txt plugins/accounts/accounts.txt - prepman - - insinto /etc/rc.d/init.d - insopts -m 755 - doins ${FILESDIR}/nessusd -} - - - - diff --git a/net-analyzer/ntop/files/digest-ntop-1.3.1-r1 b/net-analyzer/ntop/files/digest-ntop-1.3.1-r1 deleted file mode 100644 index aa5a9a625551..000000000000 --- a/net-analyzer/ntop/files/digest-ntop-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8afc33c65a176339916841e3a5177468 ntop-1.3.1.tar.gz diff --git a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild b/net-analyzer/ntop/ntop-1.3.1-r1.ebuild deleted file mode 100644 index 9fa82f7d0c25..000000000000 --- a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r1.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $ - -P=ntop-1.3.1 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="Unix Tool that shows networkusage like top" -SRC_URI="ftp://ftp.it.ntop.org/pub/local/ntop/snapshots/${A}" -HOMEPAGE="http://www.ntop.org/ntop.html" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/gdbm-1.8.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=dev-libs/openssl-0.9.6 - >=net-libs/libpcap-0.5.2" - -src_compile() { - cd ${S} - cp configure configure.orig - sed -e "s:/usr/local/ssl:/usr:" configure.orig > configure - CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr --sysconfdir=/usr/share --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr sysconfdir=/${D}/usr/share install - mv ${D}/usr/bin/plugins ${D}/usr/share/ntop - prepman - dodoc AUTHORS ChangeLog CONTENTS COPYING FAQ FILES HACKING - dodoc KNOWN_BUGS MANIFESTO NEWS ntop.txt PORTING README* - dodoc SUPPORT* THANKS THREADS-FAQ TODO - docinto html - dodoc ntop.html -} - - - |