diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:42:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:42:31 +0000 |
commit | 6f289fc9368b0455edc592a97b0d7ad247a3dbd6 (patch) | |
tree | e8e5fd73509c560898aa88063065c4763470151a /textproc/hs-regex-compat | |
parent | c3a24b358b2f9b0bd1018f501fd367f6c8e00971 (diff) | |
download | ports-6f289fc9368b0455edc592a97b0d7ad247a3dbd6.tar.gz ports-6f289fc9368b0455edc592a97b0d7ad247a3dbd6.zip |
Notes
Diffstat (limited to 'textproc/hs-regex-compat')
-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 |