r46153 - in /trunk/libcatalyst-modules-perl/debian: control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 21 16:04:00 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 21 16:03:32 2009
New Revision: 46153

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46153
Log:
Update control and copyright (automatically regenerated), with proposed blocker tarballs removed -- Catalyst-Plugin-Flavour-0.03.tar.gz Catalyst-Authentication-Credential-Authen-Simple-0.05.tar.gz Catalyst-Plugin-Dumper-0.00005.tar.gz

Modified:
    trunk/libcatalyst-modules-perl/debian/control
    trunk/libcatalyst-modules-perl/debian/copyright

Modified: trunk/libcatalyst-modules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/control?rev=46153&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/control (original)
+++ trunk/libcatalyst-modules-perl/debian/control Wed Oct 21 16:03:32 2009
@@ -59,31 +59,22 @@
  Currently the following modules are included:
  .
  Catalyst::Action::RenderView
- Sensible default end action.
+ Sensible default end action
  .
  Catalyst::Log::Log4perl
  Log::Log4perl logging for Catalyst
- .
- Catalyst::Model::DBI
- DBI Model Class
  .
  Catalyst::Model::DBIC::Schema
  DBIx::Class::Schema Model Class
  .
  Catalyst::Plugin::Cache
- Flexible caching support for Catalyst.
+ Flexible caching support for Catalyst
  .
  Catalyst::Plugin::ConfigLoader
  Load config files of various types
  .
  Catalyst::Plugin::DefaultEnd
  Sensible default end action
- .
- Catalyst::Plugin::HTML::Widget
- HTML Widget And Validation Framework for Catalyst
- .
- Catalyst::Plugin::Prototype
- Some stuff to make Prototype fun.
  .
  Catalyst::Plugin::Session
  Generic Session plugin, ties together server side storage and client side
@@ -101,29 +92,35 @@
  Catalyst::Plugin::Unicode
  Unicode aware Catalyst
  .
+ CatalystX::Component::Traits
+ Automatic trait loading and resolution for Catalyst components
+ .
  Catalyst::Devel
  Catalyst Development Tools
+ .
+ Catalyst::Model::DBI
+ DBI Model Class
  .
  Catalyst::Plugin::Cache::Store::FastMmap
  FastMmap cache store for Catalyst::Plugin::Cache
  .
  Catalyst::Plugin::Session::State::Cookie
- Maintain session IDs using cookies.
+ Maintain session IDs using cookies
+ .
+ Catalyst::Plugin::Session::Store::Cache
+ Store sessions using a Catalyst::Plugin::Cache
  .
  Catalyst::Plugin::Session::Store::DBI
- Store your sessions in a database. DBI Interface
- .
- Catalyst::Plugin::Session::Store::DBIC
- Store your sessions via DBIx::Class
+ Store your sessions in a database using DBI
  .
  Catalyst::Plugin::Session::Store::Delegate
- Delegate session storage to an application model object.
+ Delegate session storage to an application model object
  .
  Catalyst::Plugin::Session::Store::FastMmap
- FastMmap session storage backend.
+ FastMmap session storage backend
  .
  Catalyst::Plugin::Session::Store::File
- File storage backend for session data.
+ File storage backend for session data
  .
  Catalyst::View::JSON
  JSON view for your data
@@ -132,13 +129,10 @@
  Mason View Class
  .
  Catalyst::Plugin::Authentication
- Infrastructure plugin for the Catalyst authentication framework.
+ Infrastructure plugin for the Catalyst authentication framework
  .
- Catalyst::Plugin::Flavour
- Catalyst plugin for request flavours
- .
- Catalyst::Authentication::Credential::Authen::Simple
- Verify credentials with the Authen::Simple framework
+ Catalyst::Plugin::Session::Store::DBIC
+ Store your sessions via DBIx::Class
  .
  Catalyst::Authentication::Store::DBIx::Class
  A storage class for Catalyst Authentication using DBIx::Class
@@ -147,22 +141,16 @@
  Catalyst FormBuilder Base Controller
  .
  Catalyst::Plugin::Authorization::ACL
