diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-text | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'devel/hs-text')
-rw-r--r-- | devel/hs-text/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-text/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-text/pkg-descr | 16 |
3 files changed, 18 insertions, 7 deletions
diff --git a/devel/hs-text/Makefile b/devel/hs-text/Makefile index 2822db17d83d..15022ef3fc82 100644 --- a/devel/hs-text/Makefile +++ b/devel/hs-text/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= text -PORTVERSION= 0.11.2.3 -PORTREVISION= 1 +PORTVERSION= 0.11.3.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= An efficient packed Unicode text type +COMMENT= Efficient packed Unicode text type LICENSE= BSD diff --git a/devel/hs-text/distinfo b/devel/hs-text/distinfo index 08fbe3e28417..f04ba0558d2b 100644 --- a/devel/hs-text/distinfo +++ b/devel/hs-text/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/text-0.11.2.3.tar.gz) = 352737b045a42635f1017473179297ab562d53513ab3a4b965f38514171e344b -SIZE (cabal/text-0.11.2.3.tar.gz) = 122938 +SHA256 (cabal/text-0.11.3.1.tar.gz) = 76aad4a647cad7099b5a693eb9a4bc5263f7751392d8d1f87b14c78e2069559f +SIZE (cabal/text-0.11.3.1.tar.gz) = 126477 diff --git a/devel/hs-text/pkg-descr b/devel/hs-text/pkg-descr index af75c8704634..a910cc70fda6 100644 --- a/devel/hs-text/pkg-descr +++ b/devel/hs-text/pkg-descr @@ -1,4 +1,16 @@ -An efficient packed, immutable Unicode text type (both strict and lazy), with a -powerful loop fusion optimization framework. +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. WWW: https://github.com/bos/text |