| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog:
2016-01-21 unidecode 0.04.19
* Add unidecode_expect_ascii() and unidecode_expect_nonascii()
functions for performance critical applications.
(thanks to Israel Saeta Perez)
PR: 206550
Submitted by: douglas@douglasthrift.net (maintainer)
Notes:
svn path=/head/; revision=407070
|
|
|
|
|
|
|
|
| |
PR: 204557
Submitted by: maintainer
Notes:
svn path=/head/; revision=401688
|
|
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371172
|
|
|
|
|
|
|
| |
was included into bsd.python.mk
Notes:
svn path=/head/; revision=346792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.04.14
- Enable auto plist generation & remove pkg-plist accordingly
- Enable STAGE support
While I'm here:
- Whitespace alignment
- Re-order a couple of Makefile entries
Changes: 2013-09-20 unidecode 0.04.14
* Revert transliteration for Latin characters with umlauts back
to language-neutral, unaccented characters.
* Added transliterations for circled numbers, letters and ordinals.
* Minor fixes to rarely used punctuation characters.
PR: ports/183136
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=331473
|
|
|
|
|
|
|
| |
converters)
Notes:
svn path=/head/; revision=327715
|
|
|
|
|
|
|
|
| |
PR: ports/179186
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=319761
|
|
|
|
|
|
|
|
| |
PR: ports/175667
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=311154
|
|
|
|
|
|
|
|
| |
PR: ports/175463
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=310750
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
- fix plist for python >= 32
PR: 174036
Submitted by: rm (myself)
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=308089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog:
2011-09-23 unidecode 0.04.9
* Fixed Python 2.5 installation issue.
2011-09-22 unidecode 0.04.8
* License change to GPL to fit better with other Python modules and
to remove the issue of depending on Perl for licensing terms.
* Always return a string object on Python 2.x. Before this patch,
unidecode() returned a unicode object on Python 2.x if the input
was a unicode object that contained ASCII characters. Behaviour
on Python 3.x remains unchanged. (thanks to Wesley Yarde)
PR: ports/165344
Submitted by: maintainer, douglas@douglasthrift.net
Notes:
svn path=/head/; revision=292019
|
|
|
|
|
|
|
|
| |
PR: ports/156190
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=272230
|
|
|
|
|
|
|
|
|
| |
PR: ports/154856
Submitted by: maintainer
Feature safe: yes
Notes:
svn path=/head/; revision=269307
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Unit test fixes.
PR: ports/151483
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Approved by: pgollucci (mentor, implicit)
Notes:
svn path=/head/; revision=263097
|
|
|
|
|
|
|
|
| |
PR: ports/151417
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=262939
|
|
|
|
|
|
|
|
| |
PR: ports/142899
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=248009
|
|
|
|
|
|
|
|
| |
PR: ports/140744
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=244586
|
|
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
Notes:
svn path=/head/; revision=243771
|