[146399] trunk/dports/math

takeshi at macports.org takeshi at macports.org
Sun Mar 6 19:44:10 PST 2016


Revision: 146399
          https://trac.macports.org/changeset/146399
Author:   takeshi at macports.org
Date:     2016-03-06 19:44:10 -0800 (Sun, 06 Mar 2016)
Log Message:
-----------
lapack-manpages: add to MacPorts. sent an email to the upstream to consider versioning.

Added Paths:
-----------
    trunk/dports/math/lapack-manpages/
    trunk/dports/math/lapack-manpages/Portfile

Added: trunk/dports/math/lapack-manpages/Portfile
===================================================================
--- trunk/dports/math/lapack-manpages/Portfile	                        (rev 0)
+++ trunk/dports/math/lapack-manpages/Portfile	2016-03-07 03:44:10 UTC (rev 146399)
@@ -0,0 +1,33 @@
+# -*- 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                lapack-manpages
+version             20131117
+dist_subdir         ${name}/${version}
+categories          math devel science
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         takeshi openmaintainers
+description         LAPACK manpages
+long_description    ${description}
+homepage            http://www.netlib.org/lapack/
+master_sites        ${homepage}
+
+distname            manpages
+extract.suffix      .tgz
+worksrcdir          man
+
+checksums           rmd160 3f2a004303804938770cbf46558935ede3573b4e \
+                    sha256 055da7402ea807cc16f6c50b71ac63d290f83a5f2885aa9f679b7ad11dd8903d
+
+use_configure       no
+build               {}
+
+destroot            {
+    foreach f [glob ${worksrcpath}/man3/*] {
+      xinstall -m 444 ${f} ${destroot}${prefix}/share/man/man3
+    }
+}


Property changes on: trunk/dports/math/lapack-manpages/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160306/6cc7c257/attachment.html>


More information about the macports-changes mailing list