[77134] trunk/dports/science

gwright at macports.org gwright at macports.org
Sun Mar 20 13:14:54 PDT 2011


Revision: 77134
          http://trac.macports.org/changeset/77134
Author:   gwright at macports.org
Date:     2011-03-20 13:14:51 -0700 (Sun, 20 Mar 2011)
Log Message:
-----------
New port: lanHEP, version 3.1.1.  LanHEP computes Feynman
rules (among other things) from user specified Langrangians.

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

Added: trunk/dports/science/lanHEP/Portfile
===================================================================
--- trunk/dports/science/lanHEP/Portfile	                        (rev 0)
+++ trunk/dports/science/lanHEP/Portfile	2011-03-20 20:14:51 UTC (rev 77134)
@@ -0,0 +1,43 @@
+# $Id: $
+
+PortSystem 1.0
+
+name		lanHEP
+set shortname	lhep
+version		3.1.1
+set shortversion	311
+categories	science
+maintainers	nomaintainer
+platforms	darwin
+license		Restrictive/nondistributable
+description	Automatic Feynman rule generation
+long_description \
+	The LanHEP program for Feynman rules generation in momentum	\
+	representation is presented. It reads the Lagrangian written in	\
+	the compact form close to one used in publications. It means	\
+	that Lagrangian terms can be written with summation over	\
+	indices of broken symmetries and using special symbols for	\
+	complicated expressions, such as covariant derivative and	\
+	strength tensor for gauge fields. The output is Feynman rules	\
+	in terms of physical fields and independent parameters.
+homepage	http://theory.npi.msu.su/~semenov/lanhep.html
+master_sites	http://theory.npi.msu.su/~semenov/
+distfiles	${shortname}${shortversion}${extract.suffix}
+distname	lanhep${shortversion}
+
+checksums	md5     0335d95c475adcc1165ccb4027df3f8f \
+		sha1    aedc63dc6b1968413d443e6d1e8493a4cb71a320 \
+		rmd160  920d6b343d1bd13dd5eefe6bfb75e6c7fcc4f929
+
+depends_build	port:gcc42
+
+use_configure	no
+
+build.env-append	FC=gfortran-mp-4.2
+build.target	{ }
+
+destroot {
+	file copy ${workpath}/${distname}/lhep ${destroot}${prefix}/bin
+	file mkdir ${destroot}${prefix}/share/${name}
+	file copy ${workpath}/${distname}/mdl ${destroot}${prefix}/share/${name}/mdl
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110320/1f9a7019/attachment.html>


More information about the macports-changes mailing list