diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 02:42:31 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 02:42:31 +0800 |
commit | e5f239979ba87117a66f19f4d25fa3c2229e3206 (patch) | |
tree | 78b8042a71f846671fddcc5d758519b7fa1fd22d /textproc | |
parent | 82bb7e9c5ed6cd967a90fe5b4315bffb8c05ae1c (diff) | |
download | freebsd-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/Makefile | 21 | ||||
-rw-r--r-- | textproc/hs-regex-compat/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-regex-compat/pkg-descr | 3 |
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 |