pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Spoon Update devel/p5-Spoon to 0.23. Changes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d7d0f6a8f7a
branches:  trunk
changeset: 496819:1d7d0f6a8f7a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 13 18:46:58 2005 +0000

description:
Update devel/p5-Spoon to 0.23.  Changes from version 0.21 include:

- 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'

diffstat:

 devel/p5-Spoon/Makefile |  5 ++---
 devel/p5-Spoon/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3e3da97127f4 -r 1d7d0f6a8f7a devel/p5-Spoon/Makefile
--- a/devel/p5-Spoon/Makefile   Wed Jul 13 18:46:54 2005 +0000
+++ b/devel/p5-Spoon/Makefile   Wed Jul 13 18:46:58 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/07/13 18:01:28 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/07/13 18:46:58 jlam Exp $
 
-DISTNAME=              Spoon-0.21
+DISTNAME=              Spoon-0.23
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
 MODULE_DIR=    modules/by-module
diff -r 3e3da97127f4 -r 1d7d0f6a8f7a devel/p5-Spoon/distinfo
--- a/devel/p5-Spoon/distinfo   Wed Jul 13 18:46:54 2005 +0000
+++ b/devel/p5-Spoon/distinfo   Wed Jul 13 18:46:58 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:28 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/07/13 18:46:58 jlam Exp $
 
-SHA1 (Spoon-0.21.tar.gz) = 8d2ceffd2f3bfa9de20c2ea55a07e508e6e75d4d
-RMD160 (Spoon-0.21.tar.gz) = a7139938f125e9557310034f7ba30cd2ea6478e9
-Size (Spoon-0.21.tar.gz) = 23844 bytes
+SHA1 (Spoon-0.23.tar.gz) = 491246e194a064117be9b4f2a82122808f79b99e
+RMD160 (Spoon-0.23.tar.gz) = 65db14a0895b9bdf21af3c5c4aafe54d9eb79320
+Size (Spoon-0.23.tar.gz) = 25801 bytes



Home | Main Index | Thread Index | Old Index