Index: head/textproc/py-pyphen/Makefile =================================================================== --- head/textproc/py-pyphen/Makefile (revision 478177) +++ head/textproc/py-pyphen/Makefile (revision 478178) @@ -1,24 +1,24 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= pyphen -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyphen-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Module to hyphenate text based on Hunspell dictionaries LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/textproc/py-pyphen/distinfo =================================================================== --- head/textproc/py-pyphen/distinfo (revision 478177) +++ head/textproc/py-pyphen/distinfo (revision 478178) @@ -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 Index: head/textproc/py-pyphen/pkg-descr =================================================================== --- head/textproc/py-pyphen/pkg-descr (revision 478177) +++ head/textproc/py-pyphen/pkg-descr (revision 478178) @@ -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/