[104141] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sun Mar 17 13:05:49 PDT 2013


Revision: 104141
          https://trac.macports.org/changeset/104141
Author:   ryandesign at macports.org
Date:     2013-03-17 13:05:49 -0700 (Sun, 17 Mar 2013)
Log Message:
-----------
libsbml: new port, version 5.8.0 (#26238)

Added Paths:
-----------
    trunk/dports/science/libsbml/
    trunk/dports/science/libsbml/Portfile

Added: trunk/dports/science/libsbml/Portfile
===================================================================
--- trunk/dports/science/libsbml/Portfile	                        (rev 0)
+++ trunk/dports/science/libsbml/Portfile	2013-03-17 20:05:49 UTC (rev 104141)
@@ -0,0 +1,40 @@
+# -*- 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
+
+name                libsbml
+version             5.8.0
+categories          science
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2.1+
+
+description         The Systems Biology Markup Language library
+
+long_description    LibSBML is a free, open-source programming library to \
+                    help you read, write, manipulate, translate, and validate \
+                    SBML files and data streams. It is not an application \
+                    itself (though it does come with example programs), but \
+                    rather a library you can embed in your own applications.
+
+homepage            http://sbml.org/Software/libSBML
+master_sites        sourceforge:project/sbml/libsbml/${version}/stable
+
+distname            libSBML-${version}-src
+worksrcdir          libsbml-${version}
+
+checksums           rmd160  185beb54cdda53e5a74958c77964ea3015c7b533 \
+                    sha256  69f16b5d1783f3e0c99144fa82b48d2eff654a2133729e8704fe098042df270b
+
+depends_lib         port:bzip2 \
+                    port:libxml2 \
+                    port:zlib
+
+configure.args      --with-bzip2=${prefix} \
+                    --with-libxml=${prefix} \
+                    --with-zlib=${prefix}
+
+configure.universal_args-delete --disable-dependency-tracking
+
+livecheck.regex     /libSBML-(\[0-9.\]+)-src${extract.suffix}


Property changes on: trunk/dports/science/libsbml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130317/2b17bbb2/attachment.html>


More information about the macports-changes mailing list