Subject: CVS commit: pkgsrc/textproc/sift
From: Benny Siegert
Date: 2022-09-18 13:54:52
Message id: 20220918115452.1E16DFA90@cvs.NetBSD.org

Log Message:
sift: update to 0.9.0

Also turn this into a Go module build because it's 2022.

Version 0.9.0 introduces several new options/features:

* --conf
* --field-sep
* --byte-offset
* Support for custom types

A detailed description can be found in this blog post:
https://svent.github.io/2016/10/23/sift-version-0.9-released/

This version also removes the cgo dependency while improving the
performance for line counting and case conversions.

Files:
RevisionActionfile
1.54modifypkgsrc/textproc/sift/Makefile
1.2modifypkgsrc/textproc/sift/PLIST
1.5modifypkgsrc/textproc/sift/distinfo
1.1addpkgsrc/textproc/sift/go-modules.mk
1.1addpkgsrc/textproc/sift/files/go.mod
1.1addpkgsrc/textproc/sift/files/go.sum
1.1removepkgsrc/textproc/sift/patches/patch-matching__cgo.go