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 | |
parent | 63ba64c565b624d487fd2bafeaf9ab2935a30595 (diff) | |
download | ports-36a0d189185cacc94a0088c43ad5f6f8666f5d88.tar.gz ports-36a0d189185cacc94a0088c43ad5f6f8666f5d88.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-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 |
5 files changed, 43 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 423a03dd881e..2fe8d0566bd4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -119,6 +119,7 @@ SUBDIR += superkaramba SUBDIR += taskjuggler SUBDIR += teapot + SUBDIR += timer-applet SUBDIR += treeline SUBDIR += tuxcards SUBDIR += vym 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 |