summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils
diff options
context:
space:
mode:
authorjlam <jlam>2000-05-01 06:03:36 +0000
committerjlam <jlam>2000-05-01 06:03:36 +0000
commit032057aabfdb9c72b1b44d171b608e60e8902a45 (patch)
tree83654ed0b1451c8c2d5d9fe325a01402afb802ee /graphics/freetype-utils
parentafdeb17185438e7e0037149c4f8c1f063b0741e0 (diff)
downloadpkgsrc-032057aabfdb9c72b1b44d171b608e60e8902a45.tar.gz
freetype-utils: FreeType test programs
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r--graphics/freetype-utils/Makefile16
-rw-r--r--graphics/freetype-utils/pkg/COMMENT1
-rw-r--r--graphics/freetype-utils/pkg/DESCR11
-rw-r--r--graphics/freetype-utils/pkg/PLIST9
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile
new file mode 100644
index 00000000000..98f9c63c563
--- /dev/null
+++ b/graphics/freetype-utils/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/01 06:03:36 jlam Exp $
+
+PKGNAME= freetype-utils-${FT_VERS}
+
+DEPENDS+= freetype-lib-${FT_VERS}:../../graphics/freetype-lib
+
+USE_X11= # defined
+CONFIGURE_ARGS+= --with-x
+
+ALL_TARGET= tttest
+INSTALL_TARGET= install-tttest
+
+pre-build:
+ ${TOUCH} ${WRKSRC}/lib/libttf.la
+
+.include "../../graphics/freetype-lib/Makefile.common"
diff --git a/graphics/freetype-utils/pkg/COMMENT b/graphics/freetype-utils/pkg/COMMENT
new file mode 100644
index 00000000000..6020920ff27
--- /dev/null
+++ b/graphics/freetype-utils/pkg/COMMENT
@@ -0,0 +1 @@
+Utilities for manipulating TrueType fonts
diff --git a/graphics/freetype-utils/pkg/DESCR b/graphics/freetype-utils/pkg/DESCR
new file mode 100644
index 00000000000..5e81067bc1b
--- /dev/null
+++ b/graphics/freetype-utils/pkg/DESCR
@@ -0,0 +1,11 @@
+This packages includes several test programs to test various features
+of the FreeType library:
+
+ fttimer performance timer for the engine
+ ftzoom glyph viewer
+ ftlint hint each glyph of a font file at a given size
+ ftview display all glyphs in a given font
+ ftdump TrueType font or collection dumper
+ ftstring display a given message on the screen
+ ftstrpnm convert a rendered text string into the PGM or PBM
+ fterror tests gettext() for internationalized messages
diff --git a/graphics/freetype-utils/pkg/PLIST b/graphics/freetype-utils/pkg/PLIST
new file mode 100644
index 00000000000..7bf96adead9
--- /dev/null
+++ b/graphics/freetype-utils/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/01 06:03:37 jlam Exp $
+bin/ftdump
+bin/fterror
+bin/ftlint
+bin/ftstring
+bin/ftstrpnm
+bin/fttimer
+bin/ftview
+bin/ftzoom