Revision: 89587 http://trac.macports.org/changeset/89587 Author: nicos@macports.org Date: 2012-02-03 08:36:02 -0800 (Fri, 03 Feb 2012) Log Message: ----------- qtruby: adding port after splitting of kdebindings4 in KDE 4.7.0 Added Paths: ----------- trunk/dports/kde/qtruby/ trunk/dports/kde/qtruby/Portfile Added: trunk/dports/kde/qtruby/Portfile =================================================================== --- trunk/dports/kde/qtruby/Portfile (rev 0) +++ trunk/dports/kde/qtruby/Portfile 2012-02-03 16:36:02 UTC (rev 89587) @@ -0,0 +1,28 @@ +# -*- 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 qtruby +version 4.8.0 +categories kde kde4 devel +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. +platforms darwin +homepage http://rubyforge.org/projects/korundum/ +master_sites kde:stable/${version}/src/ +use_bzip2 yes +distname ${name}-${version} +checksums rmd160 4f31c0b1778ff93cd1e68eb5e044ba51f89c6a97 \ + sha256 197f61cb0fd5c8d378f8fa57ba3bd5e3bf2d1ce1f1389e45c5a4a943c5861803 + +depends_lib-append port:smokegen \ + port:ruby + +livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/ +livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix} Property changes on: trunk/dports/kde/qtruby/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
nicos@macports.org