Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7FFCF63C56E for ; Sat, 16 Jan 2010 16:11:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A93E963B24A; Sat, 16 Jan 2010 16:11:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7ABAA63B69A for ; Sat, 16 Jan 2010 16:11:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F20D5175DD; Sat, 16 Jan 2010 16:11:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 16 Jan 2010 16:11:39 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/textproc/p5-Pod-Abstract To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100116161139.F20D5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Sat Jan 16 16:11:39 UTC 2010 Update of /cvsroot/pkgsrc/textproc/p5-Pod-Abstract In directory ivanova.netbsd.org:/tmp/cvs-serv9276 Log Message: Importing textproc/p5-Pod-Abstract as dependency of upcoming Padre import. POD::Abstract provides a means to load a POD (or POD compatible) document without direct reference to it's syntax, and perform manipulations on the abstract syntax tree. This can be used to support additional features for POD, to format output, to compile into alternative formats, etc. WHY? ==== If you've ever asked yourself "What does Pod do for me?", this module is intended to answer that question. While Pod looks like a simple format, the specification calls for a number of special cases to be handled, and that makes any software that works on Pod as text more complex than it needs to be. In addition to this, Pod does not lend itself to a natural structured model. This makes it difficult to manipulate without damaging the validity of the document. Pod::Abstract solves these problems by loading the document into a structured tree, and providing consistent traversal, searching, manpulation and re-serialisation. Pod related utilities are easy to write using Pod::Abstract. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/textproc/p5-Pod-Abstract/Makefile N pkgsrc/textproc/p5-Pod-Abstract/DESCR N pkgsrc/textproc/p5-Pod-Abstract/distinfo No conflicts created by this import