[28183] trunk/dports/graphics/xaos/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 24 01:37:21 PDT 2007


Revision: 28183
          http://trac.macosforge.org/projects/macports/changeset/28183
Author:   ryandesign at macports.org
Date:     2007-08-24 01:37:20 -0700 (Fri, 24 Aug 2007)

Log Message:
-----------
xaos: whitespace / formatting changes only

Modified Paths:
--------------
    trunk/dports/graphics/xaos/Portfile

Modified: trunk/dports/graphics/xaos/Portfile
===================================================================
--- trunk/dports/graphics/xaos/Portfile	2007-08-24 07:36:08 UTC (rev 28182)
+++ trunk/dports/graphics/xaos/Portfile	2007-08-24 08:37:20 UTC (rev 28183)
@@ -1,33 +1,41 @@
 # $Id$
 
-PortSystem 1.0
-name             xaos
-version          3.1.2
-categories       graphics
-maintainers      nomaintainer at macports.org
-description      real-time interactive fractal zoomer
+PortSystem              1.0
+
+name                    xaos
+version                 3.1.2
+categories              graphics
+maintainers             nomaintainer at macports.org
+homepage                http://xaos.sourceforge.net/
+platforms               darwin
+master_sites            sourceforge
+distname                XaoS-${version}
+
+description \
+	real-time interactive fractal zoomer
+
 long_description \
-    XaoS is a fast portable real-time interactive fractal zoomer. \
-    It displays the Mandelbrot set (among other escape time fractals) \
-    and allows you zoom smoothly into the fractal. Various coloring \
-    modes are provided for both the points inside and outside the \
-    selected set. In addition, switching between Julia and Mandelbrot \
-    fractal types and on-the-fly plane switching is provided. The \
-    first version was a minimal X Window Mandelbrot viewer by Thomas \
-    later modified by Jan to support high frame-rate zooming. Other \
-    additions were later made by both Thomas and Jan including \
-    autopilot (for those of you without drivers licenses), palette \
-    changing, GIF saving, and fractal inversion.
-homepage         http://xaos.sourceforge.net/
-platforms        darwin
-master_sites     sourceforge
-distname         XaoS-${version}
+	XaoS is a fast portable real-time interactive fractal zoomer. \
+	It displays the Mandelbrot set (among other escape time fractals) \
+	and allows you zoom smoothly into the fractal. Various coloring \
+	modes are provided for both the points inside and outside the \
+	selected set. In addition, switching between Julia and Mandelbrot \
+	fractal types and on-the-fly plane switching is provided. The \
+	first version was a minimal X Window Mandelbrot viewer by Thomas \
+	later modified by Jan to support high frame-rate zooming. Other \
+	additions were later made by both Thomas and Jan including \
+	autopilot (for those of you without drivers licenses), palette \
+	changing, GIF saving, and fractal inversion.
+
 checksums        md5 be908bc603461b76ba9628c9d4638852
-depends_lib      lib:libX11.6:XFree86 \
-                 lib:libpng.3:libpng
 
+depends_lib \
+	lib:libX11.6:XFree86 \
+	lib:libpng.3:libpng
+
 configure.env    CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
-configure.args   --with-long-double=yes \
-                 --disable-nls \
-                 --mandir=${prefix}/share/man \
-                 --infodir=${prefix}/share/info
+configure.args \
+	--with-long-double=yes \
+	--disable-nls \
+	--mandir=${prefix}/share/man \
+	--infodir=${prefix}/share/info

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070824/d6fec4f3/attachment.html


More information about the macports-changes mailing list