1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.09

- Changes: http://cpansearch.perl.org/src/JALLWINE/HTML-SuperForm-1.09/Changes

While i'm here fix comment section which was stolen from
textproc/p5-Template-Plugin-Lingua-EN-Inflect :-)

PR:	ports/140889
Submitted by:	Sahil Tandon <sahil@tandon.net>
This commit is contained in:
Andrej Zverev 2009-11-26 08:46:29 +00:00
parent b17ec0000f
commit ee68283a0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244762
3 changed files with 10 additions and 5 deletions

View File

@ -6,14 +6,14 @@
#
PORTNAME= HTML-SuperForm
PORTVERSION= 1.08
PORTVERSION= 1.09
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JALLWINE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module
COMMENT= HTML form generator
PERL_CONFIGURE= yes
@ -27,9 +27,13 @@ MAN3= HTML::SuperForm.3 \
HTML::SuperForm::Field::Password.3\
HTML::SuperForm::Field::Radio.3\
HTML::SuperForm::Field::RadioGroup.3\
HTML::SuperForm::Field::Reset.3\
HTML::SuperForm::Field::Select.3\
HTML::SuperForm::Field::Submit.3\
HTML::SuperForm::Field::Text.3\
HTML::SuperForm::Field::Textarea.3
post-extract:
@${RM} ${WRKSRC}/lib/HTML/SuperForm.pm.orig
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (HTML-SuperForm-1.08.tar.gz) = 6e1a7735eb8a4b7d47e812c82aec88fe
SHA256 (HTML-SuperForm-1.08.tar.gz) = 557a1bd31a2937305a347bc9317d4dff7d6f52d46569b459378661f2f38adf35
SIZE (HTML-SuperForm-1.08.tar.gz) = 22977
MD5 (HTML-SuperForm-1.09.tar.gz) = 38b2a47442ae92506ea37eb29393650e
SHA256 (HTML-SuperForm-1.09.tar.gz) = 11c4b74be704a2ef1a87040d9e50dba740b7302e34671e21e878b1d1faf6f95e
SIZE (HTML-SuperForm-1.09.tar.gz) = 23455

View File

@ -7,6 +7,7 @@
%%SITE_PERL%%/HTML/SuperForm/Field/Password.pm
%%SITE_PERL%%/HTML/SuperForm/Field/Radio.pm
%%SITE_PERL%%/HTML/SuperForm/Field/RadioGroup.pm
%%SITE_PERL%%/HTML/SuperForm/Field/Reset.pm
%%SITE_PERL%%/HTML/SuperForm/Field/Select.pm
%%SITE_PERL%%/HTML/SuperForm/Field/Submit.pm
%%SITE_PERL%%/HTML/SuperForm/Field/Text.pm