Revision: 89588 http://trac.macports.org/changeset/89588 Author: nicos@macports.org Date: 2012-02-03 08:46:13 -0800 (Fri, 03 Feb 2012) Log Message: ----------- korundum: adding port after splitting of kdebindings4 in KDE 4.7.0 Added Paths: ----------- trunk/dports/kde/korundum/ trunk/dports/kde/korundum/Portfile Added: trunk/dports/kde/korundum/Portfile =================================================================== --- trunk/dports/kde/korundum/Portfile (rev 0) +++ trunk/dports/kde/korundum/Portfile 2012-02-03 16:46:13 UTC (rev 89588) @@ -0,0 +1,34 @@ +# -*- 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 korundum +version 4.8.0 +categories kde kde4 devel +platforms darwin +license GPL-2+ LGPL-2.1+ +maintainers nicos openmaintainer + +description Binding to Ruby for KDE. +long_description Very complete bindings to both the KDE API and the Qt APIs. The Korundum \ + package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. \ + The QtRuby package contains just Qt bindings with no dependencies on KDE. + +homepage http://rubyforge.org/projects/korundum/ +master_sites kde:stable/${version}/src/ +distname ${name}-${version} + +checksums rmd160 07e158f7ce629f9b40c927332fac8161bc61fb23 \ + sha256 e4fe2818027611469600357b48be1b028f24cc058eaff0115140b9a42b7ec0f7 + +use_bzip2 yes + +depends_lib-append port:kdelibs4 \ + port:kdepimlibs4 \ + port:smokegen \ + port:qtruby + +livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/ +livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix} Property changes on: trunk/dports/kde/korundum/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native