r45695 - in /trunk/libcatalyst-modules-extra-perl: debian/changelog debian/control debian/copyright tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz tarballs/packages.cfg

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 13 03:37:27 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 13 03:36:58 2009
New Revision: 45695

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45695
Log:
Add Catalyst::Model::Adaptor (Closes: #540286)

Added:
    trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz   (with props)
Modified:
    trunk/libcatalyst-modules-extra-perl/debian/changelog
    trunk/libcatalyst-modules-extra-perl/debian/control
    trunk/libcatalyst-modules-extra-perl/debian/copyright
    trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg

Modified: trunk/libcatalyst-modules-extra-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/changelog?rev=45695&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/changelog Tue Oct 13 03:36:58 2009
@@ -24,6 +24,7 @@
   * Remove Catalyst::Plugin::CDBI::Transaction, because Class::DBI is
     considered deprecated, upstream has not responded to copyright
     information request, we do not have copyright info.
+  * Add Catalyst::Model::Adaptor (Closes: #540286)
 
   [ Ryan Niebur ]
   * Take over for the Debian Perl Group

Modified: trunk/libcatalyst-modules-extra-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/control?rev=45695&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/control (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/control Tue Oct 13 03:36:58 2009
@@ -35,11 +35,14 @@
  .
  Currently the following modules are included:
  .
+ Catalyst::Model::Adaptor
+ Use a plain class as a Catalyst model
+ .
  Catalyst::Model::CDBI::CRUD
  Create-Read-Update-Delete model class using Class::DBI
  .
  Catalyst::Plugin::Authentication::Credential::OpenID
- OpenID credential for Catalyst::Auth framework
+ Authentication using OpenID credentials
  .
  Catalyst::Plugin::Captcha
  Create and validate Captcha for Catalyst

Modified: trunk/libcatalyst-modules-extra-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/copyright?rev=45695&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/copyright Tue Oct 13 03:36:58 2009
@@ -5,6 +5,11 @@
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
  2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz
+Copyright: 2007, Jonathan Rockway <jrockway at cpan.org>
+X-Upstream-Maintainers: Florian Ragwitz <rafl at debian.org>
 License: Artistic | GPL-1+
 
 Files: tarballs/01/Catalyst-Model-CDBI-CRUD-0.04.tar.gz

Added: trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz?rev=45695&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Model-Adaptor-0.05.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg?rev=45695&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg Tue Oct 13 03:36:58 2009
@@ -57,7 +57,14 @@
 
 <Catalyst-Plugin-Authentication-Credential-OpenID>
 watch		http://mirrors.kernel.org/cpan/modules/by-module/Catalyst/Catalyst-Plugin-Authentication-Credential-OpenID-([\d\.]+)\.tar\.gz
-description	OpenID credential for Catalyst::Auth framework
+description	Authentication using OpenID credentials
 maintainer	Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 copyright	2006-2007, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 </Catalyst-Plugin-Authentication-Credential-OpenID>
+
+<Catalyst-Model-Adaptor>
+watch           http://mirrors.kernel.org/cpan/modules/by-module/Catalyst/Catalyst-Model-Adaptor-([\d\.]+)\.tar\.gz
+description     Use a plain class as a Catalyst model
+maintainer      Florian Ragwitz <rafl at debian.org>
+copyright       2007, Jonathan Rockway <jrockway at cpan.org>
+</Catalyst-Model-Adaptor>




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