[150256] trunk/dports/perl/p5-xml-filter-buffertext/Portfile

devans at macports.org devans at macports.org
Wed Jul 13 12:45:05 PDT 2016


Revision: 150256
          https://trac.macports.org/changeset/150256
Author:   devans at macports.org
Date:     2016-07-13 12:45:05 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
p5-xml-filter-buffertext: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-filter-buffertext/Portfile

Modified: trunk/dports/perl/p5-xml-filter-buffertext/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-filter-buffertext/Portfile	2016-07-13 18:10:07 UTC (rev 150255)
+++ trunk/dports/perl/p5-xml-filter-buffertext/Portfile	2016-07-13 19:45:05 UTC (rev 150256)
@@ -1,21 +1,22 @@
+# -*- 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 perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup		XML-Filter-BufferText 1.01
-revision        3
-license			{Artistic-1 GPL}
-maintainers		mac.com:kykim
-categories-append	textproc
-description		Simple text filter
-long_description	This is a very simple filter. One common cause of grief (and programmer \
-                            error) is that XML parsers aren't required to provide character events in one \
-                            chunk. They can, but are not forced to, and most don't. This filter does the \
-                            trivial but oft-repeated task of putting all characters into a single event.
-homepage		http://search.cpan.org/~rberjon/${distname}
-checksums		md5 2992c0387632583b966ab9c965b25512
-platforms		darwin
+perl5.setup         XML-Filter-BufferText 1.01
+revision            3
+license             {Artistic-1 GPL}
+maintainers         mac.com:kykim
+categories-append   textproc
+description         Simple text filter
+long_description    This is a very simple filter. One common cause of grief (and programmer \
+                    error) is that XML parsers aren't required to provide character events in one \
+                    chunk. They can, but are not forced to, and most don't. This filter does the \
+                    trivial but oft-repeated task of putting all characters into a single event.
+homepage            http://search.cpan.org/~rberjon/${distname}
+checksums           md5 2992c0387632583b966ab9c965b25512
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/ae087656/attachment.html>


More information about the macports-changes mailing list