diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-20 11:28:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-20 11:28:42 +0000 |
commit | 629edfeae2680308a140c1228ec3398597ad265a (patch) | |
tree | 4662e54f59192890c31b815712e821f735a6a99b /fonts/uni-vga | |
parent | ed6169831368a45a18794ea65a5e9c5473ecc791 (diff) | |
download | pkgsrc-629edfeae2680308a140c1228ec3398597ad265a.tar.gz |
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.
Diffstat (limited to 'fonts/uni-vga')
-rw-r--r-- | fonts/uni-vga/DESCR | 2 | ||||
-rw-r--r-- | fonts/uni-vga/MESSAGE | 16 | ||||
-rw-r--r-- | fonts/uni-vga/Makefile | 32 | ||||
-rw-r--r-- | fonts/uni-vga/PLIST | 2 | ||||
-rw-r--r-- | fonts/uni-vga/distinfo | 5 |
5 files changed, 57 insertions, 0 deletions
diff --git a/fonts/uni-vga/DESCR b/fonts/uni-vga/DESCR new file mode 100644 index 00000000000..a190af7abf1 --- /dev/null +++ b/fonts/uni-vga/DESCR @@ -0,0 +1,2 @@ +Monospaced X11 bitmap font; Descendant of the original IBM VGA font with +additional Unicode glyphs. diff --git a/fonts/uni-vga/MESSAGE b/fonts/uni-vga/MESSAGE new file mode 100644 index 00000000000..2ad7dd17140 --- /dev/null +++ b/fonts/uni-vga/MESSAGE @@ -0,0 +1,16 @@ +=========================================================================== +$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. + +=========================================================================== diff --git a/fonts/uni-vga/Makefile b/fonts/uni-vga/Makefile new file mode 100644 index 00000000000..beb62605a68 --- /dev/null +++ b/fonts/uni-vga/Makefile @@ -0,0 +1,32 @@ +# $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" diff --git a/fonts/uni-vga/PLIST b/fonts/uni-vga/PLIST new file mode 100644 index 00000000000..ca6fb07460e --- /dev/null +++ b/fonts/uni-vga/PLIST @@ -0,0 +1,2 @@ +@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 diff --git a/fonts/uni-vga/distinfo b/fonts/uni-vga/distinfo new file mode 100644 index 00000000000..5b996a7ca2f --- /dev/null +++ b/fonts/uni-vga/distinfo @@ -0,0 +1,5 @@ +$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 |