diff options
Diffstat (limited to 'x11-plugins')
79 files changed, 1124 insertions, 0 deletions
diff --git a/x11-plugins/gkleds/ChangeLog b/x11-plugins/gkleds/ChangeLog new file mode 100644 index 000000000000..d7c69ce70ac6 --- /dev/null +++ b/x11-plugins/gkleds/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/gkleds +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkleds/ChangeLog,v 1.1 2002/08/30 07:44:12 seemant Exp $ + +*gkleds-0.6.1 (22 May 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to x11-plugins + + 22 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/gkleds/files/digest-gkleds-0.6.1 b/x11-plugins/gkleds/files/digest-gkleds-0.6.1 new file mode 100644 index 000000000000..b5ee9c0bf2ed --- /dev/null +++ b/x11-plugins/gkleds/files/digest-gkleds-0.6.1 @@ -0,0 +1 @@ +MD5 e4d78d16ea211d63988811e56f3c42e8 gkleds-0.6.1.tar.gz 21063 diff --git a/x11-plugins/gkleds/gkleds-0.6.1.ebuild b/x11-plugins/gkleds/gkleds-0.6.1.ebuild new file mode 100644 index 000000000000..4e7b8e645dd9 --- /dev/null +++ b/x11-plugins/gkleds/gkleds-0.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkleds/gkleds-0.6.1.ebuild,v 1.1 2002/08/30 07:44:12 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Gkrellm plugin for monitoring keyboard LEDs" +SRC_URI="http://www.stud.ifi.uio.no/~oyvinha/gkleds/${P}.tar.gz" +HOMEPAGE="http://www.stud.ifi.uio.no/~oyvinha/gkleds/" + +DEPEND="=app-admin/gkrellm-1.2*" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + make || die +} + +src_install() { + insinto /usr/lib/gkrellm/plugins + doinst gkleds.so + + dodoc COPYING Changelog License TODO INSTALL README +} diff --git a/x11-plugins/gklmsensors/ChangeLog b/x11-plugins/gklmsensors/ChangeLog new file mode 100644 index 000000000000..c06be7f57fd5 --- /dev/null +++ b/x11-plugins/gklmsensors/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for x11-plugins/gklmsensors +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gklmsensors/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*gklmsensors-0.1 (21 May 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 21 May 2002; Bruce A. Locke <blocke@shivan.org> gklmsensors-0.1.ebuild.ebuild : + + Contributed by robin@digitalevacuation.org (Robin Cull) + + diff --git a/x11-plugins/gklmsensors/files/digest-gklmsensors-0.1 b/x11-plugins/gklmsensors/files/digest-gklmsensors-0.1 new file mode 100644 index 000000000000..b76e931dcce3 --- /dev/null +++ b/x11-plugins/gklmsensors/files/digest-gklmsensors-0.1 @@ -0,0 +1 @@ +MD5 88c76ceb05cedb7cdb56dd92a52ae540 gklmsensors-0.1.tar.bz2 6183 diff --git a/x11-plugins/gklmsensors/gklmsensors-0.1.ebuild b/x11-plugins/gklmsensors/gklmsensors-0.1.ebuild new file mode 100644 index 000000000000..0771de2a3ad0 --- /dev/null +++ b/x11-plugins/gklmsensors/gklmsensors-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2002 Robin Cull +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gklmsensors/gklmsensors-0.1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/gklmsensors +DESCRIPTION="A GKrellm plugin for monitoring lm_sensors" +HOMEPAGE="http://sourceforge.net/projects/gklmsensors" +SRC_URI="mirror://sourceforge/gklmsensors/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="=app-admin/gkrellm-1.2* + >=sys-apps/lm_sensors-2.6.3" + +src_compile() { + emake all || die +} + +src_install() { + insinto /usr/lib/gkrellm/plugins + doins sensors.so +} diff --git a/x11-plugins/glogwatch/ChangeLog b/x11-plugins/glogwatch/ChangeLog new file mode 100644 index 000000000000..3c3a6e33d975 --- /dev/null +++ b/x11-plugins/glogwatch/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-plugins/glogwatch +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/glogwatch/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*glogwatch-1.0 (19 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> glogwatch-1.0.ebuild: + + Added glogwatch plugin for gkrellm. Thanks to Seemant Kulleen for the + ebuild. diff --git a/x11-plugins/glogwatch/files/digest-glogwatch-1.0 b/x11-plugins/glogwatch/files/digest-glogwatch-1.0 new file mode 100644 index 000000000000..0c0340d834e8 --- /dev/null +++ b/x11-plugins/glogwatch/files/digest-glogwatch-1.0 @@ -0,0 +1 @@ +MD5 d1b9459fd2ce25ee832e63730a9ac606 glogwatch-1.0.tar.gz 4977 diff --git a/x11-plugins/glogwatch/glogwatch-1.0.ebuild b/x11-plugins/glogwatch/glogwatch-1.0.ebuild new file mode 100644 index 000000000000..d06901c3e270 --- /dev/null +++ b/x11-plugins/glogwatch/glogwatch-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/glogwatch/glogwatch-1.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Gkrellm plugin that tracks a log file." +SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${P}.tar.gz" +HOMEPAGE="http://www.uberh4x0r.org/download/gkrellm" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="=app-admin/gkrellm-1.2*" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/lib/gkrellm/plugins + doexe glogwatch.so + dodoc README COPYRIGHT +} diff --git a/x11-plugins/wmCalClock/ChangeLog b/x11-plugins/wmCalClock/ChangeLog new file mode 100644 index 000000000000..f9113d60f291 --- /dev/null +++ b/x11-plugins/wmCalClock/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmCalClock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmCalClock-1.25 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 b/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 new file mode 100644 index 000000000000..c83f0cf528b3 --- /dev/null +++ b/x11-plugins/wmCalClock/files/digest-wmCalClock-1.25 @@ -0,0 +1 @@ +MD5 a401ded0e1fee4bcc4623076159bca41 wmCalClock-1.25.tar.gz 71574 diff --git a/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild b/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild new file mode 100644 index 000000000000..520b7e49b060 --- /dev/null +++ b/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2001 Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/wmCalClock-1.25.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P}/Src +DESCRIPTION="WMaker DockApp: A Calendar clock with antialiased text." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/man/man1 + make DESTDIR=${D}/usr install || die +} diff --git a/x11-plugins/wmMatrix/ChangeLog b/x11-plugins/wmMatrix/ChangeLog new file mode 100644 index 000000000000..ef7d2f16aa22 --- /dev/null +++ b/x11-plugins/wmMatrix/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmMatrix +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmMatrix-0.2 (7-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmMatrix-0.2.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 b/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 new file mode 100644 index 000000000000..63e6f1ac84f4 --- /dev/null +++ b/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 @@ -0,0 +1 @@ +MD5 4e9f0c94e78ad65ea9a564fba5f7a187 wmMatrix-0.2.tar.gz 225343 diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild new file mode 100644 index 000000000000..e377e2cdb106 --- /dev/null +++ b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + # this version is distributed with compiled binaries! + make clean + emake || die +} + +src_install () { + dobin wmMatrix +} diff --git a/x11-plugins/wmalms/ChangeLog b/x11-plugins/wmalms/ChangeLog new file mode 100644 index 000000000000..6533e20163ac --- /dev/null +++ b/x11-plugins/wmalms/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for x11-plugins/wmalms +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmalms-1.0.0a-r1 (6 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 19 Jul 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a-r1.ebuild : + + add dependency on lm_sensors + + 6 Jun 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a-r1.ebuild + + Fix doc locations + +*wmalms-1.0.0a (3 Jun 2002) + + 3 Jun 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a.ebuild + + Initial package diff --git a/x11-plugins/wmalms/files/digest-wmalms-1.0.0a-r1 b/x11-plugins/wmalms/files/digest-wmalms-1.0.0a-r1 new file mode 100644 index 000000000000..33e98875a532 --- /dev/null +++ b/x11-plugins/wmalms/files/digest-wmalms-1.0.0a-r1 @@ -0,0 +1 @@ +MD5 0486f7b7d1b4c57da07240498216eae4 wmalms-1.0.0a.tar.gz 52588 diff --git a/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild b/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild new file mode 100644 index 000000000000..47821dd65ed6 --- /dev/null +++ b/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2002, Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="wmalms X-windows hardware sensors applet" +HOMEPAGE="http://www.geocities.com/wmalms" +SRC_URI="http://www.geocities.com/wmalms/wmalms-1.0.0a.tar.gz" + +DEPEND="virtual/x11 + sys-apps/lm_sensors" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc/${P} install +} diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog new file mode 100644 index 000000000000..8b4257e716d0 --- /dev/null +++ b/x11-plugins/wmapm/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmapm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmapm-3.1 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmapm/files/digest-wmapm-3.1 b/x11-plugins/wmapm/files/digest-wmapm-3.1 new file mode 100644 index 000000000000..377c50dcf695 --- /dev/null +++ b/x11-plugins/wmapm/files/digest-wmapm-3.1 @@ -0,0 +1 @@ +MD5 5a62620d49b5cc4c2250e013149ca1e9 wmapm-3.1.tar.gz 28321 diff --git a/x11-plugins/wmapm/wmapm-3.1.ebuild b/x11-plugins/wmapm/wmapm-3.1.ebuild new file mode 100644 index 000000000000..e0e8ca41ebe2 --- /dev/null +++ b/x11-plugins/wmapm/wmapm-3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P}/wmapm +DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops" +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/man/man1 + make DESTDIR=${D}/usr install || die +} diff --git a/x11-plugins/wmappl/ChangeLog b/x11-plugins/wmappl/ChangeLog new file mode 100644 index 000000000000..1624d0f5a7d3 --- /dev/null +++ b/x11-plugins/wmappl/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-misc/wmappl +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmappl-0.6 (7-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmappl-0.6.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmappl/files/digest-wmappl-0.6 b/x11-plugins/wmappl/files/digest-wmappl-0.6 new file mode 100644 index 000000000000..98d4d1190544 --- /dev/null +++ b/x11-plugins/wmappl/files/digest-wmappl-0.6 @@ -0,0 +1 @@ +MD5 2625c90fe837cdacec93876e3cbc11b2 wmappl-0.6.tar.gz 44747 diff --git a/x11-plugins/wmappl/wmappl-0.6.ebuild b/x11-plugins/wmappl/wmappl-0.6.ebuild new file mode 100644 index 000000000000..51466b056ff9 --- /dev/null +++ b/x11-plugins/wmappl/wmappl-0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.6.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Simple application launcher for the Window Maker dock." +SRC_URI="http://www.upl.cs.wisc.edu/~charkins/wmappl/${P}.tar.gz" +HOMEPAGE="http://www.pobox.com/~charkins/wmappl.html" + +DEPEND="virtual/x11" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + dobin wmappl + dodoc README LICENSE CHANGELOG sample.wmapplrc + insinto /usr/share/icons/wmappl + doins icons/* +} diff --git a/x11-plugins/wmbatppc/ChangeLog b/x11-plugins/wmbatppc/ChangeLog new file mode 100644 index 000000000000..d140bb0c9005 --- /dev/null +++ b/x11-plugins/wmbatppc/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-plugins/wmbatppc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmbatppc-1.0-r1 (04 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 04 Jun 2002; Olivier Reisch <doctomoe@gentoo.org> wmbatppc-1.0-r1.ebuild: + + Initial release of the wmbatppc ebuild. Thanks to theim@umd.umich.edu + (Todd Heim) who contributed this ebuild. diff --git a/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 b/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 new file mode 100644 index 000000000000..6195afc82742 --- /dev/null +++ b/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 @@ -0,0 +1 @@ +MD5 2c0bdeed382993fc1d6f66814dc322ba wmbatppc-1.0.tar.gz 32645 diff --git a/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild b/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild new file mode 100644 index 000000000000..bf4675afbccf --- /dev/null +++ b/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmbatppc +DESCRIPTION="wmbatppc is a small battery-monitoring dockapp. It works on G3/G4 Powerbooks and iBooks." +SRC_URI="http://titelou.free.fr/wmbatppc/${P}.tar.gz" +HOMEPAGE="http://titelou.free.fr/wmbatppc/" + +DEPEND="virtual/x11 + sys-apps/pmud" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="ppc" + +src_compile() { + make || die +} + +src_install () { + dodir /usr/bin/ + dobin wmbatppc + doman wmbatppc.1 +} diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog new file mode 100644 index 000000000000..c4056f6af945 --- /dev/null +++ b/x11-plugins/wmbattery/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmbattery +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmbattery-1.2.1-r1 (7-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmbattery-1.2.1-r1.ebuild : + + Fixed and added to portage. + + 2 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmbattery-1.2.1-r1.ebuild : + + First version of this portage. diff --git a/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r1 b/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r1 new file mode 100644 index 000000000000..64e9d36c97bc --- /dev/null +++ b/x11-plugins/wmbattery/files/digest-wmbattery-1.2.1-r1 @@ -0,0 +1 @@ +MD5 8b85808deec55fb79c5285b02f827ce6 wmbattery.tar.gz 43487 diff --git a/x11-plugins/wmbattery/wmbattery-1.2.1-r1.ebuild b/x11-plugins/wmbattery/wmbattery-1.2.1-r1.ebuild new file mode 100644 index 000000000000..c5cb4333415e --- /dev/null +++ b/x11-plugins/wmbattery/wmbattery-1.2.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-1.2.1-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmbattery +DESCRIPTION="A dockable app to report APM battery stats." +SRC_URI="http://kitenet.net/programs/code/wmbattery/wmbattery.tar.gz" +HOMEPAGE="http://kitenet.net/programs/wmbattery" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dobin wmbattery + doman wmbattery.1x + dodoc README COPYING TODO + + #install the icons. + insinto /usr/share/icons/wmbattery + doins *.xpm +} diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog new file mode 100644 index 000000000000..200af3610edd --- /dev/null +++ b/x11-plugins/wmbiff/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmbiff +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmbiff-0.3.5 (7-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmbiff-0.3.5.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5 b/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5 new file mode 100644 index 000000000000..2d8437ecf62d --- /dev/null +++ b/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5 @@ -0,0 +1 @@ +MD5 c0138aa6f637ef7d89f5edb37df46308 wmbiff-0.3.5.tar.gz 43983 diff --git a/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild b/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild new file mode 100644 index 000000000000..6a401b48d0df --- /dev/null +++ b/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild @@ -0,0 +1,29 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P}/wmbiff +DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." +SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/wmbiff/" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + # disabling crypt for now, until I have time to + # spend. + mv Makefile Makefile.orig + grep -v TLS Makefile.orig | grep -v gnutls > Makefile + emake || die +} + +src_install () { + dobin wmbiff + doman wmbiff.1 wmbiffrc.5 + cd .. + dodoc ChangeLog NEWS README README.licq TODO +} diff --git a/x11-plugins/wmcms/ChangeLog b/x11-plugins/wmcms/ChangeLog new file mode 100644 index 000000000000..ec1fa7b06684 --- /dev/null +++ b/x11-plugins/wmcms/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmcms +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmcms-0.3.5 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 new file mode 100644 index 000000000000..96367ea8b7c2 --- /dev/null +++ b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 @@ -0,0 +1 @@ +MD5 8f6471bc10ed767bdd4fc3320cd3136c wmcms-0.3.5.tar.bz2 18920 diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild new file mode 100644 index 000000000000..5d57f4cb251b --- /dev/null +++ b/x11-plugins/wmcms/wmcms-0.3.5.ebuild @@ -0,0 +1,22 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." +SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" +HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" + +DEPEND=">=x11-libs/docklib-0.2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + make || die +} + +src_install () { + dobin wmcms +} diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog new file mode 100644 index 000000000000..543f0c767af3 --- /dev/null +++ b/x11-plugins/wmfishtime/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for x11-plugins/wmfishtime +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmfishtime-1.23-r2 (7 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Jun 2002; J. Perrot <blackmore@gentoo.org> : + + Correction of the sed substitution in the ebuild file + +*wmfishtime-1.23-r1 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1 new file mode 100644 index 000000000000..d9653fb5c09f --- /dev/null +++ b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1 @@ -0,0 +1 @@ +MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz 21730 diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 new file mode 100644 index 000000000000..d9653fb5c09f --- /dev/null +++ b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 @@ -0,0 +1 @@ +MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz 21730 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild new file mode 100644 index 000000000000..cfe950997539 --- /dev/null +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +# to make this work in KDE, run it with the -b option :) +S=${WORKDIR}/${P} +DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" +HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" +SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="=x11-libs/gtk+-1.2*" + +src_compile() { + sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile + make || die +} + +src_install () { + into /usr + dobin wmfishtime + doman wmfishtime.1 + dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING +} diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild new file mode 100644 index 000000000000..2b3c72f2326e --- /dev/null +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +# to make this work in KDE, run it with the -b option :) +S=${WORKDIR}/${P} +DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" +HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" +SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="=x11-libs/gtk+-1.2*" + +src_compile() { + sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile.tmp + mv Makefile.tmp Makefile + make || die +} + +src_install () { + into /usr + dobin wmfishtime + doman wmfishtime.1 + dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING +} diff --git a/x11-plugins/wmifs/ChangeLog b/x11-plugins/wmifs/ChangeLog new file mode 100644 index 000000000000..105416217325 --- /dev/null +++ b/x11-plugins/wmifs/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmapm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmifs-1.3_beta1 (3 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 3 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org>: + + Initial ebuild revision. diff --git a/x11-plugins/wmifs/files/digest-wmifs-1.3_beta1 b/x11-plugins/wmifs/files/digest-wmifs-1.3_beta1 new file mode 100644 index 000000000000..a79ec0844d5d --- /dev/null +++ b/x11-plugins/wmifs/files/digest-wmifs-1.3_beta1 @@ -0,0 +1 @@ +MD5 4a6ec0141792debac2803e0697fa1dd6 wmifs-1.3b1.tar.gz 32970 diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1.ebuild new file mode 100644 index 000000000000..5c213afb3d09 --- /dev/null +++ b/x11-plugins/wmifs/wmifs-1.3_beta1.ebuild @@ -0,0 +1,26 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmifs.app/wmifs +DESCRIPTION="Network monitoring dock.app" +SRC_URI="http://linux.tucows.tierra.net/files/x11/dock/wmifs-1.3b1.tar.gz" +HOMEPAGE="http://www.linux.tucows.com" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + dobin wmifs + insinto /usr/share/wmifs + doins sample.wmifsrc + cd .. + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO +} diff --git a/x11-plugins/wmmail/ChangeLog b/x11-plugins/wmmail/ChangeLog new file mode 100644 index 000000000000..f42c9d034821 --- /dev/null +++ b/x11-plugins/wmmail/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmmail +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmmail-0.64 (19-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 19 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmail-0.64.ebuild : + + Initial version of this package. diff --git a/x11-plugins/wmmail/files/digest-wmmail-0.64 b/x11-plugins/wmmail/files/digest-wmmail-0.64 new file mode 100644 index 000000000000..4f910da0c617 --- /dev/null +++ b/x11-plugins/wmmail/files/digest-wmmail-0.64 @@ -0,0 +1 @@ +MD5 fc596db9f2f6b52eec3a303178106c8e WMMail.app-0.64.tar.gz 147305 diff --git a/x11-plugins/wmmail/wmmail-0.64.ebuild b/x11-plugins/wmmail/wmmail-0.64.ebuild new file mode 100644 index 000000000000..6f507597a643 --- /dev/null +++ b/x11-plugins/wmmail/wmmail-0.64.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/wmmail-0.64.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +MY_PN=WMMail.app +MY_P=${MY_P}-${PV} +S=${WORKDIR}/${MY_PN} +DESCRIPTION="Mail checking dock applet for WindowMaker (mbox, POP3, IMAP, mh, and MailDir)" +HOMEPAGE="http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail" +SRC_URI="http://www.eecg.utoronto.ca/~chanb/${MY_PN}/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/x11 + x11-libs/libPropList" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install () { + cd "${S}" + make DESTDIR="${D}" install || die + dodir /usr/bin + dosym /usr/lib/GNUstep/Apps/${MY_PN}/WMMail /usr/bin/wmmail + dodoc AUTHORS COPYING NEWS README doc/Help.txt + mv doc/wmmail.man doc/wmmail.1 + doman doc/wmmail.1 +} diff --git a/x11-plugins/wmmixer-alsa/ChangeLog b/x11-plugins/wmmixer-alsa/ChangeLog new file mode 100644 index 000000000000..22eeb58b4f52 --- /dev/null +++ b/x11-plugins/wmmixer-alsa/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmmixer-alsa +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmmixer-alsa-0.6 (7-Feb-2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmmixer-alsa-0.6.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmmixer-alsa/files/digest-wmmixer-alsa-0.6 b/x11-plugins/wmmixer-alsa/files/digest-wmmixer-alsa-0.6 new file mode 100644 index 000000000000..308db8c75ae7 --- /dev/null +++ b/x11-plugins/wmmixer-alsa/files/digest-wmmixer-alsa-0.6 @@ -0,0 +1 @@ +MD5 64af71ea3829259d41ebc682d3b8fd76 wmmixer-alsa-0.6.tar.gz 14946 diff --git a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild new file mode 100644 index 000000000000..a39360eff28c --- /dev/null +++ b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A hacked version of wmmixer by Sam Hawker to make it use ALSA in stead of the OSS sound drivers in the linux kernel." +SRC_URI="http://bohemians.org/~iznogood/wmmixer-alsa/${P}.tar.gz" +HOMEPAGE="http://bohemians.org/~iznogood/" + +DEPEND="virtual/x11 + =media-libs/alsa-lib-0.5*" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake || die +} + +src_install () { + dodoc README COPYING + dobin wmmixer-alsa +} diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog new file mode 100644 index 000000000000..69b43fa2b417 --- /dev/null +++ b/x11-plugins/wmmon/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for x11-plugins/wmmon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmmon-1.0_beta2-r1 (9-Feb-2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 9 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmon-1.0_beta2.ebuild : + + Fixed to make use of $CFLAGS. + +*wmmon-1.0_beta2 (7-Feb-2002) + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmmon-1.0_beta2.ebuild : + + Fixed and added to portage. + + 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmon-1.0_beta2.ebuild : + + First version of this portage. diff --git a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 new file mode 100644 index 000000000000..aa0d5acf08e0 --- /dev/null +++ b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 @@ -0,0 +1 @@ +MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589 diff --git a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 new file mode 100644 index 000000000000..aa0d5acf08e0 --- /dev/null +++ b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 @@ -0,0 +1 @@ +MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589 diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild new file mode 100644 index 000000000000..2df22f002ba6 --- /dev/null +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ +S="${WORKDIR}/wmmon.app" + +DESCRIPTION="Dockable system resources monitor applette for WindowMaker" +WMMON_VERSION=1_0b2 +SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz" +HOMEPAGE="http://www.bensinclair.com/dockapp/" + +DEPEND="x11-wm/WindowMaker" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_unpack() { + unpack "${A}" + cd "${S}/wmmon" + mv Makefile Makefile.orig + sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile +} + +src_compile() { + emake -C wmmon || die +} + +src_install () { + dobin wmmon/wmmon + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO +} diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild new file mode 100644 index 000000000000..7aaa66ffcd91 --- /dev/null +++ b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmmon.app +DESCRIPTION="Dockable system resources monitor applette for WindowMaker" +WMMON_VERSION=1_0b2 +SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz" +HOMEPAGE="http://www.bensinclair.com/dockapp/" + +DEPEND="x11-wm/WindowMaker" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake -C wmmon || die +} + +src_install () { + dobin wmmon/wmmon + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO +} diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog new file mode 100644 index 000000000000..3f5636c4acc5 --- /dev/null +++ b/x11-plugins/wmnet/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmnet +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmnet-1.06.ebuild (8 Jun 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 8 Jun 2002; Donny Davies <woodchip@gentoo.org> : + + New port from eyez@infinite.fsw.leidenuniv.nl (Y-z). diff --git a/x11-plugins/wmnet/files/digest-wmnet-1.06 b/x11-plugins/wmnet/files/digest-wmnet-1.06 new file mode 100644 index 000000000000..5c529e7b47d4 --- /dev/null +++ b/x11-plugins/wmnet/files/digest-wmnet-1.06 @@ -0,0 +1 @@ +MD5 64e74c37c0cb5fd4fb81cfb0f5c4a264 wmnet-1.06.tar.gz 27506 diff --git a/x11-plugins/wmnet/wmnet-1.06.ebuild b/x11-plugins/wmnet/wmnet-1.06.ebuild new file mode 100644 index 000000000000..cf5afb276779 --- /dev/null +++ b/x11-plugins/wmnet/wmnet-1.06.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WMnet is a dock.app network monitor" +SRC_URI="http://www.digitalkaos.net/linux/${PN}/download/${P}.tar.gz" +HOMEPAGE="http://http://www.digitalkaos.net/linux/wmnet/" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + xmkmf + emake || die +} + +src_install() { + dobin wmnet + dohtml wmnet.1x.html + newman wmnet.man wmnet.1 + dodoc README Changelog +} diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog new file mode 100644 index 000000000000..b318ca04a989 --- /dev/null +++ b/x11-plugins/wmnetselect/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for x11-plugins/wmnetselect +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmnetselect-0.8-r1 (9-Feb-2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 9 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmnetselect-0.8.ebuild-r1 : + + Fixed to make use of CFLAGS. + +*wmnetselect-0.8 (7-Feb-2002) + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmnetselect-0.8.ebuild : + + Fixed and added to portage. + + 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmnetselect-0.8.ebuild : + + First version of the package. + diff --git a/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 b/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 new file mode 100644 index 000000000000..797fa37a0fe5 --- /dev/null +++ b/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 @@ -0,0 +1 @@ +MD5 6086c2bf0135999b548c4b7b1381112e wmnetselect-0.8.tar.gz 69519 diff --git a/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8-r1 b/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8-r1 new file mode 100644 index 000000000000..797fa37a0fe5 --- /dev/null +++ b/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8-r1 @@ -0,0 +1 @@ +MD5 6086c2bf0135999b548c4b7b1381112e wmnetselect-0.8.tar.gz 69519 diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild new file mode 100644 index 000000000000..63ee17745f83 --- /dev/null +++ b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WindowMaker browser launcher doclette" +HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" +SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die + emake CDEBUGFLAGS="${CFLAGS}" wmnetselect || die +} + +src_install () { + dobin wmnetselect + dodoc COPYING README ChangeLog TODO README.html +} diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild new file mode 100644 index 000000000000..e04a16d6ba59 --- /dev/null +++ b/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WindowMaker browser launcher doclette" +HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" +SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die + emake wmnetselect || die +} + +src_install () { + dobin wmnetselect + dodoc COPYING README ChangeLog TODO README.html +} diff --git a/x11-plugins/wmpinboard/ChangeLog b/x11-plugins/wmpinboard/ChangeLog new file mode 100644 index 000000000000..8f105012bed9 --- /dev/null +++ b/x11-plugins/wmpinboard/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-plugins/wmpinboard +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmpinboard-1.0 (26 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 26 May 2002; J.Alberto S.L. <bass@gentoo.org> wmpinboard-1.0.ebuild: + First relase. diff --git a/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 b/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 new file mode 100644 index 000000000000..717bdd512f2e --- /dev/null +++ b/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 @@ -0,0 +1 @@ +MD5 5a270397f7765b3416abae43d020a0c9 wmpinboard-1.0.tar.bz2 112267 diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild new file mode 100644 index 000000000000..6ed2874d0689 --- /dev/null +++ b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Window Maker dock applet resembling a miniature pinboard." +SRC_URI="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/${P}.tar.bz2" +HOMEPAGE="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard" + +DEPEND="virtual/x11 + media-libs/xpm" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + econf + emake || die "emake failed" +} + +src_install () { + make DESTDIR=${D} install-strip || die "install failed" +} + diff --git a/x11-plugins/wmppp/ChangeLog b/x11-plugins/wmppp/ChangeLog new file mode 100644 index 000000000000..592f1438b44c --- /dev/null +++ b/x11-plugins/wmppp/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmppp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmppp-1.3.0 (7-Feb-2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmppp-1.3.0.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmppp/files/digest-wmppp-1.3.0 b/x11-plugins/wmppp/files/digest-wmppp-1.3.0 new file mode 100644 index 000000000000..52c2e95958f6 --- /dev/null +++ b/x11-plugins/wmppp/files/digest-wmppp-1.3.0 @@ -0,0 +1 @@ +MD5 40ab9b9f905f461d54d8d93f1d143a81 wmppp-1.3.0.tar.gz 31187 diff --git a/x11-plugins/wmppp/wmppp-1.3.0.ebuild b/x11-plugins/wmppp/wmppp-1.3.0.ebuild new file mode 100644 index 000000000000..ee1433afb3ca --- /dev/null +++ b/x11-plugins/wmppp/wmppp-1.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/wmppp-1.3.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmppp.app/wmppp +DESCRIPTION="Network monitoring dock.app" +SRC_URI="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tar.gz" +HOMEPAGE="http://www.linux.tucows.com" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake all || die +} + +src_install () { + dobin wmppp + exeinto /etc/ppp + doexe getmodemspeed + dodoc user.wmppprc + cd .. + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO +} diff --git a/x11-plugins/wmsysmon/ChangeLog b/x11-plugins/wmsysmon/ChangeLog new file mode 100644 index 000000000000..02cae8384584 --- /dev/null +++ b/x11-plugins/wmsysmon/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for x11-plugins/wmsysmon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmsysmon-0.7.6-r1 (June 24 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 24 June 2002; Mark Guertin <gerk@gentoo.org>: + + updated ebuild as it did not allow portage CFLAGS (defined its own) + which caused problems on PPC. Thanks to Todd Heim for submitting new ebuild. + closes bug #4059 + + +*wmsysmon-0.7.6 (7-Feb-2002) + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmsysmon-0.7.6.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6 b/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6 new file mode 100644 index 000000000000..251f0cd76a3e --- /dev/null +++ b/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6 @@ -0,0 +1 @@ +MD5 1f8b7872c20fa6af1c89265ea2126c31 wmsysmon-0.7.6.tar.gz 22792 diff --git a/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6-r1 b/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6-r1 new file mode 100644 index 000000000000..251f0cd76a3e --- /dev/null +++ b/x11-plugins/wmsysmon/files/digest-wmsysmon-0.7.6-r1 @@ -0,0 +1 @@ +MD5 1f8b7872c20fa6af1c89265ea2126c31 wmsysmon-0.7.6.tar.gz 22792 diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r1.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r1.ebuild new file mode 100644 index 000000000000..bc1531587036 --- /dev/null +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WMaker DockUp to monitor: Memory usage, Swap usage, I/O +throughput, system uptime, hardware interrupts, paging and swap activity." +SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz" +HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/x11" + +src_compile() { + mv src/Makefile src/Makefile.orig + sed 's/^CFLAGS/#CFLAGS/' src/Makefile.orig > src/Makefile + rm src/Makefile.orig + make -C src +} + +src_install () { + dobin src/wmsysmon + dodoc COPYING ChangeLog FAQ README +} diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild new file mode 100644 index 000000000000..d59e0d502e49 --- /dev/null +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild @@ -0,0 +1,23 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WMaker DockUp to monitor: Memory usage, Swap usage, I/O throughput, system uptime, hardware interrupts, paging and swap activity." +SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz" +HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + make -C src +} + +src_install () { + dobin src/wmsysmon + dodoc COPYING ChangeLog FAQ README +} diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog new file mode 100644 index 000000000000..20a1b4de1177 --- /dev/null +++ b/x11-plugins/wmweather/ChangeLog @@ -0,0 +1,25 @@ +# ChangeLog for x11-plugins/wmweather +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmweather-1.31-r1 (25 Apr 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 25 Apr 2002; Seemant Kulleen <seemant@gentoo.org> wmweather-1.31-r1.ebuild + files/digest-wmweather-1.31-r1 : + + WindowMaker is not a requirement for this app. So it was removed from the + DEPEND list. Thanks to gayeski@cae.wisc.edu (Michael Gayeski) in bug #2091 + +*wmweather-1.31 (9-Feb-2002) + + 9 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmweather-1.31.ebuild : + + Fixed to make use of CFLAGS. + + 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmweather-1.31.ebuild : + + First version of the package. diff --git a/x11-plugins/wmweather/files/digest-wmweather-1.31 b/x11-plugins/wmweather/files/digest-wmweather-1.31 new file mode 100644 index 000000000000..1972abfbd675 --- /dev/null +++ b/x11-plugins/wmweather/files/digest-wmweather-1.31 @@ -0,0 +1 @@ +MD5 f04693aa86d22099162cff3d0b5c9275 wmWeather-1.31.tar.gz 28639 diff --git a/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 b/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 new file mode 100644 index 000000000000..1972abfbd675 --- /dev/null +++ b/x11-plugins/wmweather/files/digest-wmweather-1.31-r1 @@ -0,0 +1 @@ +MD5 f04693aa86d22099162cff3d0b5c9275 wmWeather-1.31.tar.gz 28639 diff --git a/x11-plugins/wmweather/wmweather-1.31-r1.ebuild b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild new file mode 100644 index 000000000000..deb266bf0059 --- /dev/null +++ b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +MY_P=${P/wmw/wmW} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dockable applette for WindowMaker that shows weather." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="x11-base/xfree + sys-devel/perl" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake CFLAGS="$CFLAGS" -C Src || die +} + +src_install () { + dobin Src/wmWeather Src/GrabWeather + dodoc BUGS CHANGES COPYING HINTS INSTALL +} diff --git a/x11-plugins/wmweather/wmweather-1.31.ebuild b/x11-plugins/wmweather/wmweather-1.31.ebuild new file mode 100644 index 000000000000..19ae6fda08df --- /dev/null +++ b/x11-plugins/wmweather/wmweather-1.31.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +MY_P=${P/wmw/wmW} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dockable applette for WindowMaker that shows weather." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11 + sys-devel/perl" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + emake CFLAGS="$CFLAGS" -C Src || die +} + +src_install () { + dobin Src/wmWeather Src/GrabWeather + dodoc BUGS CHANGES COPYING HINTS INSTALL +} |