freebsd-ports/devel/pear-HTML_QuickForm_Controller/Makefile
Edwin Groothuis 4186a585f9 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>
2004-09-02 11:55:22 +00:00

26 lines
763 B
Makefile

# Ports collection makefile for: pear-HTML_QuickForm_Controller
# Date created: 2 September 2004
# Whom: Dmitry Karasik (<dk@catpipe.net>)
#
# $FreeBSD$
#
PORTNAME= HTML_QuickForm_Controller
PORTVERSION= 1.0.2
CATEGORIES= devel www pear
MAINTAINER= dk@catpipe.net
COMMENT= The add-on to HTML_QuickForm that allows building of multipage forms
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML/QuickForm
FILES= Controller.php \
Action.php Page.php \
Action/Back.php Action/Direct.php Action/Display.php \
Action/Jump.php Action/Next.php Action/Submit.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>