Change since p5-HTML-FillInForm-0.11 : * Added fill_password option (Tatsuhiko Miyagawa) * Fixed bug with passing single value to multi-valued fields (Maurice Aubrey) * Added no_debug to use CGI in t/13_warning.t * Cleaned up warning messages for input fields without a name (Boris Zentner) * Fixed bug with multiple inputs (Mark Stosberg) * Updated credits section * Fixed bug where selected value of '0' were skipped (Trevor Schellhorn) * Fixed bug where option values between tags had trailing or leading * whitespace (Ade Olonoh) * Fixed bug for <input ... /> type tags (Andrew Creer) * Fix for error message (object -> fobject) (Mark Stosberg) * Fix for test on HTML escaping (thanks to Jost Krieger for report) * Added "fill in target form" feature (Tatsuhiko Miyagawa) * Fixed problems with HTML escaping (Tatsuhiko Miyagawa) * Works with checkbox tags that don't have value attribute. (Philip Mak) * Removed warning message for submit tags. (Joseph Yanni) * Fixed bug when TYPE attr of input tag not set (Martin H. Sluka) * Added docs on password caching (Mark Stosberg) * Support for multiple fobjects. * Fixed bug where new documents were feed into a used $fif object.
21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/04/17 12:02:39 shell Exp $
|
|
|
|
DISTNAME= HTML-FillInForm-0.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hfi
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= perl5 module that populates HTML Forms with CGI data
|
|
|
|
DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/FillInForm/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|