Wed Aug 20 21:25:45 2008 UTC ()
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.


(seb)
diff -r1.1939 -r1.1940 pkgsrc/doc/CHANGES-2008

cvs diff -r1.1939 -r1.1940 pkgsrc/doc/CHANGES-2008 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2008 2008/08/20 21:21:30 1.1939
+++ pkgsrc/doc/CHANGES-2008 2008/08/20 21:25:45 1.1940
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2008,v 1.1939 2008/08/20 21:21:30 minskim Exp $ 1$NetBSD: CHANGES-2008,v 1.1940 2008/08/20 21:25:45 seb Exp $
2 2
3Changes to the packages collection and infrastructure in 2008: 3Changes to the packages collection and infrastructure in 2008:
4 4
5 Updated mail/dovecot to 1.0.10 [ghen 2008-01-01] 5 Updated mail/dovecot to 1.0.10 [ghen 2008-01-01]
6 Updated www/opera to 9.25 [xtraeme 2008-01-02] 6 Updated www/opera to 9.25 [xtraeme 2008-01-02]
7 Updated sysutils/p5-Unix-Syslog to 1.0 [adrianp 2008-01-03] 7 Updated sysutils/p5-Unix-Syslog to 1.0 [adrianp 2008-01-03]
8 Updated net/p5-Net-Server to 0.97 [adrianp 2008-01-03] 8 Updated net/p5-Net-Server to 0.97 [adrianp 2008-01-03]
9 Updated net/libupnp to 1.6.3 [obache 2008-01-03] 9 Updated net/libupnp to 1.6.3 [obache 2008-01-03]
10 mk/bsd.pkg.mk: freeze ended for pkgsrc-2007Q4 branch [agc 2008-01-02] 10 mk/bsd.pkg.mk: freeze ended for pkgsrc-2007Q4 branch [agc 2008-01-02]
11 Updated textproc/hyperestraier to 1.4.13 [obache 2008-01-03] 11 Updated textproc/hyperestraier to 1.4.13 [obache 2008-01-03]
12 Updated textproc/p5-native-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03] 12 Updated textproc/p5-native-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03]
13 Updated textproc/ruby-native-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03] 13 Updated textproc/ruby-native-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03]
14 Updated textproc/ruby-pure-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03] 14 Updated textproc/ruby-pure-hyperestraier to 1.0.0.1.4.13 [obache 2008-01-03]
@@ -3297,13 +3297,14 @@ Changes to the packages collection and i @@ -3297,13 +3297,14 @@ Changes to the packages collection and i
3297 Updated textproc/docbook-xsl to 1.74.0 [bjs 2008-08-20] 3297 Updated textproc/docbook-xsl to 1.74.0 [bjs 2008-08-20]
3298 Updated devel/scmgit-base to 1.6.0 [bjs 2008-08-20] 3298 Updated devel/scmgit-base to 1.6.0 [bjs 2008-08-20]
3299 Updated devel/scmgit-docs to 1.6.0 [bjs 2008-08-20] 3299 Updated devel/scmgit-docs to 1.6.0 [bjs 2008-08-20]
3300 Updated devel/scmgit to 1.6.0 [bjs 2008-08-20] 3300 Updated devel/scmgit to 1.6.0 [bjs 2008-08-20]
3301 Added net/p5-Net-Twitter version 1.17 [obache 2008-08-20] 3301 Added net/p5-Net-Twitter version 1.17 [obache 2008-08-20]
3302 Updated math/glpk to 4.30 [adam 2008-08-20] 3302 Updated math/glpk to 4.30 [adam 2008-08-20]
3303 Added security/p5-Net-DNS-SEC-Maint-Key version 0.013 [he 2008-08-20] 3303 Added security/p5-Net-DNS-SEC-Maint-Key version 0.013 [he 2008-08-20]
3304 Updated net/gtk-gnutella to 0.96.5 [adam 2008-08-20] 3304 Updated net/gtk-gnutella to 0.96.5 [adam 2008-08-20]
3305 Added www/p5-HTML-TokeParser-Simple version 3.15 [seb 2008-08-20] 3305 Added www/p5-HTML-TokeParser-Simple version 3.15 [seb 2008-08-20]
3306 Added devel/p5-Log-Trace version 1.070 [seb 2008-08-20] 3306 Added devel/p5-Log-Trace version 1.070 [seb 2008-08-20]
3307 Added devel/p5-Test-Assertions version 1.054 [seb 2008-08-20] 3307 Added devel/p5-Test-Assertions version 1.054 [seb 2008-08-20]
3308 Added devel/p5-File-Policy version 1.005 [seb 2008-08-20] 3308 Added devel/p5-File-Policy version 1.005 [seb 2008-08-20]
3309 Updated www/awstats to 6.7nb1 [minskim 2008-08-20] 3309 Updated www/awstats to 6.7nb1 [minskim 2008-08-20]
 3310 Added devel/p5-Data-Taxi version 0.94 [seb 2008-08-20]