aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-rfc5051
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
commit39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch)
tree607a5ca77efd301a2b4dc49b05d108829fcffa77 /textproc/hs-rfc5051
parent75b64b1cb42c127b71646f039269eb7bd560d8ef (diff)
downloadports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz
ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip
Notes
Diffstat (limited to 'textproc/hs-rfc5051')
-rw-r--r--textproc/hs-rfc5051/Makefile13
-rw-r--r--textproc/hs-rfc5051/distinfo2
-rw-r--r--textproc/hs-rfc5051/pkg-descr7
3 files changed, 22 insertions, 0 deletions
diff --git a/textproc/hs-rfc5051/Makefile b/textproc/hs-rfc5051/Makefile
new file mode 100644
index 000000000000..20b580f4e146
--- /dev/null
+++ b/textproc/hs-rfc5051/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= rfc5051
+PORTVERSION= 0.1.0.3
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Simple unicode collation as per RFC5051
+
+LICENSE= BSD3CLAUSE
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-rfc5051/distinfo b/textproc/hs-rfc5051/distinfo
new file mode 100644
index 000000000000..938c8e05af87
--- /dev/null
+++ b/textproc/hs-rfc5051/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/rfc5051-0.1.0.3.tar.gz) = e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b
+SIZE (cabal/rfc5051-0.1.0.3.tar.gz) = 217935
diff --git a/textproc/hs-rfc5051/pkg-descr b/textproc/hs-rfc5051/pkg-descr
new file mode 100644
index 000000000000..32cf6d3e03be
--- /dev/null
+++ b/textproc/hs-rfc5051/pkg-descr
@@ -0,0 +1,7 @@
+This library implements i;unicode-casemap, the simple, non
+locale-sensitive unicode collation algorithm described in RFC 5051.
+Proper unicode collation can be done using text-icu, but that is a big
+dependency that depends on a large C library, and rfc5051 might be
+better for some purposes.
+
+WWW: http://hackage.haskell.org/package/rfc5051