Revision: 89499 http://trac.macports.org/changeset/89499 Author: nicos@macports.org Date: 2012-02-01 04:27:58 -0800 (Wed, 01 Feb 2012) Log Message: ----------- kcalc: adding port after splitting of kdeutils4 in KDE 4.8.0 Added Paths: ----------- trunk/dports/kde/kcalc/ trunk/dports/kde/kcalc/Portfile trunk/dports/kde/kcalc/files/ trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff Added: trunk/dports/kde/kcalc/Portfile =================================================================== --- trunk/dports/kde/kcalc/Portfile (rev 0) +++ trunk/dports/kde/kcalc/Portfile 2012-02-01 12:27:58 UTC (rev 89499) @@ -0,0 +1,32 @@ +# -*- 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 kcalc +version 4.8.0 +categories kde kde4 +license GPL-2+ +maintainers nicos openmaintainer +description Do scientific calculations. +long_description KCalc is a calculator which offers many more \ + mathematical functions than meet the eye on a \ + first glance. +platforms darwin +homepage http://utils.kde.org/projects/kcalc/ +master_sites kde:stable/${version}/src +use_bzip2 yes +distname ${name}-${version} +checksums rmd160 f9f0b2034f8fde73de0739c325f7bbe4607790d5 \ + sha256 2f325e959ce2006fc00cf6d0e4a319011c28c7a53e392a7e6fe80abce34832e0 + +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/kcalc/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff (rev 0) +++ trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff 2012-02-01 12:27:58 UTC (rev 89499) @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2012-01-30 10:05:19.000000000 +0900 ++++ CMakeLists.txt 2012-01-30 10:05:23.000000000 +0900 +@@ -96,4 +96,4 @@ + + kde4_install_icons( ${ICON_INSTALL_DIR} ) + +-add_subdirectory(doc) ++#add_subdirectory(doc)
participants (1)
-
nicos@macports.org