pkgsrc/devel/go-purell/PLIST
ryoon 64f9d83b89 Update to 1.1.0
Changelog:
2016-11-14 (v1.1.0) : IDN: Conform to RFC 5895: Fold character width
                      (thanks to @beeker1121).
2016-07-27 (v1.0.0) : Normalize IDN to ASCII (thanks to @zenovich).
2015-02-08 : Add fix for relative paths issue (PR #5) and add fix for
             unnecessary encoding of reserved characters (see issue #7).
v0.2.0 : Add benchmarks, Attempt IDN support.
2018-11-18 07:42:38 +00:00

10 lines
546 B
Text

@comment $NetBSD: PLIST,v 1.2 2018/11/18 07:42:38 ryoon Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/PuerkitoBio/purell.a
gopkg/src/github.com/PuerkitoBio/purell/LICENSE
gopkg/src/github.com/PuerkitoBio/purell/README.md
gopkg/src/github.com/PuerkitoBio/purell/bench_test.go
gopkg/src/github.com/PuerkitoBio/purell/benchmarks/v0.1.0
gopkg/src/github.com/PuerkitoBio/purell/example_test.go
gopkg/src/github.com/PuerkitoBio/purell/purell.go
gopkg/src/github.com/PuerkitoBio/purell/purell_test.go
gopkg/src/github.com/PuerkitoBio/purell/urlnorm_test.go