pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/profont Add profont 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c3ae786779e
branches:  trunk
changeset: 465045:5c3ae786779e
user:      perry <perry%pkgsrc.org@localhost>
date:      Sat Dec 20 00:28:12 2003 +0000

description:
Add profont 1.0
A monospaced bitmap font readable in very small sizes.

diffstat:

 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(+), 0 deletions(-)

diffs (69 lines):

diff -r bd0c64331762 -r 5c3ae786779e fonts/profont/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/profont/DESCR       Sat Dec 20 00:28:12 2003 +0000
@@ -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 -r bd0c64331762 -r 5c3ae786779e fonts/profont/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/profont/MESSAGE     Sat Dec 20 00:28:12 2003 +0000
@@ -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 -r bd0c64331762 -r 5c3ae786779e fonts/profont/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/profont/Makefile    Sat Dec 20 00:28:12 2003 +0000
@@ -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@localhost
+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 -r bd0c64331762 -r 5c3ae786779e fonts/profont/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/profont/PLIST       Sat Dec 20 00:28:12 2003 +0000
@@ -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 -r bd0c64331762 -r 5c3ae786779e fonts/profont/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/profont/distinfo    Sat Dec 20 00:28:12 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index