[89201] trunk/dports/science

ram at macports.org ram at macports.org
Fri Jan 20 19:23:42 PST 2012


Revision: 89201
          http://trac.macports.org/changeset/89201
Author:   ram at macports.org
Date:     2012-01-20 19:23:40 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
science/ligo-lars: new port

Added Paths:
-----------
    trunk/dports/science/ligo-lars/
    trunk/dports/science/ligo-lars/Portfile

Added: trunk/dports/science/ligo-lars/Portfile
===================================================================
--- trunk/dports/science/ligo-lars/Portfile	                        (rev 0)
+++ trunk/dports/science/ligo-lars/Portfile	2012-01-21 03:23:40 UTC (rev 89201)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python27 1.0
+
+name          ligo-lars
+version       1.1.0
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL
+
+description   LIGO Archiving Service
+long_description \
+  LARS is a prootype for an archival service for LIGO.
+
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lars
+master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
+
+checksums     md5 ad72010e83bff9dadf2584105de9fa25 \
+              sha1 c948cd3a05a938d7975281a95fde4987f9110689 \
+              rmd160 2b6533731c613595d576ace9461912eb0c8a4b37
+
+depends_lib-append port:ligo-common \
+                   port:glue \
+                   port:py27-m2crypto
+
+python.link_binaries no
+
+post-destroot {
+  foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" }
+}
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {ligo-lars-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/science/ligo-lars/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/20120120/1fc08c29/attachment.html>


More information about the macports-changes mailing list