diff options
author | abs <abs@pkgsrc.org> | 2005-01-25 19:32:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-01-25 19:32:45 +0000 |
commit | 11d79afc73a37980ed2d0c5d3c5b3a85024cd47f (patch) | |
tree | a4f61462d7f0b27735ead2d122f3e6e6b09ee05d /devel | |
parent | b09545b8efa81f21db908c720f8244de99bc3d21 (diff) | |
download | pkgsrc-11d79afc73a37980ed2d0c5d3c5b3a85024cd47f.tar.gz |
Update p5-Spoon to 0.21 - required by Kwiki-0.37
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Spoon/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Spoon/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index 12a305e98e9..bb067d7e1f3 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2004/12/26 23:18:29 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/25 19:32:45 abs Exp $ -DISTNAME= Spoon-0.20 +DISTNAME= Spoon-0.21 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/} diff --git a/devel/p5-Spoon/distinfo b/devel/p5-Spoon/distinfo index 57ced2c4a0f..03a61427d68 100644 --- a/devel/p5-Spoon/distinfo +++ b/devel/p5-Spoon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $ +$NetBSD: distinfo,v 1.2 2005/01/25 19:32:45 abs Exp $ -SHA1 (Spoon-0.20.tar.gz) = 5e2ade712118c756999030549c869b1c02bde87a -Size (Spoon-0.20.tar.gz) = 21739 bytes +SHA1 (Spoon-0.21.tar.gz) = 8d2ceffd2f3bfa9de20c2ea55a07e508e6e75d4d +Size (Spoon-0.21.tar.gz) = 23844 bytes |