pkgsrc/textproc/sift/PLIST
wiz 3dd23a4eff Import sift-0.6.0 as textproc/sift.
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
2015-12-27 20:50:40 +00:00

13 lines
577 B
Text

@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