Update MASTER_SITES and LICENSE

This commit is contained in:
Steven Kreuzer 2017-01-24 22:10:44 +00:00
parent cfef80fe55
commit fc69d0c848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432398
2 changed files with 4 additions and 2 deletions

View file

@ -6,12 +6,12 @@ PORTVERSION= 3.10.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MASTER_SITES= http://people.freebsd.org/~skreuzer/distfiles/
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Collection of high performance C-string transformations
BROKEN= Unfetchable (google code has gone away)
LICENSE= MIT
USES= libtool perl5
GNU_CONFIGURE= yes

View file

@ -12,3 +12,5 @@ including
* javascript string escaping
* fast number to string conversion, 4-22x faster than sprintf!
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!
WWW: https://github.com/client9/stringencoders