[123836] trunk/dports/perl/p5-config-tiny/Portfile

mojca at macports.org mojca at macports.org
Fri Aug 15 00:40:05 PDT 2014


Revision: 123836
          https://trac.macports.org/changeset/123836
Author:   mojca at macports.org
Date:     2014-08-15 00:40:05 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
p5-config-tiny: whitespace, status line

Modified Paths:
--------------
    trunk/dports/perl/p5-config-tiny/Portfile

Modified: trunk/dports/perl/p5-config-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-config-tiny/Portfile	2014-08-15 07:38:26 UTC (rev 123835)
+++ trunk/dports/perl/p5-config-tiny/Portfile	2014-08-15 07:40:05 UTC (rev 123836)
@@ -1,30 +1,30 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup			Config-Tiny 2.12
+perl5.setup         Config-Tiny 2.12
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Read/Write .ini style files with as little code as possible
-long_description \
-	"Config::Tiny" is a perl class to read and write .ini style \
-	configuration files with as little code as possible, reducing load \
-	time and memory overhead.  Most of the time it is accepted that Perl \
-	applications use a lot of memory and modules.  The "::Tiny" family of \
-	modules is specifically intended to provide an ultralight alternative \
-	to the standard modules.\
-	This module is primarily for reading human written files, and anything \
-	we write shouldn't need to have documentation/comments.  If you need \
-	something with more power move up to Config::Simple, Config::General \
-	or one of the many other "Config::" modules. To rephrase, Config::Tiny \
-	does not preserve your comments, whitespace, or the order of your \
-	config file.
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Read/Write .ini style files with as little code as possible
+long_description    "Config::Tiny" is a perl class to read and write .ini style \
+                    configuration files with as little code as possible, reducing load \
+                    time and memory overhead.  Most of the time it is accepted that Perl \
+                    applications use a lot of memory and modules.  The "::Tiny" family of \
+                    modules is specifically intended to provide an ultralight alternative \
+                    to the standard modules.\
+                    This module is primarily for reading human written files, and anything \
+                    we write shouldn't need to have documentation/comments.  If you need \
+                    something with more power move up to Config::Simple, Config::General \
+                    or one of the many other "Config::" modules. To rephrase, Config::Tiny \
+                    does not preserve your comments, whitespace, or the order of your \
+                    config file.
 
-platforms			darwin
+platforms           darwin
 
-checksums			md5 1df5a4ff37cd1d80532ddbe28015d1f0
+checksums           md5 1df5a4ff37cd1d80532ddbe28015d1f0
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/2e35d92c/attachment-0001.html>


More information about the macports-changes mailing list