[125757] trunk/dports/textproc/libunistring/Portfile

devans at macports.org devans at macports.org
Thu Sep 25 13:57:24 PDT 2014


Revision: 125757
          https://trac.macports.org/changeset/125757
Author:   devans at macports.org
Date:     2014-09-25 13:57:23 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
libunistring: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/textproc/libunistring/Portfile

Modified: trunk/dports/textproc/libunistring/Portfile
===================================================================
--- trunk/dports/textproc/libunistring/Portfile	2014-09-25 20:46:10 UTC (rev 125756)
+++ trunk/dports/textproc/libunistring/Portfile	2014-09-25 20:57:23 UTC (rev 125757)
@@ -1,29 +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
+PortSystem          1.0
 
-name			    libunistring
-version			    0.9.3
-categories		    textproc
-platforms		    darwin
+name                libunistring
+version             0.9.3
+categories          textproc
+platforms           darwin
 license             GPL-3
-maintainers		    nomaintainer
-description		    library for manipulating Unicode strings
-long_description	\
-    Text files are nowadays usually encoded in Unicode, and may consist of \
-    very different scripts – from Latin letters to Chinese Hanzi –, with many \
-    kinds of special characters – accents, right-to-left writing marks, \
-    hyphens, Roman numbers, and much more. But the POSIX platform APIs for \
-    text do not contain adequate functions for dealing with particular \
-    properties of many Unicode characters. In fact, the POSIX APIs for text \
-    have several assumptions at their base which don't hold for Unicode text. \
-    This library provides functions for manipulating Unicode strings and for \
-    manipulating C strings according to the Unicode standard.
+maintainers         nomaintainer
+description         library for manipulating Unicode strings
+long_description    Text files are nowadays usually encoded in Unicode, and may consist of \
+                    very different scripts – from Latin letters to Chinese Hanzi –, with many \
+                    kinds of special characters – accents, right-to-left writing marks, \
+                    hyphens, Roman numbers, and much more. But the POSIX platform APIs for \
+                    text do not contain adequate functions for dealing with particular \
+                    properties of many Unicode characters. In fact, the POSIX APIs for text \
+                    have several assumptions at their base which don't hold for Unicode text. \
+                    This library provides functions for manipulating Unicode strings and for \
+                    manipulating C strings according to the Unicode standard.
 
-homepage		    http://www.gnu.org/software/libunistring/
-master_sites	    gnu
+homepage            http://www.gnu.org/software/libunistring/
+master_sites        gnu
+
 checksums           md5     db8eca3b64163abadf8c40e5cecc261f \
                     sha1    e1ea13c24a30bc93932d19eb5ad0704a618506dd \
                     rmd160  52d7cbec6288708fecd7c249e03dfcbec5bce910
 
-depends_lib		    port:libiconv
+depends_lib         port:libiconv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/9b491321/attachment.html>


More information about the macports-changes mailing list