notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
py-linkify-it-py Links recognition library with FULL unicode support
2.0.2 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-09 10:41:09
Last Update: 2023-07-18 00:53:09
Commit Hash: 9a80a6e
Also Listed In: python
License: MIT
WWW:
https://github.com/tsutsu3/linkify-it-py
Description:
linkify-it-py is a Python port of linkify-it. It links recognition library with FULL unicode support. Focused on high quality link patterns detection in plain text. Why it's awesome: - Full unicode support, with astral characters! - International domains support. - Allows rules extension & custom normalizers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}linkify-it-py>0:textproc/py-linkify-it-py@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-linkify-it-py/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-linkify-it-py
  • pkg install py39-linkify-it-py
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-linkify-it-py listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-linkify-it-py
Package flavors (<flavor>: <package>)
  • py39: py39-linkify-it-py
distinfo:
TIMESTAMP = 1688166034 SHA256 (linkify-it-py-2.0.2.tar.gz) = 19f3060727842c254c808e99d465c80c49d2c7306788140987a1a7a29b0d6ad2 SIZE (linkify-it-py-2.0.2.tar.gz) = 27825

Packages (timestamps in pop-ups are UTC):
py39-linkify-it-py
ABIlatestquarterly
FreeBSD:12:aarch64-2.0.2
FreeBSD:12:amd642.0.22.0.2
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3862.0.22.0.2
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch642.0.22.0.2
FreeBSD:13:amd642.0.22.0.2
FreeBSD:13:armv6--
FreeBSD:13:armv72.0.22.0.2
FreeBSD:13:i3862.0.22.0.2
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-2.0.2
FreeBSD:13:riscv64--
FreeBSD:14:aarch642.0.22.0.2
FreeBSD:14:amd642.0.22.0.2
FreeBSD:14:armv6--
FreeBSD:14:armv72.0.22.0.2
FreeBSD:14:i3862.0.22.0.2
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc64--
FreeBSD:14:riscv64--
FreeBSD:15:amd642.0.2-
FreeBSD:15:armv6--
FreeBSD:15:armv72.0.2-
FreeBSD:15:i3862.0.2-
FreeBSD:15:mips64--
FreeBSD:15:powerpc642.0.2-
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-uc-micro-py>=0 : textproc/py-uc-micro-py@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-linkify-it-py
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/l/linkify-it-py/
  2. https://pypi.org/packages/source/l/linkify-it-py/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.2
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
2.0.2
09 Jul 2023 10:15:54
commit hash: 76c1d8182e1b5878fc5f7a6e9e44ecc9f23bac35commit hash: 76c1d8182e1b5878fc5f7a6e9e44ecc9f23bac35commit hash: 76c1d8182e1b5878fc5f7a6e9e44ecc9f23bac35commit hash: 76c1d8182e1b5878fc5f7a6e9e44ecc9f23bac35 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-linkify-it-py: Add py-linkify-it-py 2.0.2

linkify-it-py is a Python port of linkify-it. It links recognition library with
FULL unicode support. Focused on high quality link patterns detection in plain
text.

Why it's awesome:
- Full unicode support, with astral characters!
- International domains support.
- Allows rules extension & custom normalizers.

Number of commits found: 2