Subject: CVS commit: pkgsrc/devel
From: Nikita
Date: 2020-04-27 17:42:20
Message id: 20200427154220.D0541FB27@cvs.NetBSD.org

Log Message:
Add devel/go-textseg version 12.0.0

go-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.

Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.

To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.

Files:
RevisionActionfile
1.1addpkgsrc/devel/go-textseg/DESCR
1.1addpkgsrc/devel/go-textseg/Makefile
1.1addpkgsrc/devel/go-textseg/PLIST
1.1addpkgsrc/devel/go-textseg/buildlink3.mk
1.1addpkgsrc/devel/go-textseg/distinfo