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 | |
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
-rw-r--r-- | devel/p5-Spoon/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Spoon/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES | 4 |
3 files changed, 8 insertions, 6 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 diff --git a/doc/CHANGES b/doc/CHANGES index 123d11768d6..0c46cef8aac 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8923 2005/01/25 18:58:31 reed Exp $ +$NetBSD: CHANGES,v 1.8924 2005/01/25 19:33:31 abs Exp $ Changes to the packages collection and infrastructure in 2005: @@ -600,3 +600,5 @@ Changes to the packages collection and infrastructure in 2005: Updated sun-jdk13 to 1.0.15 [jschauma 2005-01-25] Updated p5-Kwiki to 0.37 [xtraeme 2005-01-25] Updated tcpdump to 3.8.3 [reed 2005-01-25] + Updated p5-Spoon to 0.21 [abs 2005-01-25] + |