[94703] trunk/dports/math

ryandesign at macports.org ryandesign at macports.org
Wed Jun 27 00:44:29 PDT 2012


Revision: 94703
          https://trac.macports.org/changeset/94703
Author:   ryandesign at macports.org
Date:     2012-06-27 00:44:27 -0700 (Wed, 27 Jun 2012)
Log Message:
-----------
xylib: new port, version 0.9

Added Paths:
-----------
    trunk/dports/math/xylib/
    trunk/dports/math/xylib/Portfile

Added: trunk/dports/math/xylib/Portfile
===================================================================
--- trunk/dports/math/xylib/Portfile	                        (rev 0)
+++ trunk/dports/math/xylib/Portfile	2012-06-27 07:44:27 UTC (rev 94703)
@@ -0,0 +1,41 @@
+# -*- 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                xylib
+version             0.9
+categories          math
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             LGPL-2.1
+
+description         library for reading x-y data files
+
+long_description    xylib is a portable library for reading files that contain \
+                    x-y data from powder diffraction, spectroscopy and other \
+                    experimental methods.
+
+homepage            http://xylib.sourceforge.net/
+master_sites        sourceforge:project/xylib
+use_bzip2           yes
+
+checksums           rmd160  43e9e3b4a21670923c151384aec3302d5ced27a9 \
+                    sha256  3c527c12186009910cfd302b05da942df5aecf3dc8c1a0dfc48b9b7e3f579aa2
+
+depends_build       port:boost
+
+depends_lib         port:bzip2 \
+                    port:zlib
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        README \
+        TODO \
+        ${destroot}${docdir}
+}
+
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/math/xylib/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/20120627/0333e073/attachment.html>


More information about the macports-changes mailing list