mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Update to 13.0.02
Changes: http://unifoundry.com/unifont/ https://savannah.gnu.org/projects/unifont - Plane 0: - Johnnie Weaver modified U+A650 and U+A651 to be single-width. - David Corbett modified U+02AC, U+2720, U+A7F5, and U+A7F6. - Paul Hardy modified U+02B7, U+0D81, U+1FBE, U+2CCE, U+2CCF, and U+AB69. - In unifont_jp, replaced Hiragana (U+3040..U+309F) and Katakana ( U+30A0..U+30FF) glyphs with those from the public Domain JIS X 0213 font izmg16.bdf. If the response to these new glyphs is positive, this change could be made in the base unifont font as well. - In unifont and unifont_jp, replaced Halfwidth CJK Punctuation (U+FF61..U+FF64) and Halfwidth Katakana Variations (U+FF65..U+FF9F) from the public domain one-byte FONTX2 font DFLHN16.FNT. - Plane 1: - Rebecca Bettencourt updated U+1FB3C..U+1FB6B in the Symbols for Legacy Computing block to improve their slopes. - David Corbett touched up some Chorasmian glyphs (U+10FB0..U+10FDF) and U+1145A (NEWA COMMA).
This commit is contained in:
parent
630d8bf9d0
commit
b47228a37d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533496
4 changed files with 19 additions and 17 deletions
|
@ -6,7 +6,7 @@ PKGNAMESUFFIX= -ttf
|
|||
|
||||
COMMENT= GNU Unicode TrueType font
|
||||
|
||||
FONTFILES= ${PORTNAME} ${PORTNAME}_csur ${PORTNAME}_upper
|
||||
FONTFILES= unifont unifont_csur unifont_upper
|
||||
FONTSUFFIX= .ttf
|
||||
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1585907204
|
||||
SHA256 (unifont-13.0.01.ttf) = 8f3d8b12841ad564ef649c1c302248efa8c53dd40b603c9ad1335d58e269ab78
|
||||
SIZE (unifont-13.0.01.ttf) = 12278708
|
||||
SHA256 (unifont_csur-13.0.01.ttf) = 0d09b80116163a332e39d723e9867e0f340abf3e3f8acbfa9dcabd7b977a37bd
|
||||
SIZE (unifont_csur-13.0.01.ttf) = 1250692
|
||||
SHA256 (unifont_upper-13.0.01.ttf) = 674ba01bb6c245023b47d7a846983fe0cebe6358e77d1e6764bf846411d640da
|
||||
SIZE (unifont_upper-13.0.01.ttf) = 1995544
|
||||
TIMESTAMP = 1588279610
|
||||
SHA256 (unifont-13.0.02.ttf) = 180b2ad6ff80782dc8aed9664510e81e67e0ea740cbb1c19066e0f371fa635ee
|
||||
SIZE (unifont-13.0.02.ttf) = 12278716
|
||||
SHA256 (unifont_csur-13.0.02.ttf) = c23ae52d009889e4fcfaf0623be1a0b13e50e8ae3df5b342880de73c118ba973
|
||||
SIZE (unifont_csur-13.0.02.ttf) = 1250692
|
||||
SHA256 (unifont_upper-13.0.02.ttf) = bc693aef53ababb60b1142af0229d0a02782ac6a5fb578a8186ed970e960171a
|
||||
SIZE (unifont_upper-13.0.02.ttf) = 1995560
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unifont
|
||||
PORTVERSION= 13.0.01
|
||||
PORTVERSION= 13.0.02
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= GNU/unifont/unifont-${PORTVERSION}
|
||||
PKGNAMEPREFIX= gnu-
|
||||
DISTFILES= ${FONTFILES:S|$|-${PORTVERSION}${FONTSUFFIX}|}
|
||||
EXTRACT_ONLY=
|
||||
|
@ -14,14 +14,16 @@ COMMENT?= GNU Unicode font
|
|||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
FONTFILES?= ${PORTNAME}
|
||||
FONTSUFFIX?= .pcf.gz
|
||||
USES= fonts
|
||||
|
||||
FONTSDIR= ${PREFIX}/share/fonts/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
FONTSDIR= ${PREFIX}/share/fonts/gnu-unifont${PKGNAMESUFFIX}
|
||||
PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|:S|$|${FONTSUFFIX}|}
|
||||
USES= fonts
|
||||
|
||||
FONTFILES?= unifont
|
||||
FONTSUFFIX?= .pcf.gz
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1585907202
|
||||
SHA256 (unifont-13.0.01.pcf.gz) = a847a7a6332c024865889b21011a248a2ef023c99be104b18c8c846201f8ef17
|
||||
SIZE (unifont-13.0.01.pcf.gz) = 1335438
|
||||
TIMESTAMP = 1588279608
|
||||
SHA256 (unifont-13.0.02.pcf.gz) = 7d1bcd5714f307ff58d031138e7ba4344e23726af5628927a4c5998ba97870e1
|
||||
SIZE (unifont-13.0.02.pcf.gz) = 1335422
|
||||
|
|
Loading…
Add table
Reference in a new issue