From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:33:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCB1106564A; Sat, 6 Dec 2008 15:33:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE0D8FC17; Sat, 6 Dec 2008 15:33:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB6FX1GG012174; Sat, 6 Dec 2008 15:33:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB6FX1qr012173; Sat, 6 Dec 2008 15:33:01 GMT (envelope-from miwi) Message-Id: <200812061533.mB6FX1qr012173@repoman.freebsd.org> From: Martin Wilke Date: Sat, 6 Dec 2008 15:33:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/hs-utf8-string Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 15:33:02 -0000 miwi 2008-12-06 15:33:01 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/hs-utf8-string Makefile distinfo pkg-descr pkg-plist Log: A UTF8 layer for IO, ByteStrings and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. WWW: http://github.com/glguy/utf8-string/ PR: ports/129427 Submitted by: Samy Al Bahra Revision Changes Path 1.1280 +1 -0 ports/textproc/Makefile 1.1 +37 -0 ports/textproc/hs-utf8-string/Makefile (new) 1.1 +3 -0 ports/textproc/hs-utf8-string/distinfo (new) 1.1 +5 -0 ports/textproc/hs-utf8-string/pkg-descr (new) 1.1 +26 -0 ports/textproc/hs-utf8-string/pkg-plist (new)