svn commit: r359001 - in head/devel: . utf8cpp
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jun 24 03:13:48 UTC 2014
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
More information about the svn-ports-all
mailing list