New port textproc/py-cjkwrap: Library for wrapping and filling CJK text in Python
CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and Korean) text. Fix Python issue24665. WWW: https://pypi.python.org/pypi/CJKwrap/
This commit is contained in:
parent
4e988bc7ff
commit
0b5cc2cef7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458492
4 changed files with 28 additions and 0 deletions
|
@ -1273,6 +1273,7 @@
|
|||
SUBDIR += py-awesome-slugify
|
||||
SUBDIR += py-bugzillatools
|
||||
SUBDIR += py-chardet
|
||||
SUBDIR += py-cjkwrap
|
||||
SUBDIR += py-cloud_sptheme
|
||||
SUBDIR += py-colorclass
|
||||
SUBDIR += py-creole
|
||||
|
|
20
textproc/py-cjkwrap/Makefile
Normal file
20
textproc/py-cjkwrap/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cjkwrap
|
||||
DISTVERSION= 2.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= CJKwrap-${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Library for wrapping and filling CJK text in Python
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/licenses/COPYING.LESSER
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-cjkwrap/distinfo
Normal file
3
textproc/py-cjkwrap/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1515327078
|
||||
SHA256 (CJKwrap-2.2.tar.gz) = a2c7d2e527a0e89865ac2e6e73f198b829b871c826f34eeb4efb09669e1ec0ac
|
||||
SIZE (CJKwrap-2.2.tar.gz) = 21387
|
4
textproc/py-cjkwrap/pkg-descr
Normal file
4
textproc/py-cjkwrap/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and
|
||||
Korean) text. Fix Python issue24665.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/CJKwrap/
|
Loading…
Reference in a new issue