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.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0cc71107c89
branches:  trunk
changeset: 601653:d0cc71107c89
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Mar 22 18:25:44 2012 +0000

description:
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:

 fonts/ricty-ttf/Makefile |  22 +++++++++++++---------
 fonts/ricty-ttf/distinfo |   8 ++++----
 2 files changed, 17 insertions(+), 13 deletions(-)

diffs (72 lines):

diff -r 3ce395270d74 -r d0cc71107c89 fonts/ricty-ttf/Makefile
--- a/fonts/ricty-ttf/Makefile  Thu Mar 22 18:21:49 2012 +0000
+++ b/fonts/ricty-ttf/Makefile  Thu Mar 22 18:25:44 2012 +0000
@@ -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@localhost
 HOMEPAGE=      http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
@@ -13,8 +13,12 @@
 
 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 @@
 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 @@
        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 -r 3ce395270d74 -r d0cc71107c89 fonts/ricty-ttf/distinfo
--- a/fonts/ricty-ttf/distinfo  Thu Mar 22 18:21:49 2012 +0000
+++ b/fonts/ricty-ttf/distinfo  Thu Mar 22 18:25:44 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index