pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/hs-emojis
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 15 11:53:16 UTC 2020
Added Files:
pkgsrc/converters/hs-emojis: DESCR Makefile buildlink3.mk distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/hs-emojis/DESCR \
pkgsrc/converters/hs-emojis/Makefile \
pkgsrc/converters/hs-emojis/buildlink3.mk \
pkgsrc/converters/hs-emojis/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/converters/hs-emojis/DESCR
diff -u /dev/null pkgsrc/converters/hs-emojis/DESCR:1.1
--- /dev/null Wed Jan 15 11:53:16 2020
+++ pkgsrc/converters/hs-emojis/DESCR Wed Jan 15 11:53:16 2020
@@ -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
Index: pkgsrc/converters/hs-emojis/Makefile
diff -u /dev/null pkgsrc/converters/hs-emojis/Makefile:1.1
--- /dev/null Wed Jan 15 11:53:16 2020
+++ pkgsrc/converters/hs-emojis/Makefile Wed Jan 15 11:53:16 2020
@@ -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"
Index: pkgsrc/converters/hs-emojis/buildlink3.mk
diff -u /dev/null pkgsrc/converters/hs-emojis/buildlink3.mk:1.1
--- /dev/null Wed Jan 15 11:53:16 2020
+++ pkgsrc/converters/hs-emojis/buildlink3.mk Wed Jan 15 11:53:16 2020
@@ -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
Index: pkgsrc/converters/hs-emojis/distinfo
diff -u /dev/null pkgsrc/converters/hs-emojis/distinfo:1.1
--- /dev/null Wed Jan 15 11:53:16 2020
+++ pkgsrc/converters/hs-emojis/distinfo Wed Jan 15 11:53:16 2020
@@ -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