Index: misc/Makefile =================================================================== --- misc/Makefile +++ misc/Makefile @@ -475,6 +475,7 @@ SUBDIR += umodunpack SUBDIR += unclutter SUBDIR += unclutter-xfixes + SUBDIR += unicode-emoji SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids Index: misc/unicode-emoji/Makefile =================================================================== --- /dev/null +++ misc/unicode-emoji/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= unicode-emoji +DISTVERSION= 5.0 +CATEGORIES= misc +MASTER_SITES= http://www.unicode.org/Public/emoji/${DISTVERSION}/ +DISTFILES= emoji-data.txt emoji-sequences.txt emoji-test.txt emoji-variation-sequences.txt emoji-zwj-sequences.txt + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Unicode emoji data files + +LICENSE= BSD + +NO_BUILD= yes +NO_ARCH= yes + +do-extract: + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/unicode/emoji +.for f in ${DISTFILES} + ${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${PREFIX}/share/unicode/emoji/$f +.endfor + +.for f in ${DISTFILES} +PLIST_FILES+= share/unicode/emoji/${f} +.endfor + +.include Index: misc/unicode-emoji/distinfo =================================================================== --- /dev/null +++ misc/unicode-emoji/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1510190138 +SHA256 (emoji-data.txt) = ae7bb765f0ae7ccfdcb5d8a40ebcabc93202597d92391c698f82f99d73f94e86 +SIZE (emoji-data.txt) = 35041 +SHA256 (emoji-sequences.txt) = 617d0df67f9e1f294a17a9525ff6323d2a9c9403c80e3ac16b8ad65adc897125 +SIZE (emoji-sequences.txt) = 103383 +SHA256 (emoji-test.txt) = fcb5b1dab310dc8210af46372828453431fa6ecdafdae8e051cbb68eb698380c +SIZE (emoji-test.txt) = 341770 +SHA256 (emoji-variation-sequences.txt) = 0609bcfc939a5799dd93f4a16b066210482d106dbf7827efbdf5ea83d7238ff2 +SIZE (emoji-variation-sequences.txt) = 36120 +SHA256 (emoji-zwj-sequences.txt) = b8080a9b282289d1ba302a2d48a6b01ebb9b4766a6864a037a69cb6acefefb99 +SIZE (emoji-zwj-sequences.txt) = 115207 Index: misc/unicode-emoji/pkg-descr =================================================================== --- /dev/null +++ misc/unicode-emoji/pkg-descr @@ -0,0 +1,8 @@ +The collection of emoji data files for UTR #51 Unicode Emoji. + +Emoji are pictographs (pictorial symbols) that are typically presented +in a colorful form and used inline in text. They represent things such +as faces, weather, vehicles and buildings, food and drink, animals and +plants, or icons that represent emotions, feelings, or activities. + +WWW: http://www.unicode.org/emoji