diff --git a/print/Makefile b/print/Makefile index 86727623c3da..3cec677b32b7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -176,6 +176,7 @@ SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils + SUBDIR += py-font-v SUBDIR += py-fontaine SUBDIR += py-fonttools SUBDIR += py-fonttools3 diff --git a/print/py-font-v/Makefile b/print/py-font-v/Makefile new file mode 100644 index 000000000000..3375423e2425 --- /dev/null +++ b/print/py-font-v/Makefile @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= font-v +PORTVERSION= 0.7.1 +CATEGORIES= print python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Font version reporting and modification tool + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0:devel/py-gitpython@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 3600 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=0:print/py-fonttools3@${PY_FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} +.endif + +.include diff --git a/print/py-font-v/distinfo b/print/py-font-v/distinfo new file mode 100644 index 000000000000..06bccb12a151 --- /dev/null +++ b/print/py-font-v/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579684122 +SHA256 (font-v-0.7.1.tar.gz) = 1423146fb959f7625643019ea0f289b04121140f0afe38232e155e781cd80bb2 +SIZE (font-v-0.7.1.tar.gz) = 23637 diff --git a/print/py-font-v/pkg-descr b/print/py-font-v/pkg-descr new file mode 100644 index 000000000000..9a1c2a0364c9 --- /dev/null +++ b/print/py-font-v/pkg-descr @@ -0,0 +1,7 @@ +font-v is an open source font version string library (libfv) and executable +(font-v) for reading, reporting, modifying, and writing OpenType name table ID 5 +records and head table fontRevision records in *.otf and *.ttf fonts. The +application provides support for the OpenFV semantic font versioning +specification. + +WWW: https://github.com/source-foundry/font-v