diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-03 21:32:37 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-03 21:32:37 +0000 |
commit | cd8ebcd35a4d7ee3014b77f540700e23a22624f8 (patch) | |
tree | e4a72306e941b35701c4414617412fdf3f8af869 /textproc/hs-cgrep | |
parent | b596fc7450861ebcc14cc395beec3637352355ea (diff) | |
download | pkgsrc-cd8ebcd35a4d7ee3014b77f540700e23a22624f8.tar.gz |
Import cgrep-6.4.5 as textproc/hs-cgrep,
packaged for wip.
Cgrep: a context-aware grep for source codes
Diffstat (limited to 'textproc/hs-cgrep')
-rw-r--r-- | textproc/hs-cgrep/DESCR | 1 | ||||
-rw-r--r-- | textproc/hs-cgrep/Makefile | 20 | ||||
-rw-r--r-- | textproc/hs-cgrep/PLIST | 3 | ||||
-rw-r--r-- | textproc/hs-cgrep/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/hs-cgrep/DESCR b/textproc/hs-cgrep/DESCR new file mode 100644 index 00000000000..87b9226eb42 --- /dev/null +++ b/textproc/hs-cgrep/DESCR @@ -0,0 +1 @@ +Cgrep: a context-aware grep for source codes diff --git a/textproc/hs-cgrep/Makefile b/textproc/hs-cgrep/Makefile new file mode 100644 index 00000000000..332109d6b7d --- /dev/null +++ b/textproc/hs-cgrep/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/08/03 21:32:37 szptvlfn Exp $ + +DISTNAME= cgrep-6.4.5 +CATEGORIES= textproc + +MAINTAINER= szptvlfn@NetBSD.org +COMMENT= Command line tool +LICENSE= gnu-gpl-v2 + +.include "../../mk/haskell.mk" +.include "../../devel/hs-ansi-terminal/buildlink3.mk" +.include "../../devel/hs-cmdargs/buildlink3.mk" +.include "../../devel/hs-dlist/buildlink3.mk" +.include "../../textproc/hs-regex-posix/buildlink3.mk" +.include "../../devel/hs-safe/buildlink3.mk" +.include "../../devel/hs-split/buildlink3.mk" +.include "../../devel/hs-stm/buildlink3.mk" +.include "../../textproc/hs-stringsearch/buildlink3.mk" +.include "../../devel/hs-unordered-containers/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hs-cgrep/PLIST b/textproc/hs-cgrep/PLIST new file mode 100644 index 00000000000..fb31d1ff45d --- /dev/null +++ b/textproc/hs-cgrep/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/03 21:32:37 szptvlfn Exp $ +bin/cgrep +share/doc/cgrep-${PKGVERSION}/LICENSE diff --git a/textproc/hs-cgrep/distinfo b/textproc/hs-cgrep/distinfo new file mode 100644 index 00000000000..3cf13450436 --- /dev/null +++ b/textproc/hs-cgrep/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/03 21:32:37 szptvlfn Exp $ + +SHA1 (cgrep-6.4.5.tar.gz) = 48600323a3b5cb970c2463b55294d488c64b7342 +RMD160 (cgrep-6.4.5.tar.gz) = 4d864f320d841638b3aaf6a020fb0f3d2ba3d9b9 +Size (cgrep-6.4.5.tar.gz) = 30823 bytes |