[108285] trunk/dports/science

aronnax at macports.org aronnax at macports.org
Wed Jul 17 15:37:30 PDT 2013


Revision: 108285
          https://trac.macports.org/changeset/108285
Author:   aronnax at macports.org
Date:     2013-07-17 15:37:30 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
wcstools: new port

Programs for manipulating world coordinate systems (WCSs) in FITS images

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

Added: trunk/dports/science/wcstools/Portfile
===================================================================
--- trunk/dports/science/wcstools/Portfile	                        (rev 0)
+++ trunk/dports/science/wcstools/Portfile	2013-07-17 22:37:30 UTC (rev 108285)
@@ -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                wcstools
+version             3.8.7
+license             GPL-2
+maintainers         aronnax
+categories          science
+description         Programs for manipulating world coordinate systems (WCSs) in FITS images
+long_description    ${description}
+homepage            http://tdc-www.harvard.edu/wcstools/
+platforms           darwin
+master_sites        http://tdc-www.harvard.edu/software/${name}/
+
+checksums           sha1    412d22938b05110eb86f7b01a874c17447ad2f19 \
+                    rmd160  f9844132424fd0a6c0b797bd2edb91669511440d
+
+use_configure       no
+
+build.args-append   -f Makefile.osx
+
+destroot {
+    xinstall -d ${destroot}${prefix}/bin
+    xinstall -d ${destroot}${prefix}/man/man1
+    eval xinstall [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin
+    eval xinstall [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/man/man1
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {wcstools-([0-9]+(\.[0-9]+)*)}


Property changes on: trunk/dports/science/wcstools/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/20130717/cfac7efa/attachment.html>


More information about the macports-changes mailing list