From owner-svn-ports-head@freebsd.org Sun Apr 22 12:49:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 785F6F8920A; Sun, 22 Apr 2018 12:49:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5A569181; Sun, 22 Apr 2018 12:49:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2397115F72; Sun, 22 Apr 2018 12:49:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MCnf7b050190; Sun, 22 Apr 2018 12:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MCnfTU050185; Sun, 22 Apr 2018 12:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804221249.w3MCnfTU050185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Apr 2018 12:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468014 - in head/www: . p5-HTML-FormFu-MultiForm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . p5-HTML-FormFu-MultiForm X-SVN-Commit-Revision: 468014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 12:49:42 -0000 Author: sunpoet Date: Sun Apr 22 12:49:41 2018 New Revision: 468014 URL: https://svnweb.freebsd.org/changeset/ports/468014 Log: Add p5-HTML-FormFu-MultiForm 1.03 HTML::FormFu::MultiForm handles multi-page/stage forms with FormFu. WWW: http://search.cpan.org/dist/HTML-FormFu-MultiForm/ Added: head/www/p5-HTML-FormFu-MultiForm/ head/www/p5-HTML-FormFu-MultiForm/Makefile (contents, props changed) head/www/p5-HTML-FormFu-MultiForm/distinfo (contents, props changed) head/www/p5-HTML-FormFu-MultiForm/pkg-descr (contents, props changed) head/www/p5-HTML-FormFu-MultiForm/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Apr 22 09:33:46 2018 (r468013) +++ head/www/Makefile Sun Apr 22 12:49:41 2018 (r468014) @@ -887,6 +887,7 @@ SUBDIR += p5-HTML-FormFu SUBDIR += p5-HTML-FormFu-Imager SUBDIR += p5-HTML-FormFu-Model-DBIC + SUBDIR += p5-HTML-FormFu-MultiForm SUBDIR += p5-HTML-FormHandler SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText Added: head/www/p5-HTML-FormFu-MultiForm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-FormFu-MultiForm/Makefile Sun Apr 22 12:49:41 2018 (r468014) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= HTML-FormFu-MultiForm +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Handle multi-page/stage forms with FormFu + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +xBUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-Crypt-CBC>=0:security/p5-Crypt-CBC \ + p5-Crypt-DES>=0:security/p5-Crypt-DES \ + p5-HTML-FormFu>=0:www/p5-HTML-FormFu \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Attribute-Chained>=0:devel/p5-MooseX-Attribute-Chained +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/www/p5-HTML-FormFu-MultiForm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-FormFu-MultiForm/distinfo Sun Apr 22 12:49:41 2018 (r468014) @@ -0,0 +1,3 @@ +TIMESTAMP = 1524359888 +SHA256 (HTML-FormFu-MultiForm-1.03.tar.gz) = 36f00cd76bb896e4da09dd2bb0e5d890667f70c78f54251af4d258c82149159f +SIZE (HTML-FormFu-MultiForm-1.03.tar.gz) = 27919 Added: head/www/p5-HTML-FormFu-MultiForm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-FormFu-MultiForm/pkg-descr Sun Apr 22 12:49:41 2018 (r468014) @@ -0,0 +1,3 @@ +HTML::FormFu::MultiForm handles multi-page/stage forms with FormFu. + +WWW: http://search.cpan.org/dist/HTML-FormFu-MultiForm/ Added: head/www/p5-HTML-FormFu-MultiForm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-FormFu-MultiForm/pkg-plist Sun Apr 22 12:49:41 2018 (r468014) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/HTML/FormFu/MultiForm.pm +%%PERL5_MAN3%%/HTML::FormFu::MultiForm.3.gz