diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-19 07:30:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-19 07:30:42 +0000 |
commit | 36a0d189185cacc94a0088c43ad5f6f8666f5d88 (patch) | |
tree | 94608b8184ecb7f0cbb4dbfe843c9a8577aba2be /deskutils/timer-applet | |
parent | 63ba64c565b624d487fd2bafeaf9ab2935a30595 (diff) |
Add new port timer-applet
Timer Applet is a countdown timer applet for the GNOME panel.
Highlights:
* Quickly set a time and the applet will notify you when time's up
* Create presets for quick access to frequently-used times
* Small and unobtrusive. Choose to either view the remaining time right in
the panel or hide it so you don't get distracted by the countdown.
You can still view the remaining time by hovering your mouse over the
timer icon
* User interface follows the GNOME Human Interface Guidelines
Notes
Notes:
svn path=/head/; revision=126774
Diffstat (limited to 'deskutils/timer-applet')
-rw-r--r-- | deskutils/timer-applet/Makefile | 21 | ||||
-rw-r--r-- | deskutils/timer-applet/distinfo | 2 | ||||
-rw-r--r-- | deskutils/timer-applet/pkg-descr | 14 | ||||
-rw-r--r-- | deskutils/timer-applet/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile new file mode 100644 index 000000000000..602805e61fa4 --- /dev/null +++ b/deskutils/timer-applet/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: timer-applet +# Date created: 2005-01-12 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= timer-applet +PORTVERSION= 0.3 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= timerapplet + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Timer applet for the Gnome panel + +USE_GNOME= gnomehack gnomeprefix gnometarget gnomepanel +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +.include <bsd.port.mk> diff --git a/deskutils/timer-applet/distinfo b/deskutils/timer-applet/distinfo new file mode 100644 index 000000000000..b549589f3473 --- /dev/null +++ b/deskutils/timer-applet/distinfo @@ -0,0 +1,2 @@ +MD5 (timer-applet-0.3.tar.gz) = 43415a819440df85cecf0c971ab3a48a +SIZE (timer-applet-0.3.tar.gz) = 122601 diff --git a/deskutils/timer-applet/pkg-descr b/deskutils/timer-applet/pkg-descr new file mode 100644 index 000000000000..2d092ccf908a --- /dev/null +++ b/deskutils/timer-applet/pkg-descr @@ -0,0 +1,14 @@ +[From WebPage] + +Timer Applet is a countdown timer applet for the GNOME panel. + +Highlights: + * Quickly set a time and the applet will notify you when time's up + * Create presets for quick access to frequently-used times + * Small and unobtrusive. Choose to either view the remaining time right in + the panel or hide it so you don't get distracted by the countdown. + You can still view the remaining time by hovering your mouse over the + timer icon + * User interface follows the GNOME Human Interface Guidelines + +WWW: http://timerapplet.sourceforge.net/ diff --git a/deskutils/timer-applet/pkg-plist b/deskutils/timer-applet/pkg-plist new file mode 100644 index 000000000000..2d47c64e343b --- /dev/null +++ b/deskutils/timer-applet/pkg-plist @@ -0,0 +1,5 @@ +bin/timer-applet +libdata/bonobo/servers/timer-applet.server +share/gnome/gnome-2.0/ui/timer-applet.xml +share/gnome/pixmaps/timer-applet/timer-applet-icon.png +@dirrm share/gnome/pixmaps/timer-applet |