Port details |
- py-unidecode ASCII transliterations of Unicode text
- 1.3.7 converters =5 1.3.7Version of this port present on the latest quarterly branch.
- Maintainer: douglas@douglasthrift.net
- Port Added: 2009-11-04 14:38:04
- Last Update: 2024-01-16 16:18:00
- Commit Hash: 1b4e67f
- People watching this port, also watch:: py311-docutils, pkg, py311-six, py311-pytz, py39-feedgenerator
- Also Listed In: python
- License: GPLv2+
- WWW:
- https://pypi.org/project/Unidecode/
- Description:
- 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)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/converters/py-unidecode/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/py-unidecode
- pkg install py39-unidecode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-unidecode listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-unidecode
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1700754144
SHA256 (Unidecode-1.3.7.tar.gz) = 3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610
SIZE (Unidecode-1.3.7.tar.gz) = 192647
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- finance/py-investpy
- for Run
-
- audio/beets
- audio/puddletag
- deskutils/py-khard
- devel/py-frictionless-ckan-mapper
- finance/py-investpy
- math/py-plastex
- textproc/py-awesome-slugify
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- converters_py-unidecode
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.7 16 Jan 2024 16:18:00 |
Robert Clausecker (fuz) Author: Andreas Bilke |
converters/py-unidecode: update to 1.3.7
Changelog: https://github.com/avian2/unidecode/blob/unidecode-1.3.7/ChangeLog
PR: 275283
MFH: 2024Q1
Approved by: douglas@douglasthrift.net (maintainer timeout) |
1.1.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
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) |
1.1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.1.1 18 Oct 2020 20:26:25 |
sunpoet |
Update to 1.1.1
Changes: https://github.com/avian2/unidecode/blob/master/ChangeLog
PR: 250106
Submitted by: sunpoet (myself)
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
1.0.23_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.0.23 25 Nov 2018 19:51:37 |
swills |
converters/py-unidecode: Update to 1.0.23
PR: 233484
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
1.0.22 25 Apr 2018 16:42:38 |
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 |
1.0.22 01 Apr 2018 13:42:56 |
dbaio |
converters/py-unidecode: Update to 1.0.22
While here, update LICENSE.
Changes: https://raw.githubusercontent.com/avian2/unidecode/unidecode-1.0.22/ChangeLog
PR: 227151
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
0.04.21 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
0.04.21 02 Jul 2017 02:09:42 |
wen |
- Update to 0.04.21
PR: 220424
Submitted by: douglas@douglasthrift.net(maintainer) |
0.04.20 03 Mar 2017 06:31:51 |
wen |
- Update to 0.04.20
PR: 216388
Submitted by: douglas@douglasthrift.net(maintainer) |
0.04.19 24 Jan 2016 00:13:29 |
rakuco |
Update to 0.04.19.
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) |
0.04.18 15 Nov 2015 11:07:19 |
wg |
converters/py-unidecode: update to 0.04.18
PR: 204557
Submitted by: maintainer |
0.04.14 19 Oct 2014 07:50:54 |
mva |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit) |
0.04.14 02 Mar 2014 19:51:02 |
rm |
Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk |
0.04.14 20 Nov 2013 20:51:25 |
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) |
0.04.14 24 Oct 2013 10:26:07 |
koobs |
converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plist
- 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 |
0.04.13 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.04.13 03 Jun 2013 08:21:05 |
culot |
- Update to 0.04.13
PR: ports/179186
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.04.12 29 Jan 2013 07:36:57 |
culot |
- Update to 0.04.12
PR: ports/175667
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.04.11 21 Jan 2013 07:55:03 |
culot |
- Update to 0.04.11
PR: ports/175463
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.04.10 02 Dec 2012 05:35:21 |
rm |
- update to 0.04.10
- 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 |
0.04.9 21 Feb 2012 21:36:11 |
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 |
0.04.7 05 Apr 2011 06:20:43 |
culot |
- Update to 0.04.7
PR: ports/156190
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
0.04.6 18 Feb 2011 06:16:45 |
vanilla |
Upgrade to 0.04.6
PR: ports/154856
Submitted by: maintainer
Feature safe: yes |
0.04.5 16 Oct 2010 14:44:17 |
sunpoet |
- Update to 0.04.5
Changes:
* Unit test fixes.
PR: ports/151483
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Approved by: pgollucci (mentor, implicit) |
0.04.4 13 Oct 2010 02:35:02 |
wen |
- Update to 0.04.4
PR: ports/151417
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.04.3 17 Jan 2010 05:56:05 |
lwhsu |
- Update to 0.04.3
PR: ports/142899
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
0.04.2 21 Nov 2009 10:32:59 |
lwhsu |
- Add one more site in MASTER_SITES
PR: ports/140744
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
0.04.2 04 Nov 2009 14:37: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 |