Fri Aug 1 12:09:16 2008 UTC ()
Note initial addition of p5-Package-Generator version 0.102 as
devel/p5-Package-Generator into The NetBSD Packages Collection.

The Perl 5 module Package::Generator lets you quickly and easily
construct new packages.  It gives them unused names and sets up
their package data, if provided.  Also included in this package is
the Perl 5 module Package::Reaper.  This module allows you to create
simple objects which, when destroyed, delete a given package.  This
lets you approximate lexically scoped packages


(seb)
diff -r1.1766 -r1.1767 pkgsrc/doc/CHANGES-2008

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

--- pkgsrc/doc/CHANGES-2008 2008/08/01 11:25:50 1.1766
+++ pkgsrc/doc/CHANGES-2008 2008/08/01 12:09:16 1.1767
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2008,v 1.1766 2008/08/01 11:25:50 minskim Exp $ 1$NetBSD: CHANGES-2008,v 1.1767 2008/08/01 12:09:16 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]
@@ -2980,13 +2980,14 @@ Changes to the packages collection and i @@ -2980,13 +2980,14 @@ Changes to the packages collection and i
2980 Updated textproc/xapian-omega to 1.0.7nb2 [schmonz 2008-07-31] 2980 Updated textproc/xapian-omega to 1.0.7nb2 [schmonz 2008-07-31]
2981 Updated www/drupal to 5.9 [adrianp 2008-07-31] 2981 Updated www/drupal to 5.9 [adrianp 2008-07-31]
2982 Updated mail/imp to 4.2nb1 [adrianp 2008-07-31] 2982 Updated mail/imp to 4.2nb1 [adrianp 2008-07-31]
2983 Updated mail/turba to 2.2.1nb1 [adrianp 2008-07-31] 2983 Updated mail/turba to 2.2.1nb1 [adrianp 2008-07-31]
2984 Updated devel/subversion to 1.5.1 [epg 2008-07-31] 2984 Updated devel/subversion to 1.5.1 [epg 2008-07-31]
2985 Added textproc/py-pygments version 0.10 [obache 2008-08-01] 2985 Added textproc/py-pygments version 0.10 [obache 2008-08-01]
2986 Added devel/py-babel version 0.9.3 [obache 2008-08-01] 2986 Added devel/py-babel version 0.9.3 [obache 2008-08-01]
2987 Added www/py-genshi version 0.5.1 [obache 2008-08-01] 2987 Added www/py-genshi version 0.5.1 [obache 2008-08-01]
2988 Updated www/ja-trac to 0.11pl1 [obache 2008-08-01] 2988 Updated www/ja-trac to 0.11pl1 [obache 2008-08-01]
2989 Added emulators/emutos version 0.8.3 [hauke 2008-08-01] 2989 Added emulators/emutos version 0.8.3 [hauke 2008-08-01]
2990 Updated emulators/aranym to 0.9.6beta2 [hauke 2008-08-01] 2990 Updated emulators/aranym to 0.9.6beta2 [hauke 2008-08-01]
2991 Updated emulators/hatari to 1.0.1 [hauke 2008-08-01] 2991 Updated emulators/hatari to 1.0.1 [hauke 2008-08-01]
2992 Updated devel/scmgit-base to 1.5.6.4nb1 [minskim 2008-08-01] 2992 Updated devel/scmgit-base to 1.5.6.4nb1 [minskim 2008-08-01]
 2993 Updated devel/p5-Package-Generator to 0.102 [seb 2008-08-01]