sync ports with The Matrix
This commit is contained in:
parent
124c78849b
commit
92bfff2b71
1237 changed files with 1829 additions and 1780 deletions
|
@ -9,7 +9,7 @@ MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|||
# BSD like (https://www.unicode.org/license.txt)
|
||||
PERMIT_PACKAGE ?= Yes
|
||||
|
||||
UNICODE_MASTER_SITES = https://www.unicode.org/Public
|
||||
UNICODE_SITES = https://www.unicode.org/Public
|
||||
DIST_SUBDIR = unicode/${UNICODE_DATA_NAME}/${V}
|
||||
|
||||
EXTRACT_SUFX ?= .zip
|
||||
|
|
|
@ -9,7 +9,7 @@ PKGNAME-annotations = unicode-${UNICODE_DATA_NAME}-annotations-${V}
|
|||
|
||||
MULTI_PACKAGES = -main -annotations
|
||||
|
||||
MASTER_SITES = ${UNICODE_MASTER_SITES}/cldr/${V}/
|
||||
SITES = ${UNICODE_SITES}/cldr/${V}/
|
||||
DISTFILES = cldr-common-${V}${EXTRACT_SUFX}
|
||||
|
||||
RUN_DEPENDS-main = ${BASE_PKGPATH},-annotations
|
||||
|
|
|
@ -3,7 +3,7 @@ COMMENT = Unicode emoji data files
|
|||
V = 15.1
|
||||
UNICODE_DATA_NAME = emoji
|
||||
|
||||
MASTER_SITES = ${UNICODE_MASTER_SITES}/emoji/${V}/
|
||||
SITES = ${UNICODE_SITES}/emoji/${V}/
|
||||
|
||||
DISTFILES = emoji-sequences.txt \
|
||||
emoji-test.txt \
|
||||
|
|
|
@ -4,7 +4,7 @@ COMMENT = Unicode Character Database (UCD)
|
|||
V = 15.1.0
|
||||
UNICODE_DATA_NAME = ucd
|
||||
|
||||
MASTER_SITES = ${UNICODE_MASTER_SITES}/zipped/${V}/
|
||||
SITES = ${UNICODE_SITES}/zipped/${V}/
|
||||
DISTFILES = UCD${EXTRACT_SUFX} \
|
||||
Unihan${EXTRACT_SUFX}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue