From e826af2652d11a8eda35877e09e036c006e25a3a Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Wed, 9 Mar 2011 13:15:20 +0000 Subject: [PATCH] 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 --- x11-clocks/Makefile | 1 + .../plasma-applet-adjustableclock/Makefile | 33 +++++++++++++++++++ .../plasma-applet-adjustableclock/distinfo | 2 ++ .../plasma-applet-adjustableclock/pkg-descr | 11 +++++++ .../plasma-applet-adjustableclock/pkg-plist | 10 ++++++ 5 files changed, 57 insertions(+) create mode 100644 x11-clocks/plasma-applet-adjustableclock/Makefile create mode 100644 x11-clocks/plasma-applet-adjustableclock/distinfo create mode 100644 x11-clocks/plasma-applet-adjustableclock/pkg-descr create mode 100644 x11-clocks/plasma-applet-adjustableclock/pkg-plist diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index afab7b14a650..4dc79dbfbebb 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -35,6 +35,7 @@ SUBDIR += oclock SUBDIR += osdclock SUBDIR += pclock + SUBDIR += plasma-applet-adjustableclock SUBDIR += plasma-applet-geekclock SUBDIR += rclock SUBDIR += sanduhr 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 +# +# $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 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