Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 17:25:51 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489878 - head/devel/pear-HTML_QuickForm2
Message-ID:  <201901101725.x0AHPp7R030157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jan 10 17:25:51 2019
New Revision: 489878
URL: https://svnweb.freebsd.org/changeset/ports/489878

Log:
  - Add LICENSE
  - Update pkg-descr
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/pear-HTML_QuickForm2/Makefile
  head/devel/pear-HTML_QuickForm2/pkg-descr

Modified: head/devel/pear-HTML_QuickForm2/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm2/Makefile	Thu Jan 10 17:20:25 2019	(r489877)
+++ head/devel/pear-HTML_QuickForm2/Makefile	Thu Jan 10 17:25:51 2019	(r489878)
@@ -8,6 +8,8 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	PHP5 rewrite of the HTML_QuickForm package
 
+LICENSE=	BSD2CLAUSE
+
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
 

Modified: head/devel/pear-HTML_QuickForm2/pkg-descr
==============================================================================
--- head/devel/pear-HTML_QuickForm2/pkg-descr	Thu Jan 10 17:20:25 2019	(r489877)
+++ head/devel/pear-HTML_QuickForm2/pkg-descr	Thu Jan 10 17:25:51 2019	(r489878)
@@ -1,4 +1,22 @@
 This package is expected to offer at least the same functionality as
 HTML_QuickForm and work with PHP5 E_STRICT setting.
 
+Features:
+* Supports all form elements defined by HTML standard, provides several
+custom elements
+* Server-side and client-side validation, several common rules provided
+* Multipage forms (tabbed forms and wizards)
+* Pluggable elements, rules, renderers and renderer plugins
+
+Major advantages over PHP4 version:
+* Most of the package's functionality is covered by unit tests
+* DOM-like API for building the form structure, new streamlined API for
+elements' values handling
+* Default rendering without tables (inspired by
+HTML_QuickForm_Renderer_Tableless)
+* Renderer plugins for elements with complex rendering needs
+* Ability to chain validation rules with 'and' and 'or'
+* Client-side validation can run "live" on changing the form fields,
+validation errors are displayed near the fields instead of in alert()
+
 WWW: https://pear.php.net/package/HTML_QuickForm2



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