From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 10:04:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEDF9761 for ; Tue, 24 Jun 2014 10:04:25 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 3F1792669 for ; Tue, 24 Jun 2014 10:04:24 +0000 (UTC) Received: (qmail 122 invoked by uid 89); 24 Jun 2014 10:04:17 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.66) by mail.grem.de with ESMTPA; 24 Jun 2014 10:04:17 -0000 Date: Tue, 24 Jun 2014 12:04:16 +0200 From: Michael Gmelin To: Alexey Dokuchaev 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> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Raphael Kubo da Costa , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 10:04:26 -0000 On Tue, 24 Jun 2014 03:13:48 +0000 Alexey Dokuchaev 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