[86962] trunk/dports/net/snownews/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Nov 7 08:00:10 PST 2011
Revision: 86962
http://trac.macports.org/changeset/86962
Author: ryandesign at macports.org
Date: 2011-11-07 08:00:10 -0800 (Mon, 07 Nov 2011)
Log Message:
-----------
snownews: whitespace changes, reformatting, add modeline
Modified Paths:
--------------
trunk/dports/net/snownews/Portfile
Modified: trunk/dports/net/snownews/Portfile
===================================================================
--- trunk/dports/net/snownews/Portfile 2011-11-07 15:58:56 UTC (rev 86961)
+++ trunk/dports/net/snownews/Portfile 2011-11-07 16:00:10 UTC (rev 86962)
@@ -1,30 +1,38 @@
+# -*- 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 snownews
-version 1.5.12
-description Text mode RSS newsreader for Linux and Unix.
-long_description Snownews is a text mode RSS/RDF newsreader. It supports \
- RSS 1.0 feeds that comply with the W3C RDF specification \
- and also supports Radio Userland's RSS 0.91 and 2.0 \
- versions.
-platforms darwin
-categories net www
-maintainers nomaintainer
-homepage http://kiza.kcore.de/software/snownews/
-master_sites ${homepage}/download/
+name snownews
+version 1.5.12
+platforms darwin
+categories net www
+maintainers nomaintainer
-checksums rmd160 dbe9c6b88e77ce37bb23e4d3ddc8d63f8bd66151 \
- sha256 26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90
+description Text mode RSS newsreader for Linux and Unix.
-depends_lib port:libxml2 port:gettext port:p5.12-xml-libxml
+long_description Snownews is a text mode RSS/RDF newsreader. It supports \
+ RSS 1.0 feeds that comply with the W3C RDF specification \
+ and also supports Radio Userland's RSS 0.91 and 2.0 \
+ versions.
+homepage http://kiza.kcore.de/software/snownews/
+master_sites ${homepage}/download/
+
+checksums rmd160 dbe9c6b88e77ce37bb23e4d3ddc8d63f8bd66151 \
+ sha256 26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90
+
+depends_lib port:libxml2 \
+ port:gettext \
+ port:p5.12-xml-libxml
+
post-extract {
- # We want to use perl from MacPorts.
- reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12| ${worksrcpath}/opml2snow
+ # We want to use perl from MacPorts.
+ reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12| ${worksrcpath}/opml2snow
}
-build.args EXTRA_CFLAGS="-I${prefix}/include" \
- EXTRA_LDFLAGS="-L${prefix}/lib -lintl" \
- PREFIX=${prefix}
-destroot.args PREFIX=${prefix}
+
+build.args EXTRA_CFLAGS="-I${prefix}/include" \
+ EXTRA_LDFLAGS="-L${prefix}/lib -lintl" \
+ PREFIX=${prefix}
+
+destroot.args PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111107/c59b0c18/attachment-0001.html>
More information about the macports-changes
mailing list