head 1.8; access; symbols pkgsrc-2023Q4:1.7.0.8 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.6 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.4 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.2 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.6.0.8 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.6 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.4 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.2 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.5.0.10 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.8 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.6 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.5.0.4 pkgsrc-2021Q1-base:1.5 pkgsrc-2020Q4:1.5.0.2 pkgsrc-2020Q4-base:1.5 pkgsrc-2020Q3:1.4.0.6 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.4 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.2 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.8 date 2024.02.28.11.53.31; author tsutsui; state Exp; branches; next 1.7; commitid VeAcxAoOZWre7c0F; 1.7 date 2023.02.22.16.22.53; author tsutsui; state Exp; branches; next 1.6; commitid izNhUSCgQzs0xxeE; 1.6 date 2022.03.15.12.53.38; author tsutsui; state Exp; branches; next 1.5; commitid i39qpTyZsFtMqjwD; 1.5 date 2020.10.03.15.42.44; author tsutsui; state Exp; branches; next 1.4; commitid v7TQDuqAgAo2ltqC; 1.4 date 2020.01.26.17.32.18; author rillig; state Exp; branches; next 1.3; commitid 4fBBvoSLJaGd0eUB; 1.3 date 2019.09.14.03.43.44; author tsutsui; state Exp; branches; next 1.2; commitid yJfydJzDjXIDJVCB; 1.2 date 2018.08.12.11.42.16; author tsutsui; state Exp; branches; next 1.1; commitid DMBD5lA7Fw3ZaPNA; 1.1 date 2017.11.05.03.47.10; author tsutsui; state Exp; branches; next ; commitid hNwbIrJGhOf0yNdA; desc @@ 1.8 log @unicode-emoji: update to 15.1. No short quotable summary in upstream: https://blog.unicode.org/2023/01/whats-new-in-emoji-151.html https://unicode.org/emoji/charts-15.1/emoji-released.html @ text @# $NetBSD: Makefile,v 1.7 2023/02/22 16:22:53 tsutsui Exp $ DISTNAME= unicode-emoji-${EMOJI_VERSION} CATEGORIES= textproc MASTER_SITES= https://www.unicode.org/Public/emoji/${EMOJI_VERSION}/ DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${EMOJI_FILES} EXTRACT_SUFX= # none MAINTAINER= tsutsui@@NetBSD.org HOMEPAGE= https://www.unicode.org/emoji/ COMMENT= Unicode Emoji Data Files LICENSE= unicode USE_LANGUAGES= # none NO_BUILD= YES NO_CONFIGURE= YES WRKSRC= ${WRKDIR} EMOJIDIR= ${PREFIX}/share/unicode/emoji EMOJI_VERSION= 15.1 EMOJI_FILES= ReadMe.txt EMOJI_FILES+= emoji-sequences.txt EMOJI_FILES+= emoji-test.txt EMOJI_FILES+= emoji-zwj-sequences.txt INSTALLATION_DIRS= ${EMOJIDIR} do-install: @@for EMOJI_FILE in ${EMOJI_FILES}; do \ ${ECHO} "Installing emoji file $${EMOJI_FILE} ... "; \ ${INSTALL_DATA} ${WRKSRC}/$${EMOJI_FILE} \ ${DESTDIR}${EMOJIDIR}; \ done .include "../../mk/bsd.pkg.mk" @ 1.7 log @unicode-emoji: update to 15.0. Upstream changes: 15.0: https://blog.unicode.org/2022/09/announcing-unicode-standard-version-150.html https://unicode.org/emoji/charts-15.0/emoji-released.html The following emoji characters and sequences have been added to this version of Unicode Emoji. Platforms are included where images have been made available (however, the images may be development versions). The skin-tone variants are not shown, but are listed in the counts at the end. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/03/15 12:53:38 tsutsui Exp $ d22 1 a22 1 EMOJI_VERSION= 15.0 @ 1.6 log @unicode-emoji: update to 14.0. Upstream changes: 14.0: https://home.unicode.org/announcing-the-unicode-standard-version-14-0/ https://unicode.org/emoji/charts-14.0/emoji-released.html 37 emoji characters, including several new emoji for emotion and hand gestures (smileys, hands, animals and nature, food and drink, transport, and activities). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/10/03 15:42:44 tsutsui Exp $ d22 1 a22 1 EMOJI_VERSION= 14.0 @ 1.5 log @unicode-emoji: update to 13.1. Note the following two unicode-emoji files: emoji-data.txt emoji-variation-sequences.txt have been moved from emoji dir (included in unicode-emoji package): https://unicode.org/Public/emoji/${EMOJI_VERSION}/ to ucd dir (included in unicode-character-database package): https://unicode.org/Public/${UCD_VERSION}/ucd/emoji/ Upstream changes: 13.1: https://home.unicode.org/emoji-13-1-now-final-to-be-widely-available-in-2021/ https://unicode.org/emoji/charts-13.1/emoji-released.html Emoji 13.1 is now final with 217 new emoji sequences! 13.0: https://home.unicode.org/announcing-the-unicode-standard-version-13-0/ https://unicode.org/emoji/charts-13.0/emoji-released.html 55 emoji characters, including several new emoji for smileys, gender neutral people, animals, and the potted plant. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/01/26 17:32:18 rillig Exp $ d22 1 a22 1 EMOJI_VERSION= 13.1 a26 3 # following files have been moved to unicode-charactoer-database 13.0.0 #EMOJI_FILES+= emoji-data.txt #EMOJI_FILES+= emoji-variation-sequences.txt @ 1.4 log @all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/09/14 03:43:44 tsutsui Exp $ d5 1 a5 1 MASTER_SITES= http://www.unicode.org/Public/emoji/${EMOJI_VERSION}/ d22 1 a22 1 EMOJI_VERSION= 12.0 a23 1 EMOJI_FILES+= emoji-data.txt a25 1 EMOJI_FILES+= emoji-variation-sequences.txt d27 3 @ 1.3 log @unicode-emoji: update to 12.0. Upstream announcement: https://unicode.org/emoji/charts-12.0/emoji-released.html Emoji Recently Added, v12.0 The following emoji characters and sequences have been added to this version of Unicode Emoji. Platforms are included where images have been made available (however, the images may be development versions). The skin-tone variants are not shown, but are listed in the counts at the end. The characters were based on proposals received by the Unicode Consortium, reviewed by the Unicode Emoji Subcommittee, and selected on the basis of the Emoji Selection Factors in Submitting Emoji Proposals. That page also describes the Process and Timeline for proposals. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/08/12 11:42:16 tsutsui Exp $ d11 1 a11 1 HOMEPAGE= http://www.unicode.org/emoji/ @ 1.2 log @unicode-emoji: update to 11.0. No quotable upstream change summary about unicode emoji, but updated for Unicode 11.0: http://www.unicode.org/reports/tr51/index.html "Starting with Version 11.0 of this specification, the repertoire of emoji characters is synchronized with the Unicode Standard, and has the same version numbering system." @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/11/05 03:47:10 tsutsui Exp $ d22 1 a22 1 EMOJI_VERSION= 11.0 @ 1.1 log @textproc/unicode-emoji: import unicode-emoji-5.0 Unicode Emoji Data Files are the machine-readable emoji data files associated with UTS #51. http://www.unicode.org/reports/tr51/index.html These files are required by recent ibus Emoji dictionary support. PR pkg/52692 @ text @d1 1 a1 1 # $NetBSD$ d22 1 a22 1 EMOJI_VERSION= 5.0 @