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

(-)/usr/ports/www/zend-framework/Makefile (-4 / +20 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	ZendFramework
8
PORTNAME=	ZendFramework
9
PORTVERSION=	1.0.0rc3
9
PORTVERSION=	1.0.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://framework.zend.com/releases/${DISTNAME}/
11
MASTER_SITES=	http://framework.zend.com/releases/${DISTNAME}/
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/rc3/-RC3/}
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
13
13
14
MAINTAINER=	glarkin@sourcehosting.net
14
MAINTAINER=	glarkin@sourcehosting.net
15
COMMENT=	A framework for developing PHP web applications
15
COMMENT=	A framework for developing PHP web applications
16
16
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
USE_PHP=	pcre
18
USE_PHP=	pcre spl
19
WANT_PHP_WEB=	yes
19
WANT_PHP_WEB=	yes
20
IGNORE_WITH_PHP=4
20
IGNORE_WITH_PHP=4
21
21
Lines 31-39 Link Here
31
		PGSQL "Install PostgreSQL PDO support" Off \
31
		PGSQL "Install PostgreSQL PDO support" Off \
32
		OCI "Install Oracle OCI 8 PDO support" Off \
32
		OCI "Install Oracle OCI 8 PDO support" Off \
33
		ODBC "Install ODBC PDO support" Off \
33
		ODBC "Install ODBC PDO support" Off \
34
		SQLITE "Install SQLite v3 PDO support" Off
34
		SQLITE "Install SQLite v3 PDO support" Off \
35
		REQPHP "Install required PHP dependencies" On \
36
		OPTPHP "Install optional PHP dependencies" Off
35
37
36
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
40
# Add all of the required and/or optional PHP extension dependencies,
41
# if chosen by the user.
42
#
43
# See http://framework.zend.com/manual/en/requirements.extensions.html for
44
# a table of what PHP extensions are required for what ZF classes.
45
#
46
.if defined(WITH_REQPHP)
47
USE_PHP+=	ctype curl dom gd iconv mbstring memcache \
48
		session simplexml soap xml zlib
