[89253] trunk/dports/science

ram at macports.org ram at macports.org
Sat Jan 21 21:59:30 PST 2012


Revision: 89253
          http://trac.macports.org/changeset/89253
Author:   ram at macports.org
Date:     2012-01-21 21:59:26 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
science/gstlal: new port

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

Added: trunk/dports/science/gstlal/Portfile
===================================================================
--- trunk/dports/science/gstlal/Portfile	                        (rev 0)
+++ trunk/dports/science/gstlal/Portfile	2012-01-22 05:59:26 UTC (rev 89253)
@@ -0,0 +1,54 @@
+# $Id$
+
+PortSystem    1.0
+
+name          gstlal
+version       0.2.0
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL
+
+description   gStreamer elements for gravitational-wave data analysis
+long_description \
+  This package provides a variety of gstreamer elements for \
+  gravitational-wave data analysis and some libraries to help write \
+  such elements. The code here sits on top of several other libraries, \
+  notably the LIGO Algorithm Library, FFTW, the GNU Scientific Library, \
+  and, of course, GStreamer
+
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
+master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
+
+checksums     md5 00c4ff11f325f15fba3113397db34c2a \
+              sha1 97162fb44b388901880ca2a8ac9a8e5edc7d91f9 \
+              rmd160 31a3a8b8401d0687f4e2546281514a4014aff2b5
+
+depends_build port:pkgconfig
+
+depends_lib   port:python27 \
+              port:fftw-3 \
+              port:fftw-3-single \
+              port:gsl \
+              port:gstreamer \
+              port:gst-plugins-base \
+              port:gst-plugins-good \
+              port:py27-gst-python \
+              port:py27-gobject \
+              port:py27-numpy \
+              port:lal \
+              port:lalframe \
+              port:lalmetaio \
+              port:lalsimulation \
+              port:lalburst \
+              port:lalinspiral
+
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+configure.python ${prefix}/bin/python2.7
+
+use_parallel_build yes
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {gstlal-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/science/gstlal/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/20120121/f4448768/attachment.html>


More information about the macports-changes mailing list