summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /graphics/freetype-utils
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r--graphics/freetype-utils/DESCR11
-rw-r--r--graphics/freetype-utils/Makefile19
-rw-r--r--graphics/freetype-utils/PLIST12
3 files changed, 0 insertions, 42 deletions
diff --git a/graphics/freetype-utils/DESCR b/graphics/freetype-utils/DESCR
deleted file mode 100644
index 5e81067bc1b..00000000000
--- a/graphics/freetype-utils/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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/Makefile b/graphics/freetype-utils/Makefile
deleted file mode 100644
index f75f54b6b6d..00000000000
--- a/graphics/freetype-utils/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:55 jlam Exp $
-
-.include "../freetype-lib/Makefile.common"
-
-PKGNAME= freetype-utils-${FT_VERS}
-PKGREVISION= 1
-COMMENT= Utilities for manipulating TrueType fonts
-
-BUILDLINK_DEPENDS.freetype= freetype-lib>=${FT_VERS}
-
-
-CONFIGURE_ARGS+= --with-x
-BUILD_TARGET= tttest
-INSTALL_TARGET= install-tttest
-
-.include "../../graphics/freetype-lib/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/freetype-utils/PLIST b/graphics/freetype-utils/PLIST
deleted file mode 100644
index 56bb2522936..00000000000
--- a/graphics/freetype-utils/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:41 zuntum Exp $
-bin/ftdump
-bin/fterror
-bin/ftlint
-bin/ftmetric
-bin/ftsbit
-bin/ftstring
-bin/ftstrpnm
-bin/ftstrtto
-bin/fttimer
-bin/ftview
-bin/ftzoom