From owner-cvs-all@FreeBSD.ORG Mon May 5 15:03: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 7CE181065671; Mon, 5 May 2008 15:03:02 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6874E8FC0A; Mon, 5 May 2008 15:03:02 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m45F32HF085265; Mon, 5 May 2008 15:03:02 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m45F32VD085257; Mon, 5 May 2008 15:03:02 GMT (envelope-from beech) Message-Id: <200805051503.m45F32VD085257@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 5 May 2008 15:03:02 +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/devel Makefile ports/devel/tclxml-libxml2 Makefile pkg-descr pkg-plist ports/devel/tclxml-libxml2/files patch-libxml2-configure 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, 05 May 2008 15:03:02 -0000 beech 2008-05-05 15:03:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/tclxml-libxml2 Makefile pkg-descr pkg-plist devel/tclxml-libxml2/files patch-libxml2-configure Log: tclxml-libxml2 TclXML is an API for parsing XML documents using the Tcl scripting language. It is also a package with several parser implementations. The goal of the TclXML package is to provide an API for Tcl scripts that allows "Plug-and-Play" parser implementations; ie. an application will be able to use different parser implementations without change to the application code. PR: ports/123163 Submitted by: Frank Fenor Revision Changes Path 1.3055 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/tclxml-libxml2/Makefile (new) 1.1 +11 -0 ports/devel/tclxml-libxml2/files/patch-libxml2-configure (new) 1.1 +9 -0 ports/devel/tclxml-libxml2/pkg-descr (new) 1.1 +7 -0 ports/devel/tclxml-libxml2/pkg-plist (new)