diff options
author | yuri <yuri@FreeBSD.org> | 2017-11-11 15:31:58 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-11-11 15:31:58 +0800 |
commit | 3a8672dba31a1e8d478ba4e2d86fb79627d4b788 (patch) | |
tree | 4ee00643ba9a5e5b54b595d1dc0929bd4a713e4c /misc | |
parent | 26574216f726b822b0a04d77ded6c90fad49b712 (diff) | |
download | freebsd-ports-gnome-3a8672dba31a1e8d478ba4e2d86fb79627d4b788.tar.gz freebsd-ports-gnome-3a8672dba31a1e8d478ba4e2d86fb79627d4b788.tar.zst freebsd-ports-gnome-3a8672dba31a1e8d478ba4e2d86fb79627d4b788.zip |
New port: misc/unicode-emoji: Unicode emoji data files
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13011
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/unicode-emoji/Makefile | 29 | ||||
-rw-r--r-- | misc/unicode-emoji/distinfo | 11 | ||||
-rw-r--r-- | misc/unicode-emoji/pkg-descr | 8 |
4 files changed, 49 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 00fa3b249294..1ac8d4b0db02 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -476,6 +476,7 @@ SUBDIR += umodunpack SUBDIR += unclutter SUBDIR += unclutter-xfixes + SUBDIR += unicode-emoji SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids diff --git a/misc/unicode-emoji/Makefile b/misc/unicode-emoji/Makefile new file mode 100644 index 000000000000..ebaead3a21be --- /dev/null +++ b/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 +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} +EXTRACT_ONLY= # nothing to extract + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Unicode emoji data files + +LICENSE= BSD + +NO_BUILD= yes +NO_ARCH= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/unicode/emoji +.for f in ${DISTFILES} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${STAGEDIR}${PREFIX}/share/unicode/emoji/$f +.endfor + +.for f in ${DISTFILES} +PLIST_FILES+= share/unicode/emoji/${f} +.endfor + +.include <bsd.port.mk> diff --git a/misc/unicode-emoji/distinfo b/misc/unicode-emoji/distinfo new file mode 100644 index 000000000000..147b20949c72 --- /dev/null +++ b/misc/unicode-emoji/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1510207398 +SHA256 (unicode-emoji/5.0/emoji-data.txt) = ae7bb765f0ae7ccfdcb5d8a40ebcabc93202597d92391c698f82f99d73f94e86 +SIZE (unicode-emoji/5.0/emoji-data.txt) = 35041 +SHA256 (unicode-emoji/5.0/emoji-sequences.txt) = 617d0df67f9e1f294a17a9525ff6323d2a9c9403c80e3ac16b8ad65adc897125 +SIZE (unicode-emoji/5.0/emoji-sequences.txt) = 103383 +SHA256 (unicode-emoji/5.0/emoji-test.txt) = fcb5b1dab310dc8210af46372828453431fa6ecdafdae8e051cbb68eb698380c +SIZE (unicode-emoji/5.0/emoji-test.txt) = 341770 +SHA256 (unicode-emoji/5.0/emoji-variation-sequences.txt) = 0609bcfc939a5799dd93f4a16b066210482d106dbf7827efbdf5ea83d7238ff2 +SIZE (unicode-emoji/5.0/emoji-variation-sequences.txt) = 36120 +SHA256 (unicode-emoji/5.0/emoji-zwj-sequences.txt) = b8080a9b282289d1ba302a2d48a6b01ebb9b4766a6864a037a69cb6acefefb99 +SIZE (unicode-emoji/5.0/emoji-zwj-sequences.txt) = 115207 diff --git a/misc/unicode-emoji/pkg-descr b/misc/unicode-emoji/pkg-descr new file mode 100644 index 000000000000..5676c88e8b70 --- /dev/null +++ b/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 |