diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-10-17 02:10:02 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-10-17 02:10:02 +0000 |
commit | 6cbcd335ac40849196bdc86675eaca5b93934361 (patch) | |
tree | ebc2a1ef07236187f2dd0bf91f8829deed78ff53 /www/zend-framework/pkg-plist | |
parent | 44d5094a15a86984f1a15698507986336edfe726 (diff) | |
download | ports-6cbcd335ac40849196bdc86675eaca5b93934361.tar.gz ports-6cbcd335ac40849196bdc86675eaca5b93934361.zip |
Notes
Diffstat (limited to 'www/zend-framework/pkg-plist')
-rw-r--r-- | www/zend-framework/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/zend-framework/pkg-plist b/www/zend-framework/pkg-plist index 28decf5cffe1..88e50516ef6c 100644 --- a/www/zend-framework/pkg-plist +++ b/www/zend-framework/pkg-plist @@ -4711,6 +4711,7 @@ bin/zf.php %%DATADIR%%/library/Zend/XmlRpc/Value.php %%DATADIR%%/library/Zend/XmlRpc/Value/Array.php %%DATADIR%%/library/Zend/XmlRpc/Value/Base64.php +%%DATADIR%%/library/Zend/XmlRpc/Value/BigInteger.php %%DATADIR%%/library/Zend/XmlRpc/Value/Boolean.php %%DATADIR%%/library/Zend/XmlRpc/Value/Collection.php %%DATADIR%%/library/Zend/XmlRpc/Value/DateTime.php @@ -5180,6 +5181,7 @@ bin/zf.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/ParameterTest.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/Property/DefaultValueTest.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/PropertyTest.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/_files/ClassAndInterfaces.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/_files/TestClassWithManyProperties.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/CodeGenerator/Php/_files/TestSampleSingleClass.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Config/AllTests.php @@ -8310,6 +8312,8 @@ bin/zf.php %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Acl/_files %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Acl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/AllTests/StreamWrapper +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/AllTests %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot/Zend-Log-Writer-Firebug %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/Zend/Wildfire/public/Boot/Zend-Db-Profiler-Firebug @@ -9327,6 +9331,7 @@ bin/zf.php %%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/tests/Zend/Controller/_files/modules/bar/views/filters %%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/tests/Zend/Config/Writer/temp %%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/tests/Zend/Auth/Adapter/OpenId/_files +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/tests/AllTests/StreamWrapper @exec mkdir -p %D/%%DATADIR%%/library/Zend/Queue/Stomp/IO @exec mkdir -p %D/%%DATADIR%%/library/Zend/Queue/Stomp/Frame @exec mkdir -p %D/%%DATADIR%%/library/Zend/Queue/Stomp/Client/Connection |