[124102] trunk/dports/lang/yasm/Portfile
mf2k at macports.org
mf2k at macports.org
Mon Aug 18 14:45:58 PDT 2014
Revision: 124102
https://trac.macports.org/changeset/124102
Author: mf2k at macports.org
Date: 2014-08-18 14:45:58 -0700 (Mon, 18 Aug 2014)
Log Message:
-----------
yasm: Add and conform to modeline. Detab. Fix spacing and whitespace. Move some lines around like other ports.
Modified Paths:
--------------
trunk/dports/lang/yasm/Portfile
Modified: trunk/dports/lang/yasm/Portfile
===================================================================
--- trunk/dports/lang/yasm/Portfile 2014-08-18 21:43:40 UTC (rev 124101)
+++ trunk/dports/lang/yasm/Portfile 2014-08-18 21:45:58 UTC (rev 124102)
@@ -1,27 +1,28 @@
+# -*- 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 yasm
-version 1.2.0
-categories lang
-license {Artistic-1 GPL-2+ LGPL} BSD
-maintainers nomaintainer
-description yasm - a modular bsd reimplementation of NASM
-long_description A modular x86/amd64 assembler supporting NASM and GAS asm \
- syntaxes and a variety of output formats. It is licensed \
- under the 3-clause BSD license except the nasm preprocessor \
- which is LGPL.
+name yasm
+version 1.2.0
+categories lang
+license {Artistic-1 GPL-2+ LGPL} BSD
+maintainers nomaintainer
+platforms darwin
-depends_lib port:gettext
+description yasm - a modular bsd reimplementation of NASM
+long_description A modular x86/amd64 assembler supporting NASM and GAS asm \
+ syntaxes and a variety of output formats. It is licensed \
+ under the 3-clause BSD license except the nasm preprocessor \
+ which is LGPL.
-platforms darwin
+homepage http://www.tortall.net/projects/yasm/
+master_sites http://www.tortall.net/projects/yasm/releases/
-homepage http://www.tortall.net/projects/yasm/
-master_sites http://www.tortall.net/projects/yasm/releases/
+checksums sha1 773d28f27f83c44ac35079add0d3167ca6c1def8 \
+ rmd160 6d2baf27a45d6dbe250f972f18fb6627f50394d9
-checksums sha1 773d28f27f83c44ac35079add0d3167ca6c1def8 \
- rmd160 6d2baf27a45d6dbe250f972f18fb6627f50394d9
+depends_lib port:gettext
-livecheck.url ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140818/80708c2d/attachment.html>
More information about the macports-changes
mailing list