2018-03-13 18:28:59 by Benny Siegert | Files touched by this commit (3) |
Log message:
Fix build with Go 1.10, bump revision.
There is a cgo file in here that specifies -funroll-loops (fun!). Since
Go 1.9.4, only C compiler flags on a whitelist are allowed, and of course
that flag is not on it.
|
2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) | |
Log message:
Revbump all Go packages after Go 1.10 update.
|
2017-04-13 17:12:07 by Benny Siegert | Files touched by this commit (39) | |
Log message:
Revbump all Go packages after the Go 1.8.1 update.
|
2016-12-04 17:30:01 by Benny Siegert | Files touched by this commit (35) | |
Log message:
Revbump Go packages after 1.7.4 update.
|
2016-10-29 10:59:49 by Benny Siegert | Files touched by this commit (34) | |
Log message:
Revbump packages depending on Go after the Go 1.7.3 update.
|
2016-09-10 21:47:21 by Benny Siegert | Files touched by this commit (30) | |
Log message:
Revbump all Go packages after the Go 1.7.1 update.
|
2016-08-20 11:21:46 by Benny Siegert | Files touched by this commit (26) |
Log message:
Revbump packages using Go for Go 1.7 release.
|
2016-02-23 21:18:13 by Benny Siegert | Files touched by this commit (17) | |
Log message:
Revbump packages that build-depend on Go after 1.6 update.
They all build, I checked :)
|
2015-12-29 22:56:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Convert sift to buildlink3.
|
2015-12-27 21:50:40 by Thomas Klausner | Files touched by this commit (4) |
Log message:
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
|