diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-05 19:29:05 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-05 19:29:05 +0000 |
commit | c676ea5558bf9bd02aa9397693de6f3829798b05 (patch) | |
tree | c10129ee9a02b59eb7e2862a1cdf2552e5922c3e | |
parent | added X to DEPEND (diff) | |
download | gentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.tar.gz gentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.tar.bz2 gentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.zip |
Version bumps
85 files changed, 1342 insertions, 30 deletions
diff --git a/app-admin/syslog-ng/ChangeLog b/app-admin/syslog-ng/ChangeLog index 0970ddc975f7..67d9f1b6a665 100644 --- a/app-admin/syslog-ng/ChangeLog +++ b/app-admin/syslog-ng/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/syslog-ng # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.13 2002/11/04 18:01:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.14 2002/11/05 19:29:05 aliz Exp $ + +*syslog-ng-1.4.17 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *syslog-ng-1.4.16 (25 Oct 2002) diff --git a/app-admin/syslog-ng/files/digest-syslog-ng-1.4.17 b/app-admin/syslog-ng/files/digest-syslog-ng-1.4.17 new file mode 100644 index 000000000000..96e651893e0d --- /dev/null +++ b/app-admin/syslog-ng/files/digest-syslog-ng-1.4.17 @@ -0,0 +1 @@ +MD5 dc1e520c96cf290d237711bcee14f8ed syslog-ng-1.4.17.tar.gz 228823 diff --git a/app-admin/syslog-ng/syslog-ng-1.4.17.ebuild b/app-admin/syslog-ng/syslog-ng-1.4.17.ebuild new file mode 100644 index 000000000000..8b1d201d830f --- /dev/null +++ b/app-admin/syslog-ng/syslog-ng-1.4.17.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-1.4.17.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="tcpd" + +S=${WORKDIR}/${P} +DESCRIPTION="Syslog-ng is a syslog replacement with advanced filtering features" +SRC_URI="http://www.balabit.hu/downloads/syslog-ng/1.4/${P}.tar.gz" +HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" + +DEPEND="=dev-libs/libol-0.2.23 + sys-devel/flex + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +src_compile() { + local myconf + use tcpd && myconf="--enable-tcp-wrapper" + + econf ${myconf} || die + + # configure script braindamage? +# cd ${S}/src +# mv Makefile Makefile.orig + +# use tcpd && ( sed -e "s|-lnsl|-lwrap|" Makefile.orig > Makefile || die "sed failure" ) +# use tcpd || ( sed -e "s|-lnsl||" Makefile.orig > Makefile || die "sed failure" ) + + emake prefix=${D}/usr all || die "compile problem" +} + +src_install() { + einstall || die + rm -rf ${D}/usr/share/man + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PORTS README + dodoc doc/{syslog-ng.conf.sample,syslog-ng.conf.demo,stresstest.sh} + doman doc/{syslog-ng.8,syslog-ng.conf.5} + dodoc doc/sgml/{syslog-ng.dvi,syslog-ng.html.tar.gz,syslog-ng.ps,syslog-ng.sgml,syslog-ng.txt} + + insinto /etc/syslog-ng + doins ${FILESDIR}/syslog-ng.conf.sample + + exeinto /etc/init.d + newexe ${FILESDIR}/syslog-ng.rc6 syslog-ng +} + +pkg_postinst() { + einfo "A sample configuration file can be found in /etc/syslog-ng." + einfo "To convert your existing syslog.conf for use with syslog-ng," + einfo "use the syslog2ng script in /usr/share/doc/${PF}." +} diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog index ce8be8e54d42..0ecf07bddd37 100644 --- a/app-misc/gtypist/ChangeLog +++ b/app-misc/gtypist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/gtypist # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.2 2002/10/17 14:16:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*gtypist-2.6.2 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *gtypist-2.5 (7 Apr 2002) diff --git a/app-misc/gtypist/files/digest-gtypist-2.6.2 b/app-misc/gtypist/files/digest-gtypist-2.6.2 new file mode 100644 index 000000000000..3495c11012e7 --- /dev/null +++ b/app-misc/gtypist/files/digest-gtypist-2.6.2 @@ -0,0 +1 @@ +MD5 ca8cd4f23d7b1a91d2c3a36596525e81 gtypist-2.6.2.tar.gz 723524 diff --git a/app-misc/gtypist/gtypist-2.6.2.ebuild b/app-misc/gtypist/gtypist-2.6.2.ebuild new file mode 100644 index 000000000000..f9a7bf72e900 --- /dev/null +++ b/app-misc/gtypist/gtypist-2.6.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.6.2.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." +SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" +IUSE="nls" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=sys-libs/ncurses-5.2" + +src_compile() { + local myconf + + # gtypist uses a built in gettext + use nls && myconf="--enable-nls" || \ + myconf="--disable-nls" + + # gtypist also produces some Emacs/XEmacs editing modes if + # emacs/xemacs is present. if emacs/xemacs is not present then + # these emacs modes are not compiled or installed. + + econf ${myconf} || die "./configure failed" + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS +} diff --git a/app-misc/lcdproc/ChangeLog b/app-misc/lcdproc/ChangeLog index 6b92fed27882..8cc662c6eb7d 100644 --- a/app-misc/lcdproc/ChangeLog +++ b/app-misc/lcdproc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/lcdproc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.1 2002/02/01 21:53:08 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $ + +*lcdproc-0.4.3 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *lcdproc-0.4.1-r1 (1 Feb 2002) diff --git a/app-misc/lcdproc/files/digest-lcdproc-0.4.3 b/app-misc/lcdproc/files/digest-lcdproc-0.4.3 new file mode 100644 index 000000000000..1f5322b6c793 --- /dev/null +++ b/app-misc/lcdproc/files/digest-lcdproc-0.4.3 @@ -0,0 +1 @@ +MD5 77228a346a1f4347eb0db7383c76c988 lcdproc-0.4.3.tar.gz 351458 diff --git a/app-misc/lcdproc/lcdproc-0.4.3.ebuild b/app-misc/lcdproc/lcdproc-0.4.3.ebuild new file mode 100644 index 000000000000..af9877ecfee0 --- /dev/null +++ b/app-misc/lcdproc/lcdproc-0.4.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a serial port." +SRC_URI="mirror://sourceforge/lcdproc/${P}.tar.gz" +HOMEPAGE="http://lcdproc.omnipotent.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=sys-apps/baselayout-1.6.4" + +src_compile() { + econf || die + make || die +} + +src_install() { + exeinto /usr/local/bin + doexe server/LCDd + doexe clients/lcdproc/lcdproc + doman docs/lcdproc.1 + dodoc README ChangeLog COPYING INSTALL + docinto docs + dodoc docs/README.dg* docs/*.txt + docinto clients/example + dodoc clients/examples/*.pl + docinto clients/headlines + dodoc clients/headlines/lcdheadlines + + # init.d & conf.d installation + exeinto /etc/init.d + doexe ${FILESDIR}/lcdproc + insinto /etc/conf.d + newins ${FILESDIR}/lcdproc.confd lcdproc +} + +pkg_postinst () { + rc-update add lcdproc default +} + +pkg_postrm () { + rc-update del lcdproc +} diff --git a/app-misc/muttprint/ChangeLog b/app-misc/muttprint/ChangeLog index 9e81f1f2e925..7136bb1c2728 100644 --- a/app-misc/muttprint/ChangeLog +++ b/app-misc/muttprint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/muttprint # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/ChangeLog,v 1.2 2002/09/14 21:12:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*muttprint-0.63a (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *muttprint-0.62b.ebuild (28 Jul 2002) diff --git a/app-misc/muttprint/files/digest-muttprint-0.63a b/app-misc/muttprint/files/digest-muttprint-0.63a new file mode 100644 index 000000000000..40f2f536fa75 --- /dev/null +++ b/app-misc/muttprint/files/digest-muttprint-0.63a @@ -0,0 +1 @@ +MD5 4455972e21a5f1d2af6a43bbffdaf6be muttprint-0.63a.tar.gz 724771 diff --git a/app-misc/muttprint/muttprint-0.63a.ebuild b/app-misc/muttprint/muttprint-0.63a.ebuild new file mode 100644 index 000000000000..ff864eb29194 --- /dev/null +++ b/app-misc/muttprint/muttprint-0.63a.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/muttprint-0.63a.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="pretty printing of your mails" +HOMEPAGE="http://muttprint.sf.net/" +SRC_URI="mirror://sourceforge/muttprint/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="app-text/tetex" + +src_install() { + # understanding the install part of the Makefiles. + make prefix=${D}/usr docdir=${D}/usr/share/doc/ install || die +} diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index cfc1c39ed072..c7410604144d 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-db/sqlite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.7 2002/10/19 21:47:59 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.8 2002/11/05 19:29:05 aliz Exp $ +*sqlite-2.7.3 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *sqlite-2.6.3 (18 Aug 2002) diff --git a/dev-db/sqlite/files/digest-sqlite-2.7.3 b/dev-db/sqlite/files/digest-sqlite-2.7.3 new file mode 100644 index 000000000000..f5ea8ea7e8b0 --- /dev/null +++ b/dev-db/sqlite/files/digest-sqlite-2.7.3 @@ -0,0 +1 @@ +MD5 faac89c6a7b90f1dded2fcb3c156fbce sqlite-2.7.3.tar.gz 821137 diff --git a/dev-db/sqlite/sqlite-2.7.3.ebuild b/dev-db/sqlite/sqlite-2.7.3.ebuild new file mode 100644 index 000000000000..04f7c59de2f2 --- /dev/null +++ b/dev-db/sqlite/sqlite-2.7.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.7.3.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/sqlite +DESCRIPTION="SQLite: An SQL Database Engine in a C Library." +SRC_URI="http://www.hwaci.com/sw/sqlite/${P}.tar.gz" +HOMEPAGE="http://www.hwaci.com/sw/sqlite/" +DEPEND="virtual/glibc + dev-lang/tcl" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc" + +src_compile() { + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc || die + + emake || die + make doc || die +} + +src_install () { + dodir /usr/{bin,include,lib} + + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + sysconfdir=${D}/etc \ + install || die + + dobin lemon + + dodoc README VERSION + docinto html + dohtml doc/*.html doc/*.txt doc/*.png +} + diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index eaf9f3f90dbc..7b2e9255b44e 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/swig # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.3 2002/10/18 21:47:16 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*swig-1.3.16 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *swig-1.3.15 (18 Oct 2002) diff --git a/dev-lang/swig/files/digest-swig-1.3.16 b/dev-lang/swig/files/digest-swig-1.3.16 new file mode 100644 index 000000000000..c42aef0878b4 --- /dev/null +++ b/dev-lang/swig/files/digest-swig-1.3.16 @@ -0,0 +1 @@ +MD5 3c7cfeba3e962f74c9f188ea59053378 swig-1.3.16.tar.gz 1415282 diff --git a/dev-lang/swig/swig-1.3.16.ebuild b/dev-lang/swig/swig-1.3.16.ebuild new file mode 100644 index 000000000000..759bb1c999fd --- /dev/null +++ b/dev-lang/swig/swig-1.3.16.ebuild @@ -0,0 +1,57 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.16.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="java guile python tcltk ruby perl" + +S=${WORKDIR}/SWIG-${PV} +DESCRIPTION="Simplied Wrapper and Interface Generator" +SRC_URI="mirror://sourceforge/swig/${P}.tar.gz" +HOMEPAGE="http://www.swig.org" +DEPEND="virtual/glibc + >=sys-devel/gcc-2.95.2 + python? ( >=dev-lang/python-2.0 ) + java? ( virtual/jdk ) + ruby? ( >=dev-lang/ruby-1.6.1 ) + guile? ( >=dev-util/guile-1.4 ) + tcltk? ( >=dev-lang/tk-8.3 ) + perl? ( >=sys-devel/perl-5.6.1 )" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +src_compile() { + local myc + + use python && myc="$myc --with-py" \ + || myc="$myc --without-py" + use java && myc="$myc --with-java=$JAVA_HOME --with-javaincl=${JAVA_HOME}/include" \ + || myc="$myc --without-java" + use ruby && myc="$myc --with-ruby=/usr/bin/ruby" \ + || myc="$myc --without-ruby" + use guile && myc="$myc --with-guile" \ + || myc="$myc --without-guile" + use tcltk && myc="$myc --with-tcl" \ + || myc="$myc --without-tcl" + use perl && myc="$myc --with-perl" \ + || myc="$myc --without-perl" + + unset CXXFLAGS + unset CFLAGS + + use ruby && local rubyver="`ruby --version | cut -d '.' -f 1,2`" + use ruby && RUBY="/usr/lib/ruby/${rubyver/ruby /}/" + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $myc || die "./configure failed" + + make || die +} + +src_install () { + make prefix=${D}/usr install || die +} diff --git a/dev-util/aegis/ChangeLog b/dev-util/aegis/ChangeLog index 9e13498c3362..58d36bd2a721 100644 --- a/dev-util/aegis/ChangeLog +++ b/dev-util/aegis/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/aegis # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.3 2002/10/19 00:56:51 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*aegis-4.9 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *aegis-4.7 (19 Oct 2002) diff --git a/dev-util/aegis/aegis-4.9.ebuild b/dev-util/aegis/aegis-4.9.ebuild new file mode 100644 index 000000000000..43baff3390b9 --- /dev/null +++ b/dev-util/aegis/aegis-4.9.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.9.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="tcltk" + +S=${WORKDIR}/${P} +DESCRIPTION="A transaction based revision control system" +SRC_URI="http://aegis.sourceforge.net/${P}.tar.gz" +HOMEPAGE="http://aegis.sourceforge.net" + +DEPEND="sys-libs/zlib + sys-devel/gettext + sys-apps/groff + sys-devel/bison + tcltk? ( >=dev-lang/tk-8.3 )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +src_compile() { + # By default aegis configure puts shareable read/write files (locks etc) + # in ${prefix}/com/aegis but the FHS says /var/lib/aegis can be shared. + + myconf="${myconf} --with-nlsdir=/usr/share/locale" + + econf \ + --sharedstatedir=/var/lib/aegis \ + ${myconf} || die "./configure failed" + + # Second ebuild causes redefined/undefined function errors + make clean + + # not emake safe, I think + make || die +} + +src_install () { + make RPM_BUILD_ROOT=${D} install || die + + # Alas gentoo appears to have no profile.d mechanism, so: + rm ${D}/etc/profile.d/aegis.sh + rm ${D}/etc/profile.d/aegis.csh + rmdir ${D}/etc/profile.d + rmdir ${D}/etc + + # OK so ${D}/var/lib/aegis gets UID=3, but for some + # reason so do the files under /usr/share, even though + # they are read-only. + chown -R root.root ${D}/usr/share + + # Remove duplicate documention etc. + rm -r ${D}/usr/share/aegis/en + rm -r ${D}/usr/share/aegis/de + rm -r ${D}/usr/share/aegis/man1 + + # Leaving out the .dvi versions and junk. + dodoc lib/en/*.txt + dodoc lib/en/*.ps + + # Link to share dir so user has a chance of noticing it. + dosym /usr/share/aegis /usr/share/doc/${PF}/scripts + + # Config file examples are documentation. + mv ${D}/usr/share/aegis/config.example ${D}/usr/share/doc/${PF}/ + + dodoc LICENSE BUILDING MANIFEST README +} diff --git a/dev-util/aegis/files/digest-aegis-4.9 b/dev-util/aegis/files/digest-aegis-4.9 new file mode 100644 index 000000000000..2d1bbf258592 --- /dev/null +++ b/dev-util/aegis/files/digest-aegis-4.9 @@ -0,0 +1 @@ +MD5 8c98e1b423d06057589b8c6712e12478 aegis-4.9.tar.gz 2249148 diff --git a/dev-util/fhist/ChangeLog b/dev-util/fhist/ChangeLog index 4b807678606f..ad3ee78e160b 100644 --- a/dev-util/fhist/ChangeLog +++ b/dev-util/fhist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/fhist # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.1 2002/04/13 21:10:35 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $ + +*fhist-1.10 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *fhist-1.8 (13 Apr 2002) diff --git a/dev-util/fhist/fhist-1.10.ebuild b/dev-util/fhist/fhist-1.10.ebuild new file mode 100644 index 000000000000..94737aa5ae4f --- /dev/null +++ b/dev-util/fhist/fhist-1.10.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.10.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="File history and comparison tools" +SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" +HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +DEPEND="sys-devel/gettext + sys-apps/groff + sys-devel/bison" + +src_compile() { + econf || die "./configure failed" + make clean + make || die +} + +src_install () { + make RPM_BUILD_ROOT=${D} install || die + + dodoc lib/en/*.txt + dodoc lib/en/*.ps + + # remove duplicate docs etc. + rm -r ${D}/usr/share/fhist + + # move message catalogs into the usual gentoo place + dodir /usr/share/locale + mv ${D}/usr/lib/fhist/en ${D}/usr/share/locale/ + + dodoc LICENSE MANIFEST README +} diff --git a/dev-util/fhist/files/digest-fhist-1.10 b/dev-util/fhist/files/digest-fhist-1.10 new file mode 100644 index 000000000000..226a1101c45d --- /dev/null +++ b/dev-util/fhist/files/digest-fhist-1.10 @@ -0,0 +1 @@ +MD5 56ef902903a21d8a1b3f88db13bc0571 fhist-1.10.tar.gz 246369 diff --git a/media-gfx/grace/ChangeLog b/media-gfx/grace/ChangeLog index 9da8e02a2ed1..156adf39cde8 100644 --- a/media-gfx/grace/ChangeLog +++ b/media-gfx/grace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/grace # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grace/ChangeLog,v 1.4 2002/09/07 17:45:14 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grace/ChangeLog,v 1.5 2002/11/05 19:29:05 aliz Exp $ + +*grace-5.1.10 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *grace-5.1.7-r2 (19 May 2002) diff --git a/media-gfx/grace/files/digest-grace-5.1.10 b/media-gfx/grace/files/digest-grace-5.1.10 new file mode 100644 index 000000000000..041da8131412 --- /dev/null +++ b/media-gfx/grace/files/digest-grace-5.1.10 @@ -0,0 +1 @@ +MD5 fab6cf49cd233235dac5c5ac5161c081 grace-5.1.10.tar.gz 2418504 diff --git a/media-gfx/grace/grace-5.1.10.ebuild b/media-gfx/grace/grace-5.1.10.ebuild new file mode 100644 index 000000000000..ffbe0812089b --- /dev/null +++ b/media-gfx/grace/grace-5.1.10.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grace/grace-5.1.10.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="pdflib" + +S=${WORKDIR}/${P} +DESCRIPTION="Grace is a WYSIWYG 2D plotting tool for the X Window System" +SRC_URI="ftp://plasma-gate.weizmann.ac.il/pub/grace/src/${P}.tar.gz" +HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +DEPEND="virtual/x11 + >=x11-libs/openmotif-2.1 + media-libs/libpng + >=media-libs/tiff-3.5 + pdflib? ( >=media-libs/pdflib-3.0.2 )" + + +src_compile() { + + local myconf + + use pdflib || myconf="--disable-pdfdrv" + + econf \ + --with-grace-home=/usr/share/grace \ + ${myconf} || die + + cp doc/Makefile doc/Makefile.orig + sed -e 's:$(GRACE_HOME)/doc:$(PREFIX)/share/doc/$(PF)/html:g' \ + doc/Makefile.orig >doc/Makefile || die + + cp auxiliary/Makefile auxiliary/Makefile.orig + sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ + auxiliary/Makefile.orig >auxiliary/Makefile || die + + cp grconvert/Makefile grconvert/Makefile.orig + sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ + grconvert/Makefile.orig >grconvert/Makefile || die + + cp src/Makefile src/Makefile.orig + sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ + src/Makefile.orig >src/Makefile || die + + cp grace_np/Makefile grace_np/Makefile.orig + sed -e 's:$(GRACE_HOME)/lib:$(PREFIX)/lib:g' \ + -e 's:$(GRACE_HOME)/include:$(PREFIX)/include:g' \ + grace_np/Makefile.orig >grace_np/Makefile || die + + cp examples/Makefile examples/Makefile.orig + sed -e 's:/examples:/share/doc/$(PF)/examples:g' \ + -e 's:$(GRACE_HOME):$(PREFIX):g' \ + examples/Makefile.orig >examples/Makefile || die + + make || die +} + +src_install() { + + make GRACE_HOME=${D}/usr/share/grace \ + PREFIX=${D}/usr \ + install || die + + dodoc CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README + + #dodir /usr/share/man/man1 + #mv ${D}/usr/share/doc/${PF}/html/*.1 ${D}/usr/share/man/man1 + doman ${D}/usr/share/doc/${PF}/html/*.1 + rm -f ${D}/usr/share/doc/${PF}/html/*.1 + + insinto /etc/env.d + doins ${FILESDIR}/10grace +} diff --git a/media-libs/libsidplay/ChangeLog b/media-libs/libsidplay/ChangeLog index 3921e5024a83..fd2419f99b1b 100644 --- a/media-libs/libsidplay/ChangeLog +++ b/media-libs/libsidplay/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libsidplay # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/ChangeLog,v 1.1 2002/07/18 19:02:59 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $ + +*libsidplay-1.36.57 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *libsidplay-1.36.54 (18 Jul 2002) diff --git a/media-libs/libsidplay/files/digest-libsidplay-1.36.57 b/media-libs/libsidplay/files/digest-libsidplay-1.36.57 new file mode 100644 index 000000000000..85fa0cd55fcc --- /dev/null +++ b/media-libs/libsidplay/files/digest-libsidplay-1.36.57 @@ -0,0 +1 @@ +MD5 a935ec67d5600b079e22ecac58cc19d5 libsidplay-1.36.57.tgz 242267 diff --git a/media-libs/libsidplay/libsidplay-1.36.57.ebuild b/media-libs/libsidplay/libsidplay-1.36.57.ebuild new file mode 100644 index 000000000000..36b5b8c89cd9 --- /dev/null +++ b/media-libs/libsidplay/libsidplay-1.36.57.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.57.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="C64 SID player library" +HOMEPAGE="http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/linux.html" +SRC_URI="http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/${P}.tgz" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +DEPEND="virtual/glibc" + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING DEVELOPER INSTALL +} diff --git a/media-libs/plib/ChangeLog b/media-libs/plib/ChangeLog index 38058555ec9a..3ba87ff15b45 100644 --- a/media-libs/plib/ChangeLog +++ b/media-libs/plib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/plib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/ChangeLog,v 1.2 2002/02/10 23:01:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*plib-1.6.0 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *plib-1.4.2-r1 (10 Feb 2002) diff --git a/media-libs/plib/files/digest-plib-1.6.0 b/media-libs/plib/files/digest-plib-1.6.0 new file mode 100644 index 000000000000..1320ae86c93a --- /dev/null +++ b/media-libs/plib/files/digest-plib-1.6.0 @@ -0,0 +1 @@ +MD5 b1fc5f042b1d1a30afe5e90d5630202e plib-1.6.0.tar.gz 523897 diff --git a/media-libs/plib/plib-1.6.0.ebuild b/media-libs/plib/plib-1.6.0.ebuild new file mode 100644 index 000000000000..b61edcc768d9 --- /dev/null +++ b/media-libs/plib/plib-1.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/plib-1.6.0.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz" +HOMEPAGE="http://plib.sourceforge.net" +DESCRIPTION="plib: a multimedia library used by many games" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +DEPEND="sys-devel/autoconf" +RDEPEND="virtual/x11 + virtual/glut" + +src_unpack() { + unpack $A + cd $S + cp configure.in configure.in.orig + sed -e 's:-O6 ::' configure.in.orig > configure.in + rm configure + autoconf +} + +src_install() { + einstall || die +} diff --git a/media-plugins/alsa-xmms/ChangeLog b/media-plugins/alsa-xmms/ChangeLog index f8ed412e0ba9..8f5e80c8acb4 100644 --- a/media-plugins/alsa-xmms/ChangeLog +++ b/media-plugins/alsa-xmms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/alsa-xmms # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-xmms/ChangeLog,v 1.2 2002/10/31 16:43:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-xmms/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*alsa-xmms-0.9.7 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *alsa-xmms-0.9.6b (31 Oct 2002) diff --git a/media-plugins/alsa-xmms/alsa-xmms-0.9.7.ebuild b/media-plugins/alsa-xmms/alsa-xmms-0.9.7.ebuild new file mode 100644 index 000000000000..21f5e2d3a162 --- /dev/null +++ b/media-plugins/alsa-xmms/alsa-xmms-0.9.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-xmms/alsa-xmms-0.9.7.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Allows XMMS to output on any ALSA 0.9* device. Supports surround 4.0 output with conversion" +HOMEPAGE="http://savannah.gnu.org/download/alsa-xmms/" +SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +DEPEND="media-sound/xmms + >=media-libs/alsa-lib-0.9.0_rc2 + >=media-sound/alsa-driver-0.9.0_rc2" + +src_install() { + einstall \ + libdir=${D}/usr/lib/xmms/Output || die + + dodoc AUTHORS README NEWS COPYING ChangeLog +} diff --git a/media-plugins/alsa-xmms/files/digest-alsa-xmms-0.9.7 b/media-plugins/alsa-xmms/files/digest-alsa-xmms-0.9.7 new file mode 100644 index 000000000000..6ddd362fda7c --- /dev/null +++ b/media-plugins/alsa-xmms/files/digest-alsa-xmms-0.9.7 @@ -0,0 +1 @@ +MD5 690a13d0715cc2226a6e04fc0087f7ce alsa-xmms-0.9.7.tar.gz 168608 diff --git a/media-plugins/xmms-xosd/ChangeLog b/media-plugins/xmms-xosd/ChangeLog index b4836847fec8..fad4ce399e89 100644 --- a/media-plugins/xmms-xosd/ChangeLog +++ b/media-plugins/xmms-xosd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/xmms-xosd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xosd/ChangeLog,v 1.3 2002/09/12 21:38:01 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xosd/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*xmms-xosd-2.0.0 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *xmms-xosd-1.0.2 (25 Aug 2002) diff --git a/media-plugins/xmms-xosd/files/digest-xmms-xosd-2.0.0 b/media-plugins/xmms-xosd/files/digest-xmms-xosd-2.0.0 new file mode 100644 index 000000000000..2b28c7bcf899 --- /dev/null +++ b/media-plugins/xmms-xosd/files/digest-xmms-xosd-2.0.0 @@ -0,0 +1 @@ +MD5 bd16c38ab6fe80cde6fbf21fc8d9f00c xosd-2.0.0.tar.gz 228528 diff --git a/media-plugins/xmms-xosd/xmms-xosd-2.0.0.ebuild b/media-plugins/xmms-xosd/xmms-xosd-2.0.0.ebuild new file mode 100644 index 000000000000..9c564265749c --- /dev/null +++ b/media-plugins/xmms-xosd/xmms-xosd-2.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +MY_P=${PN/xmms-}-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="xmms plugin for overlaying song titles in X-Windows - X-On-Screen-Display" +SRC_URI="http://www.ignavus.net/${MY_P}.tar.gz" +HOMEPAGE="http://www.ignavus.net/software.html" +DEPEND="virtual/x11 + virtual/glibc + >=media-sound/xmms-1.2.6-r1 + =x11-libs/xosd-2.0.0" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +src_install () { + insinto /usr/lib/xmms/General + doins src/xmms_plugin/.libs/libxmms_osd.so + fperms 0755 /usr/lib/xmms/General/libxmms_osd.so + dodoc AUTHORS ChangeLog COPYING README +} diff --git a/media-sound/gnump3d/ChangeLog b/media-sound/gnump3d/ChangeLog index 40bc2c91754d..e28467eb04c7 100644 --- a/media-sound/gnump3d/ChangeLog +++ b/media-sound/gnump3d/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/gnump3d # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.1 2002/04/18 08:06:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $ + +*gnump3d-1.0_pre1 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *gnump3d-0.9.9.4 (18 Apr 2002) diff --git a/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 b/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 new file mode 100644 index 000000000000..d9c515aaaa82 --- /dev/null +++ b/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 @@ -0,0 +1 @@ +MD5 6061f53c73b9a6c9e52b7cad1371bbe6 gnump3d-1.0-pre1.tar.gz 1073369 diff --git a/media-sound/gnump3d/files/doc-Makefile-gentoo.patch b/media-sound/gnump3d/files/doc-Makefile-gentoo.patch index d349bc436f93..6fd5eecfd4e5 100644 --- a/media-sound/gnump3d/files/doc-Makefile-gentoo.patch +++ b/media-sound/gnump3d/files/doc-Makefile-gentoo.patch @@ -1,5 +1,5 @@ ---- gnump3d-0.9.9.4.original/doc/Makefile 2002-04-14 06:36:32.000000000 -0500 -+++ gnump3d-0.9.9.4/doc/Makefile 2002-04-18 02:31:32.000000000 -0500 +--- gnump3d-0.9.9.4.original/doc/Makefile.in 2002-04-14 06:36:32.000000000 -0500 ++++ gnump3d-0.9.9.4/doc/Makefile.in 2002-04-18 02:31:32.000000000 -0500 @@ -19,9 +19,9 @@ # install: $(PROG) diff --git a/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild b/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild new file mode 100644 index 000000000000..3c9f150f2025 --- /dev/null +++ b/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="oggvorbis" + +MY_P=${P/_/-} +S=${WORKDIR}/${MY_P} +DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" +SRC_URI="mirror://sourceforge/gnump3d/${MY_P}.tar.gz" +HOMEPAGE="http://gnump3d.sourceforge.net/" + +DEPEND="virtual/glibc" +RDEPEND=">=sys-devel/perl-5.6.1 + oggvorbis? ( media-libs/libvorbis )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + use oggvorbis && myconf="${myconf} --with-vorbis" \ + || myconf="${myconf} --without-vorbis" + + econf $myconf || die + emake || die +} + +src_install() { + dodir /usr/share/${PN} + make PREFIX=${D}/usr \ + CONFIGDIR=${D}/etc/${PN} \ + TEMPLATEDIR=${D}/usr/share/${PN} \ + MANDIR=${D}/usr/share/man/man1 \ + DESTDIR=${D} install || die + + dodoc AUTHORS BUGS CHANGELOG COPYING README* TODO + docinto templates; dodoc templates/README* + + exeinto /etc/init.d + newexe ${FILESDIR}/gnump3d.rc6 gnump3d +} diff --git a/media-sound/mp3blaster/ChangeLog b/media-sound/mp3blaster/ChangeLog index b89f51ef54de..b65b6ae937c3 100644 --- a/media-sound/mp3blaster/ChangeLog +++ b/media-sound/mp3blaster/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/mp3blaster # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.4 2002/08/13 17:23:19 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.5 2002/11/05 19:29:05 aliz Exp $ + +*mp3blaster-3.1.3 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *mp3blaster-3.1.1 (13 Aug 2002) diff --git a/media-sound/mp3blaster/files/digest-mp3blaster-3.1.3 b/media-sound/mp3blaster/files/digest-mp3blaster-3.1.3 new file mode 100644 index 000000000000..b59bff4fe0f4 --- /dev/null +++ b/media-sound/mp3blaster/files/digest-mp3blaster-3.1.3 @@ -0,0 +1 @@ +MD5 38beb6a5648cbca4ec87ee14b0982283 mp3blaster-3.1.3.tar.gz 273688 diff --git a/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild new file mode 100644 index 000000000000..9b5e2610fcd1 --- /dev/null +++ b/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="oggvorbis mysql" + +DESCRIPTION="Command line MP3 player." +HOMEPAGE="http://www.stack.nl/~brama/mp3blaster/" +LICENSE="GPL-2" + +DEPEND=">=sys-libs/ncurses-5.2 + mysql? ( >=dev-db/mysql-3.23.36 ) + oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )" +# nas? ( >=media-libs/nas-1.4.1 ) + +SLOT="0" +KEYWORDS="~x86" +SRC_URI="ftp://mud.stack.nl/pub/mp3blaster/${P}.tar.gz" +S=${WORKDIR}/${P} + +src_unpack() { + unpack ${A} + + #if [ "`use nas`" ]; then + # cd src + # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ + # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ + # Makefile | cat > Makefile + #fi +} + +src_compile() { + local myconf + ### Looks like NAS support is broken, at least with NAS 1.5 and + ### mp3player 3.1.1 (Aug 13, agenkin@thpoon.com) + #use nas && myconf="${myconf} --with-nas" + #use nas || myconf="${myconf} --disable-nas" + myconf="${myconf} --disable-nas" + use mysql && myconf="${myconf} --with-mysql" + use oggvorbis || myconf="${myconf} --without-oggvorbis" + + econf ${myconf} || die + make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc ANNOUNCE AUTHORS COPYING CREDITS ChangeLog FAQ NEWS README TODO +} diff --git a/media-sound/normalize/ChangeLog b/media-sound/normalize/ChangeLog index 2173275888bd..6c8bd3ec003b 100644 --- a/media-sound/normalize/ChangeLog +++ b/media-sound/normalize/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/normalize # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.2 2002/08/14 08:51:19 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*normalize-0.7.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *normalize-0.7.4 (5 May 2002) 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : diff --git a/media-sound/normalize/files/digest-normalize-0.7.6 b/media-sound/normalize/files/digest-normalize-0.7.6 new file mode 100644 index 000000000000..ee037f359f68 --- /dev/null +++ b/media-sound/normalize/files/digest-normalize-0.7.6 @@ -0,0 +1 @@ +MD5 7476f028304791595e91610bb0cd4e97 normalize-0.7.6.tar.bz2 299091 diff --git a/media-sound/normalize/normalize-0.7.6.ebuild b/media-sound/normalize/normalize-0.7.6.ebuild new file mode 100644 index 000000000000..51895657ee67 --- /dev/null +++ b/media-sound/normalize/normalize-0.7.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="xmms" + +DESCRIPTION="Audio file volume normalizer" +HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" +SRC_URI="http://www.cs.columbia.edu/~cvaill/normalize/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) + >=media-libs/audiofile-0.2.3-r1 + >=media-sound/mad-0.14.2b-r1" + +# NOTE: the "audiofile" and "mad" dependencies are NOT +# actually *required*, they are optional, but there are no +# appropriate USE variables. +# +# The libraries are quite small, so it does not seem to be that +# big a deal to force installation of them. +# + +src_compile() { + econf \ + --with-audiofile \ + --with-mad || die + + emake || die "emake failed" +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index a2b97fb279a2..cada9dc3d023 100644 --- a/net-analyzer/libnasl/ChangeLog +++ b/net-analyzer/libnasl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/libnasl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.2 2002/08/22 14:38:12 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*libnasl-1.2.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *libnasl-1.2.4 (22 Aug 2002) diff --git a/net-analyzer/libnasl/files/digest-libnasl-1.2.6 b/net-analyzer/libnasl/files/digest-libnasl-1.2.6 new file mode 100644 index 000000000000..dfbb45efd691 --- /dev/null +++ b/net-analyzer/libnasl/files/digest-libnasl-1.2.6 @@ -0,0 +1 @@ +MD5 127e744a474ddef380dbc8e85b71ba13 libnasl-1.2.6.tar.gz 278333 diff --git a/net-analyzer/libnasl/libnasl-1.2.6.ebuild b/net-analyzer/libnasl/libnasl-1.2.6.ebuild new file mode 100644 index 000000000000..7d1b173679fa --- /dev/null +++ b/net-analyzer/libnasl/libnasl-1.2.6.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-1.2.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${PN} + +DESCRIPTION="A remote security scanner for Linux (libnasl)" +HOMEPAGE="http://www.nessus.org/" +SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" + +DEPEND="=net-analyzer/nessus-libraries-${PV}" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc -sparc64" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/nasl.diff + +} + +src_compile() { + + econf || die "configuration failed" + + emake || die "emake failed" + +} + +src_install() { + + make \ + prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + mandir=${D}/usr/share/man \ + install || die "Install failed libnasl" + + cd ${S} + docinto libnasl + dodoc COPYING TODO + +} diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index e8d2e356c761..2a9e53938cb5 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/mtr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.2 2002/08/26 11:03:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*mtr-0.51 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. 28 Jun 2002; Thilo Bangert <bangert@gentoo.org> : moved to net-analyzer diff --git a/net-analyzer/mtr/files/digest-mtr-0.51 b/net-analyzer/mtr/files/digest-mtr-0.51 new file mode 100644 index 000000000000..fa108040737e --- /dev/null +++ b/net-analyzer/mtr/files/digest-mtr-0.51 @@ -0,0 +1 @@ +MD5 4749061bdb48aa4e8bfa9a243b8beff0 mtr-0.51.tar.gz 87701 diff --git a/net-analyzer/mtr/mtr-0.51.ebuild b/net-analyzer/mtr/mtr-0.51.ebuild new file mode 100644 index 000000000000..73666cc55230 --- /dev/null +++ b/net-analyzer/mtr/mtr-0.51.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.51.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="gtk" + +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=">=sys-libs/ncurses-5.2 + gtk? ( =x11-libs/gtk+-1.2* )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +src_compile() { + local myconf + use gtk || myconf="${myconf} --without-gtk" + + ./configure \ + --host=${HOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sbindir=/usr/bin \ + $myconf || die + + make || die +} + +src_install() { + # this binary is universal. ie: it does both console and gtk. + + make prefix=${D}/usr mandir=${D}/usr/share/man sbindir=${D}/usr/bin install || die + + dodoc AUTHORS COPYING ChangeLog FORMATS NEWS README SECURITY TODO +} diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog index 2a6bc1bf35b6..bc33c9070b43 100644 --- a/net-analyzer/nessus-core/ChangeLog +++ b/net-analyzer/nessus-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-core # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.5 2002/09/23 16:45:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.6 2002/11/05 19:29:05 aliz Exp $ + +*nessus-core-1.2.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *nessus-core-1.2.4 (22 Aug 2002) diff --git a/net-analyzer/nessus-core/files/digest-nessus-core-1.2.6 b/net-analyzer/nessus-core/files/digest-nessus-core-1.2.6 new file mode 100644 index 000000000000..219c4b1963b2 --- /dev/null +++ b/net-analyzer/nessus-core/files/digest-nessus-core-1.2.6 @@ -0,0 +1 @@ +MD5 d5d54991b1af1048478836e9d03b79ad nessus-core-1.2.6.tar.gz 592695 diff --git a/net-analyzer/nessus-core/nessus-core-1.2.6.ebuild b/net-analyzer/nessus-core/nessus-core-1.2.6.ebuild new file mode 100644 index 000000000000..7678657caa2e --- /dev/null +++ b/net-analyzer/nessus-core/nessus-core-1.2.6.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-1.2.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="X gtk" + +S=${WORKDIR}/${PN} + +DESCRIPTION="A remote security scanner for Linux (nessus-core)" +HOMEPAGE="http://www.nessus.org/" +SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" + +DEPEND="=net-analyzer/libnasl-${PV} + X? ( x11-base/xfree ) + gtk? ( =x11-libs/gtk+-1.2* )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc -sparc64" + +src_compile() { + + use X && myconf="--with-x" || myconf="--without-x" + + use gtk && myconf="--enable-gtk" || myconf="--disable-gtk" + + econf || die "configure failed" + + emake || die "emake failed" + +} + +src_install() { + + make \ + prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + mandir=${D}/usr/share/man \ + install || die "Install failed nessus-core" + + cd ${S} + docinto nessus-core + dodoc README* UPGRADE_README CHANGES + dodoc doc/*.txt doc/ntp/* + + insinto /etc/init.d + insopts -m 755 + newins ${FILESDIR}/nessusd-r6 nessusd + + keepdir /var/lib/nessus/logs + keepdir /var/lib/nessus/users + +} diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog index 3182fa7138c3..2ee30242a359 100644 --- a/net-analyzer/nessus-libraries/ChangeLog +++ b/net-analyzer/nessus-libraries/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-libraries # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.3 2002/08/22 14:38:12 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*nessus-libraries-1.2.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *nessus-libraries-1.2.4 (22 Aug 2002) diff --git a/net-analyzer/nessus-libraries/files/digest-nessus-libraries-1.2.6 b/net-analyzer/nessus-libraries/files/digest-nessus-libraries-1.2.6 new file mode 100644 index 000000000000..a77b1338872e --- /dev/null +++ b/net-analyzer/nessus-libraries/files/digest-nessus-libraries-1.2.6 @@ -0,0 +1 @@ +MD5 b5074295d1dc8f7a009a33e742e543c6 nessus-libraries-1.2.6.tar.gz 396602 diff --git a/net-analyzer/nessus-libraries/nessus-libraries-1.2.6.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-1.2.6.ebuild new file mode 100644 index 000000000000..33e1d4b1d59a --- /dev/null +++ b/net-analyzer/nessus-libraries/nessus-libraries-1.2.6.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-1.2.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="ssl" + +S=${WORKDIR}/${PN} + +DESCRIPTION="A remote security scanner for Linux (nessus-libraries)" +HOMEPAGE="http://www.nessus.org/" +SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" + +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )" +RDEPEND=${DEPEND} + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc -sparc64" + +src_compile() { + + use ssl && myconf="--with-ssl=/usr/lib" \ + || myconf="--without-ssl" + + econf \ + ${myconf} || die "configure failed" + + + emake || die "emake failed" + +} + +src_install() { + + make \ + prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + mandir=${D}/usr/share/man \ + install || die "make install failed" + + cd ${S} + docinto nessus-libraries + dodoc README* + +} diff --git a/net-analyzer/nessus-plugins/ChangeLog b/net-analyzer/nessus-plugins/ChangeLog index 4537da7610a6..e597782becd9 100644 --- a/net-analyzer/nessus-plugins/ChangeLog +++ b/net-analyzer/nessus-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-plugins # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.2 2002/08/22 14:38:12 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ + +*nessus-plugins-1.2.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *nessus-plugins-1.2.4 (22 Aug 2002) diff --git a/net-analyzer/nessus-plugins/files/digest-nessus-plugins-1.2.6 b/net-analyzer/nessus-plugins/files/digest-nessus-plugins-1.2.6 new file mode 100644 index 000000000000..e219df5af96d --- /dev/null +++ b/net-analyzer/nessus-plugins/files/digest-nessus-plugins-1.2.6 @@ -0,0 +1 @@ +MD5 846f981530aeb69107a631228942cc45 nessus-plugins-1.2.6.tar.gz 886230 diff --git a/net-analyzer/nessus-plugins/nessus-plugins-1.2.6.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-1.2.6.ebuild new file mode 100644 index 000000000000..c75c90745ecd --- /dev/null +++ b/net-analyzer/nessus-plugins/nessus-plugins-1.2.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 2000-2002 Achim Gottinger +# Distributed under the GPL by Gentoo Technologies, Inc. +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-1.2.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${PN} + +DESCRIPTION="A remote security scanner for Linux (nessus-plugins)" +HOMEPAGE="http://www.nessus.org/" +SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" + +DEPEND="=net-analyzer/nessus-core-${PV}" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc -sparc64" + +src_compile() { + + econf || die "configure failed" + + emake || die "emake failed" + +} + +src_install() { + + make \ + prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + mandir=${D}/usr/share/man \ + install || die "make install failed" + + cd ${S} + docinto nessus-plugins + dodoc docs/*.txt plugins/accounts/accounts.txt + +} diff --git a/net-analyzer/nessus/ChangeLog b/net-analyzer/nessus/ChangeLog index a636a3ad7582..782ed5f0aa42 100644 --- a/net-analyzer/nessus/ChangeLog +++ b/net-analyzer/nessus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.9 2002/08/24 22:36:32 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.10 2002/11/05 19:29:05 aliz Exp $ + +*nessus-1.2.6 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *nessus-1.2.4 (22 Aug 2002) diff --git a/net-analyzer/nessus/files/digest-nessus-1.2.6 b/net-analyzer/nessus/files/digest-nessus-1.2.6 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-analyzer/nessus/files/digest-nessus-1.2.6 diff --git a/net-analyzer/nessus/nessus-1.2.6.ebuild b/net-analyzer/nessus/nessus-1.2.6.ebuild new file mode 100644 index 000000000000..1ad3a3afe3e6 --- /dev/null +++ b/net-analyzer/nessus/nessus-1.2.6.ebuild @@ -0,0 +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/nessus/nessus-1.2.6.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${PN} + +DESCRIPTION="A remote security scanner for Linux" +HOMEPAGE="http://www.nessus.org/" + +DEPEND="=net-analyzer/nessus-libraries-${PV} + =net-analyzer/libnasl-${PV} + =net-analyzer/nessus-core-${PV} + =net-analyzer/nessus-plugins-${PV}" +RDEPEND="" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc -sparc64" diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog index 21772a83a2af..54a03182b60a 100644 --- a/net-irc/dircproxy/ChangeLog +++ b/net-irc/dircproxy/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-irc/dircproxy # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.2 2002/10/31 04:13:51 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $ +*dircproxy-1.0.4 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *dircproxy-1.0.3 (14 April 2002) diff --git a/net-irc/dircproxy/dircproxy-1.0.4.ebuild b/net-irc/dircproxy/dircproxy-1.0.4.ebuild new file mode 100644 index 000000000000..6904a417493e --- /dev/null +++ b/net-irc/dircproxy/dircproxy-1.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.4.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="an IRC proxy server" +SRC_URI="http://www.dircproxy.net/download/stable/${P}.tar.gz" +HOMEPAGE="http://www.dircproxy.net/" + +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +src_install () { + make DESTDIR=${D} install-strip || die + + dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO +} diff --git a/net-irc/dircproxy/files/digest-dircproxy-1.0.4 b/net-irc/dircproxy/files/digest-dircproxy-1.0.4 new file mode 100644 index 000000000000..07c16bff3d4e --- /dev/null +++ b/net-irc/dircproxy/files/digest-dircproxy-1.0.4 @@ -0,0 +1 @@ +MD5 b8c263692378f20c76c18cd7c9d98adb dircproxy-1.0.4.tar.gz 216794 diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index b7240dc5dc9c..6a2991c73523 100644 --- a/net-p2p/dchub/ChangeLog +++ b/net-p2p/dchub/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/dchub # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.3 2002/08/26 21:20:18 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*dchub-0.2.2 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *dchub-0.1.1 (19 Jul 2002) diff --git a/net-p2p/dchub/dchub-0.2.2.ebuild b/net-p2p/dchub/dchub-0.2.2.ebuild new file mode 100644 index 000000000000..4f00af4b0e50 --- /dev/null +++ b/net-p2p/dchub/dchub-0.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.2.2.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +S="${WORKDIR}/${P}" + +HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub" +DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p application dctc (Direct Connect Text Client)." +SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +RDEPEND="virtual/glibc + =dev-libs/glib-1.2* + sys-devel/perl + dev-db/edb" +DEPEND="${RDEPEND}" + +src_install() { + einstall || die "install problem" + + dodoc Documentation/* + dodoc AUTHORS COPYING ChangeLog KNOWN_BUGS NEWS README TODO +} + +pkg_postinst() { + einfo "NOTE: before installing this version, if you want to keep the content of your" + einfo "database, save it as well as the user file (the file you use with -u). Because" + einfo "this version introduces a new database format, first, you must start with a" + einfo "dchub -i -c yourconffile -u youruserfile. If you have special account, you" + einfo "can then restore the user file. Now, you can enter the hub as MASTER and" + einfo "recreates all your database keys." +} diff --git a/net-p2p/dchub/files/digest-dchub-0.2.2 b/net-p2p/dchub/files/digest-dchub-0.2.2 new file mode 100644 index 000000000000..af2ced12c2b5 --- /dev/null +++ b/net-p2p/dchub/files/digest-dchub-0.2.2 @@ -0,0 +1 @@ +MD5 5361366de6d78bef7bdf348fe336ae87 dchub-0.2.2.tar.gz 183551 diff --git a/net-p2p/freenet/ChangeLog b/net-p2p/freenet/ChangeLog index 3d7b9b67304e..fd79f3c855b4 100644 --- a/net-p2p/freenet/ChangeLog +++ b/net-p2p/freenet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/freenet # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/ChangeLog,v 1.6 2002/10/29 04:58:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/ChangeLog,v 1.7 2002/11/05 19:29:05 aliz Exp $ + +*freenet-0.5.0.5 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *freenet-0.5 (28 Oct 2002) diff --git a/net-p2p/freenet/files/digest-freenet-0.5.0.5 b/net-p2p/freenet/files/digest-freenet-0.5.0.5 new file mode 100644 index 000000000000..4e05c6745a10 --- /dev/null +++ b/net-p2p/freenet/files/digest-freenet-0.5.0.5 @@ -0,0 +1 @@ +MD5 4e687bb9b772277ad7d06bf1bfc8e8ed freenet-0.5.0.5.tar.gz 1461536 diff --git a/net-p2p/freenet/freenet-0.5.0.5.ebuild b/net-p2p/freenet/freenet-0.5.0.5.ebuild new file mode 100644 index 000000000000..cba9de9977dd --- /dev/null +++ b/net-p2p/freenet/freenet-0.5.0.5.ebuild @@ -0,0 +1,68 @@ +# Copyright (c) 2002, Per Wigren <wigren@home.se> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/freenet-0.5.0.5.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +DESCRIPTION="large-scale peer-to-peer network that creates a massive virtual information store open to anyone" +SRC_URI="mirror://sourceforge/freenet/${P}.tar.gz" +HOMEPAGE="http://freenetproject.org/" +DEPEND="virtual/jdk" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +S=${WORKDIR}/${PN} + +src_compile() { + # Set storeSize to a 3rd of the available space on /var + # but not bigger that 2GB. + VARSZ=$(df -mP /var|tail -n1|awk '{print $4}') + if [ $VARSZ -gt 4096 ]; then + STORSZ=2147483648 + else + let STORSZ=($VARSZ/3)*1024*1024 + fi + + # Create a default freenet.conf + ( echo ipAddress=$(hostname) + echo listenPort=$(let PORT=($RANDOM%30000)+9000; echo $PORT) + echo seedFile=/var/freenet/seednodes.ref + echo storeFile=/var/freenet/store + echo storeSize=$STORSZ + echo nodeFile=/var/freenet/node + echo diagnosticsPath=/var/freenet/stats + echo logLevel=normal + echo logFile=/var/log/freenet.log + echo maxHopsToLive=25 + echo fproxy.class=freenet.client.http.FproxyServlet + echo fproxy.port=8888 + echo fproxy.insertHtl=25 + echo fproxy.requestHtl=25 + echo fproxy.params.filter=false + echo nodestatus.class=freenet.client.http.NodeStatusServlet + echo nodestatus.port=8889 + echo logInboundContacts=true + echo logOutboundContacts=true + echo logInboundRequests=true + ) >freenet.conf +} + +src_install() { + dodir /var/freenet/stats + + insinto /usr/lib/freenet + doins freenet.jar freenet-ext.jar + + insinto /etc + doins freenet.conf + + exeinto /etc/init.d + doexe ${FILESDIR}/freenet +} + +pkg_postinstall () { + einfo "Please change /etc/freenet.conf according to your needs!" +} + +pkg_postrm() { + einfo "Please remove /var/freenet manually if you are't going to" + einfo "continue to use Freenet on this machine!" +} diff --git a/x11-libs/fox/ChangeLog b/x11-libs/fox/ChangeLog index 79103b8f6fa8..39bf7461f9e6 100644 --- a/x11-libs/fox/ChangeLog +++ b/x11-libs/fox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/fox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.1 2002/07/29 20:35:08 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $ + +*fox-1.0.26 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *fox-1.0.17.ebuild (29 Jul 2002) diff --git a/x11-libs/fox/files/digest-fox-1.0.26 b/x11-libs/fox/files/digest-fox-1.0.26 new file mode 100644 index 000000000000..b2e8caba4dcf --- /dev/null +++ b/x11-libs/fox/files/digest-fox-1.0.26 @@ -0,0 +1 @@ +MD5 a7a187a0405f498f03b09727184b53aa fox-1.0.26.tar.gz 2109079 diff --git a/x11-libs/fox/fox-1.0.26.ebuild b/x11-libs/fox/fox-1.0.26.ebuild new file mode 100644 index 000000000000..707aeb12fb77 --- /dev/null +++ b/x11-libs/fox/fox-1.0.26.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.0.26.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="cups opengl" + +S=${WORKDIR}/${P} + +DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily a nd effectively" + +SRC_URI="http://www.fox-toolkit.org/ftp/${P}.tar.gz" + +HOMEPAGE="http://www.fox-toolkit.org" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~sparc64" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + virtual/x11 + opengl? ( virtual/opengl )" + + +src_compile() { + + local myconf + + use opengl || myconf="$myconf --with-opengl=no" #default enabled + use cups && myconf="$myconf --enable-cups" #default disabled + + ./configure \ + --prefix=/usr \ + --mandir='${prefix}'/share/man \ + --host=${CHOST} \ + ${myconf} || die "Configuration Failed" + + emake || die "Parallel Make Failed" +} + +src_install () { + + make prefix=${D}/usr/ \ + install || die "Installation Failed" + + dodoc README INSTALL LICENSE ADDITIONS AUTHORS TRACING + + dodir /usr/share/doc/${PF}/html + mv ${D}/usr/fox/html/* ${D}/usr/share/doc/${PF}/html/ + rmdir ${D}/usr/fox/html + rmdir ${D}/usr/fox +} diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog index 0554456a5e19..096c351e1cf8 100644 --- a/x11-libs/xosd/ChangeLog +++ b/x11-libs/xosd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xosd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.7 2002/09/11 19:04:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.8 2002/11/05 19:29:05 aliz Exp $ + +*xosd-2.0.0 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *xosd-1.0.2 (25 Aug 2002) diff --git a/x11-libs/xosd/files/digest-xosd-2.0.0 b/x11-libs/xosd/files/digest-xosd-2.0.0 new file mode 100644 index 000000000000..2b28c7bcf899 --- /dev/null +++ b/x11-libs/xosd/files/digest-xosd-2.0.0 @@ -0,0 +1 @@ +MD5 bd16c38ab6fe80cde6fbf21fc8d9f00c xosd-2.0.0.tar.gz 228528 diff --git a/x11-libs/xosd/xosd-2.0.0.ebuild b/x11-libs/xosd/xosd-2.0.0.ebuild new file mode 100644 index 000000000000..621e32764c0a --- /dev/null +++ b/x11-libs/xosd/xosd-2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $ Header: $ + +S=${WORKDIR}/${P} +DESCRIPTION="Library for overlaying text/glyphs in X-Windows \ +X-On-Screen-Display plus binary for sending text from command line." +HOMEPAGE="http://www.ignavus.net/" +SRC_URI="http://www.ignavus.net/${P}.tar.gz" + +DEPEND="virtual/x11" + +SLOT="1" +LICENSE="GPL" +KEYWORDS="~x86 ~sparc ~sparc64" + +src_install () { + cd ${S} + insinto /usr/include + doins src/xosd.h + into /usr + dolib.a src/libxosd/.libs/libxosd.a + dolib.so src/libxosd/.libs/libxosd.so.1 + dobin src/.libs/osd_cat + dobin script/xosd-config + doman man/*.1 man/*.3 + dodoc AUTHORS ChangeLog NEWS COPYING README +} diff --git a/x11-terms/mlterm/ChangeLog b/x11-terms/mlterm/ChangeLog index b3c194ff1125..647871986196 100644 --- a/x11-terms/mlterm/ChangeLog +++ b/x11-terms/mlterm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-term/mlterm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.3 2002/10/21 14:54:50 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*mlterm-2.6.2 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *mlterm-2.5.0-r1.ebuild (13 Sep 2002) diff --git a/x11-terms/mlterm/files/digest-mlterm-2.6.2 b/x11-terms/mlterm/files/digest-mlterm-2.6.2 new file mode 100644 index 000000000000..9f0cb40f89ca --- /dev/null +++ b/x11-terms/mlterm/files/digest-mlterm-2.6.2 @@ -0,0 +1 @@ +MD5 693d4a8cc9eace18f3b95258c9063a3c mlterm-2.6.2.tar.gz 1659672 diff --git a/x11-terms/mlterm/mlterm-2.6.2.ebuild b/x11-terms/mlterm/mlterm-2.6.2.ebuild new file mode 100644 index 000000000000..f1102526969f --- /dev/null +++ b/x11-terms/mlterm/mlterm-2.6.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/mlterm-2.6.2.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ + +IUSE="truetype gtk gnome imlib" + +S=${WORKDIR}/${P} +DESCRIPTION="A multi-lingual terminal emulator" +HOMEPAGE="http://mlterm.sourceforge.net/" +SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="BSD" + +DEPEND="virtual/x11 + imlib? ( >=media-libs/imlib-1.9.14 ) + gtk? ( >=x11-libs/gtk+-1.2.10 ) + gnome? ( >=media-libs/gdk-pixbuf-0.18.0 ) + truetype? ( >=media-libs/freetype-2.1.2 )" + + +src_compile() { + local myconf + + use imlib \ + && myconf="${myconf} --enable-imlib" + + use gnome \ + && myconf="${myconf} --enable-gdk-pixbuf" + + use truetype \ + && myconf="${myconf} --enable-anti-alias" + + myconf="${myconf} --enable-utmp" + + econf ${myconf} || die "./configure failed" + emake || die +} + +src_install () { + + make DESTDIR=${D} install || die + + dodoc ChangeLog LICENCE README +} |