Fri Aug 29 20:17:57 2008 UTC ()
Note initial addition of p5-DBIx-Class-Fixtures version 1.001001
as databases/p5-DBIx-Class-Fixtures into The NetBSD Packages
Collection.

The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
from source database to filesystem then import to another database
(with same schema) at any time. Use as a constant dataset for
running tests against or for populating development databases when
impractical to use production clones. Describe fixture set using
relations and conditions based on your DBIx::Class schema.


(seb)
diff -r1.2012 -r1.2013 pkgsrc/doc/CHANGES-2008

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

--- pkgsrc/doc/CHANGES-2008 2008/08/29 16:45:06 1.2012
+++ pkgsrc/doc/CHANGES-2008 2008/08/29 20:17:57 1.2013
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2008,v 1.2012 2008/08/29 16:45:06 sborrill Exp $ 1$NetBSD: CHANGES-2008,v 1.2013 2008/08/29 20:17:57 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]
@@ -3472,13 +3472,14 @@ Changes to the packages collection and i @@ -3472,13 +3472,14 @@ Changes to the packages collection and i
3472 Updated devel/kdevelop-base to 3.5.3 [markd 2008-08-27] 3472 Updated devel/kdevelop-base to 3.5.3 [markd 2008-08-27]
3473 Updated devel/kdevelop to 3.5.3 [markd 2008-08-27] 3473 Updated devel/kdevelop to 3.5.3 [markd 2008-08-27]
3474 Updated www/plone3 to 3.1.5.1 [taca 2008-08-27] 3474 Updated www/plone3 to 3.1.5.1 [taca 2008-08-27]
3475 Added math/py-networkx version 0.37 [apb 2008-08-27] 3475 Added math/py-networkx version 0.37 [apb 2008-08-27]
3476 Updated security/libpreludedb to 0.9.15 [shannonjr 2008-08-26] 3476 Updated security/libpreludedb to 0.9.15 [shannonjr 2008-08-26]
3477 Added misc/teseq version 1.0.0 [bjs 2008-08-28] 3477 Added misc/teseq version 1.0.0 [bjs 2008-08-28]
3478 Updated devel/scons-devel to 1.0.0 [tonnerre 2008-08-28] 3478 Updated devel/scons-devel to 1.0.0 [tonnerre 2008-08-28]
3479 Updated devel/p5-Test-MockObject to 1.09nb1 [seb 2008-08-28] 3479 Updated devel/p5-Test-MockObject to 1.09nb1 [seb 2008-08-28]
3480 Added math/openaxiom version 1.2.0 [ahoka 2008-08-28] 3480 Added math/openaxiom version 1.2.0 [ahoka 2008-08-28]
3481 Updated misc/openoffice2 to 2.4.1nb1 [hira 2008-08-29] 3481 Updated misc/openoffice2 to 2.4.1nb1 [hira 2008-08-29]
3482 Updated chat/bitlbee to 1.2.2 [tonio 2008-08-29] 3482 Updated chat/bitlbee to 1.2.2 [tonio 2008-08-29]
3483 Updated www/py-django-devel to 1.0beta2 [joerg 2008-08-29] 3483 Updated www/py-django-devel to 1.0beta2 [joerg 2008-08-29]
3484 Updated x11/xdialog to 2.3.1 [sborrill 2008-08-29] 3484 Updated x11/xdialog to 2.3.1 [sborrill 2008-08-29]
 3485 Added databases/p5-DBIx-Class-Fixtures version 1.001001 [seb 2008-08-29]