fb16dfecae
Commit b7f05445c0
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)
7 lines
427 B
Text
7 lines
427 B
Text
cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in
|
|
POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the
|
|
printable length of a unicode character/string on a terminal. The module
|
|
provides the same functions as wcwidth and its behavior is compatible.
|
|
|
|
On systems not conforming to POSIX.1-2001 and POSIX.1-2008, Markus Kuhn's
|
|
implementation is used to provide the functionality.
|