Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 24A1463B853 for ; Wed, 20 Aug 2008 21:25:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C78E363B21B; Wed, 20 Aug 2008 21:25:46 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 080E363B132 for ; Wed, 20 Aug 2008 21:25:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6E7A175D0; Wed, 20 Aug 2008 21:25:45 +0000 (UTC) From: Stoned Elipot Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org Message-Id: <20080820212545.D6E7A175D0@cvs.netbsd.org> Date: Wed, 20 Aug 2008 21:25:45 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: seb Date: Wed Aug 20 21:25:45 UTC 2008 Modified Files: pkgsrc/doc: CHANGES-2008 Log Message: Note initial addition of p5-Data-Taxi version 0.94 as devel/p5-Data-Taxi into The NetBSD Packages Collection. The Perl 5 module Data::Taxi is a data serializer with several handy features: Taint aware The data to be serialized does not have to be trusted. None of the input data is executed. Human readable Data::Taxi produces a human-readable string that simplifies checking the output of objects. XML-ish Without begin fully XML compliant, Data::Taxi produces a block of XML-ish data that could probably be read in by other XML parsers. To generate a diff of this commit: cvs rdiff -r1.1939 -r1.1940 pkgsrc/doc/CHANGES-2008 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.