Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryoon committed Nov 18, 2018
1 parent 6850ac3 commit 4255174
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions devel/go-purell/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2018/11/04 18:38:01 bsiegert Exp $
# $NetBSD: Makefile,v 1.8 2018/11/18 07:42:38 ryoon Exp $

DISTNAME= purell-0.1.0
DISTNAME= purell-1.1.0
PKGNAME= go-${DISTNAME}
PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=PuerkitoBio/}
CATEGORIES= devel
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -16,5 +15,7 @@ LICENSE= modified-bsd
GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/PuerkitoBio/purell

.include "../../net/go-net/buildlink3.mk"
.include "../../www/go-urlesc/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 3 additions & 2 deletions devel/go-purell/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:37:13 gavan Exp $
@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
@pkgdir bin
10 changes: 5 additions & 5 deletions devel/go-purell/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/08/17 01:37:13 gavan Exp $
$NetBSD: distinfo,v 1.2 2018/11/18 07:42:38 ryoon Exp $

SHA1 (purell-0.1.0.tar.gz) = e5aaaeb4ade770117cc773ab02ce0fb5cfeafa3b
RMD160 (purell-0.1.0.tar.gz) = 7cac2ce737d38edd06ab9cbbdd9fb524e1445c92
SHA512 (purell-0.1.0.tar.gz) = ff45214f7b23d3043cbda68572939711be74440c22d35d3f37385373bd63e516f621ae1eb298d2234357cdb1be70eee9c0cc913fe0f44742204488e522637137
Size (purell-0.1.0.tar.gz) = 10674 bytes
SHA1 (purell-1.1.0.tar.gz) = 0a5a8363712eb489e8afc32a2f722226c5ab8b8c
RMD160 (purell-1.1.0.tar.gz) = fffde8e4ef8e0ed4a2224430be7d3d323c40bd21
SHA512 (purell-1.1.0.tar.gz) = 17e734a28ece431657fa9c7c1a492185d8d0a976ad4bd17285b038144252dc3ff595e54b3924408d80ed02cb2f6e99b72c05490fe23f88dcb338f358a6cda7f5
Size (purell-1.1.0.tar.gz) = 11653 bytes

0 comments on commit 4255174

Please sign in to comment.