[61054] trunk/dports/math

ryandesign at macports.org ryandesign at macports.org
Tue Dec 1 05:13:47 PST 2009


Revision: 61054
          http://trac.macports.org/changeset/61054
Author:   ryandesign at macports.org
Date:     2009-12-01 05:13:43 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
matio: new port, version 1.3.3; see #22580

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

Added: trunk/dports/math/matio/Portfile
===================================================================
--- trunk/dports/math/matio/Portfile	                        (rev 0)
+++ trunk/dports/math/matio/Portfile	2009-12-01 13:13:43 UTC (rev 61054)
@@ -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                    matio
+version                 1.3.3
+set branch              [join [lrange [split ${version} .] 0 1] .]
+maintainers             nomaintainer
+license                 LGPLv2.1
+categories              math
+platforms               darwin
+
+description             Matio is a library for working with Matlab save files
+
+long_description        Matio is a library for reading and writing Matlab \
+                        save files. It is used by scientific data processing \
+                        programs.
+
+homepage                http://sourceforge.net/projects/matio
+master_sites            sourceforge
+
+checksums               md5     5c12a98f391de000e88b5a1b20d74abf \
+                        sha1    3f8c0dd2eb1abe4ded77ecfca6376f171bcff66c \
+                        rmd160  acc835c83fc615978c9ba407f8c17b79afdafb9a
+
+depends_lib             port:zlib
+
+configure.args          --enable-shared
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        ${docdir}
+}


Property changes on: trunk/dports/math/matio/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/20091201/fe5dcfaa/attachment.html>


More information about the macports-changes mailing list