diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-22 18:25:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-22 18:25:44 +0000 |
commit | 89acfc27f5d2e84fe9e9ce351a7d14363b3cb520 (patch) | |
tree | 4b54ae1f35f3405c02cb76b3ecaf0f4334909685 /fonts/ricty-ttf | |
parent | dc333a832064fca9bbefbb6d89ff5545ce147747 (diff) | |
download | pkgsrc-89acfc27f5d2e84fe9e9ce351a7d14363b3cb520.tar.gz |
Update to 3.1.3
* Upstream moves to github (https download using curl)
Changelog:
3.1.3
* Add Ricty Discord commandline option
* Add some commandline options
3.1.2
* Sync with Migu 20111002 (this change breaks backword compatibility)
* Add some commandline options
Diffstat (limited to 'fonts/ricty-ttf')
-rw-r--r-- | fonts/ricty-ttf/Makefile | 22 | ||||
-rw-r--r-- | fonts/ricty-ttf/distinfo | 8 |
2 files changed, 17 insertions, 13 deletions
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index d8afefae2ae..b6511679f87 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2011/07/13 12:05:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/22 18:25:44 ryoon Exp $ # -DISTNAME= Ricty-3.1.1 -PKGNAME= ${DISTNAME:tl:S/-/-ttf-/} +DISTNAME= yascentur-Ricty-3.1.3-0-gfe68161.tar.gz +PKGNAME= ricty-ttf-3.1.3 CATEGORIES= fonts japanese -MASTER_SITES= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/ +MASTER_SITES= -https://github.com/yascentur/Ricty/tarball/3.1.3 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html @@ -13,8 +13,12 @@ LICENSE= ipafont AND open-font-license AND mplusfont AND public-domain PKG_DESTDIR_SUPPORT= user-destdir +# Force using "curl" for fetching the distribution file. It is only available +# over HTTPS and "curl" is the only fetch program which always supports HTTPS. +FETCH_USING= curl + BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge -BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf +BUILD_DEPENDS+= migu-ttf-20111002:../../fonts/migu-ttf BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf NO_BIN_ON_CDROM= ${RESTRICTED} @@ -23,13 +27,13 @@ NO_BIN_ON_FTP= ${RESTRICTED} USE_X11BASE= YES NO_CONFIGURE= YES +WRKSRC= ${WRKDIR}/yascentur-Ricty-fe68161 + INSTALLATION_DIRS= lib/X11/fonts/TTF FONTDIR= ${PREFIX}/lib/X11/fonts/TTF FONTS_DIRS.ttf= ${FONTDIR} -WRKSRC= ${WRKDIR}/Ricty - INSTALL_FONTS= Ricty-Bold.ttf \ Ricty-Regular.ttf \ RictyDiscord-Bold.ttf \ @@ -46,8 +50,8 @@ do-build: cd ${WRKSRC}; \ ./ricty_generator.sh \ ${INCONSOLATADIR}/lib/X11/fonts/TTF/Inconsolata.otf \ - ${MIGUDIR}/lib/X11/fonts/TTF/Migu-1M-regular.ttf \ - ${MIGUDIR}/lib/X11/fonts/TTF/Migu-1M-bold.ttf + ${MIGUDIR}/lib/X11/fonts/TTF/migu-1m-regular.ttf \ + ${MIGUDIR}/lib/X11/fonts/TTF/migu-1m-bold.ttf do-install: .for f in ${INSTALL_FONTS} diff --git a/fonts/ricty-ttf/distinfo b/fonts/ricty-ttf/distinfo index ab71d73878b..e3692a27c88 100644 --- a/fonts/ricty-ttf/distinfo +++ b/fonts/ricty-ttf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/07/13 12:05:52 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2012/03/22 18:25:44 ryoon Exp $ -SHA1 (Ricty-3.1.1.tar.gz) = d6c6271e3f15214371bea544076379518e608f2a -RMD160 (Ricty-3.1.1.tar.gz) = 15f969030c2a4272a84d1a084dca75f1b7aca313 -Size (Ricty-3.1.1.tar.gz) = 5286 bytes +SHA1 (yascentur-Ricty-3.1.3-0-gfe68161.tar.gz.tar.gz) = cffb78345867cac94e635e49732b55d1b6d808f3 +RMD160 (yascentur-Ricty-3.1.3-0-gfe68161.tar.gz.tar.gz) = 9a0965a43af4ce617451c470df114988c3fa0b8c +Size (yascentur-Ricty-3.1.3-0-gfe68161.tar.gz.tar.gz) = 12057 bytes |