pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/bdf2psf converters/bdf2psf: import bdf2psf-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/940623e801e5
branches: trunk
changeset: 337986:940623e801e5
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Fri Aug 16 19:31:42 2019 +0000
description:
converters/bdf2psf: import bdf2psf-1.193.
The program bdf2psf translates BDF fonts to PSF format. It accepts
fonts with arbitrary size of the font matrix. If the width of the glyph
matrix of the source font is 7 or 9 pixels then it generates fonts with
width of 8 pixels.
OK kamil@
diffstat:
converters/bdf2psf/DESCR | 4 ++++
converters/bdf2psf/Makefile | 33 +++++++++++++++++++++++++++++++++
converters/bdf2psf/PLIST | 23 +++++++++++++++++++++++
converters/bdf2psf/distinfo | 6 ++++++
4 files changed, 66 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 3469b5f86930 -r 940623e801e5 converters/bdf2psf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bdf2psf/DESCR Fri Aug 16 19:31:42 2019 +0000
@@ -0,0 +1,4 @@
+The program bdf2psf translates BDF fonts to PSF format. It accepts
+fonts with arbitrary size of the font matrix. If the width of the glyph
+matrix of the source font is 7 or 9 pixels then it generates fonts with
+width of 8 pixels.
diff -r 3469b5f86930 -r 940623e801e5 converters/bdf2psf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bdf2psf/Makefile Fri Aug 16 19:31:42 2019 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2019/08/16 19:31:42 fcambus Exp $
+
+DISTNAME= console-setup_1.193
+PKGNAME= bdf2psf-1.193
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/c/console-setup/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= fcambus%NetBSD.org@localhost
+HOMEPAGE= https://packages.debian.org/sid/bdf2psf
+COMMENT= Convert a BDF font to PSF format for the Linux console
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/console-setup-${PKGVERSION_NOREV}
+
+NO_BUILD= yes
+
+REPLACE_PERL+= Fonts/${PKGBASE}
+
+SHAREDIR= ${PREFIX}/share/${PKGBASE}
+
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${SHAREDIR}/fontsets
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/Fonts/${PKGBASE} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/${PKGBASE}.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_DATA} ${WRKSRC}/Fonts/standard.equivalents \
+ ${DESTDIR}${SHAREDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Fonts/fontsets/* \
+ ${DESTDIR}${SHAREDIR}/fontsets
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3469b5f86930 -r 940623e801e5 converters/bdf2psf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bdf2psf/PLIST Fri Aug 16 19:31:42 2019 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/16 19:31:42 fcambus Exp $
+bin/bdf2psf
+man/man1/bdf2psf.1
+share/bdf2psf/fontsets/Arabic.512
+share/bdf2psf/fontsets/Armenian.256
+share/bdf2psf/fontsets/CyrAsia.256
+share/bdf2psf/fontsets/CyrKoi.256
+share/bdf2psf/fontsets/CyrSlav.256
+share/bdf2psf/fontsets/Ethiopian.512
+share/bdf2psf/fontsets/Georgian.256
+share/bdf2psf/fontsets/Greek.256
+share/bdf2psf/fontsets/Hebrew.256
+share/bdf2psf/fontsets/Lao.256
+share/bdf2psf/fontsets/Lat15.256
+share/bdf2psf/fontsets/Lat2.256
+share/bdf2psf/fontsets/Lat38.256
+share/bdf2psf/fontsets/Lat7.256
+share/bdf2psf/fontsets/Thai.256
+share/bdf2psf/fontsets/Uni1.512
+share/bdf2psf/fontsets/Uni2.512
+share/bdf2psf/fontsets/Uni3.512
+share/bdf2psf/fontsets/Vietnamese.512
+share/bdf2psf/standard.equivalents
diff -r 3469b5f86930 -r 940623e801e5 converters/bdf2psf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bdf2psf/distinfo Fri Aug 16 19:31:42 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/16 19:31:42 fcambus Exp $
+
+SHA1 (console-setup_1.193.tar.xz) = 618ac324035537d1a88cbcca8d0344fb62b7f8bf
+RMD160 (console-setup_1.193.tar.xz) = 223f37b3127ff6ec4968e7bf6af26f90f9c9f4c6
+SHA512 (console-setup_1.193.tar.xz) = ed463c1a660931a133f933dd6505a1d3d2219756d230b1a3cddbb44e15c19b18235e846927e5d0fb9cf4141359bd9f029c66296601fd517b72b99b5d0850f44e
+Size (console-setup_1.193.tar.xz) = 1650220 bytes
Home |
Main Index |
Thread Index |
Old Index