svn commit: r359001 - in head/devel: . utf8cpp

Michael Gmelin grembo at freebsd.org
Tue Jun 24 10:04:26 UTC 2014



On Tue, 24 Jun 2014 03:13:48 +0000
Alexey Dokuchaev <danfe at FreeBSD.org> wrote:

> On Mon, Jun 23, 2014 at 07:47:55PM +0000, Raphael Kubo da Costa wrote:
> > New Revision: 359001
> > URL: http://svnweb.freebsd.org/changeset/ports/359001
> > QAT: https://qat.redports.org/buildarchive/r359001/
> > 
> > Log:
> >   Add devel/utf8cpp.
> >   
> >   utf8cpp is a C++ library for handling UTF-8 strings.
> 
> Library?
> 
> > +PLIST_FILES=	include/utf8.h \
> > +		include/utf8/checked.h \
> > +		include/utf8/core.h \
> > +		include/utf8/unchecked.h
> > +PLIST_DIRS=	include/utf8
> > +
> > +do-install:
> > +	(cd ${WRKSRC}/source; ${COPYTREE_SHARE} .
> > ${STAGEDIR}${PREFIX}/include)
> 
> Looks like a few header files to me. :)
> 
> ./danfe
> 

Many modern C++ libraries are mostly or even completely header files.
The term is correct.

I'd be happy to see this one in ports by the way, it's very compact and
a great choice if all you need is a few utf-8 functions and you don't
feel like pulling in the monstrous ICU library.

-- 
Michael Gmelin


More information about the svn-ports-head mailing list