From owner-cvs-ports@FreeBSD.ORG Sat Aug 23 18:27:51 2003 Return-Path: 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 AB0A016A502; Sat, 23 Aug 2003 18:27:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB7843F75; Sat, 23 Aug 2003 18:27:51 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7O1Rp0U081929; Sat, 23 Aug 2003 18:27:51 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7O1RotN081928; Sat, 23 Aug 2003 18:27:50 -0700 (PDT) Message-Id: <200308240127.h7O1RotN081928@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 23 Aug 2003 18:27:50 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/xalan-c Makefile Makefile.alpha Makefile.inc-sample-src Makefile.sparc64 distinfo pkg-descr pkg-plist ports/textproc/xalan-c/scripts configure.xalan-c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Aug 2003 01:27:52 -0000 edwin 2003/08/23 18:27:50 PDT FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xalan-c Makefile Makefile.alpha Makefile.inc-sample-src Makefile.sparc64 distinfo pkg-descr pkg-plist textproc/xalan-c/scripts configure.xalan-c Log: New port: xalan-c v. 1.4 (XSLT engine and XPath implementation) lan-C++ is an implementation of XSL Transformations (XSLT) and XML Path Language (XPath). It works hand in hand with the XML parser Xerces-C++ version 2. For mor information please visit the homepage: WWW: http://xml.apache.org/xalan-c/index.html PR: ports/44430 Submitted by: Christopher Kelly ,Bjoern A. Zeeb Revision Changes Path 1.537 +1 -0 ports/textproc/Makefile 1.1 +162 -0 ports/textproc/xalan-c/Makefile (new) 1.1 +10 -0 ports/textproc/xalan-c/Makefile.alpha (new) 1.1 +112 -0 ports/textproc/xalan-c/Makefile.inc-sample-src (new) 1.1 +14 -0 ports/textproc/xalan-c/Makefile.sparc64 (new) 1.1 +2 -0 ports/textproc/xalan-c/distinfo (new) 1.1 +9 -0 ports/textproc/xalan-c/pkg-descr (new) 1.1 +4465 -0 ports/textproc/xalan-c/pkg-plist (new) 1.1 +130 -0 ports/textproc/xalan-c/scripts/configure.xalan-c (new)