From owner-cvs-all@FreeBSD.ORG Sat Nov 5 17:09:54 2011 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 87DBF106566C; Sat, 5 Nov 2011 17:09:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED4D8FC12; Sat, 5 Nov 2011 17:09:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pA5H9sYb083604; Sat, 5 Nov 2011 17:09:54 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA5H9s0c083603; Sat, 5 Nov 2011 17:09:54 GMT (envelope-from sunpoet) Message-Id: <201111051709.pA5H9s0c083603@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Nov 2011 17:09:54 +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/p5-XML-LibXML-PrettyPrint Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 17:09:54 -0000 sunpoet 2011-11-05 17:09:54 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-LibXML-PrettyPrint Makefile distinfo pkg-descr pkg-plist Log: - Add p5-XML-LibXML-PrettyPrint 0.002 Long XML files can be daunting for humans to read. Of course, XML is really designed for computers to read - not people - but there are times when mere mortals do need to read and edit XML by hand. For example, if your application stores its configuration in XML, or you need to dump some XML to STDOUT for debugging purposes. Syntax highlighting helps, but to really make sense of some XML, proper indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to an XML::LibXML DOM tree to reformat it into a more readable result. Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so unless you're pretty sure that a human is going to need to make sense of your XML, you should probably not use this module. WWW: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/ Revision Changes Path 1.1678 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/p5-XML-LibXML-PrettyPrint/Makefile (new) 1.1 +2 -0 ports/textproc/p5-XML-LibXML-PrettyPrint/distinfo (new) 1.1 +15 -0 ports/textproc/p5-XML-LibXML-PrettyPrint/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-XML-LibXML-PrettyPrint/pkg-plist (new)