Page MenuHomeFreeBSD

D13011.id34975.diff
No OneTemporary

D13011.id34975.diff

Index: misc/Makefile
===================================================================
--- misc/Makefile
+++ misc/Makefile
@@ -476,6 +476,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
+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}/${f} ${STAGEDIR}${PREFIX}/share/unicode/emoji/$f
+.endfor
+
+.for f in ${DISTFILES}
+PLIST_FILES+= share/unicode/emoji/${f}
+.endfor
+
+.include <bsd.port.mk>
Index: misc/unicode-emoji/distinfo
===================================================================
--- /dev/null
+++ 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
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

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 24, 2:40 AM (16 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27892983
Default Alt Text
D13011.id34975.diff (2 KB)

Event Timeline