[54929] trunk/dports/aqua/LyX/Portfile

snc at macports.org snc at macports.org
Tue Aug 4 12:30:24 PDT 2009


Revision: 54929
          http://trac.macports.org/changeset/54929
Author:   snc at macports.org
Date:     2009-08-04 12:30:24 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
whitespace, take opemaintainership, remove default parallel_build

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2009-08-04 19:27:21 UTC (rev 54928)
+++ trunk/dports/aqua/LyX/Portfile	2009-08-04 19:30:24 UTC (rev 54929)
@@ -1,49 +1,49 @@
 # -*- 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			LyX
-version			1.6.3
-set branch      [join [lrange [split ${version} .] 0 1] .]
-platforms		darwin
-categories	aqua
-maintainers	nomaintainer
-description	WYSIWYM document processor
-
+name			    LyX
+version			    1.6.3
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories	        aqua
+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.
+				    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.
 
-homepage		http://www.lyx.org/
-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}
+
+platforms		    darwin
+depends_build	    port:pkgconfig
+depends_lib		    port:qt4-mac \
+				    bin:tex:texlive \
+				    port:ImageMagick \
+				    port:python25
+
+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           md5     c524e72f7e4d64224c6bfdbd84065dd8 \
                     sha1    0b0837e417ff347893439cbff03344ec7623d0f0 \
                     rmd160  3b15976873fdda87d483c7efc0c712a2a78ade09
 
-depends_build	port:pkgconfig
-
-depends_lib		port:qt4-mac \
-				bin:tex:texlive \
-				port:ImageMagick \
-				port:python25
-
-use_parallel_build   yes
 configure.python    ${prefix}/bin/python2.5
 configure.pre_args  --prefix=/Applications/MacPorts/LyX.app
-configure.args --with-frontend=qt4 --without-x --with-included-gettext \
-    --enable-optimization=-Os --disable-concept-checks \
-    --with-qt4-dir=${prefix}/libexec/qt4-mac \
-                --with-version-suffix=-1.6
-build.env       LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \
-                LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \
-                CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include
+configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
+                    --enable-optimization=-Os --disable-concept-checks \
+                    --with-qt4-dir=${prefix}/libexec/qt4-mac \
+                    --with-version-suffix=-1.6
 
+build.env           LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \
+                    LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \
+                    CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/ff5db82e/attachment.html>


More information about the macports-changes mailing list