diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 19:49:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 19:49:24 +0000 |
commit | 6db0db8a2dec91a21f2c57a8b804d161ffe7acac (patch) | |
tree | bcf8021a3cfacae6bc7926c06ebc11b34bd26d6a /fonts | |
parent | 859d83a8a5ec03e14b8da9863909200da8582673 (diff) | |
download | pkgsrc-6db0db8a2dec91a21f2c57a8b804d161ffe7acac.tar.gz |
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.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/bdftopcf/DESCR | 8 | ||||
-rw-r--r-- | fonts/bdftopcf/Makefile | 19 | ||||
-rw-r--r-- | fonts/bdftopcf/PLIST | 3 | ||||
-rw-r--r-- | fonts/bdftopcf/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
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 |