Changeset 28183 for trunk/dports


Ignore:
Timestamp:
Aug 24, 2007, 8:37:20 AM (17 years ago)
Author:
ryandesign@…
Message:

xaos: whitespace / formatting changes only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/xaos/Portfile

    r22478 r28183  
    11# $Id$
    22
    3 PortSystem 1.0
    4 name             xaos
    5 version          3.1.2
    6 categories       graphics
    7 maintainers      nomaintainer@macports.org
    8 description      real-time interactive fractal zoomer
     3PortSystem              1.0
     4
     5name                    xaos
     6version                 3.1.2
     7categories              graphics
     8maintainers             nomaintainer@macports.org
     9homepage                http://xaos.sourceforge.net/
     10platforms               darwin
     11master_sites            sourceforge
     12distname                XaoS-${version}
     13
     14description \
     15        real-time interactive fractal zoomer
     16
    917long_description \
    10     XaoS is a fast portable real-time interactive fractal zoomer. \
    11     It displays the Mandelbrot set (among other escape time fractals) \
    12     and allows you zoom smoothly into the fractal. Various coloring \
    13     modes are provided for both the points inside and outside the \
    14     selected set. In addition, switching between Julia and Mandelbrot \
    15     fractal types and on-the-fly plane switching is provided. The \
    16     first version was a minimal X Window Mandelbrot viewer by Thomas \
    17     later modified by Jan to support high frame-rate zooming. Other \
    18     additions were later made by both Thomas and Jan including \
    19     autopilot (for those of you without drivers licenses), palette \
    20     changing, GIF saving, and fractal inversion.
    21 homepage         http://xaos.sourceforge.net/
    22 platforms        darwin
    23 master_sites     sourceforge
    24 distname         XaoS-${version}
     18        XaoS is a fast portable real-time interactive fractal zoomer. \
     19        It displays the Mandelbrot set (among other escape time fractals) \
     20        and allows you zoom smoothly into the fractal. Various coloring \
     21        modes are provided for both the points inside and outside the \
     22        selected set. In addition, switching between Julia and Mandelbrot \
     23        fractal types and on-the-fly plane switching is provided. The \
     24        first version was a minimal X Window Mandelbrot viewer by Thomas \
     25        later modified by Jan to support high frame-rate zooming. Other \
     26        additions were later made by both Thomas and Jan including \
     27        autopilot (for those of you without drivers licenses), palette \
     28        changing, GIF saving, and fractal inversion.
     29
    2530checksums        md5 be908bc603461b76ba9628c9d4638852
    26 depends_lib      lib:libX11.6:XFree86 \
    27                  lib:libpng.3:libpng
     31
     32depends_lib \
     33        lib:libX11.6:XFree86 \
     34        lib:libpng.3:libpng
    2835
    2936configure.env    CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    30 configure.args   --with-long-double=yes \
    31                  --disable-nls \
    32                  --mandir=${prefix}/share/man \
    33                  --infodir=${prefix}/share/info
     37configure.args \
     38        --with-long-double=yes \
     39        --disable-nls \
     40        --mandir=${prefix}/share/man \
     41        --infodir=${prefix}/share/info
Note: See TracChangeset for help on using the changeset viewer.