summaryrefslogtreecommitdiff
path: root/devel/p5-Spoon
AgeCommit message (Collapse)AuthorFilesLines
2011-10-06Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-23updated to 0.24rhaen2-9/+8
cleaned MASTER_SITES ChangeLog: version: 0.24 date: Wed Aug 30 10:45:22 PDT 2006 changes: - Include Time::HiRes dependency into Makefile.PL (RT #19291) - Include URI and DB_File dependency into Makefile.PL (RT #15036) - Upgraded to Module::Install 0.64 - Added File::Spec path name portability fixes all over the place. - Incorporated parts of Barbie's patch to fix tests on Win32 Perl 5.6 (RT #17506)
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-03-14Drop maintainership for packages that I no longer have time to maintain.jlam1-2/+2
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Update devel/p5-Spoon to 0.23. Changes from version 0.21 include:jlam2-7/+6
- Added tests for UTF8 handling internally and in files via ContentObject. - Added CGI tests. - All CGI parameters are now decoded as UTF8. The -utf8 flag is now deprecated, but will continue to work as a no-op for now. - socialtext changes to allow formatter hooking - Changes for themes - -compress works better - Fix the mixin problem with resolve_install_path - Refactors to get rid of hub connections - Kwid Formatter for Spork - make sure the module_path comes from lib under cwd - Make installer better - Miyagawa's patch to bake cookies in redirect - CGI patch from cdent - Miyagawa added jar_opt support for different expires for each cookies - Miyagawa added unit test for Spoon::Cookie - fix deep-recursion bug on 'kwiki -update'
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-02Spoon-0.21 requires at least Spiffy-0.22. Bump the dependency and bumpjlam1-2/+3
the PKGREVISION to 1.
2005-01-25Update p5-Spoon to 0.21 - required by Kwiki-0.37abs2-5/+5
version: 0.21 date: Tue Jan 11 07:28:06 PST 2005 changes: - WAFL blocks and phrase matching is now case-insensitive, and dashes (-) are converted to underscores. (Dave Rolsky) - Redo Spoon::Hook into Spoon::Hooks - Call $hub->add_hook - Hooks removed when hub goes out scope - Spoon::Config can take glob params - Add hook points to support KwikiPagePrivacy - Add a domain field to cookies - AUTOLOAD class object pointers. replaces load_class in most cases. - Add pre_process and post_process hook points in hub - Have a load_dynamic method for Registry
2004-12-26It's "modules/by-module".jlam1-2/+2
2004-12-25Import p5-Spoon-0.21 as devel/p5-Spoon, a Spiffy Application Buildingjlam4-0/+31
Framework. Spoon is an Application Framework that is designed primarily for building Social Software web applications. Spoon::Base is the primary base class for all the Spoon::* modules. Spoon.pm inherits from Spiffy.pm. Spoon is not an application in and of itself. You need to build your own applications from it.