[103591] trunk/dports/science/lanHEP/Portfile

larryv at macports.org larryv at macports.org
Fri Mar 1 23:51:24 PST 2013


Revision: 103591
          https://trac.macports.org/changeset/103591
Author:   larryv at macports.org
Date:     2013-03-01 23:51:24 -0800 (Fri, 01 Mar 2013)
Log Message:
-----------
lanHEP: Add modeline; fix whitespace and tweak formatting.

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

Modified: trunk/dports/science/lanHEP/Portfile
===================================================================
--- trunk/dports/science/lanHEP/Portfile	2013-03-02 07:24:22 UTC (rev 103590)
+++ trunk/dports/science/lanHEP/Portfile	2013-03-02 07:51:24 UTC (rev 103591)
@@ -1,45 +1,47 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		lanHEP
-set shortname	lhep
-version		3.1.5
-set shortversion	315
-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.sinp.msu.ru/~semenov/lanhep.html
-master_sites	http://theory.sinp.msu.ru/~semenov/
-extract.suffix	.tgz
-distfiles	${shortname}${shortversion}${extract.suffix}
-distname	lanhep${shortversion}
+name                lanHEP
+set shortname       lhep
+version             3.1.5
+set shortversion    315
+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.sinp.msu.ru/~semenov/lanhep.html
+master_sites        http://theory.sinp.msu.ru/~semenov/
+extract.suffix      .tgz
+distfiles           ${shortname}${shortversion}${extract.suffix}
+distname            lanhep${shortversion}
 
-checksums	md5     cdd84731bd34e6b2b534dd560e02792a \
-		sha1    5469899da20645a14f0a2d1a0e18149fa46c33a9 \
-		rmd160  779f8226a7da7977c671ecd7e17d38f55651fbf5
+checksums           md5     cdd84731bd34e6b2b534dd560e02792a \
+                    sha1    5469899da20645a14f0a2d1a0e18149fa46c33a9 \
+                    rmd160  779f8226a7da7977c671ecd7e17d38f55651fbf5
 
-depends_build	port:gcc43
+depends_build       port:gcc43
 
-use_parallel_build	no
-use_configure	no
+use_parallel_build  no
+use_configure       no
 
-build.env-append	FC=gfortran-mp-4.3
-build.target	{ }
+build.env-append    FC=gfortran-mp-4.3
+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
+    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/20130301/e760386f/attachment.html>


More information about the macports-changes mailing list