pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/bdftopcf Import bdftopcf-1.0.0 from pkgsrc-wip:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eb74173c6c0
branches:  trunk
changeset: 521592:2eb74173c6c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 19:49:24 2006 +0000

description:
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:

 fonts/bdftopcf/DESCR    |   8 ++++++++
 fonts/bdftopcf/Makefile |  19 +++++++++++++++++++
 fonts/bdftopcf/PLIST    |   3 +++
 fonts/bdftopcf/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 506fab9c53f4 -r 2eb74173c6c0 fonts/bdftopcf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/bdftopcf/DESCR      Tue Nov 14 19:49:24 2006 +0000
@@ -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 -r 506fab9c53f4 -r 2eb74173c6c0 fonts/bdftopcf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/bdftopcf/Makefile   Tue Nov 14 19:49:24 2006 +0000
@@ -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@localhost
+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 -r 506fab9c53f4 -r 2eb74173c6c0 fonts/bdftopcf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/bdftopcf/PLIST      Tue Nov 14 19:49:24 2006 +0000
@@ -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 -r 506fab9c53f4 -r 2eb74173c6c0 fonts/bdftopcf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/bdftopcf/distinfo   Tue Nov 14 19:49:24 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index