aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-regex-posix
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-05-09 02:43:16 +0800
committerpgj <pgj@FreeBSD.org>2011-05-09 02:43:16 +0800
commite436235b7735ffb165780d7754db8bbdf2f92251 (patch)
tree1c0c39f6d5453937836fe1760fde535db60b299c /textproc/hs-regex-posix
parent229553e0a794e58e1e4dfe8dd75b7ae0cc1deee9 (diff)
downloadfreebsd-ports-gnome-e436235b7735ffb165780d7754db8bbdf2f92251.tar.gz
freebsd-ports-gnome-e436235b7735ffb165780d7754db8bbdf2f92251.tar.zst
freebsd-ports-gnome-e436235b7735ffb165780d7754db8bbdf2f92251.zip
The posix regex backend for regex-base.
WWW: http://sourceforge.net/projects/lazy-regex Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-regex-posix')
-rw-r--r--textproc/hs-regex-posix/Makefile21
-rw-r--r--textproc/hs-regex-posix/distinfo2
-rw-r--r--textproc/hs-regex-posix/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile
new file mode 100644
index 000000000000..83c060e8e219
--- /dev/null
+++ b/textproc/hs-regex-posix/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-regex-posix
+# Date created: 2010-08-10
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= regex-posix
+PORTVERSION= 0.94.4
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= The posix regex backend for regex-base
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= regex-base>=0.93
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-regex-posix/distinfo b/textproc/hs-regex-posix/distinfo
new file mode 100644
index 000000000000..999f7fad3566
--- /dev/null
+++ b/textproc/hs-regex-posix/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/regex-posix-0.94.4.tar.gz) = bc51932fbe836c16c34b513b59cb80003e4de7bdb9ba3345b5eaa5bfb5cf71fa
+SIZE (cabal/regex-posix-0.94.4.tar.gz) = 42195
diff --git a/textproc/hs-regex-posix/pkg-descr b/textproc/hs-regex-posix/pkg-descr
new file mode 100644
index 000000000000..65d42af19f1c
--- /dev/null
+++ b/textproc/hs-regex-posix/pkg-descr
@@ -0,0 +1,3 @@
+The posix regex backend for regex-base.
+
+WWW: http://sourceforge.net/projects/lazy-regex