Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 12:04:16 +0200
From:      Michael Gmelin <grembo@freebsd.org>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Raphael Kubo da Costa <rakuco@FreeBSD.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r359001 - in head/devel: . utf8cpp
Message-ID:  <20140624120416.297da749@bsd64.grem.de>
In-Reply-To: <20140624031348.GA39741@FreeBSD.org>
References:  <201406231947.s5NJltcX015581@svn.freebsd.org> <20140624031348.GA39741@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 24 Jun 2014 03:13:48 +0000
Alexey Dokuchaev <danfe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140624120416.297da749>