summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 16:48:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 16:48:58 +0000
commitb9e71c9519392c7ba8afbda677868d33cf2c7640 (patch)
tree7fb10af1d6e14e2c28722b97108ec3caf85e5f91
parentc502d6f4be72b924fd2a6ab1b20a86fdae2a5d88 (diff)
downloadpkgsrc-b9e71c9519392c7ba8afbda677868d33cf2c7640.tar.gz
Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version of
mkfontdir and add missing DEPENDS.
-rw-r--r--fonts/mkfontdir/DESCR6
-rw-r--r--fonts/mkfontdir/Makefile4
-rw-r--r--fonts/mkfontscale/DESCR2
3 files changed, 8 insertions, 4 deletions
diff --git a/fonts/mkfontdir/DESCR b/fonts/mkfontdir/DESCR
index d4952e20df3..877b1d3d77b 100644
--- a/fonts/mkfontdir/DESCR
+++ b/fonts/mkfontdir/DESCR
@@ -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 --git a/fonts/mkfontdir/Makefile b/fonts/mkfontdir/Makefile
index b9c5fb39d22..3e49c9032a1 100644
--- a/fonts/mkfontdir/Makefile
+++ b/fonts/mkfontdir/Makefile
@@ -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 @@ COMMENT= X11 Font Index Generator
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 --git a/fonts/mkfontscale/DESCR b/fonts/mkfontscale/DESCR
index 336d980d590..afecfb39742 100644
--- a/fonts/mkfontscale/DESCR
+++ b/fonts/mkfontscale/DESCR
@@ -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.