diff options
author | az <az@FreeBSD.org> | 2009-11-26 16:46:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2009-11-26 16:46:29 +0800 |
commit | 11c38315fdb7bc676e7a010620f14d2cae492dc6 (patch) | |
tree | a9bcbdbae674848aff1f41178acdaf9a9d06f36a /textproc/p5-HTML-SuperForm | |
parent | cda316744d3b02db65e9db79167ae592bdcff96b (diff) | |
download | freebsd-ports-gnome-11c38315fdb7bc676e7a010620f14d2cae492dc6.tar.gz freebsd-ports-gnome-11c38315fdb7bc676e7a010620f14d2cae492dc6.tar.zst freebsd-ports-gnome-11c38315fdb7bc676e7a010620f14d2cae492dc6.zip |
- 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>
Diffstat (limited to 'textproc/p5-HTML-SuperForm')
-rw-r--r-- | textproc/p5-HTML-SuperForm/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-HTML-SuperForm/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-HTML-SuperForm/pkg-plist | 1 |
3 files changed, 10 insertions, 5 deletions
diff --git a/textproc/p5-HTML-SuperForm/Makefile b/textproc/p5-HTML-SuperForm/Makefile index 124318b345d1..4d4e9e4880d8 100644 --- a/textproc/p5-HTML-SuperForm/Makefile +++ b/textproc/p5-HTML-SuperForm/Makefile @@ -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> diff --git a/textproc/p5-HTML-SuperForm/distinfo b/textproc/p5-HTML-SuperForm/distinfo index e1b3bf993d35..98e8fec349bc 100644 --- a/textproc/p5-HTML-SuperForm/distinfo +++ b/textproc/p5-HTML-SuperForm/distinfo @@ -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 diff --git a/textproc/p5-HTML-SuperForm/pkg-plist b/textproc/p5-HTML-SuperForm/pkg-plist index 68f65cfa91b9..ea877c1e901a 100644 --- a/textproc/p5-HTML-SuperForm/pkg-plist +++ b/textproc/p5-HTML-SuperForm/pkg-plist @@ -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 |