pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts Remove mkfontscale -- nowadays included in both ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/51af79fb12e7
branches: trunk
changeset: 492922:51af79fb12e7
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 22 18:56:48 2005 +0000
description:
Remove mkfontscale -- nowadays included in both XFree86 and x.org
distributions. Ok by maintainer, rxg.
diffstat:
fonts/Makefile | 3 +--
fonts/mkfontscale/DESCR | 7 -------
fonts/mkfontscale/Makefile | 26 --------------------------
fonts/mkfontscale/PLIST | 3 ---
fonts/mkfontscale/distinfo | 7 -------
fonts/mkfontscale/patches/patch-aa | 22 ----------------------
fonts/mkfontscale/patches/patch-ab | 12 ------------
7 files changed, 1 insertions(+), 79 deletions(-)
diffs (118 lines):
diff -r 78498fee8018 -r 51af79fb12e7 fonts/Makefile
--- a/fonts/Makefile Fri Apr 22 18:55:11 2005 +0000
+++ b/fonts/Makefile Fri Apr 22 18:56:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2005/04/22 18:55:11 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2005/04/22 18:56:48 wiz Exp $
#
COMMENT= Fonts
@@ -79,7 +79,6 @@
SUBDIR+= mftrace
SUBDIR+= mglfonts
SUBDIR+= mkfontalias
-SUBDIR+= mkfontscale
SUBDIR+= mminstance
SUBDIR+= monafonts
SUBDIR+= mozilla-fonts
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/DESCR
--- a/fonts/mkfontscale/DESCR Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-For each directory argument, mkfontscale reads all of the scalable font files
-in the directory. For every font file found, an X11 font name (XLFD) is
-generated, and is written together with the file name to a file fonts.scale
-in the directory.
-
-The resulting fonts.scale file should be checked and possibly manually edited
-before being used as input for the mkfontdir(1) program.
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/Makefile
--- a/fonts/mkfontscale/Makefile Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:47 tv Exp $
-#
-
-DISTNAME= mkfontscale-20020524
-PKGREVISION= 3
-CATEGORIES= fonts
-MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/
-
-MAINTAINER= rxg%NetBSD.org@localhost
-HOMEPAGE= http://www.pps.jussieu.fr/~jch/software/files/
-COMMENT= Create an index of scalable font files for X
-
-WRKSRC= ${WRKDIR}/mkfontscale
-USE_IMAKE= YES
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !exists(${X11BASE}/include/X11/fonts/fontenc.h)
-PKG_FAIL_REASON= "Needs the fontenc.h header file, which comes with newer XFree versions."
-.endif
-
-.if exists(${X11BASE}/bin/mkfontscale)
-CONFLICTS+= xpkgwedge>=1.11
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/PLIST
--- a/fonts/mkfontscale/PLIST Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/02/26 04:01:10 jschauma Exp $
-bin/mkfontscale
-${IMAKE_MAN_DIR}/mkfontscale.${IMAKE_MANNEWSUFFIX}
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/distinfo
--- a/fonts/mkfontscale/distinfo Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 19:18:28 agc Exp $
-
-SHA1 (mkfontscale-20020524.tar.gz) = 4c1f8bba8fd2a939a95d1ad18700320b7ec993b5
-RMD160 (mkfontscale-20020524.tar.gz) = 8d05aea75eb7f01e6fe08b63143ef0b8e8ea3115
-Size (mkfontscale-20020524.tar.gz) = 8133 bytes
-SHA1 (patch-aa) = 7d83047966fc6c2eb691669e292b98dfac61a072
-SHA1 (patch-ab) = 8d30dfb71c92fc50df0e9b5334b1b01581def865
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/patches/patch-aa
--- a/fonts/mkfontscale/patches/patch-aa Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/08/12 20:15:37 tron Exp $
-
---- Imakefile.orig Thu Apr 4 14:25:46 2002
-+++ Imakefile Mon Aug 12 22:11:30 2002
-@@ -1,5 +1,4 @@
--XTOP = /usr/local/src/XFree86/xc
--XFONTENCLIB = $(XTOP)/exports/lib/libfontenc.a
-+XFONTENCLIB = -lfontenc
-
- LOCAL_LIBRARIES = $(XFONTENCLIB) $(FREETYPE2LIB)
-
-@@ -9,8 +8,8 @@
-
- OBJS = mkfontscale.o list.o
-
--INCLUDES = $(FREETYPE2INCLUDES) -I$(XTOP)/exports/include
--DEFINES = $(FREETYPE2DEFINES)
-+EXTRA_INCLUDES = -I$(X11BASE)/include/freetype2
-+EXTRA_DEFINES = $(FREETYPE2DEFINES)
-
- ComplexProgramTarget(mkfontscale)
-
diff -r 78498fee8018 -r 51af79fb12e7 fonts/mkfontscale/patches/patch-ab
--- a/fonts/mkfontscale/patches/patch-ab Fri Apr 22 18:55:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/09/09 07:44:59 itojun Exp $
-
---- mkfontscale.c 2002-05-24 21:59:21.000000000 +0900
-+++ mp/mkfontscale.c 2003-09-09 16:42:47.000000000 +0900
-@@ -496,6 +501,7 @@
- encoding->value);
- }
- free(filename);
-+ FT_Done_Face(face);
- }
- entries = reverseList(entries);
- fprintf(fontscale, "%d\n", listLength(entries));
Home |
Main Index |
Thread Index |
Old Index