[129707] trunk/dports/games/ski/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 15:57:15 PST 2014


Revision: 129707
          https://trac.macports.org/changeset/129707
Author:   larryv at macports.org
Date:     2014-12-18 15:57:15 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
ski: Reformat and rearrange

Modified Paths:
--------------
    trunk/dports/games/ski/Portfile

Modified: trunk/dports/games/ski/Portfile
===================================================================
--- trunk/dports/games/ski/Portfile	2014-12-18 23:37:28 UTC (rev 129706)
+++ trunk/dports/games/ski/Portfile	2014-12-18 23:57:15 UTC (rev 129707)
@@ -1,39 +1,43 @@
 # -*- 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            ski
-version         6.5
-revision        1
-categories      games python
-license         GPL-2
-maintainers     nomaintainer
-description     ASCII downhill skiing game
-long_description \
-    Imagine you are skiing down an infinite slope, facing such hazards \
-    as trees, ice, bare ground, and the man-eating Yeti! Unfortunately, \
-    you have put your jet-powered skis on backwards, so you can't see \
-    ahead where you are going\; only behind where you have been. However, \
-    you can turn to either side, jump or hop through the air, teleport \
-    through hyperspace, launch nuclear ICBMs, and cast spells to call the \
-    Fire Demon. And since the hazards occur in patches, you can \
-    skillfully outmaneuver them. A fun and very silly game that proves \
-    you don't need fancy graphical user interfaces to have a good time. \
-    The internals of this game are actually kind of interesting. The \
-    terrain generator is a simple cellular automaton that generates crude \
-    2D fractals.
-homepage        http://www.catb.org/~esr/ski/
+name                ski
+version             6.5
+revision            1
+categories          games python
+platforms           darwin
+license             GPL-2
+maintainers         nomaintainer
 
-platforms       darwin
-supported_archs noarch
-depends_run     bin:python:python25
+description         ASCII downhill skiing game
+long_description    Imagine you are skiing down an infinite slope, \
+                    facing such hazards as trees, ice, bare ground, \
+                    and the man-eating Yeti! Unfortunately, you have \
+                    put your jet-powered skis on backwards, so you \
+                    can't see ahead where you are going\; only behind \
+                    where you have been. However, you can turn to \
+                    either side, jump or hop through the air, teleport \
+                    through hyperspace, launch nuclear ICBMs, and cast \
+                    spells to call the Fire Demon. And since the \
+                    hazards occur in patches, you can skillfully \
+                    outmaneuver them. A fun and very silly game that \
+                    proves you don't need fancy graphical user \
+                    interfaces to have a good time. The internals of \
+                    this game are actually kind of interesting. The \
+                    terrain generator is a simple cellular automaton \
+                    that generates crude 2D fractals.
+homepage            http://www.catb.org/~esr/ski/
 
-master_sites    sunsite:games
-checksums       md5 f9cc93f7a0223f65b011b4c873ba50df
+depends_run         bin:python:python25
+supported_archs     noarch
 
-use_configure   no
+master_sites        sunsite:games
+checksums           md5 f9cc93f7a0223f65b011b4c873ba50df
 
+use_configure       no
+
 destroot {
     xinstall -m 555 ${worksrcpath}/ski ${destroot}${prefix}/bin
     xinstall -m 444 ${worksrcpath}/ski.6 ${destroot}${prefix}/share/man/man6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/73f4651b/attachment.html>


More information about the macports-changes mailing list