ports/139858: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Nov 4 14:40:09 UTC 2009
The following reply was made to PR ports/139858; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/139858: commit references a PR
Date: Wed, 4 Nov 2009 14:37:56 +0000 (UTC)
miwi 2009-11-04 14:37:37 UTC
FreeBSD ports repository
Modified files:
converters Makefile
Added files:
converters/py-unidecode Makefile distinfo pkg-descr pkg-plist
Log:
What Unidecode provides is a function, 'unidecode(...)' that
takes Unicode data and tries to represent it in ASCII characters
(i.e., the universally displayable characters between 0x00 and 0x7F).
The representation is almost always an attempt at *transliteration*
-- i.e., conveying, in Roman letters, the pronunciation expressed by
the text in some other writing system. (See the example above)
WWW: http://code.zemanta.com/tsolc/unidecode/
PR: ports/139858
Submitted by: Douglas Thrift
Revision Changes Path
1.167 +1 -0 ports/converters/Makefile
1.1 +23 -0 ports/converters/py-unidecode/Makefile (new)
1.1 +3 -0 ports/converters/py-unidecode/distinfo (new)
1.1 +8 -0 ports/converters/py-unidecode/pkg-descr (new)
1.1 +544 -0 ports/converters/py-unidecode/pkg-plist (new)
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the freebsd-python
mailing list