[50905] trunk/dports/science

ram at macports.org ram at macports.org
Tue May 12 08:55:36 PDT 2009


Revision: 50905
          http://trac.macports.org/changeset/50905
Author:   ram at macports.org
Date:     2009-05-12 08:55:36 -0700 (Tue, 12 May 2009)
Log Message:
-----------
science/lscsoft-deps: add new lscsoft dependencies meta-port

Added Paths:
-----------
    trunk/dports/science/lscsoft-deps/
    trunk/dports/science/lscsoft-deps/Portfile

Added: trunk/dports/science/lscsoft-deps/Portfile
===================================================================
--- trunk/dports/science/lscsoft-deps/Portfile	                        (rev 0)
+++ trunk/dports/science/lscsoft-deps/Portfile	2009-05-12 15:55:36 UTC (rev 50905)
@@ -0,0 +1,51 @@
+# $Id$
+
+PortSystem    1.0
+
+name          lscsoft-deps
+version       20090512
+categories    science
+maintainers   ram
+platforms     darwin
+
+description   LSCSoft dependencies meta-port
+long_description  This is a meta-port that depends on all the ports \
+  needed for developing LSC Software including glue, lal, and lalapps.
+
+homepage      http://www.lsc-group.phys.uwm.edu/daswg
+master_sites  ${homepage}
+
+depends_run   port:python25 \
+              port:python_select \
+              port:py25-numpy \
+              port:py25-pyrxp \
+              port:py25-socket-ssl \
+              port:py25-m2crypto \
+              port:pkgconfig \
+              port:fftw-3 \
+              port:fftw-3-single \
+              port:libframe \
+              port:metaio \
+              port:libxml2 \
+              port:cfitsio \
+              port:git-core \
+              port:autoconf \
+              port:automake
+
+fetch {}
+checksum {}
+build {}
+destroot {
+  xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
+  system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}-${version}/README.txt"
+}
+
+post-activate {
+  ui_msg "\nTo complete the installation and prepare your system for use, please run:
+\n\tsudo python_select python25\n"
+}
+
+use_configure no
+universal_variant no
+
+livecheck.check none


Property changes on: trunk/dports/science/lscsoft-deps/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/20090512/adb548a2/attachment.html>


More information about the macports-changes mailing list