pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:50:31 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/hs-wcwidth: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-wcwidth: Import version 0.0.2


To generate a diff of this commit:
cvs rdiff -u -r1.1127 -r1.1128 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-wcwidth/DESCR \
    pkgsrc/textproc/hs-wcwidth/Makefile \
    pkgsrc/textproc/hs-wcwidth/buildlink3.mk \
    pkgsrc/textproc/hs-wcwidth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1127 pkgsrc/textproc/Makefile:1.1128
--- pkgsrc/textproc/Makefile:1.1127     Mon Mar 30 16:49:55 2020
+++ pkgsrc/textproc/Makefile    Mon Mar 30 16:50:31 2020
@@ -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-texmath
 SUBDIR+=       hs-text-short
 SUBDIR+=       hs-unicode-show
 SUBDIR+=       hs-unicode-transforms
+SUBDIR+=       hs-wcwidth
 SUBDIR+=       hs-xml
 SUBDIR+=       hs-yaml
 SUBDIR+=       html

Added files:

Index: pkgsrc/textproc/hs-wcwidth/DESCR
diff -u /dev/null pkgsrc/textproc/hs-wcwidth/DESCR:1.1
--- /dev/null   Mon Mar 30 16:50:31 2020
+++ pkgsrc/textproc/hs-wcwidth/DESCR    Mon Mar 30 16:50:31 2020
@@ -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.
Index: pkgsrc/textproc/hs-wcwidth/Makefile
diff -u /dev/null pkgsrc/textproc/hs-wcwidth/Makefile:1.1
--- /dev/null   Mon Mar 30 16:50:31 2020
+++ pkgsrc/textproc/hs-wcwidth/Makefile Mon Mar 30 16:50:31 2020
@@ -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"
Index: pkgsrc/textproc/hs-wcwidth/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-wcwidth/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:50:31 2020
+++ pkgsrc/textproc/hs-wcwidth/buildlink3.mk    Mon Mar 30 16:50:31 2020
@@ -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
Index: pkgsrc/textproc/hs-wcwidth/distinfo
diff -u /dev/null pkgsrc/textproc/hs-wcwidth/distinfo:1.1
--- /dev/null   Mon Mar 30 16:50:31 2020
+++ pkgsrc/textproc/hs-wcwidth/distinfo Mon Mar 30 16:50:31 2020
@@ -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