aboutsummaryrefslogtreecommitdiff
path: root/misc/unicode-emoji
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-11-11 07:31:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-11-11 07:31:58 +0000
commit6e1a0c3266ab7db70575811cd7d89ddee05641cd (patch)
tree4ee00643ba9a5e5b54b595d1dc0929bd4a713e4c /misc/unicode-emoji
parent6442501f16421937cea9c0849f1574fb14a701fb (diff)
downloadports-6e1a0c3266ab7db70575811cd7d89ddee05641cd.tar.gz
ports-6e1a0c3266ab7db70575811cd7d89ddee05641cd.zip
New port: misc/unicode-emoji: Unicode emoji data files
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13011
Notes
Notes: svn path=/head/; revision=453955
Diffstat (limited to 'misc/unicode-emoji')
-rw-r--r--misc/unicode-emoji/Makefile29
-rw-r--r--misc/unicode-emoji/distinfo11
-rw-r--r--misc/unicode-emoji/pkg-descr8
3 files changed, 48 insertions, 0 deletions
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