pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/bdf2psf



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Aug 16 19:31:42 UTC 2019

Added Files:
        pkgsrc/converters/bdf2psf: DESCR Makefile PLIST distinfo

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/bdf2psf/DESCR \
    pkgsrc/converters/bdf2psf/Makefile pkgsrc/converters/bdf2psf/PLIST \
    pkgsrc/converters/bdf2psf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/converters/bdf2psf/DESCR
diff -u /dev/null pkgsrc/converters/bdf2psf/DESCR:1.1
--- /dev/null   Fri Aug 16 19:31:42 2019
+++ pkgsrc/converters/bdf2psf/DESCR     Fri Aug 16 19:31:42 2019
@@ -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.
Index: pkgsrc/converters/bdf2psf/Makefile
diff -u /dev/null pkgsrc/converters/bdf2psf/Makefile:1.1
--- /dev/null   Fri Aug 16 19:31:42 2019
+++ pkgsrc/converters/bdf2psf/Makefile  Fri Aug 16 19:31:42 2019
@@ -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"
Index: pkgsrc/converters/bdf2psf/PLIST
diff -u /dev/null pkgsrc/converters/bdf2psf/PLIST:1.1
--- /dev/null   Fri Aug 16 19:31:42 2019
+++ pkgsrc/converters/bdf2psf/PLIST     Fri Aug 16 19:31:42 2019
@@ -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
Index: pkgsrc/converters/bdf2psf/distinfo
diff -u /dev/null pkgsrc/converters/bdf2psf/distinfo:1.1
--- /dev/null   Fri Aug 16 19:31:42 2019
+++ pkgsrc/converters/bdf2psf/distinfo  Fri Aug 16 19:31:42 2019
@@ -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