pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/hs-emojis Import emojis-0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88864a74b997
branches:  trunk
changeset: 409063:88864a74b997
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 15 11:53:16 2020 +0000

description:
Import emojis-0.1

This package provides functions for converting emoji names to emoji
characters and vice versa.

How does it differ from the emoji package?

* It supports a fuller range of emojis, including all those supported
  by GitHub

* It supports lookup of emoji aliases from emoji

* It uses Text rather than String

* It has a lighter dependency footprint: in particular, it does not
  require aeson

* It does not require TemplateHaskell

diffstat:

 converters/hs-emojis/DESCR         |  16 ++++++++++++++++
 converters/hs-emojis/Makefile      |  14 ++++++++++++++
 converters/hs-emojis/buildlink3.mk |  13 +++++++++++++
 converters/hs-emojis/distinfo      |   6 ++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 6fde041f5bbf -r 88864a74b997 converters/hs-emojis/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-emojis/DESCR        Wed Jan 15 11:53:16 2020 +0000
@@ -0,0 +1,16 @@
+This package provides functions for converting emoji names to emoji
+characters and vice versa.
+
+How does it differ from the emoji package?
+
+* It supports a fuller range of emojis, including all those supported
+  by GitHub
+
+* It supports lookup of emoji aliases from emoji
+
+* It uses Text rather than String
+
+* It has a lighter dependency footprint: in particular, it does not
+  require aeson
+
+* It does not require TemplateHaskell
diff -r 6fde041f5bbf -r 88864a74b997 converters/hs-emojis/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-emojis/Makefile     Wed Jan 15 11:53:16 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 11:53:16 pho Exp $
+
+DISTNAME=      emojis-0.1
+CATEGORIES=    converters
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Conversion between emoji characters and their names
+LICENSE=       modified-bsd
+
+post-patch:
+       ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6fde041f5bbf -r 88864a74b997 converters/hs-emojis/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-emojis/buildlink3.mk        Wed Jan 15 11:53:16 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 11:53:16 pho Exp $
+
+BUILDLINK_TREE+=       hs-emojis
+
+.if !defined(HS_EMOJIS_BUILDLINK3_MK)
+HS_EMOJIS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-emojis+=      hs-emojis>=0.1
+BUILDLINK_ABI_DEPENDS.hs-emojis+=      hs-emojis>=0.1
+BUILDLINK_PKGSRCDIR.hs-emojis?=                ../../converters/hs-emoji
+.endif # HS_EMOJIS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-emojis
diff -r 6fde041f5bbf -r 88864a74b997 converters/hs-emojis/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-emojis/distinfo     Wed Jan 15 11:53:16 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 11:53:16 pho Exp $
+
+SHA1 (emojis-0.1.tar.gz) = cadcb415a1a94d15e14b7a6ad55645dbcf61ecc7
+RMD160 (emojis-0.1.tar.gz) = 7e5da45c3ad673b51924b71eab9dd21d73e3a35c
+SHA512 (emojis-0.1.tar.gz) = 587c67bff3f77c362b16c93889762a9aad6fb5250c0bced45f5053f59dd6a11ab2886e53f286bbc4de2b8793be133708b1f9c5d4d52bcef1820f5a7c1ecfa7d2
+Size (emojis-0.1.tar.gz) = 36219 bytes



Home | Main Index | Thread Index | Old Index