summaryrefslogtreecommitdiff
path: root/fonts/ttmkfdir
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-22 18:55:11 +0000
committerwiz <wiz>2005-04-22 18:55:11 +0000
commit4539a05ac4fc1b0a117d7029e7a18f276f55de07 (patch)
treec3e0842bea93bb612e114016fc9c8096dbdf2307 /fonts/ttmkfdir
parent932577cf81e79cd6b81e3587246a5a812e167b67 (diff)
downloadpkgsrc-4539a05ac4fc1b0a117d7029e7a18f276f55de07.tar.gz
Remove ttmkfdir -- obsoleted by ttmkfdir2.
Diffstat (limited to 'fonts/ttmkfdir')
-rw-r--r--fonts/ttmkfdir/DESCR2
-rw-r--r--fonts/ttmkfdir/Makefile20
-rw-r--r--fonts/ttmkfdir/PLIST2
-rw-r--r--fonts/ttmkfdir/distinfo7
-rw-r--r--fonts/ttmkfdir/patches/patch-aa31
-rw-r--r--fonts/ttmkfdir/patches/patch-ab13
6 files changed, 0 insertions, 75 deletions
diff --git a/fonts/ttmkfdir/DESCR b/fonts/ttmkfdir/DESCR
deleted file mode 100644
index f87da12ca9f..00000000000
--- a/fonts/ttmkfdir/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This program reads TrueType fonts and creates a suitable fonts.scale file for
-use with the xfsft X font server or XFree86-4.
diff --git a/fonts/ttmkfdir/Makefile b/fonts/ttmkfdir/Makefile
deleted file mode 100644
index c787cd75a24..00000000000
--- a/fonts/ttmkfdir/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:47 tv Exp $
-#
-
-DISTNAME= ttmkfdir
-PKGNAME= ttmkfdir-0
-PKGREVISION= 1
-CATEGORIES= fonts x11
-MASTER_SITES= http://www.joerg-pommnitz.de/TrueType/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.joerg-pommnitz.de/TrueType/xfsft.html
-COMMENT= Tool that creates a fonts.scale file
-
-WRKSRC= ${WRKDIR}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
-
-.include "../../graphics/freetype-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ttmkfdir/PLIST b/fonts/ttmkfdir/PLIST
deleted file mode 100644
index e5295bab268..00000000000
--- a/fonts/ttmkfdir/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
-bin/ttmkfdir
diff --git a/fonts/ttmkfdir/distinfo b/fonts/ttmkfdir/distinfo
deleted file mode 100644
index 6b9d3e528d1..00000000000
--- a/fonts/ttmkfdir/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 19:18:29 agc Exp $
-
-SHA1 (ttmkfdir.tar.gz) = 1ba2b5103e159758e2e84e709cb396e5d532ed95
-RMD160 (ttmkfdir.tar.gz) = 1047227aefa3d985685348b91569c81d0af6d324
-Size (ttmkfdir.tar.gz) = 61487 bytes
-SHA1 (patch-aa) = 77a658c66ed97c6638407ae646f003d9a54ed391
-SHA1 (patch-ab) = 18c7924642ba2b7a87a682a9e3343dc7a659e078
diff --git a/fonts/ttmkfdir/patches/patch-aa b/fonts/ttmkfdir/patches/patch-aa
deleted file mode 100644
index 57f45c5c547..00000000000
--- a/fonts/ttmkfdir/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
-
---- Makefile.orig Sat Jun 8 21:36:43 2002
-+++ Makefile Sat Jun 8 21:42:01 2002
-@@ -1,10 +1,10 @@
--FREETYPE_BASE=../freetype-1.1
--FREETYPE_INCL=$(FREETYPE_BASE)/lib
--FREETYPE_LIB=-L$(FREETYPE_BASE)/lib/.libs -lttf
--
--CC=gcc
--CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL)
--LDFALGS=$(FREETYPE_LIB) -s
-+#FREETYPE_BASE=../freetype-1.1
-+#FREETYPE_INCL=$(FREETYPE_BASE)/lib
-+#FREETYPE_LIB=-L$(FREETYPE_BASE)/lib/.libs -lttf
-+
-+#CC=gcc
-+#CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL)
-+#LDFALGS=$(FREETYPE_LIB) -s
-
- all: ttmkfdir
-
-@@ -18,7 +18,7 @@
- ln $< $@
-
- ttmkfdir: ttmkfdir.o
-- $(CC) -o $@ $< $(LDFALGS)
-+ $(CC) -o $@ ttmkfdir.o $(LDFLAGS) -lttf
-
- ttmkfdir.o: ttmkfdir.c panose.h ttos2val.h
-
diff --git a/fonts/ttmkfdir/patches/patch-ab b/fonts/ttmkfdir/patches/patch-ab
deleted file mode 100644
index 9fde45c3db4..00000000000
--- a/fonts/ttmkfdir/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
-
---- ttmkfdir.c.orig Sat Jun 8 21:37:58 2002
-+++ ttmkfdir.c Sat Jun 8 21:38:18 2002
-@@ -61,7 +61,7 @@
- #include <ctype.h>
- #include <errno.h>
-
--#include <freetype.h>
-+#include <freetype/freetype.h>
-
- #include "panose.h"
- #include "ttos2val.h"