r65739 - in /trunk/libcgi-application-extra-plugin-bundle-perl: debian/ debian/patches/CGI-Application-Plugin-Authorization/ debian/patches/CGI-Application-Plugin-TT/ tarballs/ tarballs/02/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 11 13:42:12 UTC 2010


Author: periapt-guest
Date: Sat Dec 11 13:42:04 2010
New Revision: 65739

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65739
Log:
Split out Authorization and TT 

Removed:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authorization/
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-TT/
    trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/02/CGI-Application-Plugin-Authorization-0.07.tar.gz
    trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/02/CGI-Application-Plugin-TT-1.05.tar.gz
Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/TODO
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/copyright
    trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/packages.cfg

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/TODO?rev=65739&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/TODO (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/TODO Sat Dec 11 13:42:04 2010
@@ -1,11 +1,4 @@
-1. package:
-
-   Apache::HTGroup*
-   Digest::SHA2
-
-for dependencies. (* = build dependency)
-
-2.  Maybe add the following plugins? :
+Maybe add the following plugins? :
 
     
 CGI-Application-Plugin-Apache 
@@ -18,8 +11,6 @@
     
 CGI-Application-Plugin-FormValidator-Simple
 
-CGI-Application-Plugin-Authentication-Driver-CDBI
-
 CGI-Application-FastCGI 
 
 

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog?rev=65739&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog Sat Dec 11 13:42:04 2010
@@ -1,6 +1,7 @@
 libcgi-application-extra-plugin-bundle-perl (0.3) UNRELEASED; urgency=low
 
   * Split out Authentication and AnyTemplate (closes: #599794)  
+  * Split out Authorization and TT 
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 13 Oct 2010 11:44:58 +0100
 

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/control?rev=65739&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/control (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/control Sat Dec 11 13:42:04 2010
@@ -5,15 +5,12 @@
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
 Build-Depends-Indep: perl, libcgi-application-perl,
- libtest-simple-perl (>= 0.94), libtest-www-mechanize-perl,
- libcgi-application-basic-plugin-bundle-perl, libdata-random-perl,
- libjson-perl (>= 2.02), libfile-path-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libgd-securityimage-perl, libconfig-simple-perl,
- libio-stringy-perl, libdata-javascript-perl, libtime-hires-perl,
- libhtml-template-perl, libjson-any-perl (>= 1.14), liburi-perl,
- libdigest-hmac-perl, libdigest-md5-perl, libclass-accessor-perl (>= 0.25),
- libmime-base64-perl, libdigest-sha1-perl, libtemplate-perl (>= 2.0),
- libgd-graph-perl, libsvg-tt-graph-perl, libdbd-sqlite3-perl
+ libcgi-application-basic-plugin-bundle-perl,
+ libgd-securityimage-perl, libconfig-simple-perl, libio-stringy-perl,
+ libdata-javascript-perl, libtime-hires-perl, libgd-graph-perl,
+ libsvg-tt-graph-perl, libhtml-template-perl, libjson-any-perl (>= 1.14),
+ liburi-perl, libdigest-hmac-perl, libdigest-md5-perl,
+ libclass-accessor-perl (>= 0.25), libclass-isa-perl | perl-modules (<< 5.12)
 Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
 Standards-Version: 3.9.1
 
@@ -22,11 +19,9 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
  libcgi-application-basic-plugin-bundle-perl, libgd-securityimage-perl,
  libconfig-simple-perl, libio-stringy-perl, libdata-javascript-perl,
- libtime-hires-perl, libhtml-template-perl, libjson-any-perl (>= 1.14),
- liburi-perl, libdigest-hmac-perl, libdigest-md5-perl,
- libclass-accessor-perl (>= 0.25), libmime-base64-perl, libdigest-sha1-perl,
- libtemplate-perl (>= 2.0), libdbix-class-perl
-Recommends: libgd-graph-perl, libsvg-tt-graph-perl, libdbd-sqlite3-perl
+ libtime-hires-perl, libjson-any-perl (>= 1.14), liburi-perl,
+ libdigest-hmac-perl, libdigest-md5-perl
+Recommends: libgd-graph-perl, libsvg-tt-graph-perl
 Enhances: libcgi-application-perl
 Breaks: libcgi-application-plugins-perl (<= 0.10)
 Conflicts: libcgi-application-plugin-actiondispatch-perl,
@@ -37,10 +32,8 @@
  libcgi-application-plugin-linkintegrity-perl,
  libcgi-application-plugin-ratelimit-perl,
  libcgi-application-plugin-requiressl-perl,
- libcgi-application-plugin-authorization-perl,
  libcgi-application-plugin-formstate-perl,
  libcgi-application-plugin-protectcrsf-perl,
- libcgi-application-plugin-tt-perl,
  libcgi-application-plugin-messagestack-perl
 Replaces: libcgi-application-plugin-actiondispatch-perl,
  libcgi-application-plugin-captcha-perl,
@@ -50,10 +43,8 @@
  libcgi-application-plugin-linkintegrity-perl,
  libcgi-application-plugin-ratelimit-perl,
  libcgi-application-plugin-requiressl-perl,
- libcgi-application-plugin-authorization-perl,
  libcgi-application-plugin-formstate-perl,
  libcgi-application-plugin-protectcrsf-perl,
- libcgi-application-plugin-tt-perl,
  libcgi-application-plugin-messagestack-perl
 Provides: libcgi-application-plugin-actiondispatch-perl,
  libcgi-application-plugin-captcha-perl,
@@ -63,13 +54,11 @@
  libcgi-application-plugin-linkintegrity-perl,
  libcgi-application-plugin-ratelimit-perl,
  libcgi-application-plugin-requiressl-perl,
- libcgi-application-plugin-authorization-perl,
  libcgi-application-plugin-formstate-perl,
  libcgi-application-plugin-protectcrsf-perl,
- libcgi-application-plugin-tt-perl,
  libcgi-application-plugin-messagestack-perl
-Suggests: libcgi-application-plugin-authentication-perl,
- libcgi-application-plugin-anytemplate-perl
+Suggests: libcgi-application-plugin-anytemplate-perl, libhtml-template-perl,
+ libcgi-application-plugin-tt-perl, licgi-application-plugin-authorization-perl
 Description: Extra Plugins for CGI::Application
  This package includes some extra plugin modules to enhance CGI::Application.
  Currently the following modules are included:
@@ -98,17 +87,11 @@
  CGI::Application::Plugin::RequireSSL
  Force SSL in specified pages or modules
  .
- CGI::Application::Plugin::Authorization
- Authorization framework
- .
  CGI::Application::Plugin::FormState
  Store Form State without Hidden Fields
  .
  CGI::Application::Plugin::ProtectCSRF
  Protects against Cross Site request forgery
  .
- CGI::Application::Plugin::TT
- Add Template Toolkit support
- .
  CGI::Application::Plugin::MessageStack
  A Message Stack

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/copyright?rev=65739&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/copyright (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/copyright Sat Dec 11 13:42:04 2010
@@ -92,16 +92,6 @@
 	This program is free software; you can redistribute it and/or modify it
 	under the same terms as Perl itself.
 
-* CGI::Application::Plugin::Authorization
-
-Author:
-	Cees Hek <ceeshek at gmail.com>
-
- Copyright (C) 2005, SiteSuite
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
 * CGI::Application::Plugin::FormState
 
 Author:
@@ -118,16 +108,6 @@
 	^Akira Horimoto <kurt0027 at gmail.com>
 
  Copyright (C) 2006 - 2008 Akira Horimoto
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* CGI::Application::Plugin::TT
-
-Author:
-	Cees Hek <cees at crtconsulting.ca>
-
- Copyright (C) 2005 Cees Hek, All Rights Reserved.
 
  This program is free software, you can redistribute it and/or modify it under
  the same terms as Perl itself.

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/packages.cfg?rev=65739&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/packages.cfg (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/tarballs/packages.cfg Sat Dec 11 13:42:04 2010
@@ -114,13 +114,6 @@
 copyright under the same terms as Perl itself.
 </CGI-Application-Plugin-RequireSSL>
 
-<CGI-Application-Plugin-Authorization>
-watch http://search.cpan.org/CPAN/modules/by-module/CGI/CGI-Application-Plugin-Authorization-([\d\.]+)\.tar\.gz
-description Authorization framework
-author Cees Hek <ceeshek at gmail.com>
-copyright Copyright (C) 2005, SiteSuite
-</CGI-Application-Plugin-Authorization>
-
 <CGI-Application-Plugin-FormState>
 watch http://search.cpan.org/CPAN/modules/by-module/CGI/CGI-Application-Plugin-FormState-([\d\.]+)\.tar\.gz
 description Store Form State without Hidden Fields 
@@ -135,13 +128,6 @@
 copyright Copyright (C) 2006 - 2008 Akira Horimoto
 </CGI-Application-Plugin-MessageStack>
 
-<CGI-Application-Plugin-TT>
-watch http://search.cpan.org/CPAN/modules/by-module/CGI/CGI-Application-Plugin-TT-([\d\.]+)\.tar\.gz
-description Add Template Toolkit support
-author Cees Hek <cees at crtconsulting.ca>
-copyright Copyright (C) 2005 Cees Hek, All Rights Reserved.
-</CGI-Application-Plugin-TT>
-
 <CGI-Application-Plugin-MessageStack>
 watch http://search.cpan.org/CPAN/modules/by-module/CGI/CGI-Application-Plugin-MessageStack-([\d\.]+)\.tar\.gz
 description A Message Stack




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