Thu Oct 20 11:28:43 2011 UTC ()
Initial import of uni-vga-1, packaged for wip by Moritz Wilhelmy

Monospaced X11 bitmap font; Descendant of the original IBM VGA font with
additional Unicode glyphs.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20111020


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/fonts/uni-vga/MESSAGE
diff -r0 -r1.1.1.1 pkgsrc/fonts/uni-vga/DESCR
diff -r0 -r1.1.1.1 pkgsrc/fonts/uni-vga/Makefile
diff -r0 -r1.1.1.1 pkgsrc/fonts/uni-vga/PLIST
diff -r0 -r1.1.1.1 pkgsrc/fonts/uni-vga/distinfo

File Added: pkgsrc/fonts/uni-vga/MESSAGE
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2011/10/20 11:28:42 wiz Exp $

Once the files are in place, they need to be added to the font database.
This can be accomplished with one of the following commands:

	xset fp+ ${PREFIX}/lib/X11/fonts/uni-vga

Note that the above will only make the fonts available for the duration of
your current X session. If they are to be installed and usable
permanently, either the aforementioned command should be placed in one of
your X startup files (usually something like ~/.Xclients or ~/.Xsession),
or the directory location should be added to the system's font server
configuration.

===========================================================================

File Added: pkgsrc/fonts/uni-vga/DESCR
Monospaced X11 bitmap font; Descendant of the original IBM VGA font with
additional Unicode glyphs.

File Added: pkgsrc/fonts/uni-vga/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/20 11:28:42 wiz Exp $
#

DISTNAME=	uni-vga
PKGNAME=	${DISTNAME}-1
CATEGORIES=	fonts x11
MASTER_SITES=	http://www.inp.nsk.su/~bolkhov/files/fonts/univga/
EXTRACT_SUFX=	.tgz

MAINTAINER=	mw+pkgsrc@wzff.de
HOMEPAGE=	http://www.inp.nsk.su/~bolkhov/files/fonts/univga/
COMMENT=	Monospaced Unicode font based on the original IBM VGA font
LICENSE=	mit

PKG_DESTDIR_SUPPORT=	user-destdir
USE_TOOLS+=		bdftopcf gzip

FONTDIR=		${PREFIX}/lib/X11/fonts/uni-vga
FONTS_DIRS.x11+=	${FONTDIR}
OWN_DIRS=		${FONTDIR}
WRKSRC=			${WRKDIR}/uni_vga

INSTALLATION_DIRS=	${FONTDIR}

do-build:
	bdftopcf -o ${WRKSRC}/u_vga16.pcf ${WRKSRC}/u_vga16.bdf
	gzip -9 ${WRKSRC}/u_vga16.pcf

do-install:
	${INSTALL_DATA} ${WRKSRC}/u_vga16.pcf.gz ${DESTDIR}${FONTDIR}

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/fonts/uni-vga/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/20 11:28:42 wiz Exp $
lib/X11/fonts/uni-vga/u_vga16.pcf.gz

File Added: pkgsrc/fonts/uni-vga/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/10/20 11:28:42 wiz Exp $

SHA1 (uni-vga.tgz) = d6c3269dc23df36c3625f5041766587fd7476388
RMD160 (uni-vga.tgz) = 94a2b7ca0710690ccb6f79f93f926b2c0e136720
Size (uni-vga.tgz) = 45055 bytes