pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/spleen fonts/spleen: import spleen-1.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/f37a5b11c96c
branches: trunk
changeset: 327862:f37a5b11c96c
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Jan 10 14:55:58 2019 +0000
description:
fonts/spleen: import spleen-1.0.3
Spleen is a monospaced bitmap font available in 5 sizes:
5x8, 8x16, 12x24, 16x32 and 32x64.
fonts/spleen provides font files in the PCF format for use with X11.
diffstat:
fonts/spleen/DESCR | 4 ++++
fonts/spleen/Makefile | 31 +++++++++++++++++++++++++++++++
fonts/spleen/PLIST | 7 +++++++
fonts/spleen/distinfo | 6 ++++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 0865b7f85592 -r f37a5b11c96c fonts/spleen/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/spleen/DESCR Thu Jan 10 14:55:58 2019 +0000
@@ -0,0 +1,4 @@
+Spleen is a monospaced bitmap font available in 5 sizes:
+5x8, 8x16, 12x24, 16x32 and 32x64.
+
+fonts/spleen provides font files in the PCF format for use with X11.
diff -r 0865b7f85592 -r f37a5b11c96c fonts/spleen/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/spleen/Makefile Thu Jan 10 14:55:58 2019 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2019/01/10 14:55:58 tnn Exp $
+
+DISTNAME= spleen-1.0.3
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
+GITHUB_RELEASE= 1.0.3
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fcambus/spleen/
+COMMENT= Monospaced bitmap fonts
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= # none
+USE_TOOLS+= bdftopcf gzip
+
+FONTDIR= ${PREFIX}/share/fonts/X11/spleen
+FONTS_DIRS.x11+= ${FONTDIR}
+INSTALLATION_DIRS= ${FONTDIR}
+
+do-build:
+.for sz in 5x8 8x16 12x24 16x32 32x64
+ ${TOOLS_PATH.bdftopcf} -t -o ${WRKSRC}/spleen-${sz}.pcf ${WRKSRC}/spleen-${sz}.bdf
+.endfor
+ ${GZIP_CMD} ${WRKSRC}/*.pcf
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/fonts.alias-spleen \
+ ${DESTDIR}${FONTDIR}/fonts.alias
+ ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${DESTDIR}${FONTDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0865b7f85592 -r f37a5b11c96c fonts/spleen/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/spleen/PLIST Thu Jan 10 14:55:58 2019 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/10 14:55:58 tnn Exp $
+share/fonts/X11/spleen/fonts.alias
+share/fonts/X11/spleen/spleen-12x24.pcf.gz
+share/fonts/X11/spleen/spleen-16x32.pcf.gz
+share/fonts/X11/spleen/spleen-32x64.pcf.gz
+share/fonts/X11/spleen/spleen-5x8.pcf.gz
+share/fonts/X11/spleen/spleen-8x16.pcf.gz
diff -r 0865b7f85592 -r f37a5b11c96c fonts/spleen/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/spleen/distinfo Thu Jan 10 14:55:58 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/10 14:55:58 tnn Exp $
+
+SHA1 (spleen-1.0.3.tar.gz) = fb0b76743e6cdb152c17354d31e025c36be9d004
+RMD160 (spleen-1.0.3.tar.gz) = 87ef17fbb618f0f099c5e906b962a473c1fbd276
+SHA512 (spleen-1.0.3.tar.gz) = 3942e29659b2fd41477d91766cb5fcd9507ec595ce20d8086538eb28468aa7d88c93ac0e28646c475140b02bd7c1f5cfbc76b40e094c66ee4016fcb410059595
+Size (spleen-1.0.3.tar.gz) = 45934 bytes
Home |
Main Index |
Thread Index |
Old Index