From b5549d79e60aa67a5ae738f5b7dc8fe32d5aaf0b Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 20 Dec 2003 00:28:12 +0000 Subject: Add profont 1.0 A monospaced bitmap font readable in very small sizes. --- fonts/profont/DESCR | 3 +++ fonts/profont/MESSAGE | 8 ++++++++ fonts/profont/Makefile | 26 ++++++++++++++++++++++++++ fonts/profont/PLIST | 8 ++++++++ fonts/profont/distinfo | 4 ++++ 5 files changed, 49 insertions(+) create mode 100644 fonts/profont/DESCR create mode 100644 fonts/profont/MESSAGE create mode 100644 fonts/profont/Makefile create mode 100644 fonts/profont/PLIST create mode 100644 fonts/profont/distinfo (limited to 'fonts') diff --git a/fonts/profont/DESCR b/fonts/profont/DESCR new file mode 100644 index 00000000000..9f145e9457f --- /dev/null +++ b/fonts/profont/DESCR @@ -0,0 +1,3 @@ +A monospaced bitmap font that is readable in very small sizes. It is +very nice for doing programming work when you need to get a lot of +text visible in one screen. diff --git a/fonts/profont/MESSAGE b/fonts/profont/MESSAGE new file mode 100644 index 00000000000..be32a7ae593 --- /dev/null +++ b/fonts/profont/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/12/20 00:28:12 perry Exp $ + +You may need to add the following to your /etc/X11/XF86Config: + + FontPath "${PREFIX}/lib/X11/fonts/misc/" + +=========================================================================== diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile new file mode 100644 index 00000000000..3a83fed026d --- /dev/null +++ b/fonts/profont/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2003/12/20 00:28:12 perry Exp $ +# + +DISTNAME= profontlinux +PKGNAME= profont-1.0 +CATEGORIES= fonts +MASTER_SITES= http://www.tobiasjung.net/dl/ +EXTRACT_SUFX= .zip + +MAINTAINER= perry@NetBSD.org +HOMEPAGE= http://www.tobias-jung.de/seekingprofont/ +COMMENT= Monospaced bitmap font readable in very small sizes + +USE_BUILDLINK2= yes +NO_BUILD= yes +NO_CONFIGURE= yes +USE_X11BASE= yes +USE_PKGINSTALL= yes + +FONTS_X11_DIRS= ${PREFIX}/lib/X11/fonts/misc + +do-install: + for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/profont/PLIST b/fonts/profont/PLIST new file mode 100644 index 00000000000..5450b12018f --- /dev/null +++ b/fonts/profont/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2003/12/20 00:28:12 perry Exp $ +lib/X11/fonts/misc/ProFontWindows_r400-10.pcf +lib/X11/fonts/misc/ProFontWindows_r400-11.pcf +lib/X11/fonts/misc/ProFontWindows_r400-12.pcf +lib/X11/fonts/misc/ProFontWindows_r400-15.pcf +lib/X11/fonts/misc/ProFontWindows_r400-17.pcf +lib/X11/fonts/misc/ProFontWindows_r400-22.pcf +lib/X11/fonts/misc/ProFontWindows_r400-29.pcf diff --git a/fonts/profont/distinfo b/fonts/profont/distinfo new file mode 100644 index 00000000000..acf009f209b --- /dev/null +++ b/fonts/profont/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2003/12/20 00:28:12 perry Exp $ + +SHA1 (profontlinux.zip) = 2c709a06b822c11b3094cdfe3539e86b1d6b80c5 +Size (profontlinux.zip) = 33262 bytes -- cgit v1.2.3