diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 16:26:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 16:26:08 +0000 |
commit | d928ba8bfa5fa29b18118dbefeed9d175cd7e17f (patch) | |
tree | 649405e82062b11d79c6e8950fb4d8d06017b542 | |
parent | b4dee63b9a9ef130d1e49e16d1453a6982084df8 (diff) | |
download | pkgsrc-d928ba8bfa5fa29b18118dbefeed9d175cd7e17f.tar.gz |
Import the standalone mkfontdir from modular Xorg.
-rw-r--r-- | fonts/mkfontdir/DESCR | 2 | ||||
-rw-r--r-- | fonts/mkfontdir/Makefile | 18 | ||||
-rw-r--r-- | fonts/mkfontdir/PLIST | 3 | ||||
-rw-r--r-- | fonts/mkfontdir/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/fonts/mkfontdir/DESCR b/fonts/mkfontdir/DESCR new file mode 100644 index 00000000000..d4952e20df3 --- /dev/null +++ b/fonts/mkfontdir/DESCR @@ -0,0 +1,2 @@ +This package contains the mkfontdir, a program to generate legacy X11 +font indices. This is from the modular X.org project. diff --git a/fonts/mkfontdir/Makefile b/fonts/mkfontdir/Makefile new file mode 100644 index 00000000000..b9c5fb39d22 --- /dev/null +++ b/fonts/mkfontdir/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 16:26:08 joerg Exp $ +# + +DISTNAME= mkfontdir-1.0.2 +CATEGORIES= fonts x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X11 Font Index Generator + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/mkfontdir/PLIST b/fonts/mkfontdir/PLIST new file mode 100644 index 00000000000..b2de7b66a02 --- /dev/null +++ b/fonts/mkfontdir/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 16:26:08 joerg Exp $ +bin/mkfontdir +man/man1/mkfontdir.1 diff --git a/fonts/mkfontdir/distinfo b/fonts/mkfontdir/distinfo new file mode 100644 index 00000000000..49125666e27 --- /dev/null +++ b/fonts/mkfontdir/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/03 16:26:08 joerg Exp $ + +SHA1 (mkfontdir-1.0.2.tar.bz2) = f7e243cd26bacb9c5000eaf1595bb6c7b8bafb14 +RMD160 (mkfontdir-1.0.2.tar.bz2) = 69296350311aa149e675c2eca19bf483804f9aec +Size (mkfontdir-1.0.2.tar.bz2) = 61745 bytes |