diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | f62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch) | |
tree | 9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e | |
parent | repoman'd (diff) | |
download | gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2 gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip |
repoman'd
83 files changed, 294 insertions, 1241 deletions
diff --git a/net-analyzer/airsnort/airsnort-0.2.1a.ebuild b/net-analyzer/airsnort/airsnort-0.2.1a.ebuild index d8a9bb03e49d..45706010def0 100644 --- a/net-analyzer/airsnort/airsnort-0.2.1a.ebuild +++ b/net-analyzer/airsnort/airsnort-0.2.1a.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/airsnort/airsnort-0.2.1a.ebuild,v 1.2 2002/07/18 23:22:42 seemant Exp $ +MY_P=${P/a/A} +S=${WORKDIR}/${MY_P} DESCRIPTION="AirSnort 802.11b Wireless Packet Sniffer/WEP Cracker" HOMEPAGE="http://airsnort.shmoo.com/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND=" - >=sys-devel/autoconf-2.13 +DEPEND=">=sys-devel/autoconf-2.13 >=x11-libs/gtk+-1.2.10-r8 >=net-libs/libpcap-0.7.1 - >=sys-apps/pcmcia-cs-3.1.33 - " - -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/airsnort/Airsnort-0.2.1a.tar.gz" - -S=${WORKDIR}/Airsnort-0.2.1a + >=sys-apps/pcmcia-cs-3.1.33" src_compile() { ./autogen.sh \ diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 8b8383c2ba74..391a3448d4a4 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.1 2002/06/15 07:32:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.2 2002/07/18 23:22:42 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" -LICENSE="GPL" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" -SLOT="0" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_unpack() { diff --git a/net-analyzer/etherape/etherape-0.8.2.ebuild b/net-analyzer/etherape/etherape-0.8.2.ebuild deleted file mode 100644 index ff654ac189d6..000000000000 --- a/net-analyzer/etherape/etherape-0.8.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2.ebuild,v 1.5 2002/07/11 06:30:42 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A graphical network monitor for Unix modeled after etherman" -SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" -HOMEPAGE="http://etherape.sourceforge.net/" - -DEPEND=" =x11-libs/gtk+-1.2* - >=gnome-base/gnome-libs-1.4.1.2-r1 - >=net-libs/libpcap-0.6.1 - >=gnome-base/libglade-0.17-r3 " - -RDEPEND="${DEPEND}" - - -src_compile() { - - local myconf - - use nls || myconf="--disable-nls" - - # configure script not listening to libglade-config? - CFLAGS="${CFLAGS} `/usr/bin/libglade-config --cflags`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - ${myconf} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr sysconfdir=${D}/etc install || die - - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL NEWS OVERVIEW - dodoc README README.bugs README.help README.thanks TODO -} - diff --git a/net-analyzer/etherape/files/digest-etherape-0.8.2 b/net-analyzer/etherape/files/digest-etherape-0.8.2 deleted file mode 100644 index 5723265dbaaf..000000000000 --- a/net-analyzer/etherape/files/digest-etherape-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 30244b1e4d24f7e1154d789002caa1e9 etherape-0.8.2.tar.gz 421861 diff --git a/net-analyzer/ethereal/ethereal-0.9.5-r1.ebuild b/net-analyzer/ethereal/ethereal-0.9.5-r1.ebuild deleted file mode 100644 index fea64e5d7da4..000000000000 --- a/net-analyzer/ethereal/ethereal-0.9.5-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.5-r1.ebuild,v 1.1 2002/06/29 19:30:01 blocke Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A commercial-quality network protocol analyzer" -SRC_URI="http://www.ethereal.com/distribution/${P}.tar.gz" -HOMEPAGE="http://www.ethereal.com/" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="virtual/glibc - >=sys-libs/zlib-1.1.4 - =dev-libs/glib-1.2* - snmp? ( >=net-analyzer/ucd-snmp-4.2.5 ) - X? ( virtual/x11 =x11-libs/gtk+-1.2* ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -DEPEND="${RDEPEND} - sys-devel/perl - sys-devel/bison - sys-devel/flex - >=net-libs/libpcap-0.7.1" - -src_compile() { - local myconf - use X || myconf="${myconf} --disable-ethereal" - use ssl || myconf="${myconf} --without-ssl" - use snmp || myconf="${myconf} --without-ucdsnmp" - - ./configure \ - --prefix=/usr \ - --enable-pcap \ - --enable-zlib \ - --enable-ipv6 \ - --enable-tethereal \ - --enable-editcap \ - --enable-mergecap \ - --enable-text2cap \ - --enable-idl2eth \ - --enable-dftest \ - --enable-randpkt \ - --includedir="" \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/ethereal \ - --with-plugindir=/usr/lib/ethereal/plugins/${PV} \ - --host=${CHOST} ${myconf} || die "bad ./configure" - - make || die "compile problem" -} - -src_install() { - dodir /usr/lib/ethereal/plugins/${PV} - - make install \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc/ethereal \ - plugindir=${D}/usr/lib/ethereal/plugins/${PV} || die - - dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO -} diff --git a/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild b/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild index 7b99714030de..410fea6e84ac 100644 --- a/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild,v 1.1 2002/06/30 03:06:55 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.5-r2.ebuild,v 1.2 2002/07/18 23:22:43 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A commercial-quality network protocol analyzer" SRC_URI="http://www.ethereal.com/distribution/${P}.tar.gz" HOMEPAGE="http://www.ethereal.com/" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 diff --git a/net-analyzer/ethereal/ethereal-0.9.5.ebuild b/net-analyzer/ethereal/ethereal-0.9.5.ebuild deleted file mode 100644 index ca8464444aaa..000000000000 --- a/net-analyzer/ethereal/ethereal-0.9.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.3-r1.ebuild,v 1.2 2002/05/23 06:50:15 seemant Exp - -S=${WORKDIR}/${P} -DESCRIPTION="A commercial-quality network protocol analyzer" -SRC_URI="http://www.ethereal.com/distribution/${P}.tar.gz" -HOMEPAGE="http://www.ethereal.com/" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 - =dev-libs/glib-1.2* - snmp? ( >=net-analyzer/ucd-snmp-4.1.2 ) - X? ( virtual/x11 =x11-libs/gtk+-1.2* ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -DEPEND="${RDEPEND} - sys-devel/perl - sys-devel/bison - sys-devel/flex - >=net-libs/libpcap-0.5.2" - -src_compile() { - local myconf - use X || myconf="${myconf} --disable-ethereal" - use ssl || myconf="${myconf} --without-ssl" - use snmp || myconf="${myconf} --disable-snmp" - - ./configure \ - --prefix=/usr \ - --enable-pcap \ - --enable-zlib \ - --enable-ipv6 \ - --includedir="" \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/ethereal \ - --with-plugindir=/usr/lib/ethereal/plugins/${PV} \ - --host=${CHOST} ${myconf} || die "bad ./configure" - - make || die "compile problem" -} - -src_install() { - dodir /usr/lib/ethereal/plugins/${PV} - - make install \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc/ethereal \ - plugindir=${D}/usr/lib/ethereal/plugins/${PV} || die - - dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO -} diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.9.5 b/net-analyzer/ethereal/files/digest-ethereal-0.9.5 deleted file mode 100644 index 08d48ba93256..000000000000 --- a/net-analyzer/ethereal/files/digest-ethereal-0.9.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7a02706c0f22e56a45bd8999dbb35e3 ethereal-0.9.5.tar.gz 3384282 diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.9.5-r1 b/net-analyzer/ethereal/files/digest-ethereal-0.9.5-r1 deleted file mode 100644 index 08d48ba93256..000000000000 --- a/net-analyzer/ethereal/files/digest-ethereal-0.9.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7a02706c0f22e56a45bd8999dbb35e3 ethereal-0.9.5.tar.gz 3384282 diff --git a/net-analyzer/ettercap/ettercap-0.6.4.ebuild b/net-analyzer/ettercap/ettercap-0.6.4.ebuild deleted file mode 100644 index 685389b87d7d..000000000000 --- a/net-analyzer/ettercap/ettercap-0.6.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.4.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN." -SRC_URI="http://ettercap.sourceforge.net/download/${P}.tar.gz" -HOMEPAGE="http://ettercap.sourceforge.net" - -DEPEND="sys-libs/ncurses ssl? ( dev-libs/openssl )" - -src_compile() { - local myconf - use ssl && myconf="${myconf} --enable-https" - - ./configure --host=${CHOST} --prefix=/usr --enable-ncurses --enable-plugins ${myconf} - assert - - make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" || die - make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" plug-ins || die -} - -src_install() { - - make prefix=${D}/usr MANDIR=${D}/usr/share/man complete_install || die - rm ${D}/usr/share/doc/${P}/ettercap.fr.8.in.gz - gzip ${D}/usr/share/doc/${P}/* - -} - - - diff --git a/net-analyzer/ettercap/ettercap-0.6.5.ebuild b/net-analyzer/ettercap/ettercap-0.6.5.ebuild deleted file mode 100644 index a9e657ea156a..000000000000 --- a/net-analyzer/ettercap/ettercap-0.6.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.5.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN." -SRC_URI="http://ettercap.sourceforge.net/download/${P}.tar.gz" -HOMEPAGE="http://ettercap.sourceforge.net" - -DEPEND="sys-libs/ncurses ssl? ( dev-libs/openssl )" - -src_compile() { - local myconf - use ssl && myconf="${myconf} --enable-https" - - ./configure --host=${CHOST} --prefix=/usr --enable-ncurses --enable-plugins ${myconf} - assert - - make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" || die - make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" plug-ins || die -} - -src_install() { - - make prefix=${D}/usr MANDIR=${D}/usr/share/man complete_install || die - rm ${D}/usr/share/doc/${P}/ettercap.fr.8.in.gz - gzip ${D}/usr/share/doc/${P}/* - -} - - - diff --git a/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild b/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild index 94544e86eb93..d254e644caca 100644 --- a/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild +++ b/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.6.6-r1.ebuild,v 1.3 2002/07/18 23:22:43 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN." SRC_URI="http://ettercap.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://ettercap.sourceforge.net" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="sys-libs/ncurses ssl? ( dev-libs/openssl )" +DEPEND="sys-libs/ncurses + ssl? ( dev-libs/openssl )" src_compile() { local myconf diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.6.4 b/net-analyzer/ettercap/files/digest-ettercap-0.6.4 deleted file mode 100644 index b4f3efe9cc5b..000000000000 --- a/net-analyzer/ettercap/files/digest-ettercap-0.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 59506bf2e51e0742e7ed7ed758b648a1 ettercap-0.6.4.tar.gz 481353 diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.6.5 b/net-analyzer/ettercap/files/digest-ettercap-0.6.5 deleted file mode 100644 index f6a85935206f..000000000000 --- a/net-analyzer/ettercap/files/digest-ettercap-0.6.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 75bdba8f9ea65ec89683c53a326ee015 ettercap-0.6.5.tar.gz 546845 diff --git a/net-analyzer/fping/fping-2.4_beta2.ebuild b/net-analyzer/fping/fping-2.4_beta2.ebuild index dc6f19544f54..9daa4a0cdc04 100644 --- a/net-analyzer/fping/fping-2.4_beta2.ebuild +++ b/net-analyzer/fping/fping-2.4_beta2.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2.ebuild,v 1.2 2002/07/18 23:22:43 seemant Exp $ S=${WORKDIR}/fping-2.4b2_to-ipv6 DESCRIPTION="A utility to ping multiple hosts at once" SRC_URI="http://www.fping.com/download/fping-2.4b2_to-ipv6.tar.gz" HOMEPAGE="http://www.fping.com/" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { - ./configure --prefix=/usr \ - --host=${CHOST} || die - + econf || die make || die } @@ -22,4 +23,3 @@ src_install () { doman fping.8 dodoc COPYING ChangeLog README } - diff --git a/net-analyzer/geotrace/geotrace-0.0.4.ebuild b/net-analyzer/geotrace/geotrace-0.0.4.ebuild index e25554b5b405..20b455d2d605 100644 --- a/net-analyzer/geotrace/geotrace-0.0.4.ebuild +++ b/net-analyzer/geotrace/geotrace-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/geotrace/geotrace-0.0.4.ebuild,v 1.6 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/geotrace/geotrace-0.0.4.ebuild,v 1.7 2002/07/18 23:22:43 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="geographical traceroute utility" @@ -12,6 +12,10 @@ DEPEND="=x11-libs/gtk+-1.2* RDEPEND="net-analyzer/traceroute" +SLOT="0" +LICENSE="BSD GPL-2" +KEYWORDS="x86" + src_unpack() { unpack ${A} cd ${S} diff --git a/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild b/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild index 4b5aee485b7c..8363595834c4 100644 --- a/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild +++ b/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ +S=${WORKDIR}/devel DESCRIPTION="An invisible, layer2 network packet scrubber based on snort" HOMEPAGE="http://hogwash.sourceforge.net" -SLOT="0" - -S=${WORKDIR}/devel SRC_URI="mirror://sourceforge/hogwash/hogwash-0.1.d.tgz http://hogwash.sourceforge.net/rules.2" -DEPEND="virtual/glibc - >=net-libs/libpcap-0.6.1 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=net-libs/libpcap-0.6.1 >=net-libs/libnet-1.0.2a" src_unpack() { diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index 75a5a205c0a6..86bf01a6ccfd 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -8,13 +8,14 @@ S=${WORKDIR}/hping2 DESCRIPTION="hping is a command-line oriented TCP/IP packet assembler/analyzer whose interface is inspired by the unix ping command" SRC_URI="http://www.hping.org/hping2.0.0-rc1.tar.gz" HOMEPAGE="http://www.hping.org" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="net-libs/libpcap" src_compile() { - cd ${S} - ./configure || die make CCOPT="$CFLAGS" || die make strip diff --git a/net-analyzer/iplog/iplog-2.2.3.ebuild b/net-analyzer/iplog/iplog-2.2.3.ebuild index 17a0844afb67..5a444b27626d 100644 --- a/net-analyzer/iplog/iplog-2.2.3.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3.ebuild @@ -1,27 +1,33 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3.ebuild,v 1.5 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3.ebuild,v 1.6 2002/07/18 23:22:46 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="iplog is a TCP/IP traffic logger" -SRC_URI="http://download.sourceforge.net/ojnk/${P}.tar.gz" +SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" HOMEPAGE="http://ojnk.sourceforge.net/" -DEPEND="virtual/glibc net-libs/libpcap" +DEPEND="net-libs/libpcap" + +SLOT="0" +LICENSE="GPL-2 | FDL-1.1" +KEYWORDS="x86" src_compile() { - try ./configure --prefix=/usr - try make CFLAGS="${CFLAGS} -D_REENTRANT" all + econf || die + make CFLAGS="${CFLAGS} -D_REENTRANT" all || die } src_install() { - try make prefix=${D}/usr mandir=${D}/usr/share/man install + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + install || die - dodoc AUTHORS COPYING.* NEWS README TODO example-iplog.conf + dodoc AUTHORS COPYING.* NEWS README TODO example-iplog.conf } diff --git a/net-analyzer/iptraf/files/digest-iptraf-2.4.0 b/net-analyzer/iptraf/files/digest-iptraf-2.4.0 deleted file mode 100644 index 1829cc616cd3..000000000000 --- a/net-analyzer/iptraf/files/digest-iptraf-2.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 becb2fbaef1e387a5339f92520af60e9 iptraf-2.4.0.tar.gz 449677 diff --git a/net-analyzer/iptraf/files/digest-iptraf-2.4.0-r1 b/net-analyzer/iptraf/files/digest-iptraf-2.4.0-r1 deleted file mode 100644 index 1829cc616cd3..000000000000 --- a/net-analyzer/iptraf/files/digest-iptraf-2.4.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 becb2fbaef1e387a5339f92520af60e9 iptraf-2.4.0.tar.gz 449677 diff --git a/net-analyzer/iptraf/iptraf-2.4.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.4.0-r1.ebuild deleted file mode 100644 index f02185f14b44..000000000000 --- a/net-analyzer/iptraf/iptraf-2.4.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.4.0-r1.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" -SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz" -HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" - -DEPEND=">=sys-libs/ncurses-5.2-r1" - -src_compile() { - cd src - emake TARGET="/usr/bin" WORKDIR="/var/lib/iptraf" \ - clean all || die "emake failed" -} - -src_install() { - - dobin src/{iptraf,cfconv,rvnamed} - dodoc COPYING FAQ README* CHANGES RELEASE-NOTES - doman Documentation/*.8 - docinto html - dodoc Documentation/*.{gif,html} - dodir /var/{lib,run,log}/iptraf -} diff --git a/net-analyzer/iptraf/iptraf-2.4.0.ebuild b/net-analyzer/iptraf/iptraf-2.4.0.ebuild deleted file mode 100644 index 68848ebc7ede..000000000000 --- a/net-analyzer/iptraf/iptraf-2.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.4.0.ebuild,v 1.4 2002/07/11 06:30:43 drobbins Exp $ - - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" -SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${A}" -HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" - -DEPEND=">=sys-libs/ncurses-5.2-r1" - -src_compile() { - cd src - cp Makefile Makefile.orig - sed -e "s:-O2:$CFLAGS:g" \ - -e "s:/var/local/iptraf:/var/lib/iptraf:" \ - Makefile.orig >Makefile - try make clean all -} - -src_install() { - - dobin src/{iptraf,cfconv,rvnamed} - dodoc COPYING FAQ README* CHANGES RELEASE-NOTES - doman Documentation/*.8 - docinto html - dodoc Documentation/*.{gif,html} - dodir /var/{lib,run,log}/iptraf -} diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild index 8ca2e8c3884c..179b186e128b 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild @@ -1,13 +1,15 @@ # Copyright 2001-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.1 2002/06/20 15:24:31 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.2 2002/07/18 23:22:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz" HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2-r1" RDEPEND="${DEPEND}" @@ -23,6 +25,5 @@ src_install() { doman Documentation/*.8 htmlinto html dohtml Documentation/*.{html} - dodir - /var/{lib,run,log}/iptraf + dodir /var/{lib,run,log}/iptraf } diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.2.0 b/net-analyzer/iptstate/files/digest-iptstate-1.2.0 deleted file mode 100644 index 63682be7d4ec..000000000000 --- a/net-analyzer/iptstate/files/digest-iptstate-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d79155225c2299e50223e5062841d90e iptstate-1.2.0.tar.gz 62431 diff --git a/net-analyzer/iptstate/iptstate-1.2.0.ebuild b/net-analyzer/iptstate/iptstate-1.2.0.ebuild deleted file mode 100644 index 9c5d3dc5b1d0..000000000000 --- a/net-analyzer/iptstate/iptstate-1.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.0.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" -SRC_URI="http://home.earthlink.net/~jaymzh666/iptstate/iptstate-${PV}.tar.gz" -HOMEPAGE="http://home.earthlink.net/~jaymzh666/iptstate/" - -DEPEND="virtual/glibc sys-libs/ncurses" - -src_compile() { - - make CXXFLAGS="${CXXFLAGS} -g -Wall" all - -} - -src_install() { - - make PREFIX=${D}/usr install - dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST - -} - diff --git a/net-analyzer/iptstate/iptstate-1.2.1.ebuild b/net-analyzer/iptstate/iptstate-1.2.1.ebuild index 14d9a9659410..5fae868ffaa9 100644 --- a/net-analyzer/iptstate/iptstate-1.2.1.ebuild +++ b/net-analyzer/iptstate/iptstate-1.2.1.ebuild @@ -1,13 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://home.earthlink.net/~jaymzh666/iptstate/iptstate-${PV}.tar.gz" HOMEPAGE="http://home.earthlink.net/~jaymzh666/iptstate/" -DEPEND="virtual/glibc sys-libs/ncurses" +DEPEND="sys-libs/ncurses" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { diff --git a/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild b/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild index 840b8fe6fca3..bc43af73879e 100644 --- a/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild +++ b/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild,v 1.4 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/kdevmon/kdevmon-0.4.6.4.ebuild,v 1.5 2002/07/18 23:22:46 seemant Exp $ inherit kde-base || die need-kde 3 -LICENSE="GPL-2" S=${WORKDIR}/kdevmon-0.4.6 DESCRIPTION="Monitor bandwith usage with this KDE program." SRC_URI="http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kdevmon/${PN}-0.4.6-4.tar.gz" @@ -14,4 +13,6 @@ HOMEPAGE="http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kdevmon/" newdepend ">=kde-base/kdebase-3" - +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" diff --git a/net-analyzer/knocker/files/digest-knocker-0.6.6 b/net-analyzer/knocker/files/digest-knocker-0.6.6 deleted file mode 100644 index a295045f470d..000000000000 --- a/net-analyzer/knocker/files/digest-knocker-0.6.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f84871bb975d01a432ff95c9159c47a knocker-0.6.6.tar.gz 82474 diff --git a/net-analyzer/knocker/files/digest-knocker-0.7.0 b/net-analyzer/knocker/files/digest-knocker-0.7.0 deleted file mode 100644 index 5de3dcb1bcfb..000000000000 --- a/net-analyzer/knocker/files/digest-knocker-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0eddf320da51e12255865c9eea421d26 knocker-0.7.0.tar.gz 71293 diff --git a/net-analyzer/knocker/knocker-0.6.6.ebuild b/net-analyzer/knocker/knocker-0.6.6.ebuild deleted file mode 100644 index 8829d1254c30..000000000000 --- a/net-analyzer/knocker/knocker-0.6.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbi -ns Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="Knocker is an easy to use security port scanner written in C" - -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/knocker/${P}.tar.gz" - -HOMEPAGE="http://knocker.sourceforge.net" - -LICENSE="GPL-2" - -DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - - emake || die "emake died" -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc ChangeLog AUTHORS README BUGS TO-DO NEWS -} diff --git a/net-analyzer/knocker/knocker-0.7.0.ebuild b/net-analyzer/knocker/knocker-0.7.0.ebuild deleted file mode 100644 index 3080e442b09d..000000000000 --- a/net-analyzer/knocker/knocker-0.7.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/knocker-0.7.0.ebuild,v 1.1 2002/05/30 00:42:41 spider Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="Knocker is an easy to use security port scanner written in C" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/knocker/${P}.tar.gz" -HOMEPAGE="http://knocker.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - - emake || die "emake died" -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc ChangeLog AUTHORS README BUGS TO-DO NEWS -} diff --git a/net-analyzer/knocker/knocker-0.7.1.ebuild b/net-analyzer/knocker/knocker-0.7.1.ebuild index 3a4c8192b52d..8fbd38bff9a7 100644 --- a/net-analyzer/knocker/knocker-0.7.1.ebuild +++ b/net-analyzer/knocker/knocker-0.7.1.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/knocker-0.7.1.ebuild,v 1.1 2002/07/04 14:38:15 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/knocker-0.7.1.ebuild,v 1.2 2002/07/18 23:22:46 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="Knocker is an easy to use security port scanner written in C" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/knocker/${P}.tar.gz" +SRC_URI="mirror://sourceforge/knocker/${P}.tar.gz" HOMEPAGE="http://knocker.sourceforge.net" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" diff --git a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild index b14d6be718e1..3b3f8341192f 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.2 2002/07/17 19:49:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ +S=${WORKDIR}/${P}-src DESCRIPTION="Toolbox of over 300 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/lcrzoex/" SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" -S=${WORKDIR}/${P}-src -KEYWORDS="x86" -DEPEND="virtual/glibc =net-libs/lcrzo-${PV}*" -LICENSE="GPL-2" +DEPEND="=net-libs/lcrzo-${PV}*" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { unpack ${A} ; cd ${S}/src diff --git a/net-analyzer/mrtg/files/digest-mrtg-2.9.17 b/net-analyzer/mrtg/files/digest-mrtg-2.9.17 deleted file mode 100644 index bcbdfe2c516f..000000000000 --- a/net-analyzer/mrtg/files/digest-mrtg-2.9.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 fdddc249de0c8e63f1af4b994248133b mrtg-2.9.17.tar.gz 986994 diff --git a/net-analyzer/mrtg/mrtg-2.9.17.ebuild b/net-analyzer/mrtg/mrtg-2.9.17.ebuild deleted file mode 100644 index 2d7484a2ab62..000000000000 --- a/net-analyzer/mrtg/mrtg-2.9.17.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.9.17.ebuild,v 1.2 2002/07/11 01:52:53 nitro Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A tool to monitor the traffic load on network-links" -SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/${P}.tar.gz" -HOMEPAGE="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc - sys-devel/perl - >=media-libs/libgd-1.8.3" -# >=media-libs/libpng-1.2.1" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make prefix=${D}/usr install || die - dodir /usr/share/man - mv ${D}/usr/man/man1 ${D}/usr/share/man - rm -rf ${D}/usr/{man,doc} - dodoc ANNOUNCE COPYING CHANGES COPYRIGHT MANIFEST README THANKS - docinto txt ; dodoc doc/*.txt - cp -a contrib ${D}/usr/share/doc/${PF}/contrib - prepalldocs - docinto html ; dohtml -r doc/* images/* -} diff --git a/net-analyzer/mtr/mtr-0.49-r1.ebuild b/net-analyzer/mtr/mtr-0.49-r1.ebuild index c901359b3644..61c4a942c4cc 100644 --- a/net-analyzer/mtr/mtr-0.49-r1.ebuild +++ b/net-analyzer/mtr/mtr-0.49-r1.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Matt's TraceRoute. Excellent network diagnostic tool." SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz" HOMEPAGE="http://www.bitwizard.nl/mtr/" -DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 gtk? ( =x11-libs/gtk+-1.2* )" -LICENSE="GPL-2" +DEPEND=">=sys-libs/ncurses-5.2 + gtk? ( =x11-libs/gtk+-1.2* )" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { local myconf diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild index 62c6fc6f134d..0bc659b9a552 100644 --- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild +++ b/net-analyzer/nbaudit/nbaudit-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.7 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.8 2002/07/18 23:22:50 seemant Exp $ # Its officially called nat10 but the name conflicts with other projects @@ -14,13 +14,19 @@ HOMEPAGE="http://www.tux.org/pub/security/secnet/tools/nat10" DEPEND="" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { - mv Makefile Makefile.old - sed -e "s/# FLAGSM = -DLINUX -DSHADOW_PWD/FLAGSM = -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH/" -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" Makefile.old > Makefile + mv Makefile Makefile.old + sed -e "s/# \(FLAGSM = -DLINUX -DSHADOW_PWD\)/\1 -DNO_ASMSIGNALH/" \ + -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" \ + Makefile.old > Makefile - # NOTE: DO NOT SET CFLAGS OR THE PROGRAM WILL SEGFAULT - make all || die + # NOTE: DO NOT SET CFLAGS OR THE PROGRAM WILL SEGFAULT + make all || die } diff --git a/net-analyzer/nbtscan/files/digest-nbtscan-1.0.2 b/net-analyzer/nbtscan/files/digest-nbtscan-1.0.2 deleted file mode 100644 index d24e3dd43ab0..000000000000 --- a/net-analyzer/nbtscan/files/digest-nbtscan-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c1666a628054856b44f890dc9b42263 nbtscan-1.0.2.tar.gz 121323 diff --git a/net-analyzer/nbtscan/nbtscan-1.0.2.ebuild b/net-analyzer/nbtscan/nbtscan-1.0.2.ebuild deleted file mode 100644 index 56f1c61b949d..000000000000 --- a/net-analyzer/nbtscan/nbtscan-1.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.0.2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information" -SRC_URI="http://www.inetcat.org/software/${P}.tar.gz" -HOMEPAGE="http://www.inetcat.org/software/nbtscan.html" - -DEPEND="virtual/glibc" - -src_compile() { - - ./configure --host=${CHOST} --prefix=/usr || die - emake CFLAGS="${CFLAGS}" || die - -} - -src_install () { - - dobin nbtscan - dodoc COPYING ChangeLog README - -} diff --git a/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild b/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild index 8468d8b3521a..01e594822647 100644 --- a/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild +++ b/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.0.3.ebuild,v 1.3 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information" @@ -9,6 +9,10 @@ HOMEPAGE="http://www.inetcat.org/software/nbtscan.html" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { ./configure --host=${CHOST} --prefix=/usr || die diff --git a/net-analyzer/nessus/files/digest-nessus-1.2.0 b/net-analyzer/nessus/files/digest-nessus-1.2.0 deleted file mode 100644 index b765b578d5c8..000000000000 --- a/net-analyzer/nessus/files/digest-nessus-1.2.0 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 92c32debc20d5995f08a349f31cd978d nessus-libraries-1.2.0.tar.gz 396479 -MD5 efbdf2c2acb2dac5256786f69583c84a nessus-core-1.2.0.tar.gz 695376 -MD5 43897a0cd7cf39f34a573fc28f8720f8 nessus-plugins-1.2.0.tar.gz 724145 -MD5 1856fbfd845a6d44ca2e54ce21ffd339 libnasl-1.2.0.tar.gz 277716 diff --git a/net-analyzer/nessus/files/digest-nessus-1.2.2 b/net-analyzer/nessus/files/digest-nessus-1.2.2 deleted file mode 100644 index 3febe0f97d36..000000000000 --- a/net-analyzer/nessus/files/digest-nessus-1.2.2 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 d0899306ba952a10ed7c719de7183b6f nessus-libraries-1.2.2.tar.gz 411299 -MD5 ea521c50a64a2785cbd89fe42a415d70 nessus-core-1.2.2.tar.gz 587418 -MD5 2099c854c8c922f8c45a2afdf2c1e9a9 nessus-plugins-1.2.2.tar.gz 783386 -MD5 c03d21d0609cd559aa71ff186c47ff09 libnasl-1.2.2.tar.gz 292785 diff --git a/net-analyzer/nessus/nessus-1.2.0.ebuild b/net-analyzer/nessus/nessus-1.2.0.ebuild deleted file mode 100644 index eb5afc962892..000000000000 --- a/net-analyzer/nessus/nessus-1.2.0.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 2000-2002 Achim Gottinger -# Distributed under the GPL by Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.0.ebuild,v 1.3 2002/07/11 06:30:43 drobbins Exp $ - - -S=${WORKDIR} -DESCRIPTION="A remote security scanner for Linux" -SRC_URI="ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-libraries-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-core-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-plugins-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/libnasl-${PV}.tar.gz" - -HOMEPAGE="http://www.nessus.org/" - -DEPEND="virtual/glibc virtual/x11 sys-devel/m4 - >=dev-libs/gmp-3.1.1 - >=sys-libs/zlib-1.1.4 - =x11-libs/gtk+-1.2*" - -RDEPEND="virtual/glibc virtual/x11 - >=dev-libs/gmp-3.1.1 - >=sys-libs/zlib-1.1.4 - =x11-libs/gtk+-1.2*" - - -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 - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man \ - --enable-pthread || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - - echo "Compiling plugins..." - cd ${S}/nessus-plugins - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - -} - -src_install() { - - cd ${S}/nessus-libraries - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cd ${S}/libnasl - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cd ${S}/nessus-core - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cp ${ROOT}/config/nessusd.conf ${D}/etc/nessus/ - - cd ${S}/nessus-plugins - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - - insinto /etc/init.d - insopts -m 755 - newins ${FILESDIR}/nessusd-r6 nessusd -} diff --git a/net-analyzer/nessus/nessus-1.2.2-r1.ebuild b/net-analyzer/nessus/nessus-1.2.2-r1.ebuild index e49c62933445..b7cfd0a7eed0 100644 --- a/net-analyzer/nessus/nessus-1.2.2-r1.ebuild +++ b/net-analyzer/nessus/nessus-1.2.2-r1.ebuild @@ -1,30 +1,25 @@ # Copyright 2000-2002 Achim Gottinger # Distributed under the GPL by Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.2-r1.ebuild,v 1.1 2002/07/17 10:41:02 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.2-r1.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ -LICENSE="GPL-2" +S=${WORKDIR} DESCRIPTION="A remote security scanner for Linux" HOMEPAGE="http://www.nessus.org/" -SLOT="1" -KEYWORDS="x86 ppc" -S=${WORKDIR} SRC_URI="ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-libraries-${PV}.tar.gz ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-core-${PV}.tar.gz ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-plugins-${PV}.tar.gz ftp://ftp.nessus.org/pub/${PN}/${P}/src/libnasl-${PV}.tar.gz" -DEPEND="virtual/glibc - virtual/x11 +DEPEND="virtual/x11 sys-devel/m4 >=dev-libs/gmp-3.1.1 >=sys-libs/zlib-1.1.4 =x11-libs/gtk+-1.2*" -RDEPEND="virtual/glibc virtual/x11 - >=dev-libs/gmp-3.1.1 - >=sys-libs/zlib-1.1.4 - =x11-libs/gtk+-1.2*" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" src_compile() { diff --git a/net-analyzer/nessus/nessus-1.2.2.ebuild b/net-analyzer/nessus/nessus-1.2.2.ebuild deleted file mode 100644 index c3f762672f5f..000000000000 --- a/net-analyzer/nessus/nessus-1.2.2.ebuild +++ /dev/null @@ -1,165 +0,0 @@ -# Copyright 2000-2002 Achim Gottinger -# Distributed under the GPL by Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - - -S=${WORKDIR} -DESCRIPTION="A remote security scanner for Linux" -SRC_URI="ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-libraries-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-core-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/${PN}-plugins-${PV}.tar.gz - ftp://ftp.nessus.org/pub/${PN}/${P}/src/libnasl-${PV}.tar.gz" - -HOMEPAGE="http://www.nessus.org/" - -DEPEND="virtual/glibc virtual/x11 sys-devel/m4 - >=dev-libs/gmp-3.1.1 - >=sys-libs/zlib-1.1.4 - =x11-libs/gtk+-1.2*" - -RDEPEND="virtual/glibc virtual/x11 - >=dev-libs/gmp-3.1.1 - >=sys-libs/zlib-1.1.4 - =x11-libs/gtk+-1.2*" - - -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 - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man \ - --enable-pthread || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man || die - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - - echo "Compiling plugins..." - cd ${S}/nessus-plugins - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man - make || die - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - -} - -src_install() { - - cd ${S}/nessus-libraries - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cd ${S}/libnasl - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cd ${S}/nessus-core - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - cp ${ROOT}/config/nessusd.conf ${D}/etc/nessus/ - - cd ${S}/nessus-plugins - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - install || die - - 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 - - insinto /etc/init.d - insopts -m 755 - newins ${FILESDIR}/nessusd-r6 nessusd -} diff --git a/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild index 520e9183c5c5..5edae74f9222 100644 --- a/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild,v 1.1 2002/06/29 20:42:47 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.1.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Software for generating and retrieving SNMP data" @@ -14,8 +14,9 @@ DEPEND="virtual/glibc <sys-libs/db-2 ssl? ( >=dev-libs/openssl-0.9.6d ) kerberos? ( >=app-crypt/krb5-1.2.5 )" -LICENSE="as-is" SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myconf disable_sec_services diff --git a/net-analyzer/netcat/netcat-110.ebuild b/net-analyzer/netcat/netcat-110.ebuild index b144a778ccb1..592fedf98a91 100644 --- a/net-analyzer/netcat/netcat-110.ebuild +++ b/net-analyzer/netcat/netcat-110.ebuild @@ -1,39 +1,42 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110.ebuild,v 1.3 2002/07/18 23:22:50 seemant Exp $ -A="nc110.tgz" +MY_P=nc${PV} S=${WORKDIR}/nc-${PV} DESCRIPTION="A network piping program" -SRC_URI="http://www.l0pht.com/~weld/netcat/${A}" +SRC_URI="http://www.l0pht.com/~weld/netcat/${MY_P}.tgz" HOMEPAGE="http://www.l0pht.com/~weld/netcat" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" DEPEND="virtual/glibc" src_unpack() { - mkdir ${S} - cd ${S} - tar zxf ${DISTDIR}/${A} + mkdir ${S} + cd ${S} + tar zxf ${DISTDIR}/${A} } src_compile() { - cp Makefile Makefile.orig - cat Makefile.orig | sed -e "s:^CFLAGS =.*$:CFLAGS = ${CFLAGS}:" \ + cp Makefile Makefile.orig + cat Makefile.orig | sed -e "s:^CFLAGS =.*$:CFLAGS = ${CFLAGS}:" \ | sed -e "s:^CC =.*$:CC = gcc \$(CFLAGS):" > Makefile - cp netcat.c netcat.orig - cat netcat.orig | sed -e "s:#define HAVE_BIND:#undef HAVE_BIND:" > netcat.c - try make linux + cp netcat.c netcat.orig + cat netcat.orig | sed -e "s:#define HAVE_BIND:#undef HAVE_BIND:" > netcat.c + try make linux } src_install () { - dobin nc - dodoc README - docinto scripts - dodoc scripts/* + dobin nc + dodoc README BUGS CONTRIB LICENSE + docinto scripts + dodoc scripts/* } diff --git a/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r2 b/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r2 deleted file mode 100644 index e91820ced7ad..000000000000 --- a/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f1a91184215bd918a01e94c7d0c56e8 netleds_applet-0.9.1.tar.gz 138968 diff --git a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r2.ebuild b/net-analyzer/netleds_applet/netleds_applet-0.9.1-r2.ebuild deleted file mode 100644 index 2159a0e6a0f9..000000000000 --- a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/netleds_applet-0.9.1-r2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome applet that displays leds from network load" -SRC_URI="http://netleds.port5.com/${P}.tar.gz" -HOMEPAGE="http://netleds.port5.com/" - -DEPEND=">=gnome-base/gnome-core-1.4.0.4-r1 - >=gnome-base/libgtop-1.0.12-r1" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --enable-shared || die - - emake || die -} - -src_install() { - make \ - prefix=${D}/usr \ - gnorbadir=${D}/etc/CORBA/servers || install - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild b/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild index dea747a0a690..ff0995bcc939 100644 --- a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild +++ b/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild,v 1.1 2002/06/17 06:19:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/${P} @@ -8,8 +8,9 @@ DESCRIPTION="Gnome applet that displays leds from network load" SRC_URI="http://netleds.port5.com/${P}.tar.gz" HOMEPAGE="http://netleds.port5.com/" -SLOT="" +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=gnome-base/gnome-core-1.4.0.4-r1 >=gnome-base/libgtop-1.0.12-r1" diff --git a/net-analyzer/netperf/netperf-2.2.ebuild b/net-analyzer/netperf/netperf-2.2.ebuild index 833aabf2ff85..04642cbebd34 100644 --- a/net-analyzer/netperf/netperf-2.2.ebuild +++ b/net-analyzer/netperf/netperf-2.2.ebuild @@ -1,26 +1,29 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ -A=netperf-2.2alpha.tar.gz -S=${WORKDIR}/${PN}-2.2alpha +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.2.ebuild,v 1.3 2002/07/18 23:22:50 seemant Exp $ + +MY_P=${P}alpha +S=${WORKDIR}/${P}alpha DESCRIPTION="This is a brief readme file for the netperf TCP/UDP/sockets/etc performance benchmark tools" -SRC_URI="ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/${A}" +SRC_URI="ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/${MY_P}.tar.gz" HOMEPAGE="http://www.netperf.org/" + DEPEND="" -#RDEPEND="" +SLOT="0" +LICENSE="HP" +KEYWORDS="x86" src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/netperf-2.2alpha.diff + patch -p0 < ${FILESDIR}/netperf-2.2alpha.diff } src_compile() { - try make - #try make + make || die } src_install () { @@ -32,4 +35,3 @@ src_install () { } - diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild index 906c3351e4b4..6ee7981aefdd 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.1 2002/07/11 16:32:05 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ +S=${WORKDIR}/${PN} DESCRIPTION="Ultrafast implementation of ping." HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/" SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" -LICENSE="BSD" + SLOT="0" +LICENSE="BSD" KEYWORDS="x86" -newdepend /c - -S=${WORKDIR}/${PN} - src_compile() { mv Makefile Makefile.orig sed -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ diff --git a/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild b/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild index d1dfe7a56702..f8e2d821f0a0 100644 --- a/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild +++ b/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild,v 1.1 2002/07/13 16:12:21 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/netspeed_applet-0.2.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ DESCRIPTION="Applet showing network traffic for GNOME 2" HOMEPAGE="http://mfcn.ilo.de/netspeed_applet/" SRC_URI="http://mfcn.ilo.de/netspeed_applet/${P}.tar.gz" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=x11-libs/gtk+-2.0.5 @@ -22,12 +23,7 @@ S=${WORKDIR}/${P} src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - + econf || die "./configure failed" emake || die } diff --git a/net-analyzer/ngrep/ngrep-1.40.ebuild b/net-analyzer/ngrep/ngrep-1.40.ebuild index 04082d577116..155fff1afc66 100644 --- a/net-analyzer/ngrep/ngrep-1.40.ebuild +++ b/net-analyzer/ngrep/ngrep-1.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.40.ebuild,v 1.4 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.40.ebuild,v 1.5 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/ngrep DESCRIPTION="A grep for network layers" @@ -12,6 +12,10 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + src_compile() { econf || die diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild index 68709002741f..95e16dba8620 100644 --- a/net-analyzer/nload/nload-0.4.0.ebuild +++ b/net-analyzer/nload/nload-0.4.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.2 2002/07/18 14:40:44 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" HOMEPAGE="http://roland-riegel.de/nload/index_en.html" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2" diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild index dd22f22f0883..cf8f8e6cbeae 100644 --- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -14,13 +14,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-ipv6 \ - || die +src_compile() { + + econf --enable-ipv6 || die use gtk && ( \ make || die diff --git a/net-analyzer/ntop/files/digest-ntop-2.0-r1 b/net-analyzer/ntop/files/digest-ntop-2.0-r1 deleted file mode 100644 index 8574724fd032..000000000000 --- a/net-analyzer/ntop/files/digest-ntop-2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e528f29de05924852ff4222509e2f9a4 ntop-2.0-src.tgz 1950251 diff --git a/net-analyzer/ntop/ntop-2.0-r1.ebuild b/net-analyzer/ntop/ntop-2.0-r1.ebuild deleted file mode 100644 index 1846c4a0baff..000000000000 --- a/net-analyzer/ntop/ntop-2.0-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.4 2002/07/11 06:30:45 drobbins Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="ntop is a unix tool that shows network usage like top" -SRC_URI="http://luca.ntop.org/${P}-src.tgz" -HOMEPAGE="http://www.ntop.org/ntop.html" - -DEPEND="virtual/glibc sys-devel/gcc - >=sys-libs/gdbm-1.8.0 - >=net-libs/libpcap-0.5.2 - ssl? ( >=dev-libs/openssl-0.9.6 ) - mysql? ( dev-db/mysql ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - readline? ( >=sys-libs/readline-4.1 )" - -RDEPEND="${DEPEND}" - -src_compile() { - - local myconf - if [ -z "`use ssl`" ] ; then - myconf="--disable-ssl" - else - cp configure configure.orig - sed -e "s:/usr/local/ssl:/usr:" configure.orig > configure - export CFLAGS="$CFLAGS -I/usr/include/openssl" - fi - - use mysql || myconf="${myconf} --disable-mysql" - use readline || myconf="${myconf} --disable-readline" - use tcpd || myconf="${myconf} --enable-tcpwrap" - - # ntop 2.0 ships with its own version of gdchart... gdchart should - # get its own package but ntop should be built with the version it - # shipped with just in case future versions are incompatible -- blocke - - # compile gdchart - cd ../gdchart0.94c - ./configure || die - - # subtree #1 - cd gd-1.8.3/libpng-1.0.8 - make -f scripts/makefile.linux || die - - # subtree #2 - cd ../../zlib-1.1.3/ - ./configure || die - make || die - - # gdchart make - cd ../ - make || die - - # now ntop itself... - cd ../ntop - # fix syslog() format strings vulnerability. - patch -p1 < ${FILESDIR}/ntop-2.0_syslog_format.patch - econf ${myconf} || die - make || die - -} - -src_install () { - - # slight issue with man file installation - mv Makefile Makefile.orig - sed 's/man_MANS = ntop.8 intop\/intop.1//g' Makefile.orig > Makefile - - make \ - prefix=${D}/usr \ - sysconfdir=/${D}/etc \ - mandir=${D}/usr/share/man \ - datadir=${D}/usr/share \ - DATAFILE_DIR=${D}/usr/share/ntop \ - CONFIGFILE_DIR=${D}/etc/ntop \ - install || die - - # fixme: bad handling of plugins (in /usr/lib with unsuggestive names) - # (don't know if there is a clean way to handle it) - - doman ntop-rules.8 ntop.8 - - dodoc AUTHORS CONTENTS COPYING ChangeLog INSTALL MANIFESTO NEWS - dodoc PORTING README SUPPORT_NTOP.txt THANKS - - dohtml ntop.html -} diff --git a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild b/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild index 6d07c56e286e..770dd3a16f46 100644 --- a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild +++ b/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild @@ -1,24 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild,v 1.2 2002/07/11 17:48:02 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ -A=ntop-2.0.99-rc2.tgz S=${WORKDIR}/RC2/ntop - DESCRIPTION="ntop is a unix tool that shows network usage like top" -SRC_URI="http://luca.ntop.org/${A}" +SRC_URI="http://luca.ntop.org/${P/_/-}.tgz" HOMEPAGE="http://www.ntop.org/ntop.html" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 ppc" -DEPEND="virtual/glibc sys-devel/gcc - >=sys-libs/gdbm-1.8.0 +DEPEND=">=sys-libs/gdbm-1.8.0 >=net-libs/libpcap-0.5.2 + >=sys-apps/tcp-wrappers-7.6 ssl? ( >=dev-libs/openssl-0.9.6 ) mysql? ( dev-db/mysql ) - readline? ( >=sys-libs/readline-4.1 ) - >=sys-apps/tcp-wrappers-7.6" + readline? ( >=sys-libs/readline-4.1 )" # tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) # Disabling tcp-wrappers seems to be b0rken (see bug #4678), # so I made this a requirement for now. --blizzy diff --git a/net-analyzer/p0f/p0f-1.8.2.ebuild b/net-analyzer/p0f/p0f-1.8.2.ebuild index a8a889539a00..f3c7119e5987 100644 --- a/net-analyzer/p0f/p0f-1.8.2.ebuild +++ b/net-analyzer/p0f/p0f-1.8.2.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.4 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.5 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="p0f performs passive OS detection based on SYN packets." SRC_URI="http://www.stearns.org/p0f/p0f-1.8.2.tgz" DEPEND="net-libs/libpcap" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + src_compile() { patch < ${FILESDIR}/${P}-makefile.patch cp ${FILESDIR}/${P}.rc p0f.rc diff --git a/net-analyzer/portsentry/portsentry-1.1-r6.ebuild b/net-analyzer/portsentry/portsentry-1.1-r6.ebuild index d5f865dc1285..25aa74d305b4 100644 --- a/net-analyzer/portsentry/portsentry-1.1-r6.ebuild +++ b/net-analyzer/portsentry/portsentry-1.1-r6.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r6.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r6.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Automated port scan detector and response tool" HOMEPAGE="http://www.psionic.com/abacus/portsentry/" - SRC_URI="http://www.psionic.com/tools/${P}.tar.gz" -S=${WORKDIR}/${P} + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 b/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 deleted file mode 100644 index ce7fcb2cd42f..000000000000 --- a/net-analyzer/rrdtool/files/digest-rrdtool-1.0.35-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5e8975be3ce2dd537a7376919310a3f rrdtool-1.0.35.tar.gz 1126421 diff --git a/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild deleted file mode 100644 index 2248138f835b..000000000000 --- a/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r2.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A system to store and display time-series data" -SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${P}.tar.gz" -HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" - -RDEPEND="sys-devel/perl - tcltk? ( dev-lang/tcl )" - -DEPEND="${RDEPEND} - >=media-libs/libgd-1.8.3" - -src_compile() { - - local myconf - use tcltk \ - && myconf="--with-tcllib=/usr/lib" \ - || myconf="--without-tcllib" - - ./configure \ - --prefix=/usr/share/rrdtool \ - --mandir=/usr/share/man \ - --with-perl-options='INSTALLMAN1DIR=${D}/usr/share/man/man1 INSTALLMAN3DIR=${D}/usr/share/man/man3' \ - ${myconf} || die - - make || die -} - -src_install () { - make \ - DESTDIR=${D} \ - install || die - - make \ - PREFIX=${D}/usr \ - site-perl-install || die - - for i in doc/*.1 ; do - doman $i - done -} diff --git a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild index 38388ae40489..456a8c56c60a 100644 --- a/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild,v 1.1 2002/06/11 01:01:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.35-r3.ebuild,v 1.2 2002/07/18 23:22:51 seemant Exp $ inherit perl-module @@ -9,12 +9,16 @@ DESCRIPTION="A system to store and display time-series data" SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${P}.tar.gz" HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" -RDEPEND="tcltk? ( dev-lang/tcl )" - DEPEND="perl? ( sys-devel/perl ) sys-apps/gawk >=media-libs/libgd-1.8.3" +RDEPEND="tcltk? ( dev-lang/tcl )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + TCLVER="" pkg_setup() { @@ -59,6 +63,7 @@ src_install () { rm -rf ${D}/usr/doc rm -rf ${D}/usr/html rm -rf ${D}/usr/man + a rm -rf ${D}/usr/contrib rm -rf ${D}/usr/examples @@ -81,6 +86,8 @@ src_install () { >> ${D}/usr/lib/tcl${TCL_VER}/tclrrd${PV}/pkgIndex.tcl ) + dodoc CHANGES COPY* CONTR* README TODO + } diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild index 1700aef8392a..e848b38776aa 100644 --- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild +++ b/net-analyzer/scanlogd/scanlogd-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.3 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scanlogd- detects and logs TCP port scans" @@ -9,6 +9,10 @@ HOMEPAGE="http://www.openwall.com/scanlogd" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + src_compile() { make linux || die } @@ -23,8 +27,9 @@ src_install() { } pkg_postinst () { - einfo "Before you can run scanlogd you need too make the user scanlog by running the following command" - einfo "adduser -s /bin/false scanlogd" - einfo "You can start the scanlogd monitoring program on boot time by running" - einfo "rc-update add scanlogd default" -} + einfo "Before you can run scanlogd you need to create the user " + einfo "scanlog by running the following command" + einfo "adduser -s /bin/false scanlogd" + einfo "You can start the scanlogd monitoring program at boot by running" + einfo "rc-update add scanlogd default" +} diff --git a/net-analyzer/sniffit/sniffit-0.3.7.ebuild b/net-analyzer/sniffit/sniffit-0.3.7.ebuild index 14e905553a37..e209178f8d9d 100644 --- a/net-analyzer/sniffit/sniffit-0.3.7.ebuild +++ b/net-analyzer/sniffit/sniffit-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/sniffit-0.3.7.ebuild,v 1.3 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/sniffit-0.3.7.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ MY_P=${P/-/.}.beta S=${WORKDIR}/${MY_P} @@ -9,7 +9,12 @@ SRC_URI="http://reptile.rug.ac.be/~coder/sniffit/files/${MY_P}.tar.gz http://www.clan-tva.com/m0rpheus/sniffit_0.3.7.beta-10.diff" HOMEPAGE="http://reptile.rug.ac.be/~coder/sniffit/sniffit.html" -DEPEND=">=net-libs/libpcap-0.6.2 >=sys-libs/ncurses-5.2" +DEPEND=">=net-libs/libpcap-0.6.2 + >=sys-libs/ncurses-5.2" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_unpack() { unpack ${MY_P}.tar.gz @@ -26,5 +31,5 @@ src_compile() { src_install () { dobin sniffit doman sniffit.5 sniffit.8 - dodoc README.FIRST PLUGIN-HOWTO + dodoc README* PLUGIN-HOWTO BETA* HISTORY LICENSE changelog } diff --git a/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild b/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild index 04f7d01da353..1f7dc0e1b087 100644 --- a/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild @@ -1,21 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild,v 1.3 2002/07/18 15:01:43 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.2-r1.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A Tool for network monitoring and data acquisition" -SRC_URI="http://www.tcpdump.org/release/${A} - http://www.jp.tcpdump.org/release/${A}" +SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz + http://www.jp.tcpdump.org/release/${P}.tar.gz" HOMEPAGE="http://www.tcpdump.org/" -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.6.9 ) - >=net-libs/libpcap-0.6.2" - -RDEPEND="virtual/glibc +DEPEND=">=net-libs/libpcap-0.6.2 ssl? ( >=dev-libs/openssl-0.6.9 )" + LICENSE="BSD" SLOT="0" KEYWORDS="x86" @@ -28,21 +24,18 @@ src_unpack() { } src_compile() { - local myconf - if [ -z "`use ssl`" ] ; then - myconf="--without-crypto" - fi - try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 $myconf -#--disable-ipv6 - try make CCOPT="$CFLAGS" -} + local myconf + use ssl || myconf="--without-crypto" -src_install() { - into /usr - dobin tcpdump - doman tcpdump.1 - dodoc README FILES VERSION CHANGES + econf \ + --enable-ipv6 \ + ${myconf} || die + make CCOPT="$CFLAGS" || die } - - +src_install() { + into /usr + dobin tcpdump + doman tcpdump.1 + dodoc README FILES VERSION CHANGES +} diff --git a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild index 00b457d102be..22dca9998f99 100644 --- a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild @@ -1,42 +1,35 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild,v 1.3 2002/07/18 15:01:43 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A Tool for network monitoring and data acquisition" -SRC_URI="http://www.tcpdump.org/release/${A} - http://www.jp.tcpdump.org/release/${A}" +SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz + http://www.jp.tcpdump.org/release/${P}.tar.gz" HOMEPAGE="http://www.tcpdump.org/" LICENSE="BSD" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.6.9 ) - >=net-libs/libpcap-0.6.1" - -RDEPEND="virtual/glibc +DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" + src_compile() { - local myconf - if [ -z "`use ssl`" ] ; then - myconf="--without-crypto" - fi - try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 $myconf -#--disable-ipv6 - try make CCOPT="$CFLAGS" -} + local myconf -src_install() { - into /usr - dobin tcpdump - doman tcpdump.1 - dodoc *.awk - dodoc README FILES VERSION CHANGES + use ssl || myconf="--without-crypto" + econf \ + --enable-ipv6 \ + ${myconf} || die + make CCOPT="$CFLAGS" || die } - - +src_install() { + into /usr + dobin tcpdump + doman tcpdump.1 + dodoc *.awk + dodoc README FILES VERSION CHANGES +} diff --git a/net-analyzer/tcpstat/files/digest-tcpstat-1.3 b/net-analyzer/tcpstat/files/digest-tcpstat-1.3 deleted file mode 100644 index 074b0642c9d4..000000000000 --- a/net-analyzer/tcpstat/files/digest-tcpstat-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0367c7d1dc3991735f18650df3797aa7 tcpstat-1.3.tar.gz 66101 diff --git a/net-analyzer/tcpstat/tcpstat-1.3.ebuild b/net-analyzer/tcpstat/tcpstat-1.3.ebuild deleted file mode 100644 index 06f0de85781d..000000000000 --- a/net-analyzer/tcpstat/tcpstat-1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.7 2002/07/11 06:30:45 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" - -DEPEND="virtual/glibc - >=net-libs/libpcap-0.5.2 - berkdb? ( <sys-libs/db-2 )" - -src_compile() { - - econf || die - make || die - -} - -src_install () { - - make DESTDIR=${D} install || die - use berkdb && dobin src/tcpprof - - dodoc AUTHORS ChangeLog COPYING LICENSE NEWS README* - -} diff --git a/net-analyzer/tcpstat/tcpstat-1.4.ebuild b/net-analyzer/tcpstat/tcpstat-1.4.ebuild index a8c414a29e48..7fc47fc57129 100644 --- a/net-analyzer/tcpstat/tcpstat-1.4.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.4.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.4.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.4.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Reports network interface statistics" SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" -DEPEND="virtual/glibc - >=net-libs/libpcap-0.5.2 +DEPEND=">=net-libs/libpcap-0.5.2 berkdb? ( <sys-libs/db-2 )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_install () { make DESTDIR=${D} install || die diff --git a/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild b/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild index a8b638cbfcca..de8d84e3127c 100644 --- a/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild +++ b/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.2.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="tcptraceroute is a traceroute implementation using TCP packets" SRC_URI="http://michael.toren.net/code/tcptraceroute/${P}.tar.gz" HOMEPAGE="http://michael.toren.net/code/tcptraceroute/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="sys-libs/glibc net-libs/libpcap net-libs/libnet" +DEPEND="net-libs/libpcap + net-libs/libnet" src_compile() { cd ${S} diff --git a/net-analyzer/tleds/tleds-1.04-r1.ebuild b/net-analyzer/tleds/tleds-1.04-r1.ebuild index e36aef7763ee..b124022e7429 100644 --- a/net-analyzer/tleds/tleds-1.04-r1.ebuild +++ b/net-analyzer/tleds/tleds-1.04-r1.ebuild @@ -1,20 +1,19 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.04-r1.ebuild,v 1.1 2002/07/02 09:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.04-r1.ebuild,v 1.2 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) indicating outgoing and incoming network packets on selected network interface." - HOMEPAGE="http://www.hut.fi/~jlohikos/tleds/" SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${P}.tgz http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}-FuRy.patch.bz2" SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - X? ( virtual/x11 )" +DEPEND="X? ( virtual/x11 )" src_unpack() { diff --git a/net-analyzer/tleds/tleds-1.05_beta11.ebuild b/net-analyzer/tleds/tleds-1.05_beta11.ebuild index 987c359e393e..55bb7dd10afb 100644 --- a/net-analyzer/tleds/tleds-1.05_beta11.ebuild +++ b/net-analyzer/tleds/tleds-1.05_beta11.ebuild @@ -1,21 +1,20 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11.ebuild,v 1.1 2002/07/02 09:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11.ebuild,v 1.2 2002/07/18 23:22:51 seemant Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P/eta11/} DESCRIPTION="Blinks keyboard LEDs (Light Emitting Diode) indicating outgoing and incoming network packets on selected network interface." - HOMEPAGE="http://www.hut.fi/~jlohikos/tleds/" SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${MY_P/11/10}.tgz http://www.hut.fi/~jlohikos/tleds/public/${MY_P}.patch.bz2" SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - X? ( virtual/x11 )" +DEPEND="X? ( virtual/x11 )" src_unpack() { diff --git a/net-analyzer/traceroute/traceroute-1.4_p12.ebuild b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild index f4491053da68..a167c454c485 100644 --- a/net-analyzer/traceroute/traceroute-1.4_p12.ebuild +++ b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12.ebuild,v 1.3 2002/07/18 14:45:49 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12.ebuild,v 1.4 2002/07/18 23:22:51 seemant Exp $ MY_P=${PN}-1.4a12 S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="x86" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_install () { cd ${S} diff --git a/net-analyzer/trafshow/files/digest-trafshow-3.1 b/net-analyzer/trafshow/files/digest-trafshow-3.1 deleted file mode 100644 index 906d6b7d4501..000000000000 --- a/net-analyzer/trafshow/files/digest-trafshow-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 085b99f160002a269b358aab1c5004f0 trafshow-3.1.tgz 72342 diff --git a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild index 7f1fc7a227c6..ad3cf7e766bb 100644 --- a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild +++ b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Full screen visualization of the network traffic" SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz" HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" -LICENSE="Freeware" + SLOT="3" +LICENSE="Freeware" +KEYWORDS="x86" DEPEND="net-libs/libpcap sys-libs/ncurses @@ -27,11 +29,8 @@ src_compile() { export ac_cv_have_curses=ncurses export LIBS=-lncurses fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=\${prefix}/share/man \ - --enable-ipv6 || die "./configure failed" + + econf --enable-ipv6 || die "./configure failed" emake || die "emake failed" } diff --git a/net-analyzer/trafshow/trafshow-3.1.ebuild b/net-analyzer/trafshow/trafshow-3.1.ebuild deleted file mode 100644 index 3c0a4bddb1bd..000000000000 --- a/net-analyzer/trafshow/trafshow-3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Full screen visualization of the network traffic" -SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz" -HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" - -DEPEND="net-libs/libpcap" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=\${prefix}/share/man \ - --enable-ipv6 || die "./configure failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" -} diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild index bf75ef97abd8..ea429cb0cdbb 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild,v 1.2 2002/05/26 10:14:02 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild,v 1.3 2002/07/18 23:22:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Software for generating and retrieving SNMP data" SRC_URI="http://download.sourceforge.net/net-snmp/${P}.tar.gz" HOMEPAGE="http://net-snmp.sourceforge.net/" -DEPEND="virtual/glibc <sys-libs/db-2 +DEPEND="<sys-libs/db-2 >=sys-libs/zlib-1.1.3 ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myconf diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild index 249fc9300231..54c98eeb01d7 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild,v 1.1 2002/06/29 19:27:07 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild,v 1.2 2002/07/18 23:22:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Software for generating and retrieving SNMP data" SRC_URI="mirror://sourceforge/net-snmp/${P}.tar.gz" HOMEPAGE="http://net-snmp.sourceforge.net/" -DEPEND="virtual/glibc <sys-libs/db-2 +DEPEND="<sys-libs/db-2 >=sys-libs/zlib-1.1.4 ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myconf diff --git a/net-analyzer/wavemon/wavemon-0.3.3.ebuild b/net-analyzer/wavemon/wavemon-0.3.3.ebuild index 1d1474514b47..b64fb365e4da 100644 --- a/net-analyzer/wavemon/wavemon-0.3.3.ebuild +++ b/net-analyzer/wavemon/wavemon-0.3.3.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wavemon/wavemon-0.3.3.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wavemon/wavemon-0.3.3.ebuild,v 1.3 2002/07/18 23:22:52 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="ncurses based monitor util for your wavelan cards" +SRC_URI="http://www.jm-music.de/wavemon-current.tar.gz" +HOMEPAGE="http://www.jm-music.de/english/index.html" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="sys-libs/ncurses - virtual/glibc" - -SRC_URI="http://www.jm-music.de/wavemon-current.tar.gz" +DEPEND="sys-libs/ncurses" src_compile() { emake || die diff --git a/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild b/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild index 8404e8c317c5..cff0679a7e4a 100644 --- a/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild +++ b/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild,v 1.4 2002/07/18 23:22:52 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="neat graphical traceroute displaying route on the globe" SRC_URI="http://www.dtek.chalmers.se/~d3august/xt/dl/${P}.tar.gz http://www.dtek.chalmers.se/~d3august/xt/dl/ndg_files.tar.gz" HOMEPAGE="http://www.dtek.chalmers.se/~d3august/xt/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="x11-base/xfree =x11-libs/gtk+-1.2* |