pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc hs-wcwidth: Import version 0.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33dcb13634cc
branches:  trunk
changeset: 414617:33dcb13634cc
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 30 16:50:31 2020 +0000

description:
hs-wcwidth: Import version 0.0.2

diffstat:

 textproc/Makefile                 |   3 ++-
 textproc/hs-wcwidth/DESCR         |   3 +++
 textproc/hs-wcwidth/Makefile      |  15 +++++++++++++++
 textproc/hs-wcwidth/buildlink3.mk |  13 +++++++++++++
 textproc/hs-wcwidth/distinfo      |   6 ++++++
 5 files changed, 39 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r 18df9e01e93e -r 33dcb13634cc textproc/Makefile
--- a/textproc/Makefile Mon Mar 30 16:49:55 2020 +0000
+++ b/textproc/Makefile Mon Mar 30 16:50:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1127 2020/03/30 16:49:55 riastradh Exp $
+# $NetBSD: Makefile,v 1.1128 2020/03/30 16:50:31 riastradh Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -328,6 +328,7 @@
 SUBDIR+=       hs-text-short
 SUBDIR+=       hs-unicode-show
 SUBDIR+=       hs-unicode-transforms
+SUBDIR+=       hs-wcwidth
 SUBDIR+=       hs-xml
 SUBDIR+=       hs-yaml
 SUBDIR+=       html
diff -r 18df9e01e93e -r 33dcb13634cc textproc/hs-wcwidth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-wcwidth/DESCR Mon Mar 30 16:50:31 2020 +0000
@@ -0,0 +1,3 @@
+Bindings for your system's native wcwidth and a command line tool to
+examine the widths assigned by it.  The command line tool can compile
+a width table to Haskell code that assigns widths to the Char type.
diff -r 18df9e01e93e -r 33dcb13634cc textproc/hs-wcwidth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-wcwidth/Makefile      Mon Mar 30 16:50:31 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:50:31 riastradh Exp $
+
+DISTNAME=      wcwidth-0.0.2
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=wcwidth-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/solidsnack/wcwidth
+COMMENT=       Native wcwidth
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 18df9e01e93e -r 33dcb13634cc textproc/hs-wcwidth/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-wcwidth/buildlink3.mk Mon Mar 30 16:50:31 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:50:31 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-wcwidth
+
+.if !defined(HS_WCWIDTH_BUILDLINK3_MK)
+HS_WCWIDTH_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-wcwidth+=     hs-wcwidth>=0.0.2
+BUILDLINK_ABI_DEPENDS.hs-wcwidth+=     hs-wcwidth>=0.0.2
+BUILDLINK_PKGSRCDIR.hs-wcwidth?=       ../../textproc/hs-wcwidth
+.endif # HS_WCWIDTH_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-wcwidth
diff -r 18df9e01e93e -r 33dcb13634cc textproc/hs-wcwidth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-wcwidth/distinfo      Mon Mar 30 16:50:31 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:50:31 riastradh Exp $
+
+SHA1 (wcwidth-0.0.2.tar.gz) = db955033416171311f6973f668f3f010c35a7912
+RMD160 (wcwidth-0.0.2.tar.gz) = 19dce6e9042fc77e286375939ec040bee65430df
+SHA512 (wcwidth-0.0.2.tar.gz) = 555c38183c7c402a66c151e52bbac9e6c501528cd661ad1708576444b6dc4daa19e0d75c9b79f8590843e0e40b3758d9bea08e426e754688cd32070dfce5a649
+Size (wcwidth-0.0.2.tar.gz) = 4168 bytes



Home | Main Index | Thread Index | Old Index