diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 00:43:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 00:43:53 +0000 |
commit | 62b218749eb05dc5cd0577ea107bb346a1bee264 (patch) | |
tree | 54299f865d921f7430ce0f5701964ed1c662d644 /fonts | |
parent | d4c2629d20215f8e8954b164807c560ff3531e97 (diff) | |
download | pkgsrc-62b218749eb05dc5cd0577ea107bb346a1bee264.tar.gz |
Import py-TTFQuery from pkgsrc-wip. Packaged by Michal Pasternak and
slightly modified by me.
Python module using FontTools to query TTF font files for metadata and
font outlines in a cross-platform manner. Includes support for
scanning for installed system TTF files on common platforms.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-TTFQuery/DESCR | 3 | ||||
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 19 | ||||
-rw-r--r-- | fonts/py-TTFQuery/PLIST | 35 | ||||
-rw-r--r-- | fonts/py-TTFQuery/distinfo | 4 |
4 files changed, 61 insertions, 0 deletions
diff --git a/fonts/py-TTFQuery/DESCR b/fonts/py-TTFQuery/DESCR new file mode 100644 index 00000000000..1ec5362c647 --- /dev/null +++ b/fonts/py-TTFQuery/DESCR @@ -0,0 +1,3 @@ +Python module using FontTools to query TTF font files for metadata and +font outlines in a cross-platform manner. Includes support for +scanning for installed system TTF files on common platforms. diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile new file mode 100644 index 00000000000..75a365e779e --- /dev/null +++ b/fonts/py-TTFQuery/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/19 00:43:53 minskim Exp $ +# + +DISTNAME= TTFQuery-0.2.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttfquery/} + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://ttfquery.sourceforge.net/ +COMMENT= Query TTF font files for metadata and font outlines + +DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools + +USE_BUILDLINK3= yes +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/py-TTFQuery/PLIST b/fonts/py-TTFQuery/PLIST new file mode 100644 index 00000000000..da877a4bd28 --- /dev/null +++ b/fonts/py-TTFQuery/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/19 00:43:54 minskim Exp $ +${PYSITELIB}/ttfquery/__init__.py +${PYSITELIB}/ttfquery/__init__.pyc +${PYSITELIB}/ttfquery/__init__.pyo +${PYSITELIB}/ttfquery/_scriptregistry.py +${PYSITELIB}/ttfquery/_scriptregistry.pyc +${PYSITELIB}/ttfquery/_scriptregistry.pyo +${PYSITELIB}/ttfquery/describe.py +${PYSITELIB}/ttfquery/describe.pyc +${PYSITELIB}/ttfquery/describe.pyo +${PYSITELIB}/ttfquery/family_query.py +${PYSITELIB}/ttfquery/family_query.pyc +${PYSITELIB}/ttfquery/family_query.pyo +${PYSITELIB}/ttfquery/findsystem.py +${PYSITELIB}/ttfquery/findsystem.pyc +${PYSITELIB}/ttfquery/findsystem.pyo +${PYSITELIB}/ttfquery/font_family_groups.py +${PYSITELIB}/ttfquery/font_family_groups.pyc +${PYSITELIB}/ttfquery/font_family_groups.pyo +${PYSITELIB}/ttfquery/glyph.py +${PYSITELIB}/ttfquery/glyph.pyc +${PYSITELIB}/ttfquery/glyph.pyo +${PYSITELIB}/ttfquery/glyphquery.py +${PYSITELIB}/ttfquery/glyphquery.pyc +${PYSITELIB}/ttfquery/glyphquery.pyo +${PYSITELIB}/ttfquery/guessdescription.py +${PYSITELIB}/ttfquery/guessdescription.pyc +${PYSITELIB}/ttfquery/guessdescription.pyo +${PYSITELIB}/ttfquery/metadata_query.py +${PYSITELIB}/ttfquery/metadata_query.pyc +${PYSITELIB}/ttfquery/metadata_query.pyo +${PYSITELIB}/ttfquery/ttffiles.py +${PYSITELIB}/ttfquery/ttffiles.pyc +${PYSITELIB}/ttfquery/ttffiles.pyo +@dirrm ${PYSITELIB}/ttfquery diff --git a/fonts/py-TTFQuery/distinfo b/fonts/py-TTFQuery/distinfo new file mode 100644 index 00000000000..17bed0eed82 --- /dev/null +++ b/fonts/py-TTFQuery/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/19 00:43:54 minskim Exp $ + +SHA1 (TTFQuery-0.2.6.tar.gz) = c7043c38011f708b82c687bb60e4f3f404a86128 +Size (TTFQuery-0.2.6.tar.gz) = 15111 bytes |