pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/ricty-ttf Update to 3.2.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/4baa66ad628d
branches: trunk
changeset: 641728:4baa66ad628d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Nov 15 22:15:30 2014 +0000
description:
Update to 3.2.3
Based on nonaka@'s PR pkg/49038.
* Use shells/bash for build script
Changelog:
Version 3.2.3
* Change the thickness of the bold of ASCII glyph.
Version 3.2.2
* To be able to distinguish between the parentheses of the full-width and half-width.
diffstat:
fonts/ricty-ttf/Makefile | 14 ++++++++------
fonts/ricty-ttf/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (50 lines):
diff -r 49d83287e8b1 -r 4baa66ad628d fonts/ricty-ttf/Makefile
--- a/fonts/ricty-ttf/Makefile Sat Nov 15 22:13:41 2014 +0000
+++ b/fonts/ricty-ttf/Makefile Sat Nov 15 22:15:30 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2014/06/01 16:35:37 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/11/15 22:15:30 ryoon Exp $
-DISTNAME= Ricty-3.2.1
-PKGNAME= ricty-ttf-3.2.1
-PKGREVISION= 1
+RICTYVER= 3.2.3
+DISTNAME= Ricty-${RICTYVER}
+PKGNAME= ricty-ttf-${RICTYVER}
CATEGORIES= fonts japanese
-MASTER_SITES= -https://github.com/yascentur/Ricty/archive/3.2.1.zip
+MASTER_SITES= -https://github.com/yascentur/Ricty/archive/${RICTYVER}.zip
EXTRACT_SUFX= .zip
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -16,6 +16,8 @@
BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf
BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf
+USE_TOOLS+= bash
+
# LICESE of generated TTF fonts is "ipafont AND open-font-license",
# but OPEN FONT LICENSE version 1.1 section 5) require to distribute entirely
# under the license.
@@ -45,7 +47,7 @@
do-build:
set -e; \
cd ${WRKSRC}; \
- ./ricty_generator.sh \
+ ${BASH} ./ricty_generator.sh \
${INCONSOLATADIR}/share/fonts/X11/TTF/Inconsolata.otf \
${MIGUDIR}/share/fonts/X11/TTF/migu-1m-regular.ttf \
${MIGUDIR}/share/fonts/X11/TTF/migu-1m-bold.ttf
diff -r 49d83287e8b1 -r 4baa66ad628d fonts/ricty-ttf/distinfo
--- a/fonts/ricty-ttf/distinfo Sat Nov 15 22:13:41 2014 +0000
+++ b/fonts/ricty-ttf/distinfo Sat Nov 15 22:15:30 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2012/11/25 16:53:45 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2014/11/15 22:15:30 ryoon Exp $
-SHA1 (Ricty-3.2.1.zip) = 4f53e445a38b6007af2355d6646a6e3aca819788
-RMD160 (Ricty-3.2.1.zip) = 2eeb4faec90a0802b2d70986a5d27ba9388d303b
-Size (Ricty-3.2.1.zip) = 16506 bytes
+SHA1 (Ricty-3.2.3.zip) = e92277c14519b21ee105597040fdf61c379d38c3
+RMD160 (Ricty-3.2.3.zip) = ddc61e717037e4ce10a175a49488950a834c0d5b
+Size (Ricty-3.2.3.zip) = 18610 bytes
Home |
Main Index |
Thread Index |
Old Index