pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-text-short



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:48:43 UTC 2020

Added Files:
        pkgsrc/textproc/hs-text-short: DESCR Makefile buildlink3.mk distinfo
        pkgsrc/textproc/hs-text-short/patches: patch-text-short.cabal

Log Message:
hs-text-short: Import version 0.1.3


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-text-short/DESCR \
    pkgsrc/textproc/hs-text-short/Makefile \
    pkgsrc/textproc/hs-text-short/buildlink3.mk \
    pkgsrc/textproc/hs-text-short/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal

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

Added files:

Index: pkgsrc/textproc/hs-text-short/DESCR
diff -u /dev/null pkgsrc/textproc/hs-text-short/DESCR:1.1
--- /dev/null   Mon Mar 30 16:48:43 2020
+++ pkgsrc/textproc/hs-text-short/DESCR Mon Mar 30 16:48:43 2020
@@ -0,0 +1,3 @@
+This package provides the ShortTExt type which is suitable for keeping
+many short strings in memory.  This is similar to how ShortByteString
+relates to ByteString.
Index: pkgsrc/textproc/hs-text-short/Makefile
diff -u /dev/null pkgsrc/textproc/hs-text-short/Makefile:1.1
--- /dev/null   Mon Mar 30 16:48:43 2020
+++ pkgsrc/textproc/hs-text-short/Makefile      Mon Mar 30 16:48:43 2020
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+DISTNAME=      text-short-0.1.3
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=text-short-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://hackage.haskell.org/package/text-short
+COMMENT=       Memory-efficient representation of Unicode text strings
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hs-text-short/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-text-short/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:48:43 2020
+++ pkgsrc/textproc/hs-text-short/buildlink3.mk Mon Mar 30 16:48:43 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-text-short
+
+.if !defined(HS_TEXT_SHORT_BUILDLINK3_MK)
+HS_TEXT_SHORT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-text-short+=  hs-text-short>=0.1.3
+BUILDLINK_ABI_DEPENDS.hs-text-short+=  hs-text-short>=0.1.3
+BUILDLINK_PKGSRCDIR.hs-text-short?=    ../../textproc/hs-text-short
+.endif # HS_TEXT_SHORT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-text-short
Index: pkgsrc/textproc/hs-text-short/distinfo
diff -u /dev/null pkgsrc/textproc/hs-text-short/distinfo:1.1
--- /dev/null   Mon Mar 30 16:48:43 2020
+++ pkgsrc/textproc/hs-text-short/distinfo      Mon Mar 30 16:48:43 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+SHA1 (text-short-0.1.3.tar.gz) = e19f2a65a351185030553f51388c7b45fa135dc6
+RMD160 (text-short-0.1.3.tar.gz) = 18f758d202a55670bc1fc748e24d624d48cc1d12
+SHA512 (text-short-0.1.3.tar.gz) = 6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428
+Size (text-short-0.1.3.tar.gz) = 24435 bytes
+SHA1 (patch-text-short.cabal) = 9d337dbc305128d4010f7feb984f8db1a6b89c99

Index: pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal
diff -u /dev/null pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal:1.1
--- /dev/null   Mon Mar 30 16:48:43 2020
+++ pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal        Mon Mar 30 16:48:43 2020
@@ -0,0 +1,22 @@
+$NetBSD: patch-text-short.cabal,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+Apply revisions from hackage to support newer GHC.
+
+--- text-short.cabal.orig      2019-07-20 15:36:12.000000000 +0000
++++ text-short.cabal
+@@ -33,13 +33,13 @@ library
+ 
+   other-modules:       Data.Text.Short.Internal
+ 
+-  build-depends:       base        >= 4.7    && < 4.13
++  build-depends:       base        >= 4.7    && < 4.15
+                      , bytestring  >= 0.10.4 && < 0.11
+                      , hashable    >= 1.2.6  && < 1.4
+                      , deepseq     >= 1.3    && < 1.5
+                      , text        >= 1.0    && < 1.3
+                      , binary      >= 0.7.1  && < 0.9
+-                     , ghc-prim    >= 0.3.1  && < 0.6
++                     , ghc-prim    >= 0.3.1  && < 0.7
+ 
+   if !impl(ghc >= 8.0)
+      build-depends: semigroups >= 0.18.2 && < 0.20



Home | Main Index | Thread Index | Old Index