diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-01 20:55:51 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-01 20:55:51 +0000 |
commit | 34cf815b61b0ac8efdfb8e3ec0d4adf715c0ac5b (patch) | |
tree | 2f87680f23e94fbd66f4eb3dcdc2cde558f79c18 /textproc/hs-regex-base | |
parent | 2b880a7f8d90489e20755c76fbe3babf196a8a6d (diff) | |
download | pkgsrc-34cf815b61b0ac8efdfb8e3ec0d4adf715c0ac5b.tar.gz |
Import regex-base-0.93.2 as textproc/hs-regex-base,
packaged for wip by pho.
Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa
Diffstat (limited to 'textproc/hs-regex-base')
-rw-r--r-- | textproc/hs-regex-base/DESCR | 1 | ||||
-rw-r--r-- | textproc/hs-regex-base/Makefile | 12 | ||||
-rw-r--r-- | textproc/hs-regex-base/PLIST | 28 | ||||
-rw-r--r-- | textproc/hs-regex-base/buildlink3.mk | 14 | ||||
-rw-r--r-- | textproc/hs-regex-base/distinfo | 5 |
5 files changed, 60 insertions, 0 deletions
diff --git a/textproc/hs-regex-base/DESCR b/textproc/hs-regex-base/DESCR new file mode 100644 index 00000000000..4b6d1d5e885 --- /dev/null +++ b/textproc/hs-regex-base/DESCR @@ -0,0 +1 @@ +Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa diff --git a/textproc/hs-regex-base/Makefile b/textproc/hs-regex-base/Makefile new file mode 100644 index 00000000000..273d1bc0a5c --- /dev/null +++ b/textproc/hs-regex-base/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2014/08/01 20:55:51 szptvlfn Exp $ + +DISTNAME= regex-base-0.93.2 +CATEGORIES= textproc + +MAINTAINER= pho@cielonegro.org +COMMENT= Replaces/Enhances Haskell Text.Regex +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../devel/hs-mtl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hs-regex-base/PLIST b/textproc/hs-regex-base/PLIST new file mode 100644 index 00000000000..85e2921ab1e --- /dev/null +++ b/textproc/hs-regex-base/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/01 20:55:51 szptvlfn Exp $ +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/HSregex-base-${PKGVERSION}.o +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Base.hi +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Base/Context.hi +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Base/Impl.hi +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Base/RegexLike.hi +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/libHSregex-base-${PKGVERSION}.a +lib/regex-base-${PKGVERSION}/${HASKELL_VERSION}/package-description +share/doc/regex-base-${PKGVERSION}/LICENSE +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/Text-Regex-Base-Context.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/Text-Regex-Base-Impl.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/Text-Regex-Base-RegexLike.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/Text-Regex-Base.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/frames.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/haddock-util.js +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/hslogo-16.png +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/index-frames.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/mini_Text-Regex-Base-Context.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/mini_Text-Regex-Base-Impl.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/mini_Text-Regex-Base-RegexLike.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/mini_Text-Regex-Base.html +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/minus.gif +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/ocean.css +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/plus.gif +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/regex-base.haddock +${PLIST.doc}share/doc/regex-base-${PKGVERSION}/html/synopsis.png diff --git a/textproc/hs-regex-base/buildlink3.mk b/textproc/hs-regex-base/buildlink3.mk new file mode 100644 index 00000000000..1014eb570d3 --- /dev/null +++ b/textproc/hs-regex-base/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2014/08/01 20:55:51 szptvlfn Exp $ + +BUILDLINK_TREE+= hs-regex-base + +.if !defined(HS_REGEX_BASE_BUILDLINK3_MK) +HS_REGEX_BASE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-regex-base+= hs-regex-base>=0.93.2 +BUILDLINK_PKGSRCDIR.hs-regex-base?= ../../textproc/hs-regex-base + +.include "../../devel/hs-mtl/buildlink3.mk" +.endif # HS_REGEX_BASE_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-regex-base diff --git a/textproc/hs-regex-base/distinfo b/textproc/hs-regex-base/distinfo new file mode 100644 index 00000000000..c0ff59dc08e --- /dev/null +++ b/textproc/hs-regex-base/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/01 20:55:51 szptvlfn Exp $ + +SHA1 (regex-base-0.93.2.tar.gz) = 96ceb1ca8df2397a4dffba570e24d438401e4ffd +RMD160 (regex-base-0.93.2.tar.gz) = c009e193dd453666c7c3b585a25f3a8add7ec6b6 +Size (regex-base-0.93.2.tar.gz) = 9156 bytes |