diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 11:06:19 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 11:06:19 +0800 |
commit | 84c1b6ee9514589c9c0b72b8b17c993fddda4500 (patch) | |
tree | 4ac8b53aea548426cfea875fc02440d24faf0acc /deskutils | |
parent | ce476008a877120978b209379c58b94d264f1af4 (diff) | |
download | freebsd-ports-gnome-84c1b6ee9514589c9c0b72b8b17c993fddda4500.tar.gz freebsd-ports-gnome-84c1b6ee9514589c9c0b72b8b17c993fddda4500.tar.zst freebsd-ports-gnome-84c1b6ee9514589c9c0b72b8b17c993fddda4500.zip |
Adding bulb version 1.0.6.
A simple GNOME applet which provides a warning service when tasks
terminate.
PR: 17337
Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bulb/Makefile | 25 | ||||
-rw-r--r-- | deskutils/bulb/distinfo | 1 | ||||
-rw-r--r-- | deskutils/bulb/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/bulb/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/bulb/pkg-plist | 12 |
5 files changed, 46 insertions, 0 deletions
diff --git a/deskutils/bulb/Makefile b/deskutils/bulb/Makefile new file mode 100644 index 000000000000..b576bfd68c87 --- /dev/null +++ b/deskutils/bulb/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: bulb +# Date created: 03/09/2000 +# Whom: smoberly@xavier.dyndns.org +# +# $FreeBSD$ +# + +PORTNAME= bulb +PORTVERSION= 1.0.6 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.idiap.ch/~gobry/bulb/ + +MAINTAINER= smoberly@xavier.dyndns.org + +LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore \ + intl.1:${PORTSDIR}/devel/gettext + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" LDFLAGS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome + +.include <bsd.port.mk> diff --git a/deskutils/bulb/distinfo b/deskutils/bulb/distinfo new file mode 100644 index 000000000000..a1a30f1ea31b --- /dev/null +++ b/deskutils/bulb/distinfo @@ -0,0 +1 @@ +MD5 (bulb-1.0.6.tar.gz) = 5a5e9cddc1e52d9a6efc6599ee390555 diff --git a/deskutils/bulb/pkg-comment b/deskutils/bulb/pkg-comment new file mode 100644 index 000000000000..832ad6cca72f --- /dev/null +++ b/deskutils/bulb/pkg-comment @@ -0,0 +1 @@ +GNOME applet to warn about task terminations diff --git a/deskutils/bulb/pkg-descr b/deskutils/bulb/pkg-descr new file mode 100644 index 000000000000..ca867f73af6b --- /dev/null +++ b/deskutils/bulb/pkg-descr @@ -0,0 +1,7 @@ +This is a simple-minded applet for GNOME, which provides a warning service. +I typically use it to warn me when a long compilation or computation is +finished. + +WWW: http://www.idiap.ch/~gobry/bulb.html + +Scott Moberly <smoberly@xavier.dyndns.org> diff --git a/deskutils/bulb/pkg-plist b/deskutils/bulb/pkg-plist new file mode 100644 index 000000000000..e3d96c6cae26 --- /dev/null +++ b/deskutils/bulb/pkg-plist @@ -0,0 +1,12 @@ +bin/bulb +bin/bulb-applet +bin/bulbexec +etc/CORBA/servers/bulb-applet.gnorba +etc/CORBA/servers/bulb.gnorba +share/gnome/applets/Utility/bulb.desktop +share/gnome/pixmaps/bulb/allume.png +share/gnome/pixmaps/bulb/erreur.png +share/gnome/pixmaps/bulb/eteint.png +share/locale/de/LC_MESSAGES/bulb.mo +share/locale/fr/LC_MESSAGES/bulb.mo +@dirrm share/gnome/pixmaps/bulb |