diff options
author | sno <sno@pkgsrc.org> | 2009-07-15 06:33:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-15 06:33:46 +0000 |
commit | c0d4f3cf0169e0a40db710440f0caeb5212b57aa (patch) | |
tree | 32e7dce9eebc1eee2850a8ddffa412b3150e5f06 /www/p5-libwww | |
parent | 75269b46e140b31c2f0abd3adca3b5c4171321a5 (diff) | |
download | pkgsrc-c0d4f3cf0169e0a40db710440f0caeb5212b57aa.tar.gz |
pkgsrc changes:
- Updating package for p5 module LWP from 5.828 to 5.829
- Adjusting license to perl license
Upstream changes:
2009-07-07 Release 5.829
This release removes callback handlers that were left over on the returned
HTTP::Responses. This was problematic because it created reference loops
preventing the Perl garbage collector from releasing their memory. Another
problem was that Storable by default would not serialize these objects any
more.
This release also adds support for locating HTML::Form inputs by id or class
attribute; for instance $form->value("#foo", 42) will set the value on the
input with the ID of "foo".
Gisle Aas (5):
Make the example code 'use strict' clean by adding a my
Avoid cycle in response
Clean up handlers has from response after data processing is done
Support finding inputs by id or class in HTML::Form
Test HTML::Form selectors
Mark Stosberg (1):
Tidy and document the internals of mirror() better [RT#23450]
phrstbrn (1):
Avoid warnings from HTML::Form [RT#42654]
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 5 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index a0349e2b5c4..33718510381 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2009/07/07 19:40:30 sno Exp $ +# $NetBSD: Makefile,v 1.72 2009/07/15 06:33:46 sno Exp $ -DISTNAME= libwww-perl-5.828 +DISTNAME= libwww-perl-5.829 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ COMMENT= Perl5 library for WWW access +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 144d3c264bc..c8b1dcb0985 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2009/07/07 19:40:30 sno Exp $ +$NetBSD: distinfo,v 1.30 2009/07/15 06:33:47 sno Exp $ -SHA1 (libwww-perl-5.828.tar.gz) = 3278881c130156d243779bd8e037e4cb8516a28b -RMD160 (libwww-perl-5.828.tar.gz) = 8b784473d7eee8cfac1e9724a9898f72b7a32132 -Size (libwww-perl-5.828.tar.gz) = 264529 bytes +SHA1 (libwww-perl-5.829.tar.gz) = d5533f0c538cacd6c5482a416494e896bfe517fe +RMD160 (libwww-perl-5.829.tar.gz) = 4d6fdd8ead4feae6f33a0c6abca2a0573dcd1e37 +Size (libwww-perl-5.829.tar.gz) = 265706 bytes |