From owner-cvs-all@FreeBSD.ORG Sun May 8 18:40:59 2011 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 A193F106566C; Sun, 8 May 2011 18:40:59 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 952958FC12; Sun, 8 May 2011 18:40:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p48Iextu052159; Sun, 8 May 2011 18:40:59 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48IexDJ052158; Sun, 8 May 2011 18:40:59 GMT (envelope-from pgj) Message-Id: <201105081840.p48IexDJ052158@repoman.freebsd.org> From: Gabor Pali Date: Sun, 8 May 2011 18:40:59 +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/hs-hxt-unicode Makefile distinfo pkg-descr 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: Sun, 08 May 2011 18:40:59 -0000 pgj 2011-05-08 18:40:59 UTC FreeBSD ports repository Added files: textproc/hs-hxt-unicode Makefile distinfo pkg-descr Log: Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lasy functions, errors may be detected or ignored. WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +20 -0 ports/textproc/hs-hxt-unicode/Makefile (new) 1.1 +2 -0 ports/textproc/hs-hxt-unicode/distinfo (new) 1.1 +6 -0 ports/textproc/hs-hxt-unicode/pkg-descr (new)