49
.endif
50
.if defined(WITH_OPTPHP)
51
USE_PHP+=	bcmath bitset json posix
52
.endif
37
53
38
DB_DEFINED=	no
54
DB_DEFINED=	no
39
55
(-)/usr/ports/www/zend-framework/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ZendFramework-1.0.0-RC3.tar.gz) = eacc785c81eb7016ae7900b6779760fc
1
MD5 (ZendFramework-1.0.0.tar.gz) = 4aa461003287113d6757ba370ee9a7c2
2
SHA256 (ZendFramework-1.0.0-RC3.tar.gz) = d6f608e59309960d6c404515730a5a86125c85b2a880055b39d44f3cacaeaab4
2
SHA256 (ZendFramework-1.0.0.tar.gz) = 2fb2a39ad7b51b9ce7911512509d0a22a0b8549de585d9c2b062d778671ffc10
3
SIZE (ZendFramework-1.0.0-RC3.tar.gz) = 3292519
3
SIZE (ZendFramework-1.0.0.tar.gz) = 3295764
(-)/usr/ports/www/zend-framework/pkg-plist (-1 / +27 lines)
Lines 216-221 Link Here
216
%%DATADIR%%/library/Zend/Controller/Plugin/Broker.php
216
%%DATADIR%%/library/Zend/Controller/Plugin/Broker.php
217
%%DATADIR%%/library/Zend/Controller/Plugin/ErrorHandler.php
217
%%DATADIR%%/library/Zend/Controller/Plugin/ErrorHandler.php
218
%%DATADIR%%/library/Zend/Controller/Request/Abstract.php
218
%%DATADIR%%/library/Zend/Controller/Request/Abstract.php
219
%%DATADIR%%/library/Zend/Controller/Request/Apache404.php
219
%%DATADIR%%/library/Zend/Controller/Request/Exception.php
220
%%DATADIR%%/library/Zend/Controller/Request/Exception.php
220
%%DATADIR%%/library/Zend/Controller/Request/Http.php
221
%%DATADIR%%/library/Zend/Controller/Request/Http.php
221
%%DATADIR%%/library/Zend/Controller/Response/Abstract.php
222
%%DATADIR%%/library/Zend/Controller/Response/Abstract.php
Lines 1170-1176 Link Here
1170
%%DATADIR%%/library/Zend/Uri.php
1171
%%DATADIR%%/library/Zend/Uri.php
1171
%%DATADIR%%/library/Zend/Uri/Exception.php
1172
%%DATADIR%%/library/Zend/Uri/Exception.php
1172
%%DATADIR%%/library/Zend/Uri/Http.php
1173
%%DATADIR%%/library/Zend/Uri/Http.php
1173
%%DATADIR%%/library/Zend/Uri/Mailto.php
1174
%%DATADIR%%/library/Zend/Validate.php
1174
%%DATADIR%%/library/Zend/Validate.php
1175
%%DATADIR%%/library/Zend/Validate/Abstract.php
1175
%%DATADIR%%/library/Zend/Validate/Abstract.php
1176
%%DATADIR%%/library/Zend/Validate/Alnum.php
1176
%%DATADIR%%/library/Zend/Validate/Alnum.php
Lines 1314-1319 Link Here
1314
%%DATADIR%%/tests/Zend/Controller/FrontTest.php
1314
%%DATADIR%%/tests/Zend/Controller/FrontTest.php
1315
%%DATADIR%%/tests/Zend/Controller/Plugin/BrokerTest.php
1315
%%DATADIR%%/tests/Zend/Controller/Plugin/BrokerTest.php
1316
%%DATADIR%%/tests/Zend/Controller/Plugin/ErrorHandlerTest.php
1316
%%DATADIR%%/tests/Zend/Controller/Plugin/ErrorHandlerTest.php
1317
%%DATADIR%%/tests/Zend/Controller/Request/Apache404Test.php
1317
%%DATADIR%%/tests/Zend/Controller/Request/HttpTest.php
1318
%%DATADIR%%/tests/Zend/Controller/Request/HttpTest.php
1318
%%DATADIR%%/tests/Zend/Controller/Response/HttpTest.php
1319
%%DATADIR%%/tests/Zend/Controller/Response/HttpTest.php
1319
%%DATADIR%%/tests/Zend/Controller/Router/RewriteTest.php
1320
%%DATADIR%%/tests/Zend/Controller/Router/RewriteTest.php
Lines 1421-1426 Link Here
1421
%%DATADIR%%/tests/Zend/Db/Table/Row/Pdo/SqliteTest.php
1422
%%DATADIR%%/tests/Zend/Db/Table/Row/Pdo/SqliteTest.php
1422
%%DATADIR%%/tests/Zend/Db/Table/Row/StaticTest.php
1423
%%DATADIR%%/tests/Zend/Db/Table/Row/StaticTest.php
1423
%%DATADIR%%/tests/Zend/Db/Table/Row/TestCommon.php
1424
%%DATADIR%%/tests/Zend/Db/Table/Row/TestCommon.php
1425
%%DATADIR%%/tests/Zend/Db/Table/Row/TestMockRow.php
1424
%%DATADIR%%/tests/Zend/Db/Table/Row/TestMyRow.php
1426
%%DATADIR%%/tests/Zend/Db/Table/Row/TestMyRow.php
1425
%%DATADIR%%/tests/Zend/Db/Table/Rowset/Db2Test.php
1427
%%DATADIR%%/tests/Zend/Db/Table/Rowset/Db2Test.php
1426
%%DATADIR%%/tests/Zend/Db/Table/Rowset/MysqliTest.php
1428
%%DATADIR%%/tests/Zend/Db/Table/Rowset/MysqliTest.php
Lines 1970-1975 Link Here
1970
%%DATADIR%%/tests/Zend/_files/_testDir1/ClassNonexistent.php
1972
%%DATADIR%%/tests/Zend/_files/_testDir1/ClassNonexistent.php
1971
%%DATADIR%%/tests/Zend/_files/_testDir1/Interface1.php
1973
%%DATADIR%%/tests/Zend/_files/_testDir1/Interface1.php
1972
%%DATADIR%%/tests/Zend/_files/_testDir2/Class2.php
1974
%%DATADIR%%/tests/Zend/_files/_testDir2/Class2.php
1975
@exec mkdir -p %D/%%DATADIR%%/incubator/demos/Zend/Acl
1976
@exec mkdir -p %D/%%DATADIR%%/incubator/demos/Zend/Service/Audioscrobbler
1977
@exec mkdir -p %D/%%DATADIR%%/incubator/library/Zend/Cache/Backend
1978
@exec mkdir -p %D/%%DATADIR%%/incubator/library/Zend/Controller/Action/Helper
1979
@exec mkdir -p %D/%%DATADIR%%/incubator/library/Zend/Filter
1980
@exec mkdir -p %D/%%DATADIR%%/incubator/library/Zend/Registry
1981
@exec mkdir -p %D/%%DATADIR%%/incubator/library/Zend/Service
1982
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Cache
1983
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Filter/_files
1984
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Http
1985
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Registry
1986
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Service
1987
@exec mkdir -p %D/%%DATADIR%%/incubator/tests/Zend/Soap/Wsdl
1988
@exec mkdir -p %D/%%DATADIR%%/library/Zend/View/Filter
1989
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/filters
1990
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/helpers
1991
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/default/controllers
1992
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/helpers
1993
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/filters
1994
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/helpers
1995
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Db/Table/_files
1996
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Memory/_files
1997
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/Storage/_tempFiles
1998
@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/_files/_index
1973
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir2
1999
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir2
1974
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir1/Class1
2000
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir1/Class1
1975
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir1
2001
@dirrm %%DATADIR%%/tests/Zend/_files/_testDir1

Return to bug 114362