Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

22
textproc/sift/DESCR Normal file
View File

@@ -0,0 +1,22 @@
All the features you expect from a modern grep alternative.
RegEx - perl compatible regular expression syntax (no more escape
hell)
usable defaults - basic options known from grep but with usable
defaults
multiline support - find matches spanning over multiple lines
replace - replace output to reformat it to your needs without
relying on awk/sed
gzip files - search through normal and gzip'ed files in one program
call
multiple patterns - search for multiple patterns in one run
target selection - select or exclude search targets based on file
name, directory name, path and type
handling big data - sift handles big files without problems: files
>50GB, >5,000,000,000 lines and >5,000,000,000 matches successfully
tested

21
textproc/sift/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.5 2016/09/10 19:47:21 bsiegert Exp $
DISTNAME= sift-0.6.0
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://sift-tool.org/
COMMENT= Fast and powerful open source alternative to grep
LICENSE= gnu-gpl-v3
GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/svent/sift
.include "../../security/go-crypto/buildlink3.mk"
.include "../../devel/go-nbreader/buildlink3.mk"
.include "../../devel/go-flags-svent/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

13
textproc/sift/PLIST Normal file
View File

@@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2015/12/27 20:50:40 wiz Exp $
bin/sift
gopkg/pkg/${GO_PLATFORM}/github.com/svent/sift/gitignore.a
gopkg/src/github.com/svent/sift/LICENSE
gopkg/src/github.com/svent/sift/README.md
gopkg/src/github.com/svent/sift/filetypes.go
gopkg/src/github.com/svent/sift/gitignore/gitignore.go
gopkg/src/github.com/svent/sift/matching.go
gopkg/src/github.com/svent/sift/matching_cgo.go
gopkg/src/github.com/svent/sift/matching_other.go
gopkg/src/github.com/svent/sift/options.go
gopkg/src/github.com/svent/sift/output.go
gopkg/src/github.com/svent/sift/sift.go

6
textproc/sift/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/12/27 20:50:40 wiz Exp $
SHA1 (sift-0.6.0.tar.gz) = eae22261ed09cff6bb1b21bb2fcb0d0c28f6ab81
RMD160 (sift-0.6.0.tar.gz) = ee9c6119e53503496b3c748fec292130e015cda5
SHA512 (sift-0.6.0.tar.gz) = 7a42a793cde876834468ef800e109dfb18dde28451cb05e3e3e9ac3cbe07d4f1c9bdc007c7e2ef84ebd3162753c698c177017e19cefa0a6d2cc2822d308204c9
Size (sift-0.6.0.tar.gz) = 34032 bytes