[61781] trunk/dports/science

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Dec 21 07:18:47 PST 2009


Revision: 61781
          http://trac.macports.org/changeset/61781
Author:   macsforever2000 at macports.org
Date:     2009-12-21 07:18:44 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
Added new port weightwatcher. (#22970)

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

Added: trunk/dports/science/weightwatcher/Portfile
===================================================================
--- trunk/dports/science/weightwatcher/Portfile	                        (rev 0)
+++ trunk/dports/science/weightwatcher/Portfile	2009-12-21 15:18:44 UTC (rev 61781)
@@ -0,0 +1,31 @@
+# -*- 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               weightwatcher
+version            1.8.10
+categories         science
+platforms          darwin
+maintainers        saao.ac.za:tim
+
+description        WeightWatcher is a program that combines weight-maps, \
+    flag-maps and polygon data in order to produce control maps which can \
+    directly be used in astronomical image-processing packages like Swarp or \
+    SExtractor.
+
+homepage           http://www.astromatic.net/software/weightwatcher/
+platforms          darwin
+master_sites       ftp://ftp.iap.fr/pub/from_users/bertin/weightwatcher/
+checksums          md5  ed49878bee90aaa2a46588b4312046d5 \
+                   sha1  00c824fdc068299db04e48263558e1da223baeff \
+                   rmd160  530b81d4b40354f85eb21bcd62b473457033ce4d
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -m 755 -d ${docdir}
+    eval xinstall -m 644 ${worksrcpath}/README ${worksrcpath}/AUTHORS \
+        ${worksrcpath}/COPYRIGHT ${worksrcpath}/ChangeLog ${worksrcpath}/BUGS \
+        ${worksrcpath}/HISTORY ${worksrcpath}/INSTALL ${worksrcpath}/THANKS \
+        ${worksrcpath}/TODO [glob ${worksrcpath}/doc/*] ${docdir}
+}


Property changes on: trunk/dports/science/weightwatcher/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/20091221/53920857/attachment.html>


More information about the macports-changes mailing list