[77015] trunk/dports/news/pan2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 17 18:08:29 PDT 2011


Revision: 77015
          http://trac.macports.org/changeset/77015
Author:   ryandesign at macports.org
Date:     2011-03-17 18:08:28 -0700 (Thu, 17 Mar 2011)
Log Message:
-----------
pan2: fix whitespace, add corresponding modeline

Modified Paths:
--------------
    trunk/dports/news/pan2/Portfile

Modified: trunk/dports/news/pan2/Portfile
===================================================================
--- trunk/dports/news/pan2/Portfile	2011-03-18 01:07:10 UTC (rev 77014)
+++ trunk/dports/news/pan2/Portfile	2011-03-18 01:08:28 UTC (rev 77015)
@@ -1,35 +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           pan2
-version        0.133
-revision       1
-categories     news
-maintainers    nomaintainer
+name                pan2
+version             0.133
+revision            1
+categories          news
+platforms           darwin
+maintainers         nomaintainer
 
-homepage       http://pan.rebelbase.com/
-platforms      darwin
+description         News reader for gtk2
 
-description    News reader for gtk2
-long_description \
-               Pan2 is a newsreader for GTK2/GNOME2 that is based on \
-               the Agent newsreader for Windows OSes.
+long_description    Pan2 is a newsreader for GTK2/GNOME2 that is based on \
+                    the Agent newsreader for Windows OSes.
 
-master_sites   http://pan.rebelbase.com/download/releases/${version}/source/
+homepage            http://pan.rebelbase.com/
+master_sites        http://pan.rebelbase.com/download/releases/${version}/source/
 
-distname       pan-${version}
-checksums      md5 ca165da8557605d89d327cff78891b89
+distname            pan-${version}
+use_bzip2           yes
 
-use_bzip2      yes
+checksums           md5     ca165da8557605d89d327cff78891b89
 
-depends_lib    port:pcre \
-               port:gmime \
-               port:gtk2 \
-               port:gtkspell2
+depends_lib         port:pcre \
+                    port:gmime \
+                    port:gtk2 \
+                    port:gtkspell2
 
-patchfiles     another_gmime2.4.diff
-patch.post_args -p1
+patchfiles          another_gmime2.4.diff
+patch.post_args     -p1
 
 livecheck.type      regex
 livecheck.url       http://pan.rebelbase.com/download/releases/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110317/ab26b9fd/attachment.html>


More information about the macports-changes mailing list