[89503] trunk/dports/kde
nicos at macports.org
nicos at macports.org
Wed Feb 1 04:43:52 PST 2012
Revision: 89503
http://trac.macports.org/changeset/89503
Author: nicos at macports.org
Date: 2012-02-01 04:43:52 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
ktimer: adding port after splitting of kdeutils4 in KDE 4.8.0
Added Paths:
-----------
trunk/dports/kde/ktimer/
trunk/dports/kde/ktimer/Portfile
trunk/dports/kde/ktimer/files/
trunk/dports/kde/ktimer/files/patch-CMakeLists.txt.diff
Added: trunk/dports/kde/ktimer/Portfile
===================================================================
--- trunk/dports/kde/ktimer/Portfile (rev 0)
+++ trunk/dports/kde/ktimer/Portfile 2012-02-01 12:43:52 UTC (rev 89503)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup kde4 1.1
+
+name ktimer
+version 4.8.0
+categories kde kde4
+license GPL-2+
+maintainers nicos openmaintainer
+description Execute programs after some time.
+long_description KTimer is a little tool to execute programs \
+ after some time.
+platforms darwin
+homepage http://utils.kde.org/projects/ktimer/
+master_sites kde:stable/${version}/src
+use_bzip2 yes
+distname ${name}-${version}
+checksums rmd160 b9b981bdaeb66abdc20091fa25ab3cd7d286a41d \
+ sha256 6f3e92ca268eac7f203ed1c4674d5e6d62c058373fe84c7949bc3cc68e015dc7
+
+depends_lib-append port:kdelibs4 \
+ port:oxygen-icons
+
+if {![variant_isset doc]} {
+ patchfiles patch-CMakeLists.txt.diff
+}
+
+livecheck.url http://kde.mirrors.hoobly.com/stable/${version}/src
+livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
Property changes on: trunk/dports/kde/ktimer/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/kde/ktimer/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/ktimer/files/patch-CMakeLists.txt.diff (rev 0)
+++ trunk/dports/kde/ktimer/files/patch-CMakeLists.txt.diff 2012-02-01 12:43:52 UTC (rev 89503)
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig 2012-01-30 11:01:36.000000000 +0900
++++ CMakeLists.txt 2012-01-30 11:01:42.000000000 +0900
+@@ -35,4 +35,4 @@
+
+ kde4_install_icons( ${ICON_INSTALL_DIR} )
+
+-add_subdirectory(doc)
++#add_subdirectory(doc)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/a25ea4dd/attachment.html>
More information about the macports-changes
mailing list