aboutsummaryrefslogtreecommitdiff
path: root/www/zend-framework
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2008-10-31 22:57:41 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2008-10-31 22:57:41 +0000
commit09219e7939770c601d5392bb654eebfccf04c6bd (patch)
treef01b07f55593cd27f7035e13202511a672f599c2 /www/zend-framework
parenta6853b9910e7ae3f605e7e62ef9c6295f68a5503 (diff)
downloadports-09219e7939770c601d5392bb654eebfccf04c6bd.tar.gz
ports-09219e7939770c601d5392bb654eebfccf04c6bd.zip
Notes
Diffstat (limited to 'www/zend-framework')
-rw-r--r--www/zend-framework/Makefile2
-rw-r--r--www/zend-framework/distinfo6
-rw-r--r--www/zend-framework/pkg-plist17
3 files changed, 21 insertions, 4 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index f409562f5f4d..37f39301f208 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ZendFramework
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.2
CATEGORIES= www
MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ GENTOO/distfiles
diff --git a/www/zend-framework/distinfo b/www/zend-framework/distinfo
index 1168fba8992e..e6c43a780eac 100644
--- a/www/zend-framework/distinfo
+++ b/www/zend-framework/distinfo
@@ -1,3 +1,3 @@
-MD5 (ZendFramework-1.6.1.tar.gz) = 1f41af0cc0f13ea436c6d7f0e2e76923
-SHA256 (ZendFramework-1.6.1.tar.gz) = 1612c8d530915f8c51fd68e988ec1a0a1a5ed808b5b99e698ab5aed03d588cf5
-SIZE (ZendFramework-1.6.1.tar.gz) = 11258488
+MD5 (ZendFramework-1.6.2.tar.gz) = d1ad283f9190688fcae0daf25625e3cb
+SHA256 (ZendFramework-1.6.2.tar.gz) = dc38bbb04355e1410c11234532afc29043e7545b2b5e55aee7d85e448eb435ae
+SIZE (ZendFramework-1.6.2.tar.gz) = 11272711
diff --git a/www/zend-framework/pkg-plist b/www/zend-framework/pkg-plist
index 27720a4f36cf..04bd0258b3b4 100644
--- a/www/zend-framework/pkg-plist
+++ b/www/zend-framework/pkg-plist
@@ -1869,6 +1869,7 @@
%%DATADIR%%/library/Zend/Form/Decorator/Errors.php
%%DATADIR%%/library/Zend/Form/Decorator/Exception.php
%%DATADIR%%/library/Zend/Form/Decorator/Fieldset.php
+%%DATADIR%%/library/Zend/Form/Decorator/File.php
%%DATADIR%%/library/Zend/Form/Decorator/Form.php
%%DATADIR%%/library/Zend/Form/Decorator/FormElements.php
%%DATADIR%%/library/Zend/Form/Decorator/HtmlTag.php
@@ -2792,6 +2793,7 @@
%%DATADIR%%/library/Zend/Paginator.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Array.php
%%DATADIR%%/library/Zend/Paginator/Adapter/DbSelect.php
+%%DATADIR%%/library/Zend/Paginator/Adapter/DbTableSelect.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Interface.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Iterator.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Null.php
@@ -3143,9 +3145,13 @@
%%DATADIR%%/library/Zend/Validate/EmailAddress.php
%%DATADIR%%/library/Zend/Validate/Exception.php
%%DATADIR%%/library/Zend/Validate/File/Count.php
+%%DATADIR%%/library/Zend/Validate/File/ExcludeExtension.php
+%%DATADIR%%/library/Zend/Validate/File/ExcludeMimeType.php
%%DATADIR%%/library/Zend/Validate/File/Exists.php
%%DATADIR%%/library/Zend/Validate/File/Extension.php
%%DATADIR%%/library/Zend/Validate/File/FilesSize.php
+%%DATADIR%%/library/Zend/Validate/File/IsCompressed.php
+%%DATADIR%%/library/Zend/Validate/File/IsImage.php
%%DATADIR%%/library/Zend/Validate/File/ImageSize.php
%%DATADIR%%/library/Zend/Validate/File/MimeType.php
%%DATADIR%%/library/Zend/Validate/File/NotExists.php
@@ -3340,6 +3346,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/controllers/IndexController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/controllers/ZendDbProfilerFirebugController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/controllers/ZendLogWriterFirebugController.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/controllers/ZendWildfirePluginFirePhpController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/error/error.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/index/index.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-db-profiler-firebug/test-logging.phtml
@@ -3347,6 +3354,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-log-writer-firebug/test-error-controller.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-log-writer-firebug/test-large-message.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-log-writer-firebug/test-logging.phtml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-wildfire-plugin-firephp/test-groups.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/public/.htaccess
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot/Zend-Db-Profiler-Firebug/TestDocExample.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot/Zend-Log-Writer-Firebug/TestDocExample.php
@@ -3789,6 +3797,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/DescriptionTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ErrorsTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/FieldsetTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/FileTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/FormTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/HtmlTagTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ImageTest.php
@@ -4070,6 +4079,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testResetParameters.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testSimpleRequests.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testUploads.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/ZF4238-zerolineresponse.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/CookieJarTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/CookieTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/ResponseTest.php
@@ -4232,6 +4242,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/OpenId/ResponseHelper.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/OpenIdTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Paginator/Adapter/ArrayTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Paginator/Adapter/DbTableSelectTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Paginator/Adapter/DbSelectTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Paginator/Adapter/IteratorTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Paginator/Adapter/NullTest.php
@@ -4614,9 +4625,13 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/AllTests.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/CountTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/ExistsTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/ExcludeExtensionTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/ExcludeMimeTypeTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/ExtensionTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/FilesSizeTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/ImageSizeTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/IsCompressedTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/IsImageTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/MimeTypeTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/NotExistsTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/SizeTest.php
@@ -4627,6 +4642,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/_files/testsize2.mo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/_files/testsize3.mo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/_files/testsize4.mo
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/File/_files/test.zip
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/FloatTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/GreaterThanTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Validate/HexTest.php
@@ -5054,6 +5070,7 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot/Zend-Db-Profiler-Firebug
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/public
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-wildfire-plugin-firephp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-log-writer-firebug
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/zend-db-profiler-firebug
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/application/views/scripts/index