[76027] trunk/dports/textproc

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Feb 16 09:09:15 PST 2011


Revision: 76027
          http://trac.macports.org/changeset/76027
Author:   singingwolfboy at macports.org
Date:     2011-02-16 09:09:13 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
New port: libunistring

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

Added: trunk/dports/textproc/libunistring/Portfile
===================================================================
--- trunk/dports/textproc/libunistring/Portfile	                        (rev 0)
+++ trunk/dports/textproc/libunistring/Portfile	2011-02-16 17:09:13 UTC (rev 76027)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+
+name			    libunistring
+version			    0.9.3
+categories		    textproc
+platforms		    darwin
+license             GPLv3
+maintainers		    singingwolfboy openmaintainer
+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
+checksums           md5     db8eca3b64163abadf8c40e5cecc261f \
+                    sha1    e1ea13c24a30bc93932d19eb5ad0704a618506dd \
+                    rmd160  52d7cbec6288708fecd7c249e03dfcbec5bce910
+
+depends_lib		    port:libiconv


Property changes on: trunk/dports/textproc/libunistring/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110216/c909b606/attachment.html>


More information about the macports-changes mailing list