diff options
author | he <he> | 2008-07-20 20:29:37 +0000 |
---|---|---|
committer | he <he> | 2008-07-20 20:29:37 +0000 |
commit | affdce697116d482b5e61cb5ebaae70662e032bf (patch) | |
tree | 03921a4d2d89209b05f010bee4d42fc49e93e5d9 /www | |
parent | f9e7f17ae53de1907809839121bf827f50b258c1 (diff) | |
download | pkgsrc-affdce697116d482b5e61cb5ebaae70662e032bf.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Request-Form/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Request-Form/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/p5-HTTP-Request-Form/Makefile b/www/p5-HTTP-Request-Form/Makefile index 036a954877d..b5b4fc83bc1 100644 --- a/www/p5-HTTP-Request-Form/Makefile +++ b/www/p5-HTTP-Request-Form/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/07/20 20:29:37 he Exp $ # -DISTNAME= HTTP-Request-Form-0.7 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +DISTNAME= HTTP-Request-Form-0.951 +PKGNAME= p5-${DISTNAME:S/951/9.5.1/} SVR4_PKGNAME= p5htt CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-Form/ COMMENT= Construct HTTP::Request objects for form processing PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist diff --git a/www/p5-HTTP-Request-Form/distinfo b/www/p5-HTTP-Request-Form/distinfo index 1757f1ad9dc..0054bacd4d9 100644 --- a/www/p5-HTTP-Request-Form/distinfo +++ b/www/p5-HTTP-Request-Form/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2008/07/20 20:29:37 he Exp $ -SHA1 (HTTP-Request-Form-0.7.tar.gz) = f4326119d105280c26ab951b4479fa3ed5747265 -RMD160 (HTTP-Request-Form-0.7.tar.gz) = 122f931f6c34ac91b819b64660bab169b40859df -Size (HTTP-Request-Form-0.7.tar.gz) = 7563 bytes +SHA1 (HTTP-Request-Form-0.951.tar.gz) = 05225d1ba29e53396178a80297708bb85c88ffa7 +RMD160 (HTTP-Request-Form-0.951.tar.gz) = 49e11ca613e14cb6df2204a6a6b04fa20d0fa7de +Size (HTTP-Request-Form-0.951.tar.gz) = 10566 bytes |