From owner-cvs-ports@FreeBSD.ORG Sun Apr 9 18:02:57 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D529D16A404; Sun, 9 Apr 2006 18:02:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70143D46; Sun, 9 Apr 2006 18:02:57 +0000 (GMT) (envelope-from garga@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 k39I2vEK055939; Sun, 9 Apr 2006 18:02:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k39I2voW055938; Sun, 9 Apr 2006 18:02:57 GMT (envelope-from garga) Message-Id: <200604091802.k39I2voW055938@repoman.freebsd.org> From: Renato Botelho Date: Sun, 9 Apr 2006 18:02:57 +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/libnxml Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 18:02:57 -0000 garga 2006-04-09 18:02:57 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libnxml Makefile distinfo pkg-descr pkg-plist Log: nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312). Author: Andrea Marchesini WWW: http://www2.autistici.org/bakunin/libnxml/doc/ PR: ports/95539 Submitted by: Nicola Vitale Revision Changes Path 1.942 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/libnxml/Makefile (new) 1.1 +3 -0 ports/textproc/libnxml/distinfo (new) 1.1 +6 -0 ports/textproc/libnxml/pkg-descr (new) 1.1 +7 -0 ports/textproc/libnxml/pkg-plist (new)