[152113] trunk/dports/perl/p5-unicode-string/Portfile

devans at macports.org devans at macports.org
Mon Aug 29 03:23:16 PDT 2016


Revision: 152113
          https://trac.macports.org/changeset/152113
Author:   devans at macports.org
Date:     2016-08-29 03:23:16 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
p5-unicode-string: add modeline and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-unicode-string/Portfile

Modified: trunk/dports/perl/p5-unicode-string/Portfile
===================================================================
--- trunk/dports/perl/p5-unicode-string/Portfile	2016-08-29 10:22:02 UTC (rev 152112)
+++ trunk/dports/perl/p5-unicode-string/Portfile	2016-08-29 10:23:16 UTC (rev 152113)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,25 +7,25 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup           Unicode-String 2.09
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           String of Unicode characters (UCS2/UTF16)
-long_description      A Unicode::String object represents a sequence of \
-                      Unicode characters. The Unicode Standard is a \
-                      fixed-width, uniform encoding scheme for written \
-                      characters and text. This encoding treats alphabetic \
-                      characters, ideographic characters, and symbols \
-                      identically, which means that they can be used in any \
-                      mixture and with equal facility. Unicode is modeled on \
-                      the ASCII character set, but uses a 16-bit encoding to \
-                      support full multilingual text.
+perl5.setup         Unicode-String 2.09
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         String of Unicode characters (UCS2/UTF16)
+long_description    A Unicode::String object represents a sequence of \
+                    Unicode characters. The Unicode Standard is a \
+                    fixed-width, uniform encoding scheme for written \
+                    characters and text. This encoding treats alphabetic \
+                    characters, ideographic characters, and symbols \
+                    identically, which means that they can be used in any \
+                    mixture and with equal facility. Unicode is modeled on \
+                    the ASCII character set, but uses a 16-bit encoding to \
+                    support full multilingual text.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 553e68e603723bf7c631f8701ab0d678
+checksums           md5 553e68e603723bf7c631f8701ab0d678
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/dbb9fe1b/attachment.html>


More information about the macports-changes mailing list