[107996] trunk/dports/editors/leafpad/Portfile

devans at macports.org devans at macports.org
Wed Jul 10 09:50:18 PDT 2013


Revision: 107996
          https://trac.macports.org/changeset/107996
Author:   devans at macports.org
Date:     2013-07-10 09:50:18 -0700 (Wed, 10 Jul 2013)
Log Message:
-----------
leafpad: add mode line, whitespace.

Modified Paths:
--------------
    trunk/dports/editors/leafpad/Portfile

Modified: trunk/dports/editors/leafpad/Portfile
===================================================================
--- trunk/dports/editors/leafpad/Portfile	2013-07-10 16:24:48 UTC (rev 107995)
+++ trunk/dports/editors/leafpad/Portfile	2013-07-10 16:50:18 UTC (rev 107996)
@@ -1,20 +1,24 @@
+# -*- 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		leafpad
-version		0.8.17
-description	A simple GTK texteditor.
-long_description       	${description}
-maintainers	nomaintainer
-categories	editors gnome
-platforms	darwin 
-homepage	http://tarot.freeshell.org/leafpad/
+name            leafpad
+version         0.8.17
+description     A simple GTK texteditor.
+long_description \
+                ${description}
+maintainers     nomaintainer
+categories      editors gnome
+platforms       darwin 
+homepage        http://tarot.freeshell.org/leafpad/
 master_sites    http://savannah.nongnu.org/download/leafpad/
 
-checksums	md5     d39acdf4d31de309d484511bdc9f5924 \
-		sha1    d13f585f3b2d9ea263102e1abb9fc688e3e5874a \
-		rmd160  8302c5cff5174167567ab7a5eac664b95e6947a5
+checksums       md5     d39acdf4d31de309d484511bdc9f5924 \
+                sha1    d13f585f3b2d9ea263102e1abb9fc688e3e5874a \
+                rmd160  8302c5cff5174167567ab7a5eac664b95e6947a5
 
-depends_build	port:pkgconfig
-depends_lib	port:gtk2 port:freetype
+depends_build   port:pkgconfig
+
+depends_lib     port:gtk2 \
+                port:freetype
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130710/a3389c6e/attachment.html>


More information about the macports-changes mailing list