pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts Fix DESCR of mkfontscale, merge DESCR from reed@...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60b22eb6593e
branches:  trunk
changeset: 520979:60b22eb6593e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 16:48:58 2006 +0000

description:
Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version of
mkfontdir and add missing DEPENDS.

diffstat:

 fonts/mkfontdir/DESCR    |  6 ++++--
 fonts/mkfontdir/Makefile |  4 +++-
 fonts/mkfontscale/DESCR  |  2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r c351f7438a3d -r 60b22eb6593e fonts/mkfontdir/DESCR
--- a/fonts/mkfontdir/DESCR     Fri Nov 03 16:45:22 2006 +0000
+++ b/fonts/mkfontdir/DESCR     Fri Nov 03 16:48:58 2006 +0000
@@ -1,2 +1,4 @@
-This package contains the mkfontdir, a program to generate legacy X11
-font indices. This is from the modular X.org project.
+The mkfontdir tool uses mkfontscale to create an index of X font
+files (such as PCF, SNF, or BDF) in a directory.  The X server
+and font server use the generated "fonts.dir" file to find font
+files.
diff -r c351f7438a3d -r 60b22eb6593e fonts/mkfontdir/Makefile
--- a/fonts/mkfontdir/Makefile  Fri Nov 03 16:45:22 2006 +0000
+++ b/fonts/mkfontdir/Makefile  Fri Nov 03 16:48:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 16:26:08 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/03 16:48:58 joerg Exp $
 #
 
 DISTNAME=              mkfontdir-1.0.2
@@ -13,6 +13,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+DEPENDS+=              mkfontscale>=1.0.1:../../fonts/mkfontscale
+
 GNU_CONFIGURE=         yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r c351f7438a3d -r 60b22eb6593e fonts/mkfontscale/DESCR
--- a/fonts/mkfontscale/DESCR   Fri Nov 03 16:45:22 2006 +0000
+++ b/fonts/mkfontscale/DESCR   Fri Nov 03 16:48:58 2006 +0000
@@ -1,2 +1,2 @@
-This package contains the mkfontdir, a program to generate legacy X11
+This package contains the mkfontscale, a program to generate legacy X11
 font indices for scalable fonts. This is from the modular X.org project.



Home | Main Index | Thread Index | Old Index