From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:58:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 624C716A41F; Mon, 12 Sep 2005 20:58:21 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9FA43D55; Mon, 12 Sep 2005 20:58:21 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKwLFg084787; Mon, 12 Sep 2005 20:58:21 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKwK3O084786; Mon, 12 Sep 2005 20:58:20 GMT (envelope-from jylefort) Message-Id: <200509122058.j8CKwK3O084786@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 20:58:20 +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/uni2ascii Makefile distinfo pkg-descr ports/textproc/uni2ascii/files patch-ascii2uni.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:58:21 -0000 jylefort 2005-09-12 20:58:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/uni2ascii Makefile distinfo pkg-descr textproc/uni2ascii/files patch-ascii2uni.c Log: Add uni2ascii. uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a variety of 7-bit ASCII equivalents including: hexadecimal and decimal HTML numeric character references, \u-escapes, standard hexadecimal, and raw hexadecimal. WWW: http://freshmeat.net/projects/uni2ascii/ PR: ports/86017 Submitted by: Emanuel Haupt Revision Changes Path 1.853 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/uni2ascii/Makefile (new) 1.1 +2 -0 ports/textproc/uni2ascii/distinfo (new) 1.1 +10 -0 ports/textproc/uni2ascii/files/patch-ascii2uni.c (new) 1.1 +8 -0 ports/textproc/uni2ascii/pkg-descr (new)