From owner-cvs-all@FreeBSD.ORG Mon Aug 2 17:48:55 2004 Return-Path: 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 7523416A4CE; Mon, 2 Aug 2004 17:48:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF1743D62; Mon, 2 Aug 2004 17:48:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i72HmtmB029589; Mon, 2 Aug 2004 17:48:55 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i72HmtXL029588; Mon, 2 Aug 2004 17:48:55 GMT (envelope-from netchild) Message-Id: <200408021748.i72HmtXL029588@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 2 Aug 2004 17:48:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/zope-xmlmethods Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Aug 2004 17:48:55 -0000 netchild 2004-08-02 17:48:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/zope-xmlmethods Makefile distinfo pkg-descr pkg-message pkg-plist Log: ZopeXMLMethods provides methods to apply to Zope objects for XML/XSLT processing. XSLTMethod associates XSLT transformers with XML documents. ZopeXMLMethods succeeds the XMLTransform plug-in. It features file-system caching and works with many XML/XSLT libraries. Revision Changes Path 1.955 +1 -0 ports/www/Makefile 1.1 +47 -0 ports/www/zope-xmlmethods/Makefile (new) 1.1 +2 -0 ports/www/zope-xmlmethods/distinfo (new) 1.1 +6 -0 ports/www/zope-xmlmethods/pkg-descr (new) 1.1 +6 -0 ports/www/zope-xmlmethods/pkg-message (new) 1.1 +105 -0 ports/www/zope-xmlmethods/pkg-plist (new)