[113861] trunk/dports/gnome/nfoview/Portfile

sean at macports.org sean at macports.org
Sun Nov 24 14:14:27 PST 2013


Revision: 113861
          https://trac.macports.org/changeset/113861
Author:   sean at macports.org
Date:     2013-11-24 14:14:27 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
nfoview: whitespace cleanup

Modified Paths:
--------------
    trunk/dports/gnome/nfoview/Portfile

Modified: trunk/dports/gnome/nfoview/Portfile
===================================================================
--- trunk/dports/gnome/nfoview/Portfile	2013-11-24 22:14:22 UTC (rev 113860)
+++ trunk/dports/gnome/nfoview/Portfile	2013-11-24 22:14:27 UTC (rev 113861)
@@ -1,36 +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
-PortGroup       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            nfoview
-version         1.1
-revision        1
-categories      gnome
-license         GPL-3+
-maintainers     nomaintainer
-description     Simple viewer for NFO files
-long_description NFO Viewer is a simple viewer for NFO files, which are \
-                ASCII art in the CP437 codepage. The advantages of    \
-                using NFO Viewer instead of a text editor are preset    \
-                font and encoding settings, automatic window size and   \
-                clickable hyperlinks.
-homepage        http://home.gna.org/nfoview/
-platforms       darwin
-supported_archs noarch
-master_sites    http://download.gna.org/nfoview/${version}/
-use_bzip2       yes
-checksums       md5 07edd3f0a8e631778739f8f4a7a3b9fc
+name                nfoview
+version             1.1
+revision            1
+categories          gnome
+license             GPL-3+
+maintainers         nomaintainer
+description         Simple viewer for NFO files
+long_description    NFO Viewer is a simple viewer for NFO files, which are \
+                    ASCII art in the CP437 codepage. The advantages of    \
+                    using NFO Viewer instead of a text editor are preset    \
+                    font and encoding settings, automatic window size and   \
+                    clickable hyperlinks.
+homepage            http://home.gna.org/nfoview/
+platforms           darwin
+supported_archs     noarch
+master_sites        http://download.gna.org/nfoview/${version}/
+use_bzip2           yes
+checksums           md5 07edd3f0a8e631778739f8f4a7a3b9fc
 
-python.default_version 25
+python.versions     26
 
-depends_lib     port:gettext \
-                port:intltool \
-                port:py${python.version}-pygtk \
-                port:terminus-font \
-                port:shared-mime-info
+depends_lib         port:gettext \
+                    port:intltool \
+                    port:py${python.version}-pygtk \
+                    port:terminus-font \
+                    port:shared-mime-info
 
 livecheck.type  regex
-livecheck.url  http://download.gna.org/nfoview/
+livecheck.url   http://download.gna.org/nfoview/
 livecheck.regex {>(\d+(?:\.\d+)*)/<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/9e8484a6/attachment.html>


More information about the macports-changes mailing list