diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
commit | 9ea505d44e317141bbe1c635ed016c316ea75db7 (patch) | |
tree | 60e1fbb37be62abbc9144477c188c3bbd0d78813 | |
parent | Now finds it's help and configuration files correctly (diff) | |
download | gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.gz gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.bz2 gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.zip |
dependencie fixes and updates
37 files changed, 496 insertions, 69 deletions
diff --git a/app-admin/webalizer/webalizer-2.01.06.ebuild b/app-admin/webalizer/webalizer-2.01.06.ebuild index 4bb1143fa3d4..7906f5eb16a4 100644 --- a/app-admin/webalizer/webalizer-2.01.06.ebuild +++ b/app-admin/webalizer/webalizer-2.01.06.ebuild @@ -1,7 +1,7 @@ # 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/app-admin/webalizer/webalizer-2.01.06.ebuild,v 1.1 2001/04/09 20:59:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.06.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ P=webalizer-2.01-06 A=${P}-src.tar.bz2 @@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.mrunix.net/pub/webalizer/"${A} HOMEPAGE="http://www.mrunix.net/webalizer/" DEPEND="virtual/glibc - >=media-libs/libgd-1.8.3 - sys-libs/db - >=sys-libs/zlib-1.1.3" + >=media-libs/libgd-1.8.3" + +RDEPEND="virtual/glibc + >=media-libs/libpng-1.0.10" src_compile() { try ./configure --host=${CHOST} --prefix=/usr --with-etcdir=/etc/httpd --mandir=/usr/share/man diff --git a/app-editors/vim-gtk/vim-gtk-5.8.ebuild b/app-editors/vim-gtk/vim-gtk-5.8.ebuild index bf65ae781d35..7fbc2eae0789 100644 --- a/app-editors/vim-gtk/vim-gtk-5.8.ebuild +++ b/app-editors/vim-gtk/vim-gtk-5.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.8.ebuild,v 1.1 2001/06/01 19:42:25 grant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.8.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ P=vim-gtk-5.8 A="vim-5.8-src.tar.gz vim-5.8-rt.tar.gz" @@ -12,13 +12,14 @@ SRC_URI="ftp://ftp.home.vim.org/pub/vim/unix/vim-5.8-src.tar.gz HOMEPAGE="http://www.vim.org" DEPEND="virtual/glibc - >=sys-libs/gdbm-1.8.0 >=sys-libs/ncurses-5.2 >=x11-libs/gtk+-1.2.8 - python? ( virtual/python ) + gpm? ( >=sys-libs/gpm-1.19.3 ) + python? ( dev-lang/python ) + perl? ( sys-devel/perl ) tcltk? ( >=dev-lang/tcl-tk-8.1.1 )" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc sys-apps/vim-nogui tcltk? ( >=dev-lang/tcl-tk-8.1.1 ) >=x11-libs/gtk+-1.2.8 gpm? ( >=sys-libs/gpm-1.19.3 )" @@ -29,10 +30,19 @@ src_compile() { then myconf="--enable-pythoninterp" fi + if [ "`use perl`" ] + then + myconf="$myconf --enable-perlinterp" + fi + if [ "`use tcltk`" ] then myconf="$myconf --enable-tclinterp" fi + if [ -z "`use gpm`" ] ; then + myconf="$myconf --disable-gpm" + fi + try ./configure --prefix=/usr --host=${CHOST} \ --enable-gui=gtk --enable-max-features \ --enable-xim --enable-fontset --with-x $myconf diff --git a/dev-libs/libxml/files/digest-libxml-1.8.13 b/dev-libs/libxml/files/digest-libxml-1.8.13 new file mode 100644 index 000000000000..bc7e6c861fc9 --- /dev/null +++ b/dev-libs/libxml/files/digest-libxml-1.8.13 @@ -0,0 +1 @@ +MD5 7fda758c95b046f1569814b0ac9da765 libxml-1.8.13.tar.gz diff --git a/dev-libs/libxml/libxml-1.8.13.ebuild b/dev-libs/libxml/libxml-1.8.13.ebuild new file mode 100644 index 000000000000..3b075929952d --- /dev/null +++ b/dev-libs/libxml/libxml-1.8.13.ebuild @@ -0,0 +1,35 @@ +# 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/dev-libs/libxml/libxml-1.8.13.ebuild,v 1.1 2001/06/04 00:16:12 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libxml" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-env-1.0 + >=sys-libs/ncurses-5.2 + >=sys-libs/readline-4.1" + +RDEPEND=">=gnome-base/gnome-env-1.0 + >=sys-libs/ncurses-5.2" + +src_compile() { + LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome + try make +} + +src_install() { + try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome + dodoc AUTHORS COPYING* ChangeLog NEWS README +} + + + + + + + diff --git a/dev-perl/PDL/files/digest-PDL-2.2.1 b/dev-perl/PDL/files/digest-PDL-2.2.1 new file mode 100644 index 000000000000..c45e94392ad7 --- /dev/null +++ b/dev-perl/PDL/files/digest-PDL-2.2.1 @@ -0,0 +1 @@ +MD5 e6c8609bb8cdf57630f44ce0d4dadd34 PDL-2.2.1.tar.gz diff --git a/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.4 b/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.4 new file mode 100644 index 000000000000..8164a49d34bb --- /dev/null +++ b/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.4 @@ -0,0 +1 @@ +MD5 9e3b06559d8c8079241093fccc26f6b3 xml-i18n-tools-0.8.4.tar.gz diff --git a/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.4.ebuild b/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.4.ebuild new file mode 100644 index 000000000000..b05852180382 --- /dev/null +++ b/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.4.ebuild @@ -0,0 +1,30 @@ +# 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 + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gnome XML i18n tools" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND="virtual/glibc >=sys-devel/perl-5.6.0" + +src_compile() { + + try ./configure --host=${CHOST} --prefix=/usr + try make +} + +src_install() { + + try make DESTDIR=${D} install + dodoc AUTHORS ChangeLog NEWS README +} + + + + + diff --git a/gnome-base/libxml/files/digest-libxml-1.8.13 b/gnome-base/libxml/files/digest-libxml-1.8.13 new file mode 100644 index 000000000000..bc7e6c861fc9 --- /dev/null +++ b/gnome-base/libxml/files/digest-libxml-1.8.13 @@ -0,0 +1 @@ +MD5 7fda758c95b046f1569814b0ac9da765 libxml-1.8.13.tar.gz diff --git a/gnome-base/libxml/libxml-1.8.13.ebuild b/gnome-base/libxml/libxml-1.8.13.ebuild new file mode 100644 index 000000000000..8b6e9d46905e --- /dev/null +++ b/gnome-base/libxml/libxml-1.8.13.ebuild @@ -0,0 +1,35 @@ +# 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/gnome-base/libxml/libxml-1.8.13.ebuild,v 1.1 2001/06/04 00:16:12 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libxml" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-env-1.0 + >=sys-libs/ncurses-5.2 + >=sys-libs/readline-4.1" + +RDEPEND=">=gnome-base/gnome-env-1.0 + >=sys-libs/ncurses-5.2" + +src_compile() { + LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome + try make +} + +src_install() { + try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome + dodoc AUTHORS COPYING* ChangeLog NEWS README +} + + + + + + + diff --git a/media-libs/SoQt/files/digest-SoQt-20010601 b/media-libs/SoQt/files/digest-SoQt-20010601 new file mode 100644 index 000000000000..fa835cc53498 --- /dev/null +++ b/media-libs/SoQt/files/digest-SoQt-20010601 @@ -0,0 +1 @@ +MD5 62c2382154d450379858f299bbfb424d SoQt-20010601.tar.gz diff --git a/media-libs/coin/coin-20010215.ebuild b/media-libs/coin/coin-20010215.ebuild index eb54f2f3c98e..01d3aba43aad 100644 --- a/media-libs/coin/coin-20010215.ebuild +++ b/media-libs/coin/coin-20010215.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-20010215.ebuild,v 1.1 2001/04/29 15:08:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-20010215.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ A=Coin-${PV}.tar.gz S=${WORKDIR}/Coin DESCRIPTION="An OpenSource implementation of SGI's OpenInventor" SRC_URI="ftp://ftp.coin3d.org/pub/snapshots/${A}" -HOMEPAGE="http://www.coinn3d.org" +HOMEPAGE="http://www.coin3d.org" -DEPEND="virtual/x11 - virtual/opengl" +DEPEND="virtual/x11 virtual/opengl virtual/glu" src_compile() { @@ -20,7 +19,7 @@ src_compile() { then myconf="--without-x" fi - try ./configure --prefix=/usr/X11R6 --host=${CHOST} $myconf + try ./configure --prefix=/usr/X11R6 --with-glu=/usr --host=${CHOST} $myconf try make } diff --git a/media-libs/coin/files/digest-coin-20010601 b/media-libs/coin/files/digest-coin-20010601 new file mode 100644 index 000000000000..d4b7cc03fa09 --- /dev/null +++ b/media-libs/coin/files/digest-coin-20010601 @@ -0,0 +1 @@ +MD5 46a639d2562c91c669044c29063f4d27 Coin-20010601.tar.gz diff --git a/media-libs/imlib/imlib-1.9.10.ebuild b/media-libs/imlib/imlib-1.9.10.ebuild index 72b5f942c4b2..366e6d6524a3 100644 --- a/media-libs/imlib/imlib-1.9.10.ebuild +++ b/media-libs/imlib/imlib-1.9.10.ebuild @@ -1,7 +1,7 @@ # 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/media-libs/imlib/imlib-1.9.10.ebuild,v 1.2 2001/05/01 18:29:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.10.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -16,19 +16,15 @@ DEPEND="virtual/glibc >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.0.7 >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.10 >=x11-libs/gtk+-1.2.10 virtual/x11" -src_compile() { - cd ${S} +src_compile() { try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib try make } -src_install() { - cd ${S} +src_install() { try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install preplib /usr/X11R6 dodoc AUTHORS COPYING* ChangeLog README diff --git a/media-libs/smpeg/smpeg-0.4.3.ebuild b/media-libs/smpeg/smpeg-0.4.3.ebuild index 6b76c9481ea8..2636923a7442 100644 --- a/media-libs/smpeg/smpeg-0.4.3.ebuild +++ b/media-libs/smpeg/smpeg-0.4.3.ebuild @@ -1,7 +1,7 @@ # 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/media-libs/smpeg/smpeg-0.4.3.ebuild,v 1.1 2001/05/22 01:27:07 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.3.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,9 +10,8 @@ SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${A}" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" DEPEND=">=media-libs/libsdl-1.2.0 - opengl? ( virtual/opengl ) - gtk? ( >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 )" + opengl? ( virtual/opengl virtual/glu ) + gtk? ( >=x11-libs/gtk+-1.2.8 )" src_compile() { diff --git a/media-sound/lame/files/digest-lame-3.88b b/media-sound/lame/files/digest-lame-3.88b new file mode 100644 index 000000000000..b36840e9a021 --- /dev/null +++ b/media-sound/lame/files/digest-lame-3.88b @@ -0,0 +1 @@ +MD5 7884ed84fcb1427aee06c6000cd872df lame3.88beta.tar.gz diff --git a/media-sound/lame/lame-3.88b.ebuild b/media-sound/lame/lame-3.88b.ebuild new file mode 100644 index 000000000000..2cbed3e59052 --- /dev/null +++ b/media-sound/lame/lame-3.88b.ebuild @@ -0,0 +1,70 @@ +# 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> +# /home/cvsroot/gentoo-x86/media-sound/lame/lame-3.86b.ebuild,v 1.4 2000/11/02 02:17:12 achim Exp + +A=lame3.88beta.tar.gz +S=${WORKDIR}/lame-3.88 +CATEGORY="media-sound" +DESCRIPTION="LAME Ain't an Mp3 Encoder" +SRC_URI="ftp://lame.sourceforge.net/pub/lame/src/${A}" +HOMEPAGE="http://www.mp3dev.org/mp3/" + +DEPEND="virtual/glibc dev-lang/nasm >=sys-libs/ncurses-5.2 + gtk? ( >=x11-libs/gtk+-1.2.8 )" + #vorbis? ( >=media-libs/libvorbis-1.0_beta4 )" + +RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2 + gtk+ ( >=x11-libs/gtk+-1.2.8 )" + #vorbis? ( >=media-libs/libvorbis-1.0_beta4 )" + +src_unpack () { + + unpack ${A} + cd ${S} +# cp Makefile Makefile.orig +# sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile + +} + +src_compile() { + + local myconf + if [ "`use vorbis`" ] ; then + #myconf="--with-vorbis" + myconf="--without-vorbis" + else + myconf="--without-vorbis" + fi + if [ "`use gtk`" ] ; then + myconf="$myconf --enable-mp3x" + fi + if [ "$DEBUG" ] ; then + myconf="$myconf --enable-debug=yes" + else + myconf="$myconf --enable-debug=no" + fi + try ./configure --enable-shared --prefix=/usr --enable-extopt=full $myconf + try make + +} + +src_install () { + + if [ "`use gtk`" ] ; then + dobin frontend/.libs/mp3x + fi + dobin frontend/.libs/lame + dolib.a libmp3lame/.libs/libmp3lame.a libmp3lame/.libs/libmp3lame.la + dolib.so libmp3lame/.libs/libmp3lame.so* + insinto /usr/include + doins include/lame.h + doman doc/man/lame.1 + dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE + docinto html + dodoc doc/html/*.html doc/html/*.css + +} + + + diff --git a/media-sound/lopster/files/digest-lopster-0.9.9 b/media-sound/lopster/files/digest-lopster-0.9.9 new file mode 100644 index 000000000000..258af1d16674 --- /dev/null +++ b/media-sound/lopster/files/digest-lopster-0.9.9 @@ -0,0 +1 @@ +MD5 a8d3f7e7c92da752697eb1bd506eadf1 lopster-0.9.9.tar.gz diff --git a/net-analyzer/ethereal/ethereal-0.8.18.ebuild b/net-analyzer/ethereal/ethereal-0.8.18.ebuild new file mode 100644 index 000000000000..d66d25e5af60 --- /dev/null +++ b/net-analyzer/ethereal/ethereal-0.8.18.ebuild @@ -0,0 +1,50 @@ +# 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.18.ebuild,v 1.1 2001/06/04 00:16:12 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="virtual/glibc virtual/x11 sys-devel/perl + >=net-libs/libpcap-0.5.2 >=sys-libs/zlib-1.1.3 + ssl? ( dev-libs/openssl-0.9.6a ) + snmp? ( net-analyzer/ucd-snmp-4.1.2 )" + +RDEPEND="virtual/glibc virtual/x11 + >=sys-libs/zlib-1.1.3 + ssl? ( dev-libs/openssl-0.9.6a ) + snmp? ( net-analyzer/ucd-snmp-4.1.2 )" + +src_compile() { + if [ "`use ssl`" ] ; then + myconf="--with-ssl=/usr" + else + myconf="--without-ssl" + fi + if [ "`use snmp`" ] ; then + myconf="--enable-snmp" + else + myconf="--disable-snmp" + fi + + LDFLAGS="-L/usr/lib -lz" try ./configure --host=${CHOST} --prefix=/usr --with-plugindir=/usr/lib/ethereal/plugins/${PV} \ + --sysconfdir=/etc/ethereal --enable-pcap --enable-zlib --enable-ipv6 $myconf + try make +} + +src_install() { + + dodir /usr/lib/ethereal/plugins/${PV} + try make prefix=${D}/usr sysconfdir=${D}/etc/ethereal \ + plugindir=${D}/usr/lib/ethereal/plugins/${PV} install + dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO + +} + + + diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.8.18 b/net-analyzer/ethereal/files/digest-ethereal-0.8.18 new file mode 100644 index 000000000000..5054b542c5eb --- /dev/null +++ b/net-analyzer/ethereal/files/digest-ethereal-0.8.18 @@ -0,0 +1 @@ +MD5 bbc51343dd353c49702a87ca9585c82a ethereal-0.8.18.tar.gz diff --git a/net-analyzer/mrtg/mrtg-2.9.7.ebuild b/net-analyzer/mrtg/mrtg-2.9.7.ebuild index f71379f01d32..c9655e726aed 100644 --- a/net-analyzer/mrtg/mrtg-2.9.7.ebuild +++ b/net-analyzer/mrtg/mrtg-2.9.7.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.9.7.ebuild,v 1.2 2001/05/12 12:13:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.9.7.ebuild,v 1.3 2001/06/04 00:16:12 achim 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/mrtg-2.9.7.tar.gz" HOMEPAGE="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/" -DEPEND=" >=media-libs/libgd-1.8.3" +DEPEND="virtual/glibc sys-devel/perl >=media-libs/libgd-1.8.3" +RDEPEND="virtual/glibc sys-devel/perl >=media-libs/libpng-1.0.10 " + src_compile() { - cd ${S} try ./configure --prefix=/usr --host=${CHOST} try make @@ -19,8 +20,10 @@ src_compile() { src_install () { - cd ${S} try make prefix=${D}/usr install + dodir /usr/share/man + mv ${D}/usr/man/man1 ${D}/usr/share/man + rm -rf ${D}/usr/man rm -r ${D}/usr/doc dodoc ANNOUNCE COPYING CHANGES COPYRIGHT dodoc MANIFEST README THANKS diff --git a/net-analyzer/nessus/files/digest-nessus-1.0.7a b/net-analyzer/nessus/files/digest-nessus-1.0.7a new file mode 100644 index 000000000000..bcf5d360c85a --- /dev/null +++ b/net-analyzer/nessus/files/digest-nessus-1.0.7a @@ -0,0 +1,4 @@ +MD5 8b9b0c8a08ef875999beb2092b918cd0 nessus-libraries-1.0.7a.tar.gz +MD5 1c20968f12f0bae96ce1bb837a2f1001 nessus-core-1.0.7a.tar.gz +MD5 bbf5962d1f81cc4ddba2b72af012fdd9 nessus-plugins-1.0.7a.tar.gz +MD5 0d881df0c102df4c7b8c714d6a04cd86 libnasl-1.0.7a.tar.gz diff --git a/net-analyzer/nessus/nessus-1.0.7a.ebuild b/net-analyzer/nessus/nessus-1.0.7a.ebuild new file mode 100644 index 000000000000..3df23f9c0dad --- /dev/null +++ b/net-analyzer/nessus/nessus-1.0.7a.ebuild @@ -0,0 +1,103 @@ +#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="virtual/glibc virtual/x11 sys-devel/m4 + >=dev-libs/gmp-3.1.1 + >=sys-libs/zlib-1.1.3 + >=x11-libs/gtk+-1.2.8" +RDEPEND="virtual/glibc virtual/x11 + >=dev-libs/gmp-3.1.1 + >=sys-libs/zlib-1.1.3 + >=x11-libs/gtk+-1.2.8" + +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 \ + --mandir=/usr/share/man --enable-pthread + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man 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 --mandir=/usr/share/man + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man 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 --mandir=/usr/share/man + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man install + + + echo "Compiling plugins..." + cd ${S}/nessus-plugins + try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state --mandir=/usr/share/man + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man install + +} + +src_install() { + cd ${S}/nessus-libraries + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man install + + cd ${S}/libnasl + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man install + + cd ${S}/nessus-core + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state mandir=${D}/usr/share/man 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 mandir=${D}/usr/share/man 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 + + insinto /etc/rc.d/init.d + insopts -m 755 + doins ${FILESDIR}/nessusd +} + + + + diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta24 b/net-analyzer/nmap/files/digest-nmap-2.54_beta24 new file mode 100644 index 000000000000..b7c5adc4f8b8 --- /dev/null +++ b/net-analyzer/nmap/files/digest-nmap-2.54_beta24 @@ -0,0 +1 @@ +MD5 55fbb29468cb02270b5c15785f018f13 nmap-2.54BETA24.tgz diff --git a/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild index f655885e8022..f82bc5c81901 100644 --- a/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild,v 1.2 2000/12/08 12:09:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,11 +9,10 @@ DESCRIPTION="A system to store and display time-series data" SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${A}" HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" -DEPEND=">=sys-devel/perl-5.6.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/zlib-1.1.3 - >=media-libs/libgd-1.8.3 - >=media-libs/libpng-1.0.7" +DEPEND="virtual/glibc sys-devel/perl + >=media-libs/libgd-1.8.3" + +RDEPEND="virtual/glibc sys-devel/perl" src_compile() { cd ${S} diff --git a/net-ftp/gftp/gftp-2.0.8.ebuild b/net-ftp/gftp/gftp-2.0.8.ebuild index 4089654a5b8f..4ee156de1f8c 100644 --- a/net-ftp/gftp/gftp-2.0.8.ebuild +++ b/net-ftp/gftp/gftp-2.0.8.ebuild @@ -19,13 +19,13 @@ src_compile() { myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/usr/X11R6 \ - --mandir=/usr/X11R6/share/man ${myconf} + --mandir=/usr/X11R6/man ${myconf} try make } src_install() { - try make prefix=${D}/usr/X11R6 mandir=${D}/usr/X11R6/share/man install + try make prefix=${D}/usr/X11R6 mandir=${D}/usr/X11R6/man install dodoc COPYING ChangeLog README* THANKS TODO dodoc docs/USERS-GUIDE diff --git a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild b/net-im/gtk+licq/gtk+licq-0.50.1.ebuild index 240304401528..40f7b9815d7b 100644 --- a/net-im/gtk+licq/gtk+licq-0.50.1.ebuild +++ b/net-im/gtk+licq/gtk+licq-0.50.1.ebuild @@ -7,13 +7,14 @@ DESCRIPTION="gtk+licq" SRC_URI="http://gtk.licq.org/download/${A}" HOMEPAGE="http://gtk.licq.org" -DEPEND=">=net-im/licq-1.0.2 +DEPEND="virtual/glibc sys-devel/perl + >=net-im/licq-1.0.2 >=x11-libs/gtk+-1.2.0" -src_unpack() { - unpack ${A} - cd ${S} -} +RDEPEND="virtual/glibc >=net-im/licq-1.0.2 + >=x11-libs/gtk+-1.2.0 + gnome? ( gnome-base/gnome-core )" + src_compile() { local myconf diff --git a/net-im/licq/files/digest-licq-1.0.3-r1 b/net-im/licq/files/digest-licq-1.0.3-r1 new file mode 100644 index 000000000000..442083ca1cc5 --- /dev/null +++ b/net-im/licq/files/digest-licq-1.0.3-r1 @@ -0,0 +1 @@ +MD5 894d7c27c0799c8b31dda134fe14b257 licq-1.0.3.tar.gz diff --git a/net-im/licq/licq-1.0.3-r1.ebuild b/net-im/licq/licq-1.0.3-r1.ebuild new file mode 100644 index 000000000000..3f3cd3ce9cb1 --- /dev/null +++ b/net-im/licq/licq-1.0.3-r1.ebuild @@ -0,0 +1,55 @@ +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jules Gagnon <eonwe@users.sourceforge.net> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="licq" +SRC_URI="http://download.sourceforge.net/${PN}/${A} + ftp://ftp.fanfic.org/pub/${PN}/srcs/${A} + ftp://licq.darkorb.net/${A} + ftp://ftp.fr.licq.org/pub/${PN}/srcs/${A} + ftp://ftp.ru.licq.org/pub/${PN}/srcs/${A} + ftp://ftp.pt.licq.org/pub/mirrors/${PN}/srcs/${A} + ftp://mirror.itcnet.ro/pub/${PN}/srcs/${A}" +HOMEPAGE="http://www.licq.org" + +DEPEND="virtual/glibc + qt? ( >=x11-libs/qt-x11-2.2.1 )" + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + local myconf + if [ -z "`use ssl`" ] + then + myconf="--disable-openssl" + fi + if [ "`use socks5`" ] + then + myconf="${myconf} --enable-socks5" + fi + try ./configure --host=${CHOST} --prefix=/usr ${myconf} + try make + if [ "`use qt`" ] + then + cd ./plugins/qt-gui-1.0.3 + try ./configure --host=${CHOST} --prefix=/usr + try make + cd ../.. + fi +} + +src_install() { + try make prefix=${D}/usr install + dodoc README.OPENSSL doc/* + if [ "`use qt`" ] + then + cd ./plugins/qt-gui-1.0.3 + try make prefix=${D}/usr install + cd ../.. + fi +} + diff --git a/net-misc/nut/nut-0.44.1.ebuild b/net-misc/nut/nut-0.44.1.ebuild index b2602443e8eb..90ce87591a8c 100644 --- a/net-misc/nut/nut-0.44.1.ebuild +++ b/net-misc/nut/nut-0.44.1.ebuild @@ -1,7 +1,7 @@ # 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-misc/nut/nut-0.44.1.ebuild,v 1.5 2001/05/18 17:13:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1.ebuild,v 1.6 2001/06/04 00:16:12 achim Exp $ P=nut-0.44.1 A=${P}.tar.gz @@ -10,25 +10,22 @@ DESCRIPTION="Network-UPS Tools" SRC_URI="http://www.exploits.org/nut/release/"${A} HOMEPAGE="http://www.exploits.org/nut/" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc >=media-libs/libgd-1.8.3 - =media-libs/freetype-1.3.1-r2 >=media-libs/libpng-1.0.7" -src_unpack() { - unpack ${A} -} +REPEND="virtual/glibc + >=media-libs/libgd-1.8.3 + >=media-libs/libpng-1.0.7" -src_compile() { - cd ${S} +src_compile() { try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut \ --with-user=daemon --with-group=daemon try make try make cgi } -src_install() { - cd ${S} +src_install() { dodir /usr/bin try make INSTALLROOT=${D} STATEPATH=${D}/var/state/ups \ install diff --git a/net-print/gtklp/files/digest-gtklp-0.6g b/net-print/gtklp/files/digest-gtklp-0.6g new file mode 100644 index 000000000000..b2e4bf81d8d7 --- /dev/null +++ b/net-print/gtklp/files/digest-gtklp-0.6g @@ -0,0 +1 @@ +MD5 3d0b28e4726af5c998df5a9e794bd419 gtklp-0.6g.src.tgz diff --git a/net-print/gtklp/gtklp-0.6d.ebuild b/net-print/gtklp/gtklp-0.6d.ebuild index d00f1f919b90..648d54696b81 100644 --- a/net-print/gtklp/gtklp-0.6d.ebuild +++ b/net-print/gtklp/gtklp-0.6d.ebuild @@ -1,7 +1,7 @@ # 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-print/gtklp/gtklp-0.6d.ebuild,v 1.1 2000/11/26 12:52:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/gtklp-0.6d.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ S=${WORKDIR}/src DESCRIPTION="A GUI fort cupsd" @@ -13,14 +13,12 @@ DEPEND=">=x11-libs/gtk+-1.2.8 src_compile() { - cd ${S} try make CCFLAGS=\"$CFLAGS\" } src_install () { - cd ${S} into /usr/X11R6 dobin gtklp dodoc gtklprc.path.sample diff --git a/net-www/jakarta/jakarta-3.1-r2.ebuild b/net-www/jakarta/jakarta-3.1-r2.ebuild index 7e2c401891cb..ad8b6a4aff98 100644 --- a/net-www/jakarta/jakarta-3.1-r2.ebuild +++ b/net-www/jakarta/jakarta-3.1-r2.ebuild @@ -1,7 +1,7 @@ # 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-www/jakarta/jakarta-3.1-r2.ebuild,v 1.2 2001/01/19 22:07:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/jakarta/jakarta-3.1-r2.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ P=jakarta-3.1 A="jakarta-tomcat.tar.gz jakarta-ant.tar.gz" @@ -11,8 +11,10 @@ SRC_URI="http://jakarta.apache.org/builds/tomcat/release/v3.1/src/jakarta-tomcat http://jakarta.apache.org/builds/tomcat/release/v3.1/src/jakarta-ant.tar.gz" HOMEPAGE="http://jakarta.apache.org" -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc sys-apps/which sys-devel/perl + >=dev-lang/jdk-1.2 + >=net-www/apache-ssl-1.3" +RDEPEND="virtual/glibc >=dev-lang/jdk-1.2 >=net-www/apache-ssl-1.3" @@ -22,7 +24,7 @@ src_unpack() { src_compile() { export CLASSPATH=/opt/java/src.jar:/opt/java/lib/tools.jar - + echo "Building ant..." cd ${S}/jakarta-ant ./bootstrap.sh diff --git a/x11-libs/fltk/fltk-1.0.11.ebuild b/x11-libs/fltk/fltk-1.0.11.ebuild index a50760762256..195fc1cdca69 100644 --- a/x11-libs/fltk/fltk-1.0.11.ebuild +++ b/x11-libs/fltk/fltk-1.0.11.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11.ebuild,v 1.1 2001/05/08 01:25:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ user interface toolkit for X and OpenGL." SRC_URI="ftp://ftp.fltk.org/pub/fltk/${PV}/${P}-source.tar.bz2" HOMEPAGE="http://www.fltk.org" -DEPEND="virtual/x11 opengl? ( virtual/opengl )" - +DEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )" +RDEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )" src_compile() { diff --git a/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild index 6cf4bdcb87ab..64b9c6af29e6 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild @@ -1,7 +1,7 @@ # 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/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild,v 1.2 2001/06/03 09:54:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -25,7 +25,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf} \ - --infodir=/usr/X11R6/share/info --mandir=/usr/X11R6/share/man --sysconfdir=/etc/X11 \ + --infodir=/usr/X11R6/info --mandir=/usr/X11R6/man --sysconfdir=/etc/X11 \ --with-xinput=xfree --with-x try make } diff --git a/x11-libs/gtk-engines/gtk-engines-0.12.ebuild b/x11-libs/gtk-engines/gtk-engines-0.12.ebuild index 08b9eadd607b..940be9d29d4a 100644 --- a/x11-libs/gtk-engines/gtk-engines-0.12.ebuild +++ b/x11-libs/gtk-engines/gtk-engines-0.12.ebuild @@ -1,7 +1,7 @@ # 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/x11-libs/gtk-engines/gtk-engines-0.12.ebuild,v 1.1 2001/05/16 23:12:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-engines/gtk-engines-0.12.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,11 +9,8 @@ DESCRIPTION="gtk-engines" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=media-libs/imlib-1.9.8.1 - >=x11-base/xfree-4.0.1" +DEPEND="virtual/glibc virtual/x11 + >=media-libs/imlib-1.9.8.1" src_compile() { try ./configure --host=${CHOST} --prefix=/usr/X11R6 diff --git a/x11-libs/gtkglarea/files/digest-gtkglarea-1.2.2 b/x11-libs/gtkglarea/files/digest-gtkglarea-1.2.2 new file mode 100644 index 000000000000..aa94bfa1fa31 --- /dev/null +++ b/x11-libs/gtkglarea/files/digest-gtkglarea-1.2.2 @@ -0,0 +1 @@ +MD5 d7055b0dcecbacb791d176bfacbd8b86 gtkglarea-1.2.2.tar.gz diff --git a/x11-libs/gtkglarea/gtkglarea-1.2.2.ebuild b/x11-libs/gtkglarea/gtkglarea-1.2.2.ebuild new file mode 100644 index 000000000000..5c92c84d0b54 --- /dev/null +++ b/x11-libs/gtkglarea/gtkglarea-1.2.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.2.2.ebuild,v 1.1 2001/06/04 00:16:12 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GL Extentions for gtk+" +SRC_URI="http://www.student.oulu.fi/~jlof/gtkglarea/download/${A}" +HOMEPAGE="http://www.student.oulu.fi/~jlof/gtkglarea/" + +DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10 virtual/glu virtual/opengl" + +src_compile() { + + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try make + +} + + +src_install () { + + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README + docinto txt + dodoc docs/*.txt + +} + |