non port: converters/py-unidecode/pkg-descr |
Number of commits found: 7 |
Wednesday, 7 Sep 2022
|
21:58 Stefan Eßer (se)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
fb16dfe |
Wednesday, 25 Apr 2018
|
16:42 amdmi3
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
 |
Thursday, 8 Feb 2018
|
20:18 amdmi3
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
 |
Sunday, 2 Mar 2014
|
19:51 rm
Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk
 |
Wednesday, 20 Nov 2013
|
20:51 sunpoet
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr)
 |
Tuesday, 21 Feb 2012
|
21:36 jgh
- Update to 0.04.9
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
 |
Wednesday, 4 Nov 2009
|
14:37 miwi
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
 |
Number of commits found: 7 |