Revision: 139607 https://trac.macports.org/changeset/139607 Author: nicos@macports.org Date: 2015-08-21 03:06:34 -0700 (Fri, 21 Aug 2015) Log Message: ----------- kqtquickcharts: new port Added Paths: ----------- trunk/dports/kde/kqtquickcharts/ trunk/dports/kde/kqtquickcharts/Portfile Added: trunk/dports/kde/kqtquickcharts/Portfile =================================================================== --- trunk/dports/kde/kqtquickcharts/Portfile (rev 0) +++ trunk/dports/kde/kqtquickcharts/Portfile 2015-08-21 10:06:34 UTC (rev 139607) @@ -0,0 +1,31 @@ +# -*- 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 kqtquickcharts +version 4.14.3 +categories kde kde4 +maintainers nicos +license GPL-2+ GFDL-1.2 +description Interactive charts for Qt Quick 1.0 +long_description Kqtquickcharts is a Qt Quick 1 plugin for interactive charts. \ + It offers QML elements for line and bar charts to present numeric \ + data from a model implementing the interface of QAbstractTableModel. +homepage http://www.kde.org + +platforms darwin +depends_lib-append port:kdelibs4 + +master_sites kde:stable/${version}/src/ +use_xz yes + +checksums rmd160 5ad39d3d514f358ff66e97990d015688c157f51b \ + sha256 a595833029017c58b08b8c33be3d1d1d3ea51ea27d66b316ca2fa9dd994eb4ee + +#Binaries do not link to openssl, nor use the ssl backend of kdelibs4 +license_noconflict openssl + +livecheck.url http://kde.mirrors.hoobly.com/stable/ +livecheck.regex (\\d+(\\.\\d+)+) Property changes on: trunk/dports/kde/kqtquickcharts/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
nicos@macports.org