Next | Query returned 45 messages, browsing 41 to 50 | previous

History of commit frequency

CVS Commit History:


   2009-05-03 01:52:48 by David Brownlee | Files touched by this commit (1)
Log message:
p5-Test-WWW-Mechanize-Catalyst has a BUILD_DEPENDS on
p5-Catalyst-Plugin-Session which has a BUILD_DEPENDS on
p5-Test-WWW-Mechanize-Catalyst which ... (repeat until heat death of universe)

Comment out the p5-Test-WWW-Mechanize-Catalyst BUILD_DEPENDS here with a note..
   2009-05-01 15:30:35 by Jens Rehsack | Files touched by this commit (2)
Log message:
PkgSrc changes:
  - Updating package for p5 module of Catalyst::Plugin::Session from 0.20
    to 0.21
  - Setting license to gnu-gpl-v2
  - Adjusting depends

Upstream changes:
0.21 2009-04-30
        - Hide the internal packages in Catalyst::Plugin::Session::Test::Store \ 
from PAUSE.
        - Convert from CAF to Moose with Moosex::Emulate::Class::Accessor::Fast
   2009-02-22 18:27:46 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 1.19nb1 to 1.20.

Pkgsrc changes:
 o Adjust dependencies to account for new requirements
 o Move some dependencies into BUILD_DEPENDS, since they're
   only required for "make test".

Upstream changes:

0.20 2009-02-05
        - No code changes since 0.19_01 dev release.
        - Add IDEAS.txt which is an irc log of discussion about the
          next-generation session plugin from discussion on #catalyst-dev
        - Remove TODO file, which is no longer relevant.

0.19_01 2009-01-09
        - Switch from using NEXT to Class::C3 for method re-dispatch.
        - Use shipit to package the dist.
        - Switch to Module::install.
        - Flash data is now stored inside the session (key "__flash") \ 
to avoid
          duplicate entry errors caused by simultaneous select/insert/delete of
          flash rows when using DBI as a Store. (Sergio Salvi)
        - Fix session finalization order that caused HTTP responses to be sent
          before the session is actually finalized and stored in its Store.
          (Sergio Salvi)
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-15 11:18:32 by David Brownlee | Files touched by this commit (3) | Imported package
Log message:
Added www/p5-Catalyst-Plugin-Session version 0.19

The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/


Next | Query returned 45 messages, browsing 41 to 50 | previous