Revision: 89500 http://trac.macports.org/changeset/89500 Author: nicos@macports.org Date: 2012-02-01 04:32:04 -0800 (Wed, 01 Feb 2012) Log Message: ----------- kcharselect: adding port after splitting of kdeutils4 in KDE 4.8.0 Added Paths: ----------- trunk/dports/kde/kcharselect/ trunk/dports/kde/kcharselect/Portfile trunk/dports/kde/kcharselect/files/ trunk/dports/kde/kcharselect/files/patch-CMakeLists.txt.diff Added: trunk/dports/kde/kcharselect/Portfile =================================================================== --- trunk/dports/kde/kcharselect/Portfile (rev 0) +++ trunk/dports/kde/kcharselect/Portfile 2012-02-01 12:32:04 UTC (rev 89500) @@ -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 kcharselect +version 4.8.0 +categories kde kde4 +license GPL-2+ +maintainers nicos openmaintainer +description Select special characters from any font. +long_description KCharSelect is a tool to select special characters \ + from all installed fonts and copy them into the \ + clipboard. +platforms darwin +homepage http://utils.kde.org/projects/kcharselect/ +master_sites kde:stable/${version}/src +use_bzip2 yes +distname ${name}-${version} +checksums rmd160 79ae1a84c9fd351b1745513a692708cef7e77161 \ + sha256 c582d92eb056ac873a05503ddae05936ca8923e1afc6a18cd1b329cf9f65c760 + +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/kcharselect/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/kde/kcharselect/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/kde/kcharselect/files/patch-CMakeLists.txt.diff (rev 0) +++ trunk/dports/kde/kcharselect/files/patch-CMakeLists.txt.diff 2012-02-01 12:32:04 UTC (rev 89500) @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2012-01-30 10:10:19.000000000 +0900 ++++ CMakeLists.txt 2012-01-30 10:10:36.000000000 +0900 +@@ -35,4 +35,4 @@ + install( FILES kcharselect.upd DESTINATION ${DATA_INSTALL_DIR}/kconf_update) + + kde4_install_icons( ${ICON_INSTALL_DIR} ) +-add_subdirectory(doc) ++#add_subdirectory(doc)
participants (1)
-
nicos@macports.org