[125849] trunk/dports/x11/xsnow/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 27 18:24:13 PDT 2014


Revision: 125849
          https://trac.macports.org/changeset/125849
Author:   ryandesign at macports.org
Date:     2014-09-27 18:24:13 -0700 (Sat, 27 Sep 2014)
Log Message:
-----------
xsnow: add modeline and adjust whitespace and formatting

Modified Paths:
--------------
    trunk/dports/x11/xsnow/Portfile

Modified: trunk/dports/x11/xsnow/Portfile
===================================================================
--- trunk/dports/x11/xsnow/Portfile	2014-09-28 00:47:59 UTC (rev 125848)
+++ trunk/dports/x11/xsnow/Portfile	2014-09-28 01:24:13 UTC (rev 125849)
@@ -1,30 +1,35 @@
+# -*- 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		xsnow
-version		1.42
-revision	1
-description	Create a snowy and Santa-y desktop
+name                xsnow
+version             1.42
+revision            1
+categories          x11
+platforms           darwin
+maintainers         nomaintainer
+# incorporates GPL'd code but has some unclear and most likely GPL-incompatible license terms in the main program
+license             Restrictive GPL-2+
 
-long_description Xsnow displays lovely moving snowflakes on your desktop, with Santa Claus running all over the screen.
+description         Create a snowy and Santa-y desktop
 
-maintainers	nomaintainer
-categories	x11
-# incorporates GPL'd code but has some unclear and most likely GPL-incompatible license terms in the main program
-license		Restrictive GPL-2+
-platforms	darwin
-homepage	http://dropmix.xs4all.nl/rick/Xsnow/
-master_sites	${homepage}
-checksums	md5 451d8fc0a2b5393b428faa496a556036 \
-		sha1 d63987560dac9c6341e50d270089e40d17031ce3 \
-		rmd160 4fdf881d045b986f003a13c0eaa2308775cf5e9e
+long_description    Xsnow displays lovely moving snowflakes on your desktop, \
+                    with Santa Claus running all over the screen.
 
-depends_lib	port:xpm
+homepage            http://dropmix.xs4all.nl/rick/Xsnow/
+master_sites        ${homepage}
 
-use_xmkmf	yes
-destroot.target-append install.man
+checksums           md5     451d8fc0a2b5393b428faa496a556036 \
+                    sha1    d63987560dac9c6341e50d270089e40d17031ce3 \
+                    rmd160  4fdf881d045b986f003a13c0eaa2308775cf5e9e
 
+depends_lib         port:xpm
+
+use_xmkmf           yes
+
+destroot.target-append \
+                    install.man
 destroot.destdir-append \
-	BINDIR=${prefix}/bin \
-	MANDIR=${prefix}/share/man
+                    BINDIR=${prefix}/bin \
+                    MANDIR=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140927/6cc4f6ab/attachment.html>


More information about the macports-changes mailing list