pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-text Remove devel/hs-text



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88378e0b8d46
branches:  trunk
changeset: 347426:88378e0b8d46
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Jan 11 11:25:29 2020 +0000

description:
Remove devel/hs-text

It's now part of GHC.

diffstat:

 devel/hs-text/DESCR         |  24 ------------------------
 devel/hs-text/Makefile      |  11 -----------
 devel/hs-text/buildlink3.mk |  13 -------------
 devel/hs-text/distinfo      |   6 ------
 4 files changed, 0 insertions(+), 54 deletions(-)

diffs (70 lines):

diff -r 94ae181c62eb -r 88378e0b8d46 devel/hs-text/DESCR
--- a/devel/hs-text/DESCR       Sat Jan 11 11:24:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-An efficient packed, immutable Unicode text type (both strict and
-lazy), with a powerful loop fusion optimization framework.
-
-The Text type represents Unicode character strings, in a time and
-space-efficient manner. This package provides text processing
-capabilities that are optimized for performance critical use, both in
-terms of large data quantities and high speed.
-
-The Text type provides character-encoding, type-safe case conversion
-via whole-string case conversion functions. It also provides a range
-of functions for converting Text values to and from ByteStrings, using
-several standard encodings.
-
-Efficient locale-sensitive support for text IO is also supported.
-
-These modules are intended to be imported qualified, to avoid name
-clashes with Prelude functions, e.g.
-
- import qualified Data.Text as T
-
-To use an extended and very rich family of functions for working with
-Unicode text (including normalization, regular expressions,
-non-standard encodings, text breaking, and locales), see the text-icu
-package: http://hackage.haskell.org/package/text-icu
diff -r 94ae181c62eb -r 88378e0b8d46 devel/hs-text/Makefile
--- a/devel/hs-text/Makefile    Sat Jan 11 11:24:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2019/12/31 08:59:52 pho Exp $
-
-DISTNAME=      text-1.2.4.0
-CATEGORIES=    devel
-
-MAINTAINER=    pho%cielonegro.org@localhost
-COMMENT=       Efficient packed Unicode text type
-LICENSE=       modified-bsd
-
-.include "../../mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 94ae181c62eb -r 88378e0b8d46 devel/hs-text/buildlink3.mk
--- a/devel/hs-text/buildlink3.mk       Sat Jan 11 11:24:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.10 2019/12/31 08:59:52 pho Exp $
-
-BUILDLINK_TREE+=       hs-text
-
-.if !defined(HS_TEXT_BUILDLINK3_MK)
-HS_TEXT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-text+=        hs-text>=1.2.4
-BUILDLINK_ABI_DEPENDS.hs-text+=        hs-text>=1.2.4.0
-BUILDLINK_PKGSRCDIR.hs-text?=  ../../devel/hs-text
-.endif # HS_TEXT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -hs-text
diff -r 94ae181c62eb -r 88378e0b8d46 devel/hs-text/distinfo
--- a/devel/hs-text/distinfo    Sat Jan 11 11:24:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2019/12/31 08:59:52 pho Exp $
-
-SHA1 (text-1.2.4.0.tar.gz) = ffeacd3aad975ef68e2143558711672108e15d46
-RMD160 (text-1.2.4.0.tar.gz) = a0b7592e1e3a0930db536be283587610d460a832
-SHA512 (text-1.2.4.0.tar.gz) = a4bd566c7d0aea1bfeacf27332e9cff3ad894e7eed9f826b7e4fc7fb85e272164d18a34a81c89dd1ea802951a80ec1d82000ebef05748d419ddfff792c4525e3
-Size (text-1.2.4.0.tar.gz) = 171477 bytes



Home | Main Index | Thread Index | Old Index