Revision: 76621 http://trac.macports.org/changeset/76621 Author: mk@macports.org Date: 2011-03-02 13:48:51 -0800 (Wed, 02 Mar 2011) Log Message: ----------- libalkimia: new port offering Alkimia support for financial KDE applications Added Paths: ----------- trunk/dports/kde/libalkimia/ trunk/dports/kde/libalkimia/Portfile Added: trunk/dports/kde/libalkimia/Portfile =================================================================== --- trunk/dports/kde/libalkimia/Portfile (rev 0) +++ trunk/dports/kde/libalkimia/Portfile 2011-03-02 21:48:51 UTC (rev 76621) @@ -0,0 +1,42 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 + +# See dports/_resources/port1.0/group/kde4-1.1.tcl for more info. +PortGroup kde4 1.1 + +name libalkimia +version 4.3.0 + +categories kde finance +maintainers mk pixilla openmaintainer + +description Common Alkimia classes. + +long_description Alkimia is the infrastructure for common storage and business \ + logic that will be used by all financial applications in KDE. \ + The target is to share financial related information over application \ + bounderies. The libalkimia library contains some common classes. + +platforms darwin +license GPL2 + +homepage http://kde-apps.org/content/show.php/libalkimia?content=137323 +master_sites http://kde-apps.org/CONTENT/content-files/ + +livecheck.type regex +livecheck.url http://kde-apps.org/content/show.php/libalkimia?content=137323 +livecheck.regex "libalkimia.*(4\\.\\d+?(\\.\\d+))" + +use_bzip2 yes +distname ${name}-${version} + +#http://kde-apps.org/CONTENT/content-files/137323-libalkimia-4.3.0.tar.bz2 +distfiles 137323-${name}-${version}${extract.suffix} + + +checksums md5 61e3e95f0494a015b25dc0143cd6e00e \ + sha1 5028a0d4d9e20f9672ac0a4de2cd2a516ce76cb4 \ + rmd160 e0dcb35bd327d01c4bc8c96c2a3739ccb36f88dd + Property changes on: trunk/dports/kde/libalkimia/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
mk@macports.org