print/py-fonttools3: Remove obsoleted port

Use print/py-fonttools instead.
This commit is contained in:
Po-Chuan Hsieh 2022-01-24 02:09:56 +08:00
parent 2ab001165a
commit c7eb7b6db8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 67 deletions

1
MOVED
View file

@ -16773,3 +16773,4 @@ devel/e2fsprogs-libss||2022-01-17|Folded back into sysutils/e2fsprogs, which was
lang/spidermonkey60|lang/spidermonkey78|2022-01-18|Has expired: Requires python2 to build
shells/ammonite|devel/ammonite|2022-01-18|Ammonite dropped built-in shell support
emulators/yuzu-qt5|emulators/yuzu|2022-01-20|Merged as QT5 port option
print/py-fonttools3|print/py-fonttools|2022-01-23|Remove obsoleted port. Use print/py-fonttools instead

View file

@ -179,7 +179,6 @@
SUBDIR += py-fontparts
SUBDIR += py-fontpens
SUBDIR += py-fonttools
SUBDIR += py-fonttools3
SUBDIR += py-fpdf
SUBDIR += py-frescobaldi
SUBDIR += py-glyphtools

View file

@ -1,57 +0,0 @@
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
PORTNAME= fonttools
PORTVERSION= 3.44.0
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Open source library for manipulating fonts, written in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
MAKE_ENV= FONTTOOLS_MANPATH="man"
NO_ARCH= yes
# bin/fonttools
CONFLICTS_INSTALL= py*-fonttools
# fonttools 4.0.0+ requires Python 3.6+
PORTSCOUT= limit:^3\.
OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT SYMFONT UFO UNICODE WOFF
OPTIONS_DEFAULT=LXML UFO UNICODE
GRAPHITE_DESC= Process graphite type tables in ttLib/tables
INTERPOLATABLE_DESC= Interpolatability support
LXML_DESC= Read/write XML files via lxml (faster/safer than built-in ElementTree)
PLOT_DESC= Visualize DesignSpaceDocument and resulting VariationModel
SYMFONT_DESC= Symbolic font statistics analysis
UFO_DESC= Read/write UFO fonts
UNICODE_DESC= Use latest Unicode Character Database
WOFF_DESC= Compress/uncompress WOFF webfonts
GRAPHITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=1.7.4.2:archivers/py-lz4@${PY_FLAVOR}
INTERPOLATABLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.0<5:devel/py-lxml@${PY_FLAVOR}
PLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
SYMFONT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR}
UFO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0<3:devel/py-fs2@${PY_FLAVOR}
WOFF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR}
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MUNICODE}
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.0.0:devel/py-unicodedata2@${PY_FLAVOR}
.endif
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1564837231
SHA256 (fonttools-3.44.0.zip) = b72cc654e07219d8d7d8c624d1af13cec6f6cc2a51189f8385c295725e4ac36c
SIZE (fonttools-3.44.0.zip) = 3529542

View file

@ -1,6 +0,0 @@
FontTools is an open source library for manipulating fonts, written
in Python. It supports reading and writing of TrueType fonts,
PostScript Type 1 fonts as well as AFM files and some MacOS-specific
formats.
WWW: https://github.com/fonttools/fonttools