Add x11-fonts/py-ufoLib, Low-level Unified Font Object (UFO) reader and writer
PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
parent
cd7f040b2a
commit
5eaf947e65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487610
4 changed files with 37 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
SUBDIR += psftools
|
||||
SUBDIR += py-QtAwesome
|
||||
SUBDIR += py-bdflib
|
||||
SUBDIR += py-ufoLib
|
||||
SUBDIR += raleway
|
||||
SUBDIR += roboto-fonts-ttf
|
||||
SUBDIR += sgifonts
|
||||
|
|
29
x11-fonts/py-ufoLib/Makefile
Normal file
29
x11-fonts/py-ufoLib/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ufoLib
|
||||
PORTVERSION= 2.3.2
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lantw44@gmail.com
|
||||
COMMENT= Low-level Unified Font Object (UFO) reader and writer
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
x11-fonts/py-ufoLib/distinfo
Normal file
3
x11-fonts/py-ufoLib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1540712987
|
||||
SHA256 (ufoLib-2.3.2.zip) = 2bc337a78b104e554e3e75c7c99fa1c8b305e2f82022743a34d5c77e2bca29e5
|
||||
SIZE (ufoLib-2.3.2.zip) = 125009
|
4
x11-fonts/py-ufoLib/pkg-descr
Normal file
4
x11-fonts/py-ufoLib/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Unified Font Object (UFO) is a cross-platform, human-readable, future-proof
|
||||
format for storing font data. ufoLib is a low-level reader and writer for it.
|
||||
|
||||
WWW: http://unifiedfontobject.org/
|
Loading…
Reference in a new issue