diff options
author | avilla <avilla@FreeBSD.org> | 2011-03-09 21:15:20 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-03-09 21:15:20 +0800 |
commit | b6e5158894cd9f8a52e47a7518352419f3229b44 (patch) | |
tree | a39056deb6cfc039f020647aa6da87b4b14a19eb /x11-clocks/plasma-applet-adjustableclock | |
parent | 1a32a2e63701b0b05de663d8fc22bc7e4a731923 (diff) | |
download | freebsd-ports-gnome-b6e5158894cd9f8a52e47a7518352419f3229b44.tar.gz freebsd-ports-gnome-b6e5158894cd9f8a52e47a7518352419f3229b44.tar.zst freebsd-ports-gnome-b6e5158894cd9f8a52e47a7518352419f3229b44.zip |
Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a
highly configurable manner.
Features include:
- Fully customizable date format
- Format can be adjusted with rich text editor or source editor (HTML and CSS)
- Context menu with actions to copy formatted date and time to clipboard
- Option to set time difference to time from data engine
- Adjustable tool tip
WWW: http://kde-look.org/content/show.php?content=92825
PR: ports/155124
Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
Diffstat (limited to 'x11-clocks/plasma-applet-adjustableclock')
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/Makefile | 33 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/pkg-descr | 11 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/pkg-plist | 10 |
4 files changed, 56 insertions, 0 deletions
diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile new file mode 100644 index 000000000000..3541b13070b4 --- /dev/null +++ b/x11-clocks/plasma-applet-adjustableclock/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: plasma-applet-adjustableclock +# Date Created: 2011-02-23 +# Whom: Jason E. Hale <bsdkaffee@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= adjustableclock +PORTVERSION= 2.6.1 +CATEGORIES= x11-clocks deskutils kde +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ +PKGNAMEPREFIX= plasma-applet- +DISTNAME= 92825-${PORTNAME}-${PORTVERSION} + +MAINTAINER= bsdkaffee@gmail.com +COMMENT= Highly configurable clock plasmoid for KDE4 + +USE_BZIP2= yes +USE_CMAKE= yes +USE_GETTEXT= yes +USE_KDE4= automoc4 kdeprefix workspace +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build +MAKE_JOBS_SAFE= yes + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +CMAKE_ARGS= -Wno-dev + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/x11-clocks/plasma-applet-adjustableclock/distinfo b/x11-clocks/plasma-applet-adjustableclock/distinfo new file mode 100644 index 000000000000..a9d6a4ac993d --- /dev/null +++ b/x11-clocks/plasma-applet-adjustableclock/distinfo @@ -0,0 +1,2 @@ +SHA256 (92825-adjustableclock-2.6.1.tar.bz2) = d9a7626835e187535b2a07b285cc952711c96c029d6f93d272f78c1e94f56935 +SIZE (92825-adjustableclock-2.6.1.tar.bz2) = 27573 diff --git a/x11-clocks/plasma-applet-adjustableclock/pkg-descr b/x11-clocks/plasma-applet-adjustableclock/pkg-descr new file mode 100644 index 000000000000..055480f1bdad --- /dev/null +++ b/x11-clocks/plasma-applet-adjustableclock/pkg-descr @@ -0,0 +1,11 @@ +Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a +highly configurable manner. + +Features include: +- Fully customizable date format +- Format can be adjusted with rich text editor or source editor (HTML and CSS) +- Context menu with actions to copy formatted date and time to clipboard +- Option to set time difference to time from data engine +- Adjustable tool tip + +WWW: http://kde-look.org/content/show.php?content=92825 diff --git a/x11-clocks/plasma-applet-adjustableclock/pkg-plist b/x11-clocks/plasma-applet-adjustableclock/pkg-plist new file mode 100644 index 000000000000..2cc10c97605f --- /dev/null +++ b/x11-clocks/plasma-applet-adjustableclock/pkg-plist @@ -0,0 +1,10 @@ +lib/kde4/plasma_applet_adjustableclock.so +share/kde4/services/plasma-applet-adjustableclock.desktop +share/locale/de/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/tr/LC_MESSAGES/plasma_applet_adjustableclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_adjustableclock.mo |