svn commit: r478178 - head/textproc/py-pyphen
Yuri Victorovich
yuri at FreeBSD.org
Mon Aug 27 06:14:23 UTC 2018
Author: yuri
Date: Mon Aug 27 06:14:21 2018
New Revision: 478178
URL: https://svnweb.freebsd.org/changeset/ports/478178
Log:
textproc/py-pyphen: Update 0.9.4 -> 0.9.5
Port changes:
* Update description
* Update WWW
Reported by: portscout
Modified:
head/textproc/py-pyphen/Makefile
head/textproc/py-pyphen/distinfo
head/textproc/py-pyphen/pkg-descr
Modified: head/textproc/py-pyphen/Makefile
==============================================================================
--- head/textproc/py-pyphen/Makefile Mon Aug 27 05:59:25 2018 (r478177)
+++ head/textproc/py-pyphen/Makefile Mon Aug 27 06:14:21 2018 (r478178)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyphen
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/textproc/py-pyphen/distinfo
==============================================================================
--- head/textproc/py-pyphen/distinfo Mon Aug 27 05:59:25 2018 (r478177)
+++ head/textproc/py-pyphen/distinfo Mon Aug 27 06:14:21 2018 (r478178)
@@ -1,2 +1,3 @@
-SHA256 (Pyphen-0.9.4.tar.gz) = abfa9a0ab055341f6e250c1a6bef395c3a06f0e4cba216eeef37f617b32c0bd7
-SIZE (Pyphen-0.9.4.tar.gz) = 1092404
+TIMESTAMP = 1535345653
+SHA256 (Pyphen-0.9.5.tar.gz) = 3b633a50873156d777e1f1075ba4d8e96a6ad0a3ca42aa3ea9a6259f93f18921
+SIZE (Pyphen-0.9.5.tar.gz) = 2971389
Modified: head/textproc/py-pyphen/pkg-descr
==============================================================================
--- head/textproc/py-pyphen/pkg-descr Mon Aug 27 05:59:25 2018 (r478177)
+++ head/textproc/py-pyphen/pkg-descr Mon Aug 27 06:14:21 2018 (r478178)
@@ -1,4 +1,10 @@
Pyphen is a pure Python module to hyphenate text using existing Hunspell
hyphenation dictionaries.
-WWW: https://pypi.org/project/Pyphen/
+Features:
+* 100% pure Python with no dependencies
+* a lot of included dictionaries
+* caches dict files and hyphenated words
+* supports nonstandard hyphenation patterns
+
+WWW: https://pyphen.org/
More information about the svn-ports-head
mailing list