diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-22 18:55:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-22 18:55:11 +0000 |
commit | 995ed3384c7ee29cb1c57a3ec82416a0987d1285 (patch) | |
tree | c3e0842bea93bb612e114016fc9c8096dbdf2307 /fonts | |
parent | 4d305195a8ed5058350bd79c811b4d762314772d (diff) | |
download | pkgsrc-995ed3384c7ee29cb1c57a3ec82416a0987d1285.tar.gz |
Remove ttmkfdir -- obsoleted by ttmkfdir2.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 3 | ||||
-rw-r--r-- | fonts/ttmkfdir/DESCR | 2 | ||||
-rw-r--r-- | fonts/ttmkfdir/Makefile | 20 | ||||
-rw-r--r-- | fonts/ttmkfdir/PLIST | 2 | ||||
-rw-r--r-- | fonts/ttmkfdir/distinfo | 7 | ||||
-rw-r--r-- | fonts/ttmkfdir/patches/patch-aa | 31 | ||||
-rw-r--r-- | fonts/ttmkfdir/patches/patch-ab | 13 |
7 files changed, 1 insertions, 77 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index fac2ebf250c..da3841e08f0 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2005/03/07 10:13:07 uebayasi Exp $ +# $NetBSD: Makefile,v 1.80 2005/04/22 18:55:11 wiz Exp $ # COMMENT= Fonts @@ -97,7 +97,6 @@ SUBDIR+= t1utils SUBDIR+= ttf2pk SUBDIR+= ttf2pt1 SUBDIR+= ttftot42 -SUBDIR+= ttmkfdir SUBDIR+= ttmkfdir2 SUBDIR+= type1inst SUBDIR+= un-core-ttf 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" |