[63234] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sat Jan 30 04:30:13 PST 2010


Revision: 63234
          http://trac.macports.org/changeset/63234
Author:   ryandesign at macports.org
Date:     2010-01-30 04:30:10 -0800 (Sat, 30 Jan 2010)
Log Message:
-----------
aida: new port, version 3.2.1; see #23390

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

Added: trunk/dports/science/aida/Portfile
===================================================================
--- trunk/dports/science/aida/Portfile	                        (rev 0)
+++ trunk/dports/science/aida/Portfile	2010-01-30 12:30:10 UTC (rev 63234)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                aida
+version             3.2.1
+categories          science
+maintainers         pd.infn.it:cristiano.fontana
+license             LGPL
+description         AIDA -- Abstract Interfaces for Data Analysis
+long_description    AIDA is a collection of abstract interfaces for common physics analysis objects, such as histograms, ntuples, fitters, IO etc... \
+                    The adoption of these interfaces should make it easier for physicists to use different tools without having to learn new interfaces or change all of their code. \
+                    Additional benefits will be interoperability of AIDA compliant applications (for example by making it possible for applications to exchange analysis objects via XML).
+homepage            http://aida.freehep.org/
+platforms           darwin
+master_sites        ftp://ftp.slac.stanford.edu/software/freehep/AIDA/v${version}/
+
+checksums           md5 1db1f8d984cdb9c73ba9355c5fdfe8cc
+
+extract.mkdir       yes
+
+use_configure       no
+
+build {}
+
+destroot {
+    file copy ${worksrcpath}/src/cpp/AIDA ${destroot}${prefix}/include
+
+    file copy ${worksrcpath}/src/java ${destroot}${prefix}/share/
+    file copy ${worksrcpath}/lib ${destroot}${prefix}/share/java/hep/aida
+
+    xinstall -d ${destroot}${prefix}/share/doc
+    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/science/aida/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/20100130/bc94e284/attachment.html>


More information about the macports-changes mailing list