- ACL support for Catalyst applications.
+ ACL support for Catalyst applications
  .
  Catalyst::Plugin::Authorization::Roles
- Role based authorization build on Catalyst::Plugin::Authentication.
- .
- Catalyst::Plugin::Dumper
- Data::Dumper plugin for Catalyst
+ Role based authorization built on Catalyst::Plugin::Authentication
  .
  Catalyst::Plugin::I18N
  I18N for Catalyst
  .
  Catalyst::Plugin::Server
  Base Server plugin for RPC-able protocols
- .
- Catalyst::Plugin::XMLRPC
- Dispatch XMLRPC methods with Catalyst
  .
  Catalyst::View::Email
  Send Email from Catalyst

Modified: trunk/libcatalyst-modules-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/copyright?rev=46153&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-perl/debian/copyright Wed Oct 21 16:03:32 2009
@@ -1,369 +1,234 @@
-This package was debianized by Florian Ragwitz <rafl\@debian.org> on
-Wed, 10 Aug 2005 11:47:22 +0200.
-
-It contains several upstream packages which may have different licenses.
-
-They are all downloaded from http://search.cpan.org/
-
-* Catalyst::Action::RenderView
-
-Author:
-	Marcus Ramberg <marcus at thefeed.no>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Log::Log4perl
-
-Authors:
-	Adam Jacob, <adam at stalecoffee.org>
-	Andreas Marienborg, <omega at palle.net>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Model::DBI
-
-Author:
-	Alex Pavlovic, <alex.pavlovic at taskforce-1.com>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Model::DBIC::Schema
-
-Author:
-	Brandon L Black, <blblack at gmail.com>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Cache
-
-Author:
-	The Catalyst Core Team - see http://catalyst.perl.org/
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::ConfigLoader
-
-Authors:
-	Brian Cassidy <bricas at cpan.org>
-	David Kamholz <dkamholz at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::DefaultEnd
-
-Author:
-	Marcus Ramberg <marcus at thefeed.no>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::HTML::Widget
-
-Author:
-	Sebastian Riedel, <sri at oook.de>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Prototype
-
-Author:
-	Sebastian Riedel, <sri at oook.de>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Session
-
-Authors:
-	Andy Grundman, <andyg at cpan.org>
-	Christian Hansen, <ch at ngmedia.com>
-	Yuval Kogman, "nothingmuch at woobling.org" (current maintainer)
-	Sebastian Riedel, <sri at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::StackTrace
-
-Authors:
-	Andy Grundman, <andy at hybridized.org>
-	Matt S. Trout, <mst at shadowcatsystems.co.uk>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Static::Simple
-
-Authors:
-	Andy Grundman, <andy at hybridized.org>
-	Marcus Ramberg, <mramberg at cpan.org>
-	Jesse Sheidlower, <jester at panix.com>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::SubRequest
-
-Author:
-	Marcus Ramberg, <mramberg at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Unicode
-
-Authors:
-	Christian Hansen, <ch at ngmedia.com>
-	Marcus Ramberg, <mramberg at pcan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Devel
-
-Author:
-	The Catalyst Core Team - see http://catalyst.perl.org/
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Cache::Store::FastMmap
-
-Author:
-	Yuval Kogman, <nothingmuch at woobling.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Session::State::Cookie
-
-Authors:
-	Andrew Ford,
-	Andy Grundman
-	Christian Hansen
-	Yuval Kogman, <nothingmuch at woobling.org>
-	Marcus Ramberg, <mramberg at cpan.org>
-	Sebastian Riedel, <sri at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
- This module is derived from Catalyst::Plugin::Session::FastMmap code, and has
- been heavily modified since.
-
-* Catalyst::Plugin::Session::Store::Cache
-
-Author:
-	Lars Balker Rasmussen, <lbr at cpan.org>
-
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself, either Perl version 5.8.8 or,
- at your option, any later version of Perl 5 you may have available.
-
-* Catalyst::Plugin::Session::Store::DBI
-
-Author:
-	Andy Grundman, <andy at hybridized.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Session::Store::DBIC
-
-Author:
-	Daniel Westermann-Clark, <danieltwc at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Session::Store::Delegate
-
-Author:
-	Yuval Kogman, <nothingmuch at woobling.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Session::Store::FastMmap
-
-Authors:
-	Andrew Ford
-	Andy Grundman
-	Christian Hansen
-	Yuval Kogman, <nothingmuch at woobling.org>
-	Marcus Ramberg, <mramberg at cpan.org>
-	Sebastian Riedel, <sri at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
- This module is derived from Catalyst::Plugin::Session::FastMmap code, and has
- been heavily modified since.
-
-* Catalyst::Plugin::Session::Store::File
-
-Author:
-	Sascha Kiefer, <esskar at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::View::JSON
-
-Author:
-	Tatsuhiko Miyagawa <miyagawa at bulknews.net>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::View::Mason
-
-Authors:
-	Andres Kievsky, <ank at cpan.org>
-	Sebastian Riedel, <sri at cpan.org>
-	Marcus Ramberg, <mramberg at pcan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Authentication
-
-Authors:
-	Yuval Kogman, <nothingmuch at woobling.org>
-	Jess Robinson
-	David Kamholz
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Flavour
-
-Author:
-	Daisuke Murase, <typester at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Authentication::Credential::Authen::Simple
-
-Author:
-	Jose Luis Martinez, jlmartinez at capside.com
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Authentication::Store::DBIx::Class
-
-Author:
-	Jason Kuri, <jayk at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Controller::FormBuilder
-
-Author:
-	Juan Camacho, <formbuilder at suspenda.com>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Authorization::ACL
-
-Authors:
-	Yuval Kogman, <nothingmuch at woobling.org>
-	Jess Robinson
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Authorization::Roles
-
-Author:
-	Yuval Kogman, <nothingmuch at woobling.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Dumper
-
-Author:
-	Chisel Wright <pause at herlpacker.co.uk>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::I18N
-
-Author:
-	Sebastian Riedel, <sri at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::Server
-
-Authors:
-	Jos Boumans <kane at cpan.org>
-	Michiel Ootjers <michiel at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Plugin::XMLRPC
-
-Authors:
-	Sebastian Riedel, <sri at oook.de>
-	Marcus Ramberg, <mramberg at cpan.org>
-	Christian Hansen
-	Yoshinori Sano
-	Michiel Ootjers
-	Jos Boumans
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::View::Email
-
-Authors:
-	J. Shirley, <jshirley at gmail.com>
-	Alexander Hartmaier, <abraxxa at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Component::InstancePerContext
-
-Author:
-	Guillermo Roditi (groditi) <groditi at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Controller::HTML::FormFu
-
-Author:
-	Carl Franks, <cfranks at cpan.org>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
------------------------------------------------------------------------------
-Perl is distributed under licenses:
-
-	a) the GNU General Public License as published by the Free Software
-	   Foundation; either version 1, or (at your option) any later
-	   version, or
-
-	b) the "Artistic License" which comes with Perl.
-
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL and the Artistic
-Licence in /usr/share/common-licenses/Artistic.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+
+Files: debian/*, tarballs/check-upstream-versions, tarballs/packages.cfg
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ansgar Burchardt <ansgar at 43-1.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2005-2009, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2005-2006, Florian Ragwitz <rafl at debian.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Action-RenderView-0.11.tar.gz
+Copyright: 2006-2009, Marcus Ramberg <mramberg at cpan.org>
+X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Log-Log4perl-1.04.tar.gz
+Copyright: 2005, Adam Jacob <adam at stalecoffee.org>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Model-DBIC-Schema-0.31.tar.gz
+Copyright: 2006-2009, Brandon L Black <blblack at gmail.com>
+ 2006-2009, Rafael Kitover <rkitover at cpan.org>
+ 2006-2009, Dan Dascalescu <dandv at cpan.org>
+ 2006-2009, Aran Deltac <bluefeet at cpan.org>
+X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-Cache-0.08.tar.gz
+Copyright: 2006-2009, Yuval Kogman <nothingmuch at woobling.org>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-ConfigLoader-0.27.tar.gz
+Copyright: 2006-2009, Brian Cassidy <bricas at cpan.org>
+X-Upstream-Maintainers: Brian Cassidy <bricas at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-DefaultEnd-0.08.tar.gz
+Copyright: 2005-2009, Marcus Ramberg <mramberg at cpan.org>
+X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-Session-0.27.tar.gz
+Copyright: 2005-2009, Adam Jacob <adam at stalecoffee.org>
+ 2005-2009, Andreas Marienborg <omega at palle.net>
+ 2005-2009, Gavin Henry <ghenry at suretecsystems.com>
+ 2005-2009, Sebastian Willert
+ 2005-2009, J. Shirley <jshirley at gmail.com>
+ 2005-2009, Tomas Doran <bobtfish at bobtfish.net>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-StackTrace-0.10.tar.gz
+Copyright: 2005-2009, Andy Grundman <andy at hybridized.org>
+ 2005-2009, Matt S. Trout <mst at shadowcatsystems.co.uk>
+X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-Static-Simple-0.24.tar.gz
+Copyright: 2005-2009, Andy Grundman <andy at hybridized.org>
+ 2005-2009, Marcus Ramberg <mramberg at cpan.org>
+ 2005-2009, Jesse Sheidlower <jester at panix.com>
+ 2005-2009, Guillermo Roditi <groditi at cpan.org>
+ 2005-2009, Florian Ragwitz <rafl at debian.org>
+X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-SubRequest-0.14.tar.gz
+Copyright: 2005-2008, Marcus Ramberg <mramberg at cpan.org>
+X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-Unicode-0.92.tar.gz
+Copyright: 2005-2009, Christian Hansen <ch at ngmedia.com>
+ 2005-2009, Marcus Ramberg <mramberg at cpan.org>
+ 2005-2009, Jonathan Rockway <jrockway at cpan.org>
+ 2005-2009, Tomas Doran <bobtfish at bobtfish.net>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/CatalystX-Component-Traits-0.10.tar.gz
+Copyright: 2009, Rafael Kitover <rkitover at io.com>
+X-Upstream-Maintainers: Rafael Kitover <rkitover at io.com>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Devel-1.21.tar.gz
+Copyright: 2006-2009, Sebastian Riedel <sri at cpan.org>
+ 2006-2009, Catalyst Core Team
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Model-DBI-0.24.tar.gz
+Copyright: 2005-2009, Alex Pavlovic <alex.pavlovic at taskforce-1.com>
+X-Upstream-Maintainers: Alex Pavlovic <alex.pavlovic at taskforce-1.com>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz
+Copyright: 2006, Yuval Kogman <nothingmuch at woobling.org>
+X-Upstream-Maintainers: Yuval Kogman <nothingmuch at woobling.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-State-Cookie-0.17.tar.gz
+Copyright: 2005-2009, Yuval Kogman <nothingmuch at woobling.org>
+X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz
+Copyright: 2007, Lars Balker Rasmussen <lbr at cpan.org>
+X-Upstream-Maintainers: Lars Balker Rasmussen <lars at balker.dk>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-Store-DBI-0.15.tar.gz
+Copyright: 2005-2009, Andy Grundman <andy at hybridized.org>
+X-Upstream-Maintainers: Andy Grundman <andy at hybridized.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-Store-Delegate-0.05.tar.gz
+Copyright: 2006, Yuval Kogman <nothingmuch at woobling.org>
+ 2006, Tomas Doran <bobtfish at bobtfish.net>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.13.tar.gz
+Copyright: 2005, Yuval Kogman <nothingmuch at woobling.org>
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-Plugin-Session-Store-File-0.18.tar.gz
+Copyright: 2005, Sascha Kiefer <esskar at cpan.org>
+X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-View-JSON-0.26.tar.gz
+Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>, see http://bulknews.net/debian.txt
+X-Upstream-Maintainers: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/02/Catalyst-View-Mason-0.18.tar.gz
+Copyright: 2005-2009, Andres Kievsky <ank at cpan.org>
+ 2005-2009, Sebastian Riedel <sri at cpan.org>
+ 2005-2009, Marcus Ramberg <mramberg at cpan.org>
+ 2005-2009, Florian Ragwitz <rafl at debian.org>
+ 2005-2009, Justin Hunter <justin.d.hunter at gmail.com>
+X-Upstream-Maintainers: Florian Ragwitz <rafl at debian.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/03/Catalyst-Plugin-Authentication-0.10015.tar.gz
+Copyright: 2005-2009, Yuval Kogman <nothingmuch at woobling.org>
+ 2005-2009, Jay Kuri <jayk at cpan.org>
+ 2005-2009, Jess Robinson <cpan at desert-island.me.uk>
+ 2005-2009, David Kamholz
+ 2005-2009, Tomas Doran <bobtfish at bobtfish.net>
+ 2005-2009, kmx
+ 2005-2009, Nigel Metheringham
+X-Upstream-Maintainers: Tomas Doran <bobtfish at bobtfish.net>
+License: Artistic | GPL-1+
+
+Files: tarballs/03/Catalyst-Plugin-Session-Store-DBIC-0.11.tar.gz
+Copyright: 2006-2009, Daniel Westermann-Clark <danieltwc at cpan.org>
+X-Upstream-Maintainers: Florian Ragwitz <rafl at debian.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz
+Copyright: 2007, Jason Kuri <jayk at cpan.org>
+X-Upstream-Maintainers: Jason Kuri <jayk at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Controller-FormBuilder-0.05.tar.gz
+Copyright: 2006, Juan Camacho <formbuilder at suspenda.com>
+X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Plugin-Authorization-ACL-0.15.tar.gz
+Copyright: 2005-2009, Yuval Kogman <nothingmuch at woobling.org>
+ 2005-2009, Jess Robinson <cpan at desert-island.me.uk>
+ 2005-2009, Rafael Kitover <rkitover at cpan.org>
+X-Upstream-Maintainers: Rafael Kitover <rkitover at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Plugin-Authorization-Roles-0.07.tar.gz
+Copyright: 2005-2008, Yuval Kogman <nothingmuch at woobling.org>
+X-Upstream-Maintainers: Brian Cassidy <bricas at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Plugin-I18N-0.09.tar.gz
+Copyright: 2005-2009, Sebastian Riedel <sri at cpan.org>
+ 2005-2009, Brian Cassidy <bricas at cpan.org>
+ 2005-2009, Christian Hansen <chansen at cpan.org>
+X-Upstream-Maintainers: Marcus Ramberg < mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-Plugin-Server-0.26.tar.gz
+Copyright: 2005-2009, Jos Boumans <kane at cpan.org>
+ 2005-2009, Michiel Ootjers <michiel at cpan.org>
+X-Upstream-Maintainers: 2005-2009, Jos Boumans <kane at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/04/Catalyst-View-Email-0.13.tar.gz
+Copyright: 2007-2009, J. Shirley <jshirley at gmail.com>
+ 2007-2009, Alexander Hartmaier <abraxxa at cpan.org>
+ 2007-2009, Matt S Trout <mst at shadowcatsystems.co.uk>
+ 2007-2009, Daniel Westermann-Clark <danieltwc at cpan.org>
+ 2007-2009, Simon Elliott <cpan at browsing.co.uk>
+ 2007-2009, Roman Filippov
+ 2007-2009, Lance Brown <lance at bearcircle.net>
+X-Upstream-Maintainers: J. Shirley <jshirley at gmail.com>
+License: Artistic | GPL-1+
+
+Files: tarballs/05/Catalyst-Component-InstancePerContext-0.001001.tar.gz
+Copyright: 2007, Guillermo Roditi <groditi at cpan.org>
+X-Upstream-Maintainers: Guillermo Roditi <groditi at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/05/Catalyst-Controller-HTML-FormFu-0.05000.tar.gz
+Copyright: 2007, Carl Franks <cfranks at cpan.org>
+X-Upstream-Maintainers: Carl Franks <cfranks at cpan.org>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'




More information about the Pkg-perl-cvs-commits mailing list