Revision
89501
Author
nicos@macports.org
Date
2012-02-01 04:35:12 -0800 (Wed, 01 Feb 2012)

Log Message

kdiskfree: adding port after splitting of kdeutils4 in KDE 4.8.0

Added Paths

Diff

Added: trunk/dports/kde/kdiskfree/Portfile (0 => 89501)


--- trunk/dports/kde/kdiskfree/Portfile	                        (rev 0)
+++ trunk/dports/kde/kdiskfree/Portfile	2012-02-01 12:35:12 UTC (rev 89501)
@@ -0,0 +1,33 @@
+# -*- 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                kdiskfree
+version             4.8.0
+categories          kde kde4
+license             GPL-2+
+maintainers         nicos openmaintainer
+description         View free disk space.
+long_description    KDiskFree displays the available file devices (hard drive \
+                    partitions, floppy and CD/DVD drives, etc.) along with information \
+                    on their capacity, free space, type and mount point. It also allows \
+                    you to mount and unmount drives and view them in a file manager.
+platforms           darwin
+homepage            http://utils.kde.org/projects/kdf/
+master_sites        kde:stable/${version}/src
+use_bzip2           yes
+distname            kdf-${version}
+checksums           rmd160  3118d6681133aff28ce347fba931c7953333771a \
+                    sha256  32fe7b6c8802306630da50465cdad384ac4d82486a1255d96184605a8d8faafa
+
+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/kdiskfree/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style

Added: trunk/dports/kde/kdiskfree/files/patch-CMakeLists.txt.diff (0 => 89501)


--- trunk/dports/kde/kdiskfree/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/kdiskfree/files/patch-CMakeLists.txt.diff	2012-02-01 12:35:12 UTC (rev 89501)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2012-01-30 11:30:25.000000000 +0900
++++ CMakeLists.txt	2012-01-30 11:30:41.000000000 +0900
+@@ -20,7 +20,7 @@
+     set( CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} )
+ endif()
+ 
+-add_subdirectory(doc)
++#add_subdirectory(doc)
+ add_subdirectory(pics)
+ 
+ ########### next target ###############