Port details |
- py-pyphen Module to hyphenate text based on Hunspell dictionaries
- 0.17.0 textproc =2 0.16.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2015-11-24 21:53:17
- Last Update: 2024-11-09 02:50:27
- Commit Hash: 136b413
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv2 LGPL21 MPL11
- WWW:
- https://pyphen.org/
- Description:
- Pyphen is a pure Python module to hyphenate text using existing Hunspell
hyphenation dictionaries.
Features:
* 100% pure Python with no dependencies
* a lot of included dictionaries
* caches dict files and hyphenated words
* supports nonstandard hyphenation patterns
- ¦ ¦ ¦ ¦
- 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}pyphen>0:textproc/py-pyphen@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-pyphen/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-pyphen
- pkg install py311-pyphen
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 py311-pyphen listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyphen
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731105773
SHA256 (pyphen-0.17.0.tar.gz) = 1d13acd1ce37a384d7612954ae6c7801bb4c5316da0e2b937b2127ba702a3da4
SIZE (pyphen-0.17.0.tar.gz) = 2072773
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:
-
- py311-flit-core>=3.2<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- print/py-weasyprint
Configuration Options:
- No options to configure
- Options name:
- textproc_py-pyphen
- 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 |
0.17.0 09 Nov 2024 02:50:27 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: update 0.16.0 → 0.17.0 |
0.16.0 02 Aug 2024 05:09:50 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: update 0.15.0 → 0.16.0
Reported by: portscout |
0.15.0 24 Apr 2024 09:13:07 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: update 0.14.0 → 0.15.0
Reported by: portscout |
0.14.0 05 Sep 2023 20:46:34 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-pyphen: Fix BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ['flit_core >=3.2,<4']
build-backend = 'flit_core.buildapi'
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/Kozea/Pyphen/blob/0.14.0/pyproject.toml#L1-L3 |
0.14.0 02 Jul 2023 04:24:23 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: Update 0.13.0 → 0.14.0
Reported by: portscout |
0.13.0_2 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> |
0.13.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.13.0_1 06 Feb 2023 10:04:32 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: Change build to pep517
PR: 269325
Reported by: pi@ |
0.13.0 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) |
0.13.0 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 ) |
0.13.0 04 Sep 2022 06:12:11 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: Update 0.12.0 -> 0.13.0
Reported by: portscout |
0.12.0 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.12.0 10 May 2022 21:21:40 |
Yuri Victorovich (yuri) |
textproc/py-pyphen: Update 0.10.0 -> 0.12.0 |
0.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.10.0 31 Oct 2020 09:15:39 |
yuri |
textproc/py-pyphen: Update 0.9.5 -> 0.10.0
Reported by: portscout |
0.9.5 27 Aug 2018 06:14:21 |
yuri |
textproc/py-pyphen: Update 0.9.4 -> 0.9.5
Port changes:
* Update description
* Update WWW
Reported by: portscout |
0.9.4 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 |
0.9.4 25 Feb 2018 00:40:37 |
yuri |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
0.9.4 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
0.9.4 29 Sep 2017 17:00:13 |
sunpoet |
Update LICENSE |
0.9.4 02 Mar 2016 22:41:44 |
rakuco |
Update to 0.9.4.
PR: 207655
Submitted by: yuri@rawbw.com (maintainer) |
0.9.1 24 Nov 2015 21:53:09 |
pawel |
Pyphen is a pure Python module to hyphenate text using existing Hunspell
hyphenation dictionaries.
WWW: https://pypi.python.org/pypi/Pyphen/
PR: 201940
Submitted by: Yuri Victorovich <yuri@rawbw.com> |