diff options
37 files changed, 311 insertions, 147 deletions
diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild new file mode 100644 index 000000000000..a6836c96c762 --- /dev/null +++ b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Holger Brueckner <darks@fet.org> + +S=${WORKDIR}/${P} +DESCRIPTION="The AFS 3 distributed file system targets the issues critical to +distributed computing environments. AFS performs exceptionally well, +both within small, local work groups of machines and across wide-area +configurations in support of large, collaborative efforts. AFS provides +an architecture geared towards system management, along with the tools +to perform important management tasks. For a user, AFS is a familiar yet +extensive UNIX environment for accessing files easily and quickly." + +SRC_URI="http://www.openafs.org/dl/openafs/1.0.3/afs-3.6-doc.tar.gz" +HOMEPAGE="http://www.openafs.org/" + +src_unpack() { + echo +} + +src_install () { + dodir /usr/share/doc/${PF} + tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc/${PF} + prepalldocs +} + diff --git a/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 b/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 new file mode 100644 index 000000000000..b7141d204966 --- /dev/null +++ b/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 @@ -0,0 +1 @@ +MD5 524fda5be5b0506bb0b96e1e5574e0ba afs-3.6-doc.tar.gz diff --git a/app-misc/twin/twin-0.3.8-r1.ebuild b/app-misc/twin/twin-0.3.8-r1.ebuild index b5f842cfaa1b..000ccb79a4e0 100644 --- a/app-misc/twin/twin-0.3.8-r1.ebuild +++ b/app-misc/twin/twin-0.3.8-r1.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="http://linuz.sns.it/~max/twin/" DEPEND="virtual/glibc X? ( virtual/x11 ) ggi? ( >=media-libs/libggi-1.9 ) + >=sys-libs/gpm-1.19.3 >=sys-libs/ncurses-5.2" src_unpack() { diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index 4dcaea89c819..c33877c400e5 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.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/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.3 2001/05/01 18:29:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.4 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,10 +9,15 @@ DESCRIPTION="A Ghostscript based DPS server" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dgs/${A}" HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html" -DEPEND="virtual/glibc +DEPEND="virtual/glibc sys-apps/texinfo + >=sys-apps/tcp-wrappers-7.6 >=dev-libs/glib-1.2.8 virtual/x11" +RDEPEND="virtual/glibc + >=dev-libs/glib-1.2.8 + virtual/x11" + src_unpack() { unpack ${A} cd ${S} diff --git a/dev-db/postgresql/postgresql-7.1.ebuild b/dev-db/postgresql/postgresql-7.1.ebuild index aa71655f5320..cf27fe34af3d 100644 --- a/dev-db/postgresql/postgresql-7.1.ebuild +++ b/dev-db/postgresql/postgresql-7.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/dev-db/postgresql/postgresql-7.1.ebuild,v 1.4 2001/04/22 18:38:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.1.ebuild,v 1.5 2001/06/01 14:00:14 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" @@ -9,9 +9,10 @@ SRC_URI="ftp://ftp.postgresql.org/pub/v7.1/${P}.tar.gz http://www.postgresql.org/~petere/rl42-pg.patch" HOMEPAGE="http://postgresql.readysetnet.com/" -DEPEND="virtual/glibc +DEPEND="virtual/glibc sys-devel/autoconf >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 + >=sys-libs/zlib-1.1.3 tcltk? ( >=dev-lang/tcl-tk-8 ) perl? ( sys-devel/perl ) python? ( dev-lang/python ) @@ -19,6 +20,14 @@ DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6-r1 ) nls? ( sys-devel/gettext )" +RDEPEND="virtual/glibc + >=sys-libs/zlib-1.1.3 + tcltk? ( >=dev-lang/tcl-tk-8 ) + perl? ( sys-devel/perl ) + python? ( dev-lang/python ) + java? ( dev-lang/jdk >=dev-java/jaxp-1.0.1 >=dev-java/ant-1.3 ) + ssl? ( >=dev-libs/openssl-0.9.6-r1 )" + src_unpack() { unpack ${P}.tar.gz @@ -61,6 +70,10 @@ src_compile() { then myconf="$myconf --with-java" fi + if [ "`use ssl`" ] + then + myconf="$myconf --with-openssl=/usr" + fi if [ "`use nls`" ] then myconf="$myconf --enable-locale" diff --git a/dev-lang/tcl-tk/tcl-tk-8.0.5-r2.ebuild b/dev-lang/tcl-tk/tcl-tk-8.0.5-r2.ebuild index f78d3da97607..6a66e82124d2 100644 --- a/dev-lang/tcl-tk/tcl-tk-8.0.5-r2.ebuild +++ b/dev-lang/tcl-tk/tcl-tk-8.0.5-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/dev-lang/tcl-tk/tcl-tk-8.0.5-r2.ebuild,v 1.1 2001/04/28 11:04:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk/tcl-tk-8.0.5-r2.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ R1=tcl${PV} @@ -44,9 +44,9 @@ src_compile() { src_install() { cd ${S1}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install cd ${S2}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install # ln -sf wish8.0 ${D}/usr/bin/wish # ln -sf tclsh8.0 ${D}/usr/bin/tclsh cd ${S1} diff --git a/dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild b/dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild index a9b5fff506ef..acb60401cb74 100644 --- a/dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild +++ b/dev-lang/tcl-tk/tcl-tk-8.1.1-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/dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild,v 1.2 2001/05/01 18:29:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ P=tcl-tk-8.1.1 @@ -36,18 +36,18 @@ src_unpack() { src_compile() { cd ${S1}/unix - try ./configure --host=${CHOST} --prefix=/usr --enable-threads + try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --enable-threads try make cd ${S2}/unix - try ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-threads + try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --with-tcl=${S1}/unix --enable-threads try make } src_install() { cd ${S1}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install cd ${S2}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install ln -sf wish8.1 ${D}/usr/bin/wish ln -sf tclsh8.1 ${D}/usr/bin/tclsh cd ${S1} diff --git a/dev-lang/tcl-tk/tcl-tk-8.3.3.ebuild b/dev-lang/tcl-tk/tcl-tk-8.3.3.ebuild index f1469a7b5792..82a09b1ca0a5 100644 --- a/dev-lang/tcl-tk/tcl-tk-8.3.3.ebuild +++ b/dev-lang/tcl-tk/tcl-tk-8.3.3.ebuild @@ -45,9 +45,9 @@ src_compile() { src_install() { cd ${S1}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install cd ${S2}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install ln -sf wish8.3 ${D}/usr/bin/wish ln -sf tclsh8.3 ${D}/usr/bin/tclsh cd ${S1} diff --git a/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild b/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild index c3d2e10a1bcc..997e3cc3997f 100644 --- a/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild +++ b/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild @@ -41,7 +41,7 @@ src_compile() { src_install() { cd ${S1}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TCL_BUILD_LIB_SPEC='-L${S1}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ @@ -61,7 +61,7 @@ src_install() { rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclPlatDecls.h cd ${S2}/unix - try make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install # fix the tclConfig.sh to eliminate refs to the build directory sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib," \ diff --git a/dev-perl/SOAP/SOAP-0.28.ebuild b/dev-perl/SOAP/SOAP-0.28.ebuild index e40285bf5519..9fad1db424ac 100644 --- a/dev-perl/SOAP/SOAP-0.28.ebuild +++ b/dev-perl/SOAP/SOAP-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28.ebuild,v 1.2 2001/05/03 16:38:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,8 +10,6 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=dev-perl/HTML-Parser-3.13 - >=dev-perl/URI-1.09 >=dev-perl/XML-Parser-2.29 >=dev-perl/mod_perl-1.24" diff --git a/dev-perl/libapreq/libapreq-0.31.ebuild b/dev-perl/libapreq/libapreq-0.31.ebuild index 1491f1016621..10294a8a74fe 100644 --- a/dev-perl/libapreq/libapreq-0.31.ebuild +++ b/dev-perl/libapreq/libapreq-0.31.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/dev-perl/libapreq/libapreq-0.31.ebuild,v 1.3 2001/05/03 16:38:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libapreq/libapreq-0.31.ebuild,v 1.4 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="A Apache Request Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/Apache/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/Apache/${P}.readme" -DEPEND=">=sys-devel/perl-5 +DEPEND="virtual/glibc >=sys-devel/perl-5 >=dev-perl/mod_perl-1.25" src_compile() { diff --git a/dev-perl/mod_perl/mod_perl-1.25.ebuild b/dev-perl/mod_perl/mod_perl-1.25.ebuild index 206823969192..e11cb2e4f4ad 100644 --- a/dev-perl/mod_perl/mod_perl-1.25.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.25.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/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.2 2001/05/03 16:38:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,10 +9,8 @@ DESCRIPTION="A Perl Modul for Apache" SRC_URI="http://perl.apache.org/dist/${A}" HOMEPAGE="http://perl.apache.org" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc >=dev-perl/libwww-perl-5.48 - >=dev-perl/HTML-Parser-3.13 - >=dev-perl/URI-1.09 >=net-www/apache-ssl-1.3" src_compile() { diff --git a/media-sound/nas/nas-1.4.1-r1.ebuild b/media-sound/nas/nas-1.4.1-r1.ebuild index 6e3f98f6c11f..910a6348f6fb 100644 --- a/media-sound/nas/nas-1.4.1-r1.ebuild +++ b/media-sound/nas/nas-1.4.1-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/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.3 2001/05/01 18:29:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.4 2001/06/01 14:00:14 achim Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -13,7 +13,6 @@ DEPEND="virtual/glibc virtual/x11" src_compile() { - cd ${S} try xmkmf try make WORLDOPTS=\'-k YACC=\"bison -y\" CDEBUGFLAGS=\"$(CDEBUGFLAGS) -DSTARTSERVER\"\' World @@ -21,7 +20,6 @@ src_compile() { src_install () { - cd ${S} try make DESTDIR=${D} install dodoc BUGS BUILDNOTES FAQ HISTORY README RELEASE TODO doc/*.ps } diff --git a/net-analyzer/ntop/ntop-1.3.1-r2.ebuild b/net-analyzer/ntop/ntop-1.3.1-r2.ebuild index b62e62484bd7..ad1e4cb9464c 100644 --- a/net-analyzer/ntop/ntop-1.3.1-r2.ebuild +++ b/net-analyzer/ntop/ntop-1.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-analyzer/ntop/ntop-1.3.1-r2.ebuild,v 1.2 2001/04/29 16:51:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r2.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ P=ntop-1.3.1 A="${P}.tar.gz" @@ -10,33 +10,47 @@ DESCRIPTION="Unix Tool that shows networkusage like top" SRC_URI="ftp://ftp.it.ntop.org/pub/local/ntop/snapshots/${A}" HOMEPAGE="http://www.ntop.org/ntop.html" -DEPEND=">=sys-apps/bash-2.04 +DEPEND="virtual/glibc sys-devel/gcc >=sys-libs/gdbm-1.8.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=dev-libs/openssl-0.9.6 + ssl? ( >=dev-libs/openssl-0.9.6 ) >=net-libs/libpcap-0.5.2" +RDEPEND="virtual/glibc sys-devel/gcc + >=sys-libs/gdbm-1.8.0 + >=sys-libs/ncurses-5.1 + >=sys-libs/readline-4.1 + ssl? ( >=dev-libs/openssl-0.9.6 )" + +# tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) does not work atm + src_unpack() { unpack ${A} cp ${FILESDIR}/main.c ${S}/main.c } src_compile() { - cd ${S} - cp configure configure.orig - sed -e "s:/usr/local/ssl:/usr:" configure.orig > configure - CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr --sysconfdir=/usr/share --host=${CHOST} + + 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 + #if [ "`use tcpd`" ] ; then + # myconf="$myconf --enable-tcpwrap" + #fi + try ./configure --prefix=/usr --sysconfdir=/usr/share --mandir=/usr/share/man --host=${CHOST} $myconf try make } src_install () { - cd ${S} - try make prefix=${D}/usr sysconfdir=/${D}/usr/share install + + try make prefix=${D}/usr sysconfdir=/${D}/usr/share mandir=${D}/usr/share/man install mv ${D}/usr/bin/plugins ${D}/usr/share/ntop - prepman + dodoc AUTHORS ChangeLog CONTENTS COPYING FAQ FILES HACKING dodoc KNOWN_BUGS MANIFESTO NEWS ntop.txt PORTING README* dodoc SUPPORT* THANKS THREADS-FAQ TODO diff --git a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild index 4b9c86efe541..081b2bfbd6a1 100644 --- a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.6.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-analyzer/tcpdump/tcpdump-3.6.1.ebuild,v 1.1 2001/04/29 17:19:04 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,14 +11,20 @@ SRC_URI="http://www.tcpdump.org/release/${A} HOMEPAGE="http://www.tcpdump.org/" DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 - >=dev-libs/openssl-0.6.9 + ssl? ( >=dev-libs/openssl-0.6.9 ) >=net-libs/libpcap-0.6.1" -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr +RDEPEND="virtual/glibc + 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 + try make CCOPT=\"$CFLAGS\" } src_install() { diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild index 179abb869ff3..5d2b74d4d434 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.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/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.2 2000/11/08 08:44:48 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,25 +9,42 @@ DESCRIPTION="Software for generating and retrieving SNMP data" SRC_URI="http://download.sourceforge.net/net-snmp/${A}" HOMEPAGE="http://net-snmp.sourceforge.net/" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc <sys-libs/db-2 >=sys-libs/zlib-1.1.3 - >=dev-libs/openssl-0.9.6 - >=sys-apps/tcp-wrappers-7.6 - >=sys-devel/perl-5.6.0" + ssl? ( >=dev-libs/openssl-0.9.6 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" + +DEPEND="virtual/glibc <sys-libs/db-2 + ssl? ( >=dev-libs/openssl-0.9.6 ) + >=sys-libs/zlib-1.1.3" src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --with-openssl --with-libwrap --with-zlib + local myconf + if [ "`use ssl`" ] ; then + myconf="--with-openssl=/usr" + else + myconf="--enable-internal-md5 --with-openssl=no" + fi + if [ "`use tcpd`" ] ; then + myconf="--with-libwrap" + fi + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \ + $myconf --with-zlib --enable-shared --enable-ipv6 \ + --with-sys-contact=\"root\@Unknown\" \ + --with-sys-location="Unknown" \ + --with-logfile=/var/log/snmpd.log \ + --with-persistent-directory=/var/lib/ucd-snmp + try make } src_install () { try make prefix=${D}/usr exec_prefix=${D}/usr \ - persistentdir=${D}/var/ucd-snmp install + mandir=${D}/usr/share/man \ + persistentdir=${D}/var/lib/ucd-snmp install - dodir /etc/rc.d/init.d/ - cp ${O}/files/snmpd ${D}/etc/rc.d/init.d/snmpd + dodir /etc/rc.d/init.d + cp ${FILESDIR}/snmpd ${D}/etc/rc.d/init.d/snmpd } pkg_config() { diff --git a/net-fs/samba/files/digest-samba-2.2.0-r2 b/net-fs/samba/files/digest-samba-2.2.0-r2 new file mode 100644 index 000000000000..1246f4b40682 --- /dev/null +++ b/net-fs/samba/files/digest-samba-2.2.0-r2 @@ -0,0 +1 @@ +MD5 fb1f7d52bfa6cef6c2b471ff3981e2a6 samba-2.2.0.tar.gz diff --git a/net-ftp/lftp/lftp-2.3.10.ebuild b/net-ftp/lftp/lftp-2.3.10.ebuild index 26350468a602..99609490399c 100644 --- a/net-ftp/lftp/lftp-2.3.10.ebuild +++ b/net-ftp/lftp/lftp-2.3.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.10.ebuild,v 1.1 2001/05/16 13:08:04 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.10.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -11,27 +11,35 @@ SRC_URI="ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${A} HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 +DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 - >=dev-libs/openssl-0.9.6" + ssl? ( >=dev-libs/openssl-0.9.6 ) + nls? ( sys-devel/gettext )" -src_unpack () { - unpack ${A} -} +RDEPEND="virtual/glibc + >=sys-libs/ncurses-5.1 + ssl? ( >=dev-libs/openssl-0.9.6 )" + +src_compile() { + local myconf + if [ -z "`use nls`" ] ; then + myconf="--disable-nls" + fi + if [ -z "`use ssl`" ] ; then + myconf="$myconf --without-ssl" + fi -src_compile() { export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" - try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-modules + + try ./configure --prefix=/usr --sysconfdir=/etc/lftp --mandir=/usr/share/man --with-modules $myconf try make } src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/lftp install - prepman + + try make prefix=${D}/usr sysconfdir=${D}/etc/lftp mandir=${D}/usr/share/man install + dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS dodoc README* THANKS TODO diff --git a/net-im/licq-console/licq-console-1.0.2.ebuild b/net-im/licq-console/licq-console-1.0.2.ebuild index b7dedde7bc2a..149f5bdacb54 100644 --- a/net-im/licq-console/licq-console-1.0.2.ebuild +++ b/net-im/licq-console/licq-console-1.0.2.ebuild @@ -14,11 +14,12 @@ SRC_URI="http://download.sourceforge.net/licq/${A} ftp://mirror.itcnet.ro/pub/licq/srcs/${A}" HOMEPAGE="http://www.licq.org" -DEPEND="=net-im/licq-1.0.3" +DEPEND="virtual/glibc sys-devel/gcc + >=sys-libs/ncurses-5.2 + =net-im/licq-1.0.3" -src_unpack() { - unpack ${A} -} +RDEPEND="virtual/glibc sys-devel/gcc + >=sys-libs/ncurses-5.2" src_compile() { cd ${WORKDIR}/${LICQV}/plugins/console-${PV} diff --git a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild index 85ca2cf5e8e5..6fe478a58ea3 100644 --- a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 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-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.1 2001/04/23 01:00:39 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ P= A=ircii-pana-1.0c18.tar.gz @@ -40,21 +40,29 @@ src_compile() { src_install () { - cd ${S} if [ -n "`use gnome`" ] then try make prefix=${D}/opt/gnome install - insinto /opt/gnome/share/gnome/apps/Internet - doins gtkBitchX.desktop - insinto /opt/gnome/share/pixmaps - doins BitchX.png +# insinto /opt/gnome/share/gnome/apps/Internet +# doins gtkBitchX.desktop +# insinto /opt/gnome/share/pixmaps +# doins BitchX.png + cd ${D}/opt/gnome/bin + rm gtkBitchX + ln -sf gtkBichX-1.0c18 gtkBitchX + chmod -x ${D}/opt/gnome/lib/bx/plugins/BitchX.hints else try make prefix=${D}/usr install + cd ${D}/usr/bin + rm gtkBitchX + ln -sf BichX-1.0c18 BitchX + chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints fi - ln -sf ${D}/usr/bin/${P} BitchX - chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints + #ln -sf ${D}/usr/bin/${P} BitchX + + cd ${S} dodoc Changelog README* IPv6-support cd doc insinto /usr/X11R6/include/bitmaps @@ -65,19 +73,19 @@ src_install () { dodoc *.tcl docinto html dodoc *.html - + docinto plugins dodoc plugins cd ../dll insinto /usr/lib/bx/wav doins wavplay/*.wav - mv acro/README acro/README.acro + cp acro/README acro/README.acro dodoc acro/README.acro - mv arcfour/README arcfour/README.arcfour + cp arcfour/README arcfour/README.arcfour dodoc arcfour/README.arcfour - mv blowfish/README blowfish/README.blowfish + cp blowfish/README blowfish/README.blowfish dodoc blowfish/README.blowfish dodoc nap/README.nap - mv qbx/README qbx/README.qbx + cp qbx/README qbx/README.qbx dodoc qbx/README.qbx } diff --git a/net-irc/xchat/files/digest-xchat-1.6.4 b/net-irc/xchat/files/digest-xchat-1.6.4 new file mode 100644 index 000000000000..6d1083a57ca1 --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-1.6.4 @@ -0,0 +1 @@ +MD5 995c02b43454ba76bb641792503c669a xchat-1.6.4.tar.bz2 diff --git a/net-irc/xchat/files/digest-xchat-1.7.5 b/net-irc/xchat/files/digest-xchat-1.7.5 new file mode 100644 index 000000000000..d6a3124b3255 --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-1.7.5 @@ -0,0 +1 @@ +MD5 2331e71e699ab1306531b0b9c9b97177 xchat-1.7.5.tar.bz2 diff --git a/net-libs/libpcap/libpcap-0.6.1.ebuild b/net-libs/libpcap/libpcap-0.6.1.ebuild index 2a50a48e5830..951a9cb0fb5f 100644 --- a/net-libs/libpcap/libpcap-0.6.1.ebuild +++ b/net-libs/libpcap/libpcap-0.6.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-libs/libpcap/libpcap-0.6.1.ebuild,v 1.1 2001/04/29 17:11:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.6.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { src_install() { dodir /usr/share/man/man3 try make prefix=${D}/usr mandir=${D}/usr/share/man install - dodoc CREDITS CHANGES FILES README VERSION + dodoc CREDITS CHANGES FILES README* VERSION } diff --git a/net-misc/snort/snort-1.7.ebuild b/net-misc/snort/snort-1.7.ebuild index 61ac5e539c7b..dacc26566ff4 100644 --- a/net-misc/snort/snort-1.7.ebuild +++ b/net-misc/snort/snort-1.7.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/snort/snort-1.7.ebuild,v 1.1 2001/05/10 06:12:37 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snort/snort-1.7.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ #P= A="${P}.tar.gz" @@ -10,7 +10,11 @@ DESCRIPTION="Libpcap packet sniffer/logger/lightweight IDS" SRC_URI="http://www.snort.org/Files/${A}" HOMEPAGE="http://www.snort.org" -DEPEND=">=net-libs/libpcap-0.5.2 +DEPEND="virtual/glibc >=net-libs/libpcap-0.5.2 + mysql? ( >=dev-db/mysql-3.23.26 ) + ssl? ( >=dev-libs/openssl-0.9.6a )" + +RDEPEND="virtual/glibc sys-devel/perl mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6a )" @@ -30,16 +34,15 @@ src_compile() { else myconf="$myconf --without-openssl" fi - try ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \ --enable-smbalerts --enable-pthreads \ - $myconf + --without-odbc --without-postgresql --without-oracle $myconf try make } src_install () { - cd ${S} try make DESTDIR=${D} install insinto /usr/lib/snort/bin doins contrib/create_mysql contrib/*.pl contrib/snortlog diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild index d895c3c61762..d00ef2008ec7 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/" SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${A}" -DEPEND=">=net-misc/openssh-2.3.0 virtual/x11" +DEPEND="virtual/glibc virtual/x11" +RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11" src_compile() { try ./configure diff --git a/net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild b/net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild index 3e0f953afc77..7e2f642c1350 100644 --- a/net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild +++ b/net-print/gimp-print-cups/gimp-print-cups-4.1.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-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild,v 1.1 2000/12/25 16:17:42 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ S=${WORKDIR}/print-${PV}/cups DESCRIPTION="The Common Unix Printing System - Gimp Print Drivers" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cups.org" DEPEND=">=net-print/cups-1.1.4" src_compile() { - cd ${S} + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc \ --disable-gimptest try make @@ -20,12 +20,11 @@ src_compile() { src_install () { - cd ${S} dodir /etc dodir /usr/share /usr/lib/cups/backend try make prefix=${D}/usr exec_prefix=${D}/usr sysconfdir=${D}/etc install gunzip ${D}/usr/share/cups/model/*.gz - docinto gimp-print-cups + docinto txt dodoc *.txt } diff --git a/net-www/links/links-0.95-r1.ebuild b/net-www/links/links-0.95-r1.ebuild index 3c03f7f3674f..31cb49f2435e 100644 --- a/net-www/links/links-0.95-r1.ebuild +++ b/net-www/links/links-0.95-r1.ebuild @@ -9,8 +9,8 @@ HOMEPAGE="http://artax.karlin.mff.cuni.cz/~mikulas/links" DESCRIPTION="A links like console-based web browser" DEPEND="virtual/glibc - >=sys-libs/gpm-1.19.3 >=sys-libs/ncurses-5.1 + >=sys-libs/gpm-1.19.3 ssl? ( >=dev-libs/openssl-0.9.6 )" src_compile() { diff --git a/net-www/lynx/lynx-2.8.3-r1.ebuild b/net-www/lynx/lynx-2.8.3-r1.ebuild index 4b25f6148793..26d92ac3eec9 100644 --- a/net-www/lynx/lynx-2.8.3-r1.ebuild +++ b/net-www/lynx/lynx-2.8.3-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/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.4 2000/11/02 08:31:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.5 2001/06/01 14:00:14 achim Exp $ # NOW HAS SSLeay Support (so it will use the SSLeay library if found to # do SSL connections :) @@ -16,40 +16,56 @@ HOMEPAGE="http://lynx.browser.org/" DESCRIPTION="An excellent console-based web browser" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 +DEPEND="virtual/glibc nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.1 - >=dev-libs/openssl-0.9.6" + >=sys-libs/zlib-1.1.3 + ssl? ( >=dev-libs/openssl-0.9.6 )" -src_compile() { - export CFLAGS="${CFLAGS} -I/usr/include/openssl" - try ./configure --prefix=/usr --enable-cgi-links \ - --enable-nsl-fork --libdir=/etc/lynx --enable-file-upload \ - --enable-libjs --enable-color-style --enable-scrollbar \ - --enable-nls --with-catgets --enable-included-msgs --with-zlib \ - --with-x - try make -} +RDEPEND="virtual/glibc + >=sys-libs/ncurses-5.1 + >=sys-libs/zlib-1.1.3 + ssl? ( >=dev-libs/openssl-0.9.6 )" src_unpack() { unpack lynx-2.8.3.tar.gz cd ${S} - gzip -dc ${DISTDIR}/lynx-283-ssl.patch.gz | patch -p1 + if [ "`use ssl`" ] ; then + gzip -dc ${DISTDIR}/lynx-283-ssl.patch.gz | patch -p1 + fi zcat ${O}/files/fr.po.gz > ${S}/po/fr.po } -src_install() { - cd ${S} +src_compile() { + local myconf + if [ "`use nls`" ] ; then + myconf="--enable-nls" + fi + if [ "`use ssl`" ] ; then + export CFLAGS="${CFLAGS} -I/usr/include/openssl" + fi + try ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share \ + --libdir=/etc/lynx --enable-cgi-links \ + --enable-nsl-fork --libdir=/etc/lynx --enable-file-upload \ + --enable-libjs --enable-color-style --enable-scrollbar \ + --enable-included-msgs --with-zlib $myconf + + try make +} + + +src_install() { + into / dodir /usr/bin dodir /usr/share dodir /etc/lynx - try make prefix=${D}/usr datadir=${D}/usr/share libdir=${D}/etc/lynx install - prepman + try make prefix=${D}/usr datadir=${D}/usr/share \ + mandir=${D}/usr/share/man libdir=${D}/etc/lynx install + dodoc CHANGES COPYHEADER COPYING INSTALLATION PROBLEMS README docinto docs - dodoc docs/* + dodoc docs/* docinto lynx_help dodoc lynx_help/*.txt docinto html diff --git a/net-www/oops/oops-1.5.6.ebuild b/net-www/oops/oops-1.5.6.ebuild index c6227124999d..e79f694e43e2 100644 --- a/net-www/oops/oops-1.5.6.ebuild +++ b/net-www/oops/oops-1.5.6.ebuild @@ -1,14 +1,18 @@ # Copyright 1999-2001 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/net-www/oops/oops-1.5.6.ebuild,v 1.5 2001/04/27 20:35:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/oops/oops-1.5.6.ebuild,v 1.6 2001/06/01 14:00:14 achim Exp $ S=${WORKDIR}/${P} SRC_URI="http://zipper.paco.net/~igor/oops/oops-1.5.6.tar.gz" HOMEPAGE="http://zipper.paco.net/~igor/oops.eng/" DESCRIPTION="An advanced multithreaded caching web proxy" -DEPEND="virtual/glibc >=sys-libs/db-3.2.3h dev-libs/libpcre ssl? ( >=dev-libs/openssl-0.9.6 )" +DEPEND="virtual/glibc sys-devel/gcc + dev-libs/libpcre + sys-devel/flex" + +RDEPEND="virtual/glibc sys-devel/gcc" src_unpack() { unpack ${A} @@ -19,7 +23,8 @@ src_unpack() { } src_compile() { - try ./configure --prefix=/usr --libdir=/usr/lib/oops --enable-oops-user=squid --sysconfdir=/etc/oops --sbindir=/usr/sbin --with-regexp=pcre --localstatedir=/var/run/oops + try ./configure --prefix=/usr --libdir=/usr/lib/oops --enable-oops-user=squid \ + --sysconfdir=/etc/oops --sbindir=/usr/sbin --with-regexp=pcre --localstatedir=/var/run/oops cd src cp config.h.in config.h.in.orig sed -e '/STRERROR_R/d' config.h.in.orig > config.h.in @@ -34,12 +39,12 @@ src_install() { chown squid.squid ${D} try make DESTDIR=${D} install chmod -R g+srw ${D}/etc/oops - chmod -R g+rw ${D}/etc/oops/* + chmod -R g+rw ${D}/etc/oops/* insinto /etc/oops doins ${FILESDIR}/oops.cfg cd ${D} - + #cleanups rm -rf ${D}/usr/oops rm -rf ${D}/usr/lib/oops/modules @@ -55,7 +60,7 @@ src_install() { do if [ -f $x ] then - mv $x $x.eg + mv $x $x.eg fi done done diff --git a/sys-apps/bash/files/digest-bash-2.04-r4 b/sys-apps/bash/files/digest-bash-2.04-r4 new file mode 100644 index 000000000000..2357c32167ec --- /dev/null +++ b/sys-apps/bash/files/digest-bash-2.04-r4 @@ -0,0 +1 @@ +MD5 49b548a8b72a4c925ff26930e4c31c6c bash-2.04.tar.gz diff --git a/sys-devel/gettext/files/digest-gettext-0.10.38 b/sys-devel/gettext/files/digest-gettext-0.10.38 new file mode 100644 index 000000000000..6cb2d3e327bb --- /dev/null +++ b/sys-devel/gettext/files/digest-gettext-0.10.38 @@ -0,0 +1 @@ +MD5 c807f357ea5e5324adf7ad3d52c40c84 gettext-0.10.38.tar.gz diff --git a/sys-devel/gettext/gettext-0.10.38.ebuild b/sys-devel/gettext/gettext-0.10.38.ebuild new file mode 100644 index 000000000000..24ffc8799fe6 --- /dev/null +++ b/sys-devel/gettext/gettext-0.10.38.ebuild @@ -0,0 +1,41 @@ +# 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/sys-devel/gettext/gettext-0.10.38.ebuild,v 1.1 2001/06/01 14:00:14 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GNU locale utilities" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${A} + ftp://prep.ai.mit.edu/gnu/gettext/${A}" +HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" + +if [ -z "`use build`" ] ; then +DEPEND="virtual/glibc" +fi + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man \ + --with-included-gettext --enable-shared --host=${CHOST} ${myconf} + try make ${MAKEOPTS} +} + +src_install() { + + try make prefix=${D}/usr infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + lispdir=${D}/usr/share/emacs/site-lisp install + + dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO + + exeopts -m0755 + exeinto /usr/bin + doexe misc/gettextize +} + + diff --git a/sys-libs/db/db-3.2.3h-r3.ebuild b/sys-libs/db/db-3.2.3h-r3.ebuild index 31b160ff7d0b..367dad371899 100644 --- a/sys-libs/db/db-3.2.3h-r3.ebuild +++ b/sys-libs/db/db-3.2.3h-r3.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/sys-libs/db/db-3.2.3h-r3.ebuild,v 1.1 2001/05/14 21:10:33 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r3.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P}/build_unix @@ -53,7 +53,7 @@ src_install () { ln db3/db.h db.h cd ${D}/usr/lib - ln -s libdb.3.so libdb.so.3 + ln -s libdb-3.2.so libdb.so.3 sed 's,installed=no,installed=yes,' < ${D}/usr/lib/libdb-3.2.la > ${D}/usr/lib/libdb-3.2.la.new mv ${D}/usr/lib/libdb-3.2.la.new ${D}/usr/lib/libdb-3.2.la diff --git a/sys-libs/ncurses/ncurses-5.2-r3.ebuild b/sys-libs/ncurses/ncurses-5.2-r3.ebuild index 43bdf13b9261..521b31a1a38f 100644 --- a/sys-libs/ncurses/ncurses-5.2-r3.ebuild +++ b/sys-libs/ncurses/ncurses-5.2-r3.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/sys-libs/ncurses/ncurses-5.2-r3.ebuild,v 1.2 2001/04/23 04:17:55 achim Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r3.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -22,7 +22,8 @@ src_compile() { --with-shared --with-rcs-ids \ --host=${CHOST} ${myconf} - try make ${MAKEOPTS} + # Parallel make fails sometimes so I removed MAKEOPTS + try make } diff --git a/x11-base/xfree/xfree-4.0.3-r3.ebuild b/x11-base/xfree/xfree-4.0.3-r3.ebuild index d5b1f9ca0dd8..884a9b9a1c05 100644 --- a/x11-base/xfree/xfree-4.0.3-r3.ebuild +++ b/x11-base/xfree/xfree-4.0.3-r3.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-base/xfree/xfree-4.0.3-r3.ebuild,v 1.7 2001/05/29 17:28:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.3-r3.ebuild,v 1.8 2001/06/01 14:00:14 achim Exp $ A="X402src-1.tgz X402src-2.tgz X402src-3.tgz 4.0.2-4.0.3.diff.gz truetype.tar.gz" S=${WORKDIR}/xc @@ -23,6 +23,7 @@ DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.3-r2 >=sys-devel/flex-2.5.4a-r2 sys-devel/perl" + RDEPEND=">=sys-libs/ncurses-5.1" PROVIDE="virtual/x11 virtual/opengl" diff --git a/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild index e3c06fdc0b44..10f8938968f9 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild,v 1.1 2001/03/09 10:26:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=openmotif-2.1.30-4_MLI.src.tar.gz S=${WORKDIR}/motif @@ -9,8 +9,7 @@ DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/"${A} HOMEPAGE="http://www.metrolink.com/openmotif/" -DEPEND="virtual/glibc - >=x11-base/xfree-4.0.1" +DEPEND="virtual/glibc virtual/x11" src_unpack() { unpack ${A} diff --git a/x11-terms/rxvt/rxvt-2.6.3.ebuild b/x11-terms/rxvt/rxvt-2.6.3.ebuild index f6273383b620..51f8d7a28d4a 100644 --- a/x11-terms/rxvt/rxvt-2.6.3.ebuild +++ b/x11-terms/rxvt/rxvt-2.6.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.6.3.ebuild,v 1.2 2000/11/02 08:31:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.6.3.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,21 +9,20 @@ DESCRIPTION="rxvt -- nice small x11 terminal" SRC_URI=ftp://ftp.rxvt.org/pub/rxvt/${A} HOMEPAGE=http://www.rxvt.org -DEPEND=">=sys-libs/glibc-2.1.3 - >=x11-base/xfree-4.0.1" +DEPEND="virtual/glibc virtual/x11" -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --enable-next-scroll --enable-transparency --enable-xpm-background --enable-utmp --enable-wtmp +src_compile() { + + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --mandir=/usr/X11R6/share/man --enable-next-scroll \ + --enable-transparency --enable-xpm-background --enable-utmp --enable-wtmp try make } -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 install - prepman /usr/X11R6 - prepstrip /usr/X11R6/bin/rxvt /usr/X11R6/bin/rclock - dodoc doc/README* doc/*.html doc/*.txt doc/BUGS doc/FAQ +src_install() { + + try make prefix=${D}/usr/X11R6 mandir=${D}/usr/X11R6/share/man install + dodoc doc/README* doc/*.html doc/*.txt doc/BUGS doc/FAQ + } |