[78527] trunk/dports/aqua/LyX1/Portfile

snc at macports.org snc at macports.org
Tue May 10 15:56:49 PDT 2011


Revision: 78527
          http://trac.macports.org/changeset/78527
Author:   snc at macports.org
Date:     2011-05-10 15:56:48 -0700 (Tue, 10 May 2011)
Log Message:
-----------
LyX1: whitespace

Modified Paths:
--------------
    trunk/dports/aqua/LyX1/Portfile

Modified: trunk/dports/aqua/LyX1/Portfile
===================================================================
--- trunk/dports/aqua/LyX1/Portfile	2011-05-10 22:53:03 UTC (rev 78526)
+++ trunk/dports/aqua/LyX1/Portfile	2011-05-10 22:56:48 UTC (rev 78527)
@@ -1,36 +1,36 @@
 # -*- 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
 PortGroup           qt4 1.0
 
-name			    LyX1
+name                LyX1
 conflicts           LyX
-version			    1.6.10
+version             1.6.10
 revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
-categories	        aqua
+categories          aqua
 license             GPL
-maintainers	        snc openmaintainer
-description	        WYSIWYM document processor
-homepage		    http://www.lyx.org/
-long_description	LyX is an advanced open source document processor \
-				    that encourages an approach to writing based on \
-				    the structure of your documents, not their \
-				    appearance. LyX lets you concentrate on writing, \
-				    leaving details of visual layout to the software.
+maintainers         snc openmaintainer
+description         WYSIWYM document processor
+homepage            http://www.lyx.org/
+long_description    LyX is an advanced open source document processor \
+                    that encourages an approach to writing based on \
+                    the structure of your documents, not their \
+                    appearance. LyX lets you concentrate on writing, \
+                    leaving details of visual layout to the software.
 
-platforms		    darwin
+platforms           darwin
 depends_lib-append  bin:tex:texlive \
-				    port:ImageMagick
+                    port:ImageMagick
 
-use_bzip2		    yes
-distname		    lyx-${version}
-master_sites	    http://lyx.cybermirror.org/stable/${branch}.x/ \
-				    http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \
-				    ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \
-				    ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
-				    http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
+use_bzip2           yes
+distname            lyx-${version}
+master_sites        http://lyx.cybermirror.org/stable/${branch}.x/ \
+                    http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \
+                    ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \
+                    ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
+                    http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
 
 checksums           sha1    344e14897ea7d004bf181eac39355f1b08f0af83 \
                     rmd160  b84409c19d320f915c3254d56d8aa0b40e61540d
@@ -43,13 +43,13 @@
                     --with-version-suffix=-${branch}
 
 variant python25 conflicts python26 python27 description {Use python25} {
-    depends_build-append  port:python25
-    configure.python      ${prefix}/bin/python2.5
+    depends_build-append    port:python25
+    configure.python        ${prefix}/bin/python2.5
 }
 
 variant python26 conflicts python25 python27 description {Use python26} {
-    depends_build-append  port:python26
-    configure.python      ${prefix}/bin/python2.6
+    depends_build-append    port:python26
+    configure.python        ${prefix}/bin/python2.6
 }
 
 variant python27 conflicts python25 python26 description {Use python27} {
@@ -58,7 +58,7 @@
 }
 
 if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
-    default_variants +python27
+    default_variants        +python27
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/26a2fcae/attachment-0001.html>


More information about the macports-changes mailing list