mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update MASTER_SITES and LICENSE
This commit is contained in:
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
|
@ -6,12 +6,12 @@ PORTVERSION= 3.10.3
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 3
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= http://people.freebsd.org/~skreuzer/distfiles/
|
||||||
|
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
COMMENT= Collection of high performance C-string transformations
|
COMMENT= Collection of high performance C-string transformations
|
||||||
|
|
||||||
BROKEN= Unfetchable (google code has gone away)
|
LICENSE= MIT
|
||||||
|
|
||||||
USES= libtool perl5
|
USES= libtool perl5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -12,3 +12,5 @@ including
|
||||||
* javascript string escaping
|
* javascript string escaping
|
||||||
* fast number to string conversion, 4-22x faster than sprintf!
|
* fast number to string conversion, 4-22x faster than sprintf!
|
||||||
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!
|
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!
|
||||||
|
|
||||||
|
WWW: https://github.com/client9/stringencoders
|
||||||
|
|
Loading…
Add table
Reference in a new issue