mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
PSAutoHint is a standalone version of Adobe AFDKO's autohinter.
WWW: https://github.com/adobe-type-tools/psautohint PR: 228026 Submitted by: lantw44@gmail.com Sponsored by: iXsystems Inc.
This commit is contained in:
parent
c99b0f6cdf
commit
8b5c22ecfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471383
4 changed files with 30 additions and 0 deletions
|
@ -197,6 +197,7 @@
|
||||||
SUBDIR += py-pdf2
|
SUBDIR += py-pdf2
|
||||||
SUBDIR += py-pollyreports
|
SUBDIR += py-pollyreports
|
||||||
SUBDIR += py-preppy
|
SUBDIR += py-preppy
|
||||||
|
SUBDIR += py-psautohint
|
||||||
SUBDIR += py-pycups
|
SUBDIR += py-pycups
|
||||||
SUBDIR += py-pyscript
|
SUBDIR += py-pyscript
|
||||||
SUBDIR += py-python-ly
|
SUBDIR += py-python-ly
|
||||||
|
|
23
print/py-psautohint/Makefile
Normal file
23
print/py-psautohint/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
print/py-psautohint/distinfo
Normal file
3
print/py-psautohint/distinfo
Normal file
|
@ -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
|
3
print/py-psautohint/pkg-descr
Normal file
3
print/py-psautohint/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
PSAutoHint is a standalone version of Adobe AFDKO's autohinter.
|
||||||
|
|
||||||
|
WWW: https://github.com/adobe-type-tools/psautohint
|
Loading…
Add table
Reference in a new issue