diff --git a/print/Makefile b/print/Makefile index 8e66415c222e..cb174878ac77 100644 --- a/print/Makefile +++ b/print/Makefile @@ -197,6 +197,7 @@ SUBDIR += py-pdf2 SUBDIR += py-pollyreports SUBDIR += py-preppy + SUBDIR += py-psautohint SUBDIR += py-pycups SUBDIR += py-pyscript SUBDIR += py-python-ly diff --git a/print/py-psautohint/Makefile b/print/py-psautohint/Makefile new file mode 100644 index 000000000000..416d4c956ae2 --- /dev/null +++ b/print/py-psautohint/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= psautohint +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= print python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lantw44@gmail.com +COMMENT= Python wrapper for Adobe PostScript autohinter + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes + +GH_ACCOUNT= adobe-type-tools + +.include diff --git a/print/py-psautohint/distinfo b/print/py-psautohint/distinfo new file mode 100644 index 000000000000..4c6e01c06350 --- /dev/null +++ b/print/py-psautohint/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1525455871 +SHA256 (adobe-type-tools-psautohint-v1.1.0_GH0.tar.gz) = 90c678979ed689191781196f4d6fadf90ff1de22e16ddbaf85552125277deb90 +SIZE (adobe-type-tools-psautohint-v1.1.0_GH0.tar.gz) = 144347 diff --git a/print/py-psautohint/pkg-descr b/print/py-psautohint/pkg-descr new file mode 100644 index 000000000000..40186d637380 --- /dev/null +++ b/print/py-psautohint/pkg-descr @@ -0,0 +1,3 @@ +PSAutoHint is a standalone version of Adobe AFDKO's autohinter. + +WWW: https://github.com/adobe-type-tools/psautohint