Import cgrep-6.4.5 as textproc/hs-cgrep,
packaged for wip. Cgrep: a context-aware grep for source codes
This commit is contained in:
parent
662dcba144
commit
bda7d1b706
4 changed files with 29 additions and 0 deletions
1
textproc/hs-cgrep/DESCR
Normal file
1
textproc/hs-cgrep/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Cgrep: a context-aware grep for source codes
|
20
textproc/hs-cgrep/Makefile
Normal file
20
textproc/hs-cgrep/Makefile
Normal file
|
@ -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"
|
3
textproc/hs-cgrep/PLIST
Normal file
3
textproc/hs-cgrep/PLIST
Normal file
|
@ -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
|
5
textproc/hs-cgrep/distinfo
Normal file
5
textproc/hs-cgrep/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue