[79471] trunk/dports/science

robitaille at macports.org robitaille at macports.org
Tue Jun 14 08:48:50 PDT 2011


Revision: 79471
          http://trac.macports.org/changeset/79471
Author:   robitaille at macports.org
Date:     2011-06-14 08:48:50 -0700 (Tue, 14 Jun 2011)
Log Message:
-----------
montage: new port

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

Added: trunk/dports/science/montage/Portfile
===================================================================
--- trunk/dports/science/montage/Portfile	                        (rev 0)
+++ trunk/dports/science/montage/Portfile	2011-06-14 15:48:50 UTC (rev 79471)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           xcodeversion 1.0
+                    
+name                montage
+version             3.3
+platforms           darwin
+categories          science
+maintainers         robitaille
+description         Montage - Image Mosaic Software for Astronomers
+long_description    Montage is a toolkit for assembling Flexible Image \
+                    Transport System (FITS) images into custom mosaics
+
+license             http://montage.ipac.caltech.edu/docs/download.html
+
+homepage            http://montage.ipac.caltech.edu/
+master_sites        http://montage.ipac.caltech.edu/download/
+distname            Montage_v${version}
+checksums           md5     875a88b4a2396a0eb5d0006a656e9c4a \
+                    sha1    c8db5b9018c96e19b584d45758819e892b453d6d \
+                    rmd160  5657d2948d997941b6c3037da87263db91b0e339
+
+use_configure       no
+destroot {
+    eval file copy [glob ${worksrcpath}/bin/m*] ${destroot}${prefix}/bin/
+}


Property changes on: trunk/dports/science/montage/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/20110614/f0c86601/attachment.html>


More information about the macports-changes mailing list