Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 06:10:48 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310672 - in head/www: . p5-HTML-FillInForm-Lite
Message-ID:  <201301200610.r0K6AmCR050873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sun Jan 20 06:10:47 2013
New Revision: 310672
URL: http://svnweb.freebsd.org/changeset/ports/310672

Log:
  This module fills in HTML forms with Perl data, which re-implements
  HTML::FillInForm using regexp-based parser, not using HTML::Parser.
  
  The difference in the parsers makes HTML::FillInForm::Lite about 2
  times faster than HTML::FillInForm.
  
  WWW: http://search.cpan.org/dist/HTML-FillInForm-Lite/

Added:
  head/www/p5-HTML-FillInForm-Lite/
  head/www/p5-HTML-FillInForm-Lite/Makefile   (contents, props changed)
  head/www/p5-HTML-FillInForm-Lite/distinfo   (contents, props changed)
  head/www/p5-HTML-FillInForm-Lite/pkg-descr   (contents, props changed)
  head/www/p5-HTML-FillInForm-Lite/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan 20 02:59:12 2013	(r310671)
+++ head/www/Makefile	Sun Jan 20 06:10:47 2013	(r310672)
@@ -894,6 +894,7 @@
     SUBDIR += p5-HTML-Field
     SUBDIR += p5-HTML-FillInForm
     SUBDIR += p5-HTML-FillInForm-ForceUTF8
+    SUBDIR += p5-HTML-FillInForm-Lite
     SUBDIR += p5-HTML-Form
     SUBDIR += p5-HTML-FormFu
     SUBDIR += p5-HTML-FormFu-Imager

Added: head/www/p5-HTML-FillInForm-Lite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-FillInForm-Lite/Makefile	Sun Jan 20 06:10:47 2013	(r310672)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	HTML-FillInForm-Lite
+PORTVERSION=	1.12
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension for lightweight FillInForm module in Pure Perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=	HTML::FillInForm::Lite.3 \
+	HTML::FillInForm::Lite::Compat.3 \
+	HTML::FillInForm::Lite::JA.3
+
+.include <bsd.port.mk>

Added: head/www/p5-HTML-FillInForm-Lite/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-FillInForm-Lite/distinfo	Sun Jan 20 06:10:47 2013	(r310672)
@@ -0,0 +1,2 @@
+SHA256 (HTML-FillInForm-Lite-1.12.tar.gz) = 871a14cdd8457347f1796b78757aa44fdcbf3eddd40ac655e79e7235c9314c4e
+SIZE (HTML-FillInForm-Lite-1.12.tar.gz) = 42580

Added: head/www/p5-HTML-FillInForm-Lite/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-FillInForm-Lite/pkg-descr	Sun Jan 20 06:10:47 2013	(r310672)
@@ -0,0 +1,7 @@
+This module fills in HTML forms with Perl data, which re-implements
+HTML::FillInForm using regexp-based parser, not using HTML::Parser.
+
+The difference in the parsers makes HTML::FillInForm::Lite about 2
+times faster than HTML::FillInForm.
+
+WWW: http://search.cpan.org/dist/HTML-FillInForm-Lite/

Added: head/www/p5-HTML-FillInForm-Lite/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-FillInForm-Lite/pkg-plist	Sun Jan 20 06:10:47 2013	(r310672)
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FillInForm/Lite/.packlist
+%%SITE_PERL%%/HTML/FillInForm/Lite.pm
+%%SITE_PERL%%/HTML/FillInForm/Lite/Compat.pm
+%%SITE_PERL%%/HTML/FillInForm/Lite/JA.pod
+@dirrm %%SITE_PERL%%/HTML/FillInForm/Lite
+@dirrmtry %%SITE_PERL%%/HTML/FillInForm
+@dirrmtry %%SITE_PERL%%/HTML
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FillInForm/Lite
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FillInForm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200610.r0K6AmCR050873>