diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-07 14:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-07 14:25:29 +0000 |
commit | 8b538e6893c7ac10cb230f05e62ad1b82be583af (patch) | |
tree | ecc1a8bd510abe7b072b061281ad5a374f6a6796 /x11-clocks | |
parent | dbe57b82993d8a9cca5d82fb6c62b5756fc191cf (diff) | |
download | ports-8b538e6893c7ac10cb230f05e62ad1b82be583af.tar.gz ports-8b538e6893c7ac10cb230f05e62ad1b82be583af.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 26 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/pkg-plist | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 111d4e0c68dd..de5ee84a5b94 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -55,6 +55,7 @@ SUBDIR += xalarm SUBDIR += xdaliclock SUBDIR += xfce4-datetime-plugin + SUBDIR += xfce4-timer-out-plugin SUBDIR += xfce4-timer-plugin SUBDIR += xmms-alarm SUBDIR += xtimer diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile new file mode 100644 index 000000000000..78b80978d879 --- /dev/null +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: timer plugin for xfce4 +# Date created: 23 Januar 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-time-out-plugin +PORTVERSION= 0.1.1 +CATEGORIES= x11-clocks xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A timer out plugin for xfce + +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui libutil panel +USE_XLIB= yes + +.include <bsd.port.mk> diff --git a/x11-clocks/xfce4-timer-out-plugin/distinfo b/x11-clocks/xfce4-timer-out-plugin/distinfo new file mode 100644 index 000000000000..8e1213211626 --- /dev/null +++ b/x11-clocks/xfce4-timer-out-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = d2f5b157cf47c754d8dd007c73a4d1e6 +SHA256 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = b06c2ae768b47af5a550995218bb6f24f561c11c4fc091bbca83921998f47ea6 +SIZE (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = 201413 diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-descr b/x11-clocks/xfce4-timer-out-plugin/pkg-descr new file mode 100644 index 000000000000..3492dc1d52a4 --- /dev/null +++ b/x11-clocks/xfce4-timer-out-plugin/pkg-descr @@ -0,0 +1,5 @@ +This plugin makes it possible to take periodical breaks from the computer every +X minutes. During breaks it locks your screen. It optionally allows you to +postpone breaks for a certain time. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-plist b/x11-clocks/xfce4-timer-out-plugin/pkg-plist new file mode 100644 index 000000000000..71abf14cecb2 --- /dev/null +++ b/x11-clocks/xfce4-timer-out-plugin/pkg-plist @@ -0,0 +1,10 @@ +libexec/xfce4/panel-plugins/xfce4-time-out-plugin +share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png +share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg +share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-time-out-plugin.mo +share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrm libexec/xfce4/panel-plugins +@dirrm libexec/xfce4 |