View | Details | Raw Unified | Return to bug 123142
Collapse All | Expand All

(-)Makefile (-3 / +48 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	HTML_QuickForm_advmultiselect
8
PORTNAME=	HTML_QuickForm_advmultiselect
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.4.1
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
DISTNAME=	${PORTNAME}-${PORTVERSION}
11
DISTNAME=	${PORTNAME}-${PORTVERSION}
12
12
13
MAINTAINER=	chris@ctgameinfo.com
13
MAINTAINER=	chris@ctgameinfo.com
14
COMMENT=	Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
14
COMMENT=	Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
15
15
16
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
16
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
17
		${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
17
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	${BUILD_DEPENDS}
18
19
19
CATEGORY=	HTML/QuickForm
20
CATEGORY=	HTML/QuickForm
20
FILES=		advmultiselect.php
21
FILES=		advmultiselect.php qfamsHandler.js
22
DOCS=		TDG/blank.gif TDG/ch03s04.html \
23
		TDG/ch06s05.html TDG/ch09s06.html \
24
		TDG/pt03.html TDG/book.css \
25
		TDG/ch03s05.html TDG/ch07.html \
26
		TDG/ch09s07.html TDG/pt04.html \
27
		TDG/ch01.html TDG/ch04.html \
28
		TDG/ch08.html TDG/re01.html \
29
		TDG/ch01s02.html TDG/ch04s02.html \
30
		TDG/ch08s02.html TDG/index.html \
31
		TDG/re02.html TDG/ch01s03.html \
32
		TDG/ch05.html TDG/ch09.html \
33
		TDG/pngbehavior.htc TDG/re03.html \
34
		TDG/ch02.html TDG/ch06.html \
35
		TDG/ch09s02.html TDG/pr01.html \
36
		TDG/re04.html TDG/ch03.html \
37
		TDG/ch06s02.html TDG/ch09s03.html \
38
		TDG/pr01s02.html TDG/re05.html \
39
		TDG/ch03s02.html TDG/ch06s03.html \
40
		TDG/ch09s04.html TDG/pt01.html \
41
		TDG/re06.html TDG/ch03s03.html \
42
		TDG/ch06s04.html TDG/ch09s05.html \
43
		TDG/pt02.html TDG/re07.html \
44
		TDG/img/custom2.png TDG/img/custom5.png \
45
		TDG/img/example.png TDG/img/pearsmall.gif \
46
		TDG/img/basic1.png TDG/img/custom3.png \
47
		TDG/img/custom6.png TDG/img/multiple1.png \
48
		TDG/img/template1.png TDG/img/custom1.png \
49
		TDG/img/custom4.png TDG/img/custom7.png \
50
		TDG/img/multiple2.png \
51
		TDG/img/admons/caution.png \
52
		TDG/img/admons/important.png \
53
		TDG/img/admons/note.png \
54
		TDG/img/admons/tip.png \
55
		TDG/img/admons/warning.png
56
57
EXAMPLES=	bluestar-12.gif down.png \
58
		goldstar-12.gif itdynamic.html \
59
		qfams_basic_1.php qfams_basic_2.php \
60
		qfams_custom_1.php qfams_custom_2.php \
61
		qfams_custom_3.php qfams_custom_4.php \
62
		qfams_custom_5.php qfams_custom_6.php \
63
		qfams_custom_7.php \
64
		qfams_multiple_1.php qfams_multiple_2.php \
65
		qfams_template_1.php up.png
21
66
22
.include <bsd.port.pre.mk>
67
.include <bsd.port.pre.mk>
23
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
68
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/HTML_QuickForm_advmultiselect-1.1.0.tgz) = 723082cd3da5e2547323cd4097efc8cc
1
MD5 (PEAR/HTML_QuickForm_advmultiselect-1.4.1.tgz) = 32e27d3ff3d6a96b1cd5f2ba0a38eb92
2
SHA256 (PEAR/HTML_QuickForm_advmultiselect-1.1.0.tgz) = ada7c26682eeaeebe290db56d4a2d3db47f34bad974b4b5a3fa509afb8c3a49b
2
SHA256 (PEAR/HTML_QuickForm_advmultiselect-1.4.1.tgz) = c8b8184c9b523d85d63a9c75650758757214074c8e2635151e337e8247aaafc7
3
SIZE (PEAR/HTML_QuickForm_advmultiselect-1.1.0.tgz) = 308340
3
SIZE (PEAR/HTML_QuickForm_advmultiselect-1.4.1.tgz) = 376903

Return to bug 123142