pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Request-Form Update from version 0.7 to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce4cb28a0f35
branches:  trunk
changeset: 544803:ce4cb28a0f35
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jul 20 20:29:37 2008 +0000

description:
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:

 www/p5-HTTP-Request-Form/Makefile |  9 ++++-----
 www/p5-HTTP-Request-Form/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r ecebbb7cbe6a -r ce4cb28a0f35 www/p5-HTTP-Request-Form/Makefile
--- a/www/p5-HTTP-Request-Form/Makefile Sun Jul 20 20:16:28 2008 +0000
+++ b/www/p5-HTTP-Request-Form/Makefile Sun Jul 20 20:29:37 2008 +0000
@@ -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@localhost
+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 -r ecebbb7cbe6a -r ce4cb28a0f35 www/p5-HTTP-Request-Form/distinfo
--- a/www/p5-HTTP-Request-Form/distinfo Sun Jul 20 20:16:28 2008 +0000
+++ b/www/p5-HTTP-Request-Form/distinfo Sun Jul 20 20:29:37 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index