pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/spleen



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Mar 20 18:29:36 UTC 2019

Modified Files:
        pkgsrc/fonts/spleen: Makefile distinfo

Log Message:
spleen: update to 1.0.4

>From maintainer in private mail.

- Remove quotation marks around XLFD font names
- Remove strain pixels on the inner upper part of parentheses (16x32 version)
- Harmonize the 'v' and 'V' characters across all sizes
- Remove artefacts from the 'c' in the copyright sign (8x16, 12x24, 16x32, and
  32x64 versions)
- Make the upper left corner of the 'R' sharp in the registered sign (16x32,
  and 32x64 versions)
- Provide generated fonts in PCF, PSF, and .dfont formats


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/spleen/Makefile \
    pkgsrc/fonts/spleen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/spleen/Makefile
diff -u pkgsrc/fonts/spleen/Makefile:1.1 pkgsrc/fonts/spleen/Makefile:1.2
--- pkgsrc/fonts/spleen/Makefile:1.1    Thu Jan 10 14:55:58 2019
+++ pkgsrc/fonts/spleen/Makefile        Wed Mar 20 18:29:36 2019
@@ -1,26 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2019/01/10 14:55:58 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/20 18:29:36 tnn Exp $
 
-DISTNAME=      spleen-1.0.3
+DISTNAME=      spleen-1.0.4
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
-GITHUB_RELEASE=        1.0.3
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    fred%statdns.com@localhost
 HOMEPAGE=      https://github.com/fcambus/spleen/
 COMMENT=       Monospaced bitmap fonts
 LICENSE=       2-clause-bsd
 
 USE_LANGUAGES= # none
-USE_TOOLS+=    bdftopcf gzip
+USE_TOOLS+=    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:
Index: pkgsrc/fonts/spleen/distinfo
diff -u pkgsrc/fonts/spleen/distinfo:1.1 pkgsrc/fonts/spleen/distinfo:1.2
--- pkgsrc/fonts/spleen/distinfo:1.1    Thu Jan 10 14:55:58 2019
+++ pkgsrc/fonts/spleen/distinfo        Wed Mar 20 18:29:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/01/10 14:55:58 tnn Exp $
+$NetBSD: distinfo,v 1.2 2019/03/20 18:29:36 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
+SHA1 (spleen-1.0.4.tar.gz) = 284d9f19fbd4b60f2016a68d10af7fa9f9bc0e2e
+RMD160 (spleen-1.0.4.tar.gz) = daa0dc1823bc8b2a2aa0540cb44d1be86cb8a3df
+SHA512 (spleen-1.0.4.tar.gz) = e97245e3a7f176e1160900ebb0390165184f2f298ab210c5b1a870ed3c556a35ef0c6d7aeadf129c1f850ed060718ed07d4e27b3f93873f8b808b9610925c880
+Size (spleen-1.0.4.tar.gz) = 183604 bytes



Home | Main Index | Thread Index | Old Index