[Midnightbsd-cvs] mports [24622] trunk/misc: add unicode emoji
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 21 18:05:07 EST 2018
Revision: 24622
http://svnweb.midnightbsd.org/mports/?rev=24622
Author: laffer1
Date: 2018-11-21 18:05:07 -0500 (Wed, 21 Nov 2018)
Log Message:
-----------
add unicode emoji
Modified Paths:
--------------
trunk/misc/Makefile
Added Paths:
-----------
trunk/misc/unicode-emoji/
trunk/misc/unicode-emoji/Makefile
trunk/misc/unicode-emoji/distinfo
trunk/misc/unicode-emoji/pkg-descr
Modified: trunk/misc/Makefile
===================================================================
--- trunk/misc/Makefile 2018-11-21 23:02:27 UTC (rev 24621)
+++ trunk/misc/Makefile 2018-11-21 23:05:07 UTC (rev 24622)
@@ -60,6 +60,7 @@
SUBDIR += susv4
SUBDIR += tvbrowser
SUBDIR += unclutter
+SUBDIR += unicode-emoji
SUBDIR += usbids
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar
Added: trunk/misc/unicode-emoji/Makefile
===================================================================
--- trunk/misc/unicode-emoji/Makefile (rev 0)
+++ trunk/misc/unicode-emoji/Makefile 2018-11-21 23:05:07 UTC (rev 24622)
@@ -0,0 +1,33 @@
+# $MidnightBSD$
+# $FreeBSD: head/misc/unicode-emoji/Makefile 469301 2018-05-07 17:23:47Z yuri $
+
+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= ports at MidnightBSD.org
+COMMENT= Unicode emoji data files
+
+LICENSE= UNICODE
+LICENSE_NAME= UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+LICENSE_TEXT= See https://www.unicode.org/copyright.html#License
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+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>
Property changes on: trunk/misc/unicode-emoji/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/misc/unicode-emoji/distinfo
===================================================================
--- trunk/misc/unicode-emoji/distinfo (rev 0)
+++ trunk/misc/unicode-emoji/distinfo 2018-11-21 23:05:07 UTC (rev 24622)
@@ -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
Property changes on: trunk/misc/unicode-emoji/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/misc/unicode-emoji/pkg-descr
===================================================================
--- trunk/misc/unicode-emoji/pkg-descr (rev 0)
+++ trunk/misc/unicode-emoji/pkg-descr 2018-11-21 23:05:07 UTC (rev 24622)
@@ -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
Property changes on: trunk/misc/unicode-emoji/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list