aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-05-09 02:42:31 +0800
committerpgj <pgj@FreeBSD.org>2011-05-09 02:42:31 +0800
commite5f239979ba87117a66f19f4d25fa3c2229e3206 (patch)
tree78b8042a71f846671fddcc5d758519b7fa1fd22d /textproc
parent82bb7e9c5ed6cd967a90fe5b4315bffb8c05ae1c (diff)
downloadfreebsd-ports-gnome-e5f239979ba87117a66f19f4d25fa3c2229e3206.tar.gz
freebsd-ports-gnome-e5f239979ba87117a66f19f4d25fa3c2229e3206.tar.zst
freebsd-ports-gnome-e5f239979ba87117a66f19f4d25fa3c2229e3206.zip
One module layer over regex-posix to replace Text.Regex.
WWW: http://sourceforge.net/projects/lazy-regex Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-regex-compat/Makefile21
-rw-r--r--textproc/hs-regex-compat/distinfo2
-rw-r--r--textproc/hs-regex-compat/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile
new file mode 100644
index 000000000000..1a0c23dad102
--- /dev/null
+++ b/textproc/hs-regex-compat/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-regex-compat
+# Date created: August 18, 2010
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= regex-compat
+PORTVERSION= 0.93.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Replaces/Enhances Text.Regex
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= regex-base>=0.93 regex-posix>=0.93
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-regex-compat/distinfo b/textproc/hs-regex-compat/distinfo
new file mode 100644
index 000000000000..5ac60f9c44e2
--- /dev/null
+++ b/textproc/hs-regex-compat/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/regex-compat-0.93.1.tar.gz) = ee0374f780378e8c04a63d9cbaca525e116dbe2bdce4cff3abaffc28d4e99afe
+SIZE (cabal/regex-compat-0.93.1.tar.gz) = 3962
diff --git a/textproc/hs-regex-compat/pkg-descr b/textproc/hs-regex-compat/pkg-descr
new file mode 100644
index 000000000000..681a5437291f
--- /dev/null
+++ b/textproc/hs-regex-compat/pkg-descr
@@ -0,0 +1,3 @@
+One module layer over regex-posix to replace Text.Regex.
+
+WWW: http://sourceforge.net/projects/lazy-regex