summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm2/Makefile
blob: 0dc226fb1e04a0dac4f75d4aa0d27d548f218755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Ports collection makefile for:  pear-HTML_QuickForm2
# Date created:			  17 May 2007
# Whom:				  Gerrit Beine (<gerrit.beine@gmx.de>)
#
# $FreeBSD$
#

PORTNAME=	HTML_QuickForm2
PORTVERSION=	0.4.0
CATEGORIES=	devel www pear

MAINTAINER=	gerrit.beine@gmx.de
COMMENT=	PHP5 rewrite of the HTML_QuickForm package

BUILD_DEPENDS=	${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2
RUN_DEPENDS:=	${BUILD_DEPENDS}

DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4

#CATEGORY=	HTML
FILES=		HTML/QuickForm2/Container/Fieldset.php \
		HTML/QuickForm2/Container/Group.php \
		HTML/QuickForm2/Controller/Action/Back.php \
		HTML/QuickForm2/Controller/Action/Direct.php \
		HTML/QuickForm2/Controller/Action/Display.php \
		HTML/QuickForm2/Controller/Action/Jump.php \
		HTML/QuickForm2/Controller/Action/Next.php \
		HTML/QuickForm2/Controller/Action/Submit.php \
		HTML/QuickForm2/Controller/Action.php \
		HTML/QuickForm2/Controller/DefaultAction.php \
		HTML/QuickForm2/Controller/Page.php \
		HTML/QuickForm2/Controller/SessionContainer.php \
		HTML/QuickForm2/DataSource/Array.php \
		HTML/QuickForm2/DataSource/Session.php \
		HTML/QuickForm2/DataSource/Submit.php \
		HTML/QuickForm2/DataSource/SuperGlobal.php \
		HTML/QuickForm2/Element/Button.php \
		HTML/QuickForm2/Element/Input.php \
		HTML/QuickForm2/Element/InputButton.php \
		HTML/QuickForm2/Element/InputCheckable.php \
		HTML/QuickForm2/Element/InputCheckbox.php \
		HTML/QuickForm2/Element/InputFile.php \
		HTML/QuickForm2/Element/InputHidden.php \
		HTML/QuickForm2/Element/InputImage.php \
		HTML/QuickForm2/Element/InputPassword.php \
		HTML/QuickForm2/Element/InputRadio.php \
		HTML/QuickForm2/Element/InputReset.php \
		HTML/QuickForm2/Element/InputSubmit.php \
		HTML/QuickForm2/Element/InputText.php \
		HTML/QuickForm2/Element/Select.php \
		HTML/QuickForm2/Element/Textarea.php \
		HTML/QuickForm2/Renderer/Array.php \
		HTML/QuickForm2/Renderer/Default.php \
		HTML/QuickForm2/Renderer/Plugin.php \
		HTML/QuickForm2/Renderer/Proxy.php \
		HTML/QuickForm2/Rule/Callback.php \
		HTML/QuickForm2/Rule/Compare.php \
		HTML/QuickForm2/Rule/Each.php \
		HTML/QuickForm2/Rule/Empty.php \
		HTML/QuickForm2/Rule/Length.php \
		HTML/QuickForm2/Rule/MaxFileSize.php \
		HTML/QuickForm2/Rule/MimeType.php \
		HTML/QuickForm2/Rule/Nonempty.php \
		HTML/QuickForm2/Rule/Regex.php \
		HTML/QuickForm2/Rule/Required.php \
		HTML/QuickForm2/Container.php \
		HTML/QuickForm2/Controller.php \
		HTML/QuickForm2/DataSource.php \
		HTML/QuickForm2/Element.php \
		HTML/QuickForm2/Exception.php \
		HTML/QuickForm2/Factory.php \
		HTML/QuickForm2/Loader.php \
		HTML/QuickForm2/Node.php \
		HTML/QuickForm2/Renderer.php \
		HTML/QuickForm2/Rule.php \
		HTML/QuickForm2.php
EXAMPLES=	basic-elements.php \
		dualselect.php \
		builtin-rules.php \
		default-renderer.php \
		controller/empty.gif \
		controller/simple.php \
		controller/tabbed.php \
		controller/wizard.php
DATA=		quickform.css
TESTS=		QuickForm2/Container/AllTests.php \
		QuickForm2/Container/FieldsetTest.php \
		QuickForm2/Container/GroupTest.php \
		QuickForm2/DataSource/AllTests.php \
		QuickForm2/DataSource/ArrayTest.php \
		QuickForm2/DataSource/SuperGlobalTest.php \
		QuickForm2/Element/AllTests.php \
		QuickForm2/Element/ButtonTest.php \
		QuickForm2/Element/InputButtonTest.php \
		QuickForm2/Element/InputCheckableTest.php \
		QuickForm2/Element/InputCheckboxTest.php \
		QuickForm2/Element/InputFileTest.php \
		QuickForm2/Element/InputHiddenTest.php \
		QuickForm2/Element/InputImageTest.php \
		QuickForm2/Element/InputPasswordTest.php \
		QuickForm2/Element/InputResetTest.php \
		QuickForm2/Element/InputSubmitTest.php \
		QuickForm2/Element/InputTest.php \
		QuickForm2/Element/SelectTest.php \
		QuickForm2/Element/TextareaTest.php \
		QuickForm2/_files/1024-bytes.upload \
		QuickForm2/_files/FakeRule.php \
		QuickForm2/_files/FakeElement.php \
		QuickForm2/_files/InvalidFile.php \
		QuickForm2/AllTests.php \
		QuickForm2/ContainerOverloadTest.php \
		QuickForm2/ControllerTest.php \
		QuickForm2/ContainerTest.php \
		QuickForm2/ElementTest.php \
		QuickForm2/FactoryTest.php \
		QuickForm2/NodeTest.php \
		QuickForm2/RendererTest.php \
		QuickForm2/RuleTest.php \
		AllTests.php \
		QuickForm2Test.php
_EXAMPLESDIR=	docs/examples

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>