[133086] trunk/dports/python/py-unidecode/Portfile

larryv at macports.org larryv at macports.org
Thu Feb 19 20:48:33 PST 2015


Revision: 133086
          https://trac.macports.org/changeset/133086
Author:   larryv at macports.org
Date:     2015-02-19 20:48:33 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
py-unidecode: Make descriptions more useful

Modified Paths:
--------------
    trunk/dports/python/py-unidecode/Portfile

Modified: trunk/dports/python/py-unidecode/Portfile
===================================================================
--- trunk/dports/python/py-unidecode/Portfile	2015-02-20 04:48:18 UTC (rev 133085)
+++ trunk/dports/python/py-unidecode/Portfile	2015-02-20 04:48:33 UTC (rev 133086)
@@ -10,8 +10,15 @@
 license             GPL-2+
 maintainers         nomaintainer
 
-description         ASCII transliterations of Unicode text.
-long_description    ${name} for ${description}
+description         ASCII transliterations of Unicode text
+long_description    Unidecode takes Unicode data and tries to \
+                    represent it in ASCII characters (i.e., the \
+                    universally displayable characters between 0x00 \
+                    and 0x7F), where the compromises taken when \
+                    mapping between two character sets are chosen to \
+                    be near what a human with a US keyboard would \
+                    choose. This is a Python port of Text::Unidecode \
+                    Perl module by Sean M. Burke.
 homepage            https://pypi.python.org/pypi/Unidecode/
 
 master_sites        https://pypi.python.org/packages/source/U/Unidecode/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150219/1522f1c8/attachment-0001.html>


More information about the macports-changes mailing list