From 6db0db8a2dec91a21f2c57a8b804d161ffe7acac Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 14 Nov 2006 19:49:24 +0000 Subject: Import bdftopcf-1.0.0 from pkgsrc-wip: The bdftopcf tool converts X fonts from Bitmap Distribution Format to Portable Compiled Format. Fonts in the Portable Compiled Format can be read by any architecture, although the file is structured to allow one particular architecture to read them directly without reformatting. This allows fast reading on the appropriate machine, but the files are still portable (but read more slowly) on other machines. --- fonts/bdftopcf/DESCR | 8 ++++++++ fonts/bdftopcf/Makefile | 19 +++++++++++++++++++ fonts/bdftopcf/PLIST | 3 +++ fonts/bdftopcf/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 fonts/bdftopcf/DESCR create mode 100644 fonts/bdftopcf/Makefile create mode 100644 fonts/bdftopcf/PLIST create mode 100644 fonts/bdftopcf/distinfo (limited to 'fonts/bdftopcf') diff --git a/fonts/bdftopcf/DESCR b/fonts/bdftopcf/DESCR new file mode 100644 index 00000000000..8ac02a54a7e --- /dev/null +++ b/fonts/bdftopcf/DESCR @@ -0,0 +1,8 @@ +The bdftopcf tool converts X fonts from Bitmap Distribution Format +to Portable Compiled Format. + +Fonts in the Portable Compiled Format can be read by any architecture, +although the file is structured to allow one particular +architecture to read them directly without reformatting. This +allows fast reading on the appropriate machine, but the files +are still portable (but read more slowly) on other machines. diff --git a/fonts/bdftopcf/Makefile b/fonts/bdftopcf/Makefile new file mode 100644 index 00000000000..f842a6705d9 --- /dev/null +++ b/fonts/bdftopcf/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 19:49:24 joerg Exp $ +# + +DISTNAME= bdftopcf-1.0.0 +CATEGORIES= fonts +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= BDF to PCF font converter for X11 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes + +.include "../../x11/libXfont/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/bdftopcf/PLIST b/fonts/bdftopcf/PLIST new file mode 100644 index 00000000000..e70eacce9a6 --- /dev/null +++ b/fonts/bdftopcf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/14 19:49:24 joerg Exp $ +bin/bdftopcf +man/man1/bdftopcf.1 diff --git a/fonts/bdftopcf/distinfo b/fonts/bdftopcf/distinfo new file mode 100644 index 00000000000..c89a4932ef2 --- /dev/null +++ b/fonts/bdftopcf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/14 19:49:24 joerg Exp $ + +SHA1 (bdftopcf-1.0.0.tar.bz2) = 61fc7400774a892d596329682800e42a63480443 +RMD160 (bdftopcf-1.0.0.tar.bz2) = 662f005b3ebd3721d33f3d716e936528bc1e3419 +Size (bdftopcf-1.0.0.tar.bz2) = 74756 bytes -- cgit v1.2.3