summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-05-25 02:15:20 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-05-25 02:15:20 +0000
commitf564508406256a7dc7e7f9589788c00e917c1863 (patch)
treeb6ce65710c94504aa252a65ee74453340de3d60c /x11-clocks
parentUpdate KDE related ports: (diff)
KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
Notes
Notes: svn path=/head/; revision=297371
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/Makefile1
-rw-r--r--x11-clocks/kdetoys4/Makefile3
-rw-r--r--x11-clocks/kdetoys4/distinfo4
-rw-r--r--x11-clocks/ktimer/Makefile26
-rw-r--r--x11-clocks/ktimer/distinfo2
-rw-r--r--x11-clocks/ktimer/pkg-descr3
-rw-r--r--x11-clocks/ktimer/pkg-plist14
7 files changed, 49 insertions, 4 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile
index 5445d0b4aa03..c2d0aded7341 100644
--- a/x11-clocks/Makefile
+++ b/x11-clocks/Makefile
@@ -28,6 +28,7 @@
SUBDIR += intclock
SUBDIR += kdetoys3
SUBDIR += kdetoys4
+ SUBDIR += ktimer
SUBDIR += lmclock
SUBDIR += mlclock
SUBDIR += mouseclock
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile
index 86a8ac45ba12..87a9b2473d98 100644
--- a/x11-clocks/kdetoys4/Makefile
+++ b/x11-clocks/kdetoys4/Makefile
@@ -6,7 +6,6 @@
PORTNAME= kdetoys
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
CATEGORIES= x11-clocks kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -23,7 +22,7 @@ USE_QT_VER= 4
QT_COMPONENTS= dbus gui qt3support \
qmake_build moc_build rcc_build uic_build
USE_XORG= x11
-USE_BZIP2= yes
+USE_XZ= yes
MAKE_JOBS_SAFE= yes
MAN6= amor.6
diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo
index 0068b02a1a93..4a66995c86de 100644
--- a/x11-clocks/kdetoys4/distinfo
+++ b/x11-clocks/kdetoys4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdetoys-4.7.4.tar.bz2) = d04187e1fbc69f6cf1fc950f4231d3ae8b8a8843444852c1b749bea5ea0ad39d
-SIZE (KDE/kdetoys-4.7.4.tar.bz2) = 413690
+SHA256 (KDE/kdetoys-4.8.3.tar.xz) = d005331fba662151bae6c0a22bc43082a7be3597640000d282e308181f9a9990
+SIZE (KDE/kdetoys-4.8.3.tar.xz) = 391664
diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile
new file mode 100644
index 000000000000..80eb0db8ed27
--- /dev/null
+++ b/x11-clocks/ktimer/Makefile
@@ -0,0 +1,26 @@
+# New ports collection Makefile for: ktimer
+# Date created: 2012-02-23
+# Whom: Max Brazhikov <makc@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= ktimer
+PORTVERSION= ${KDE4_VERSION}
+CATEGORIES= x11-clocks kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Countdown launcher for KDE
+
+CONFLICTS_INSTALL= kdeutils-4.[0-7].*
+
+USE_XZ= yes
+USE_KDE4= kdeprefix kdehier automoc4 kdelibs
+KDE4_BUILDENV= yes
+USE_QT_VER= 4
+QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/x11-clocks/ktimer/distinfo b/x11-clocks/ktimer/distinfo
new file mode 100644
index 000000000000..f3a49eae38a7
--- /dev/null
+++ b/x11-clocks/ktimer/distinfo
@@ -0,0 +1,2 @@
+SHA256 (KDE/ktimer-4.8.3.tar.xz) = e2430d1a18e8ab089bb7e59319dc1540767affb228d242a2ed6c75b7c2654d6f
+SIZE (KDE/ktimer-4.8.3.tar.xz) = 151192
diff --git a/x11-clocks/ktimer/pkg-descr b/x11-clocks/ktimer/pkg-descr
new file mode 100644
index 000000000000..59fa7daacb0e
--- /dev/null
+++ b/x11-clocks/ktimer/pkg-descr
@@ -0,0 +1,3 @@
+KTimer is a little tool to execute programs after some time.
+
+WWW: http://utils.kde.org
diff --git a/x11-clocks/ktimer/pkg-plist b/x11-clocks/ktimer/pkg-plist
new file mode 100644
index 000000000000..43ddc38641df
--- /dev/null
+++ b/x11-clocks/ktimer/pkg-plist
@@ -0,0 +1,14 @@
+bin/ktimer
+share/applications/kde4/ktimer.desktop
+share/doc/HTML/en/ktimer/common
+share/doc/HTML/en/ktimer/first.png
+share/doc/HTML/en/ktimer/index.cache.bz2
+share/doc/HTML/en/ktimer/index.docbook
+share/doc/HTML/en/ktimer/main.png
+share/doc/HTML/en/ktimer/running.png
+share/doc/HTML/en/ktimer/two_at_once.png
+share/icons/hicolor/128x128/apps/ktimer.png
+share/icons/hicolor/16x16/apps/ktimer.png
+share/icons/hicolor/32x32/apps/ktimer.png
+share/icons/hicolor/48x48/apps/ktimer.png
+@dirrm share/doc/HTML/en/ktimer