[69566] trunk/dports/math

takeshi at macports.org takeshi at macports.org
Fri Jul 9 22:39:04 PDT 2010


Revision: 69566
          http://trac.macports.org/changeset/69566
Author:   takeshi at macports.org
Date:     2010-07-09 22:39:01 -0700 (Fri, 09 Jul 2010)
Log Message:
-----------
cmsvlib: separated from gnudatalanguage. addressing #25514

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

Added: trunk/dports/math/cmsvlib/Portfile
===================================================================
--- trunk/dports/math/cmsvlib/Portfile	                        (rev 0)
+++ trunk/dports/math/cmsvlib/Portfile	2010-07-10 05:39:01 UTC (rev 69566)
@@ -0,0 +1,38 @@
+# -*- 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: Portfile 69057 2010-06-22 15:01:14Z takeshi at macports.org $
+
+PortSystem          1.0
+
+name                cmsvlib
+version             20100622
+categories          math science
+maintainers         takeshi igf.fuw.edu.pl:slayoo
+platforms           darwin
+description         Read and Write IDL SAVE files
+long_description \
+    allows interactive users and programmers \
+    to read, write and interrogate IDL SAVE files.
+homepage http://www.physics.wisc.edu/~craigm/idl/cmsave.html
+master_sites        http://www.physics.wisc.edu/~craigm/idl/down/
+distfiles           ${name}${extract.suffix}
+dist_subdir         ${name}/${version}
+
+checksums           md5     a8965004008fb10380b3c2f84479743d \
+                    sha1    8d6c6e147ef2d4bae3900513df6bbe1dff5de3dc \
+                    rmd160  34d70a67c1181e6d0aa05def8f839df22d549b32
+
+extract.mkdir       yes
+use_configure       no
+build {
+}
+
+use_parallel_build  yes
+
+destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/cmsvlib
+   eval xinstall -m 644 [glob ${worksrcpath}/*.pro] ${destroot}${prefix}/share/${name}
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 ${worksrcpath}/LICENSE.RSI ${destroot}${prefix}/share/doc/${name}/
+   eval xinstall -m 644 [glob ${worksrcpath}/*.html] ${destroot}${prefix}/share/doc/${name}/
+   eval xinstall -m 644 [glob ${worksrcpath}/savefmt.*] ${destroot}${prefix}/share/doc/${name}/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100709/d5bdc15b/attachment.html>


More information about the macports-changes mailing list