Index: head/devel/stringencoders/Makefile =================================================================== --- head/devel/stringencoders/Makefile (revision 432397) +++ head/devel/stringencoders/Makefile (revision 432398) @@ -1,22 +1,22 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= stringencoders 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 USE_LDCONFIG= yes CFLAGS+= -fsigned-char # chars are unsigned on PowerPC and ARM .include Index: head/devel/stringencoders/pkg-descr =================================================================== --- head/devel/stringencoders/pkg-descr (revision 432397) +++ head/devel/stringencoders/pkg-descr (revision 432398) @@ -1,14 +1,16 @@ A collection of high performance c-string transformations, frequently 2x faster than standard implementations. including * base64, standard * base64, web/url safe, with configurable alphabet * base85 (good for http cookies) * base16 (hex) * base2 (ascii binary) * url escaping * 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