- update to 3.2.1b that fix rendering of this font on FreeBSD
while here: - align dependencies list (trim unneeded tabs) - switch to USE_GITHUB - tab -> space in pkg-descr:WWW PR: 171567 Submitted by: Masaki TAGAWA <masaki at club.kyutech.ac dot jp> (maintainer, final patch revision) Reported by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (original patch)
This commit is contained in:
parent
1bd3aeaf94
commit
b5a4355527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304227
3 changed files with 13 additions and 12 deletions
|
@ -6,10 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= ricty
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.2.1b
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
|
||||
MAINTAINER= masaki@club.kyutech.ac.jp
|
||||
|
@ -17,12 +15,17 @@ COMMENT= Ricty - fonts for programming
|
|||
|
||||
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${X_FONTSDIR}/OTF/Inconsolata.otf:${PORTSDIR}/x11-fonts/inconsolata-ttf \
|
||||
${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \
|
||||
${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \
|
||||
fontforge:${PORTSDIR}/print/fontforge
|
||||
${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \
|
||||
${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \
|
||||
fontforge:${PORTSDIR}/print/fontforge
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= yascentur
|
||||
GH_COMMIT= ${GH_TAGNAME}
|
||||
GH_PROJECT= Ricty
|
||||
GH_TAGNAME= dfd3637
|
||||
|
||||
NO_PACKAGE= redistribution is not allowed
|
||||
FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-install
|
||||
SUB_FILES= pkg-install
|
||||
|
@ -30,8 +33,6 @@ SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTSDIR}
|
|||
PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \
|
||||
LOCAL_FONTSDIR=${LOCAL_FONTSDIR}
|
||||
PORTDOCS= README.md
|
||||
TAG= b9d8b9c
|
||||
WRKSRC= ${WRKDIR}/yascentur-Ricty-${TAG}
|
||||
|
||||
LOCAL_FONTSDIR= share/fonts
|
||||
X_FONTSDIR= lib/X11/fonts
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ricty-3.2.0.tar.gz) = bb2bf6d7762b5e6e13d237bd82ba43d6faffc17b7e6d541db89d58a73a8a319e
|
||||
SIZE (ricty-3.2.0.tar.gz) = 13286
|
||||
SHA256 (ricty-3.2.1b.tar.gz) = b31ba25e53af2f2aff2030e96521c31b2a59f5c9ae1387a8875767bb3d4eef0a
|
||||
SIZE (ricty-3.2.1b.tar.gz) = 13763
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Ricty is a Japanese TrueType font, consisting of
|
||||
Inconsolata and Migu 1M.
|
||||
|
||||
WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
|
||||
WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
|
||||
|
|
Loading…
Reference in a new issue