[62790] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sun Jan 17 12:23:12 PST 2010


Revision: 62790
          http://trac.macports.org/changeset/62790
Author:   ryandesign at macports.org
Date:     2010-01-17 12:23:09 -0800 (Sun, 17 Jan 2010)
Log Message:
-----------
clhep: new port, version 2.0.45; see #23245

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

Added: trunk/dports/science/clhep/Portfile
===================================================================
--- trunk/dports/science/clhep/Portfile	                        (rev 0)
+++ trunk/dports/science/clhep/Portfile	2010-01-17 20:23:09 UTC (rev 62790)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem          1.0
+
+name                clhep
+version             2.0.4.5
+categories          science
+maintainers         gmail.com:cristiano.fontana
+license             public-domain
+description         A Class Library for High Energy Physics
+long_description    A Class Library for High Energy Physics
+homepage            http://www.cern.ch/clhep
+platforms           darwin
+distfiles           ${name}-${version}.tgz
+master_sites        http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
+
+checksums           md5 0e29d9f8253ed61cd1b6fa5cb892c708
+
+worksrcdir          ${version}/CLHEP
+
+post-patch {
+    foreach file [exec find ${worksrcpath} -name "configure*"] {
+        reinplace "s:^g++):*g++*):g" ${file}
+    }
+}


Property changes on: trunk/dports/science/clhep/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/20100117/f4d881a2/attachment.html>


More information about the macports-changes mailing list