Port details |
- pear-HTML_QuickForm_Controller The add-on to HTML_QuickForm that allows building of multipage forms
- 1.0.10 devel =2 1.0.10Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2004-09-02 12:12:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear www
- License: PHP301
- WWW:
- https://pear.php.net/package/HTML_QuickForm_Controller
- Description:
- The package is essentially an implementation of a PageController pattern.
Architecture:
* Controller class that examines HTTP requests and manages form values
persistence across requests.
* Page class (subclass of QuickForm) representing a single page of the form.
* Business logic is contained in subclasses of Action class.
Cool features:
* Includes several default Actions that allow easy building of multipage forms.
* Includes usage examples for common usage cases (single-page form, wizard,
tabbed form).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-HTML_QuickForm_Controller>0:devel/pear-HTML_QuickForm_Controller
- To install the port:
- cd /usr/ports/devel/pear-HTML_QuickForm_Controller/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pear-HTML_QuickForm_Controller
- pkg install php81-pear-HTML_QuickForm_Controller
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-HTML_QuickForm_Controller
- Package flavors (<flavor>: <package>)
- php81: php81-pear-HTML_QuickForm_Controller
- php74: php74-pear-HTML_QuickForm_Controller
- php80: php80-pear-HTML_QuickForm_Controller
- php82: php82-pear-HTML_QuickForm_Controller
- distinfo:
- TIMESTAMP = 1497163099
SHA256 (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 6ec78cecf05c18102bd56fe67ddd242668a56271983bcd99e5db11d1529abf27
SIZE (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 18330
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- QuickForm.php : devel/pear-HTML_QuickForm@php81
- pear : devel/pear@php81
- Runtime dependencies:
-
- QuickForm.php : devel/pear-HTML_QuickForm@php81
- php.h : lang/php81
- pear : devel/pear@php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pear-HTML_QuickForm_Controller
- USES:
- pear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.10 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.10 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.0.10 11 Jun 2017 07:34:17 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> HTML_QuickForm_Controller-1.0.10.tgz doesn't seem to exist in
/usr/ports/distfiles/PEAR.
=> Attempting to fetch
http://pear.php.net/get/HTML_QuickForm_Controller-1.0.10.tgz
fetch: http://pear.php.net/get/HTML_QuickForm_Controller-1.0.10.tgz: size
mismatch: expected 18142, actual 18330
Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_QuickForm_Controller-1.0.10.tgz
[1]
Approved by: portmgr (blanket) |
1.0.10 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.0.10 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0.10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.10 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.0.10 23 Sep 2014 15:15:05 |
bapt |
Convert to USES=pear |
1.0.10 10 Nov 2013 19:48:04 |
sunpoet |
- Update to 1.0.10
- Add LICENSE
- Pass maintainership to submitter
Changes: http://pear.php.net/package/HTML_QuickForm_Controaller/download/
PR: ports/183829
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.0.9 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
1.0.9 02 Nov 2013 15:23:57 |
antoine |
Reset maintainer
Submitted by: maintainer (by email) |
1.0.9 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.9 13 May 2013 09:17:34 |
miwi |
- Convert to PEAR_AUTOINSTALL
- Trim header |
1.0.9 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.0.9 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.9 27 Jul 2008 20:16:31 |
miwi |
- Update to 1.0.9
- Take over mantainership
PR: 125866
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: Dmitry Karasik <dk@catpipe.net> (maintainer) |
1.0.7 31 Oct 2006 13:52:57 |
miwi |
- Update to 1.0.7
PR: ports/104741
Submitted by: chinsan@
Approved by: maintainer |
1.0.6 22 Aug 2006 12:57:27 |
jmelo |
- Update to 1.0.6
- Add WWW URL
PR: ports/101395
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: maintainer (timeout 15 days) |
1.0.5 09 Dec 2005 19:24:52 |
ale |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
1.0.5 29 Nov 2005 18:36:17 |
flz |
- Update to 1.05.
PR: ports/89727
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: maintainer |
1.0.4 17 May 2005 12:52:43 |
novel |
Update to 1.0.4.
PR: 81138
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Approved by: Dmitry Karasik (maintainer) |
1.0.2 02 Sep 2004 11:55:22 |
edwin |
New port: devel/pear-HTML_QuickForm_Controller
The package is essentially an implementation of a PageController
pattern.
Architecture:
* Controller class that examines HTTP requests and manages
form values persistence across requests.
* Page class (subclass of QuickForm) representing a single
page of the form.
* Business logic is contained in subclasses of Action class.
Cool features:
* Includes several default Actions that allow easy building
of multipage forms.
* Includes usage examples for common usage cases (single-page
form, wizard tabbed form).
PR: ports/71281
Submitted by: Dmitry Karasik <dmitry@karasik.eu.org> |