svn commit: r471383 - in head/print: . py-psautohint

Martin Wilke miwi at FreeBSD.org
Sat Jun 2 17:35:02 UTC 2018


Author: miwi
Date: Sat Jun  2 17:35:00 2018
New Revision: 471383
URL: https://svnweb.freebsd.org/changeset/ports/471383

Log:
  PSAutoHint is a standalone version of Adobe AFDKO's autohinter.
  
  WWW: https://github.com/adobe-type-tools/psautohint
  
  PR:		228026
  Submitted by:	lantw44 at gmail.com
  Sponsored by:	iXsystems Inc.

Added:
  head/print/py-psautohint/
  head/print/py-psautohint/Makefile   (contents, props changed)
  head/print/py-psautohint/distinfo   (contents, props changed)
  head/print/py-psautohint/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Jun  2 17:32:35 2018	(r471382)
+++ head/print/Makefile	Sat Jun  2 17:35:00 2018	(r471383)
@@ -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

Added: head/print/py-psautohint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-psautohint/Makefile	Sat Jun  2 17:35:00 2018	(r471383)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	psautohint
+PORTVERSION=	1.1.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	print python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44 at 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>

Added: head/print/py-psautohint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-psautohint/distinfo	Sat Jun  2 17:35:00 2018	(r471383)
@@ -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

Added: head/print/py-psautohint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-psautohint/pkg-descr	Sat Jun  2 17:35:00 2018	(r471383)
@@ -0,0 +1,3 @@
+PSAutoHint is a standalone version of Adobe AFDKO's autohinter.
+
+WWW: https://github.com/adobe-type-tools/psautohint


More information about the svn-ports-all mailing list