FreeBSD Bugzilla – Attachment 207906 Details for
Bug 231392
print/py-psautohint: Update to 1.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use fonttools features in psautohint and fontmake
psautohint-fontmake-fonttools-features.patch (text/plain), 4.28 KB, created by
Ting-Wei Lan
on 2019-09-28 08:11:47 UTC
(
hide
)
Description:
Use fonttools features in psautohint and fontmake
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2019-09-28 08:11:47 UTC
Size:
4.28 KB
patch
obsolete
>Index: print/py-psautohint/Makefile >=================================================================== >--- print/py-psautohint/Makefile (revision 513031) >+++ print/py-psautohint/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= psautohint > PORTVERSION= 1.9.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= print python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,8 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} > > USES= python zip > USE_PYTHON= autoplist concurrent distutils >Index: x11-fonts/py-cu2qu/Makefile >=================================================================== >--- x11-fonts/py-cu2qu/Makefile (revision 513031) >+++ x11-fonts/py-cu2qu/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cu2qu > PORTVERSION= 1.6.5 >+PORTREVISION= 1 > CATEGORIES= x11-fonts python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,6 +15,7 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} > > USES= python zip >Index: x11-fonts/py-defcon/Makefile >=================================================================== >--- x11-fonts/py-defcon/Makefile (revision 513031) >+++ x11-fonts/py-defcon/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= defcon > PORTVERSION= 0.6.0 >+PORTREVISION= 1 > CATEGORIES= x11-fonts python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,9 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/License.txt > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-unicode>0:print/py-fonttools-unicode@${PY_FLAVOR} > > USES= python zip > USE_PYTHON= autoplist distutils >Index: x11-fonts/py-fontmake/Makefile >=================================================================== >--- x11-fonts/py-fontmake/Makefile (revision 513031) >+++ x11-fonts/py-fontmake/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= fontmake > PORTVERSION= 1.8.0 >+PORTREVISION= 1 > CATEGORIES= x11-fonts python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,6 +15,9 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-lxml>0:print/py-fonttools-lxml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-unicode>0:print/py-fonttools-unicode@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.5:x11-fonts/py-cu2qu@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}glyphsLib>=3.1.3:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.5.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \ >Index: x11-fonts/py-ufo2ft/Makefile >=================================================================== >--- x11-fonts/py-ufo2ft/Makefile (revision 513031) >+++ x11-fonts/py-ufo2ft/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ufo2ft > PORTVERSION= 2.5.0 >+PORTREVISION= 1 > CATEGORIES= x11-fonts python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,6 +15,7 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.4:x11-fonts/py-cu2qu@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}compreffor>=0.4.5:x11-fonts/py-compreffor@${PY_FLAVOR} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231392
:
197132
|
197133
|
198711
|
200609
|
205504
|
205505
|
205520
|
205770
|
206886
| 207906