Sun Jul 20 20:29:37 2008 UTC ()
Update from version 0.7 to 0.951 (called 0.9.5.1 in pkgsrc).

Pkgsrc change: removed direct dependency on p5-HTML-Tagset
(it is pulled in by p5-HTML-Tree).

Upstream changes:

0.951 Thu Sep 13 10:19:00 CET 2001
	One small bugfix by Michael Kablitz
	- textarea-handling was broken and needed double $ because of
	  references. Damn typos. Funny thing: nobody else mentioned it.
	  Half a year with a broken package :-)

0.95  Fri Feb 10 08:01:00 CET 2001
	Some bugfixes from Sean M. Burke:
	- textarea was still broken in new_many, now fixed.
	- iteration over self->content || [], not self->content alone
	  (that one could be undef)

0.9  Thu Feb 9 19:43:00 CET 2001
	Some bugfixes and some extensions by Sean M. Burke:
	- ISINDEX is supported
	- a new constructor new_many is created that parses all forms of
	  a HTML file so you don't have to manually extract links any more.
	  This constructor handles stray form elements outside of forms.
	- the name of form elements is cached and can be queried

0.8  Mon Dec 18 09:57:00 CET 2000
	Some bugfixes and some extensions:
	- textarea should now work in both forms. Before there was either
	  a problem with textareas that included some default text, or
	  with empty textareas. Now Form.pm does look wether the contents
	  of a textarea is able to perform as_HTML and only uses it if
	  it is able to do it. Should fix some longstanding problems with
	  textareas.
	- ex/yahoo.pl wasn't in the MANIFEST
	- added a simple test procedure that just checks if it can be loaded


(he)
diff -r1.16 -r1.17 pkgsrc/www/p5-HTTP-Request-Form/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-HTTP-Request-Form/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/www/p5-HTTP-Request-Form/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Request-Form/Makefile 2008/06/20 01:09:43 1.16
+++ pkgsrc/www/p5-HTTP-Request-Form/Makefile 2008/07/20 20:29:37 1.17
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:43 joerg Exp $ 1# $NetBSD: Makefile,v 1.17 2008/07/20 20:29:37 he Exp $
2# 2#
3 3
4DISTNAME= HTTP-Request-Form-0.7 4DISTNAME= HTTP-Request-Form-0.951
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME:S/951/9.5.1/}
6PKGREVISION= 3 
7SVR4_PKGNAME= p5htt 6SVR4_PKGNAME= p5htt
8CATEGORIES= www perl5 7CATEGORIES= www perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
 11HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-Form/
12COMMENT= Construct HTTP::Request objects for form processing 12COMMENT= Construct HTTP::Request objects for form processing
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 16DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
18DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset 
19DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree 18DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
20 19
21PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist 20PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist
22 21
23.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-HTTP-Request-Form/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Request-Form/distinfo 2005/02/24 14:08:36 1.2
+++ pkgsrc/www/p5-HTTP-Request-Form/distinfo 2008/07/20 20:29:37 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2005/02/24 14:08:36 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2008/07/20 20:29:37 he Exp $
2 2
3SHA1 (HTTP-Request-Form-0.7.tar.gz) = f4326119d105280c26ab951b4479fa3ed5747265 3SHA1 (HTTP-Request-Form-0.951.tar.gz) = 05225d1ba29e53396178a80297708bb85c88ffa7
4RMD160 (HTTP-Request-Form-0.7.tar.gz) = 122f931f6c34ac91b819b64660bab169b40859df 4RMD160 (HTTP-Request-Form-0.951.tar.gz) = 49e11ca613e14cb6df2204a6a6b04fa20d0fa7de
5Size (HTTP-Request-Form-0.7.tar.gz) = 7563 bytes 5Size (HTTP-Request-Form-0.951.tar.gz) = 10566 bytes