[61779] trunk/dports/science

ram at macports.org ram at macports.org
Mon Dec 21 06:34:03 PST 2009


Revision: 61779
          http://trac.macports.org/changeset/61779
Author:   ram at macports.org
Date:     2009-12-21 06:34:00 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
science/stuff: new port, closes #22973

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

Added: trunk/dports/science/stuff/Portfile
===================================================================
--- trunk/dports/science/stuff/Portfile	                        (rev 0)
+++ trunk/dports/science/stuff/Portfile	2009-12-21 14:34:00 UTC (rev 61779)
@@ -0,0 +1,32 @@
+# -*- 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               stuff
+version            1.19
+categories         science
+platforms          darwin
+maintainers        saao.ac.za:tim
+
+description        Generates artifical astronomical source catalogs
+long_description   Stuff is a program that generates artificial but \
+    realistic catalogs of astronomical sources. These catalogs can be loaded \
+    in SkyMaker to generate image simulations.
+
+
+homepage           http://www.astromatic.net/software/stuff/
+platforms          darwin
+master_sites       ftp://ftp.iap.fr/pub/from_users/bertin/stuff/
+checksums          md5  bf44d15906f776880a528ba252924be4 \
+                   sha1  acf5b26e5cc10eac757b55b8cca59d5ca3d3ab94 \
+                   rmd160  c8ac8d3bbe7cd4a7e48b81b98de60b6c777e6e74
+
+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 \
+        ${docdir}
+}


Property changes on: trunk/dports/science/stuff/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/2c2de48a/attachment.html>


More information about the macports-changes mailing list