packages: ZendFramework/ZendFramework.spec, ZendFramework/ZendFramework-dep...

adamg adamg at pld-linux.org
Sat May 2 00:12:59 CEST 2009


Author: adamg                        Date: Fri May  1 22:12:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.8.0

---- Files affected:
packages/ZendFramework:
   ZendFramework.spec (1.49 -> 1.50) 
packages/ZendFramework:
   ZendFramework-deps.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/ZendFramework/ZendFramework.spec
diff -u packages/ZendFramework/ZendFramework.spec:1.49 packages/ZendFramework/ZendFramework.spec:1.50
--- packages/ZendFramework/ZendFramework.spec:1.49	Fri Apr 10 12:08:57 2009
+++ packages/ZendFramework/ZendFramework.spec	Sat May  2 00:12:54 2009
@@ -3,14 +3,14 @@
 Summary:	Zend Framework
 Summary(pl.UTF-8):	Szkielet Zend
 Name:		ZendFramework
-Version:	1.7.8
+Version:	1.8.0
 Release:	1
 License:	New BSD License
 Group:		Development/Languages/PHP
 Source0:	http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	f54f5597b5133677cee66eaf781c01ff
+# Source0-md5:	2f2acffa24644a1cd975ba90b6bf1077
 Source1:	http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
-# Source1-md5:	612f319fe213683cff194e86e3277a1d
+# Source1-md5:	46dd0ca64e6b2dde42df14281b94ebc7
 Source2:	%{name}-find-lang.sh
 # http://framework.zend.com/issues/browse/ZF-5802
 Source3:	%{name}-Zend_Tool_Framework_Manifest_Exception.php
@@ -88,6 +88,18 @@
 wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
 obiekty i metody klas oraz wywołania zwrotne.
 
+%package Zend_Application
+Summary:	Zend_Application - bootstrap facility
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.amf.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_Application
+Zend_Application provides a bootstrapping facility for applications
+which provides reusable resources, common- and module-based bootstrap
+classes and dependency checking. It also takes care of setting up the
+PHP environment and introduces autoloading by default.
+
 %package Zend_Auth
 Summary:	Zend_Auth - authentication API
 Summary(pl.UTF-8):	Zend_Auth - API do uwierzytelniania
@@ -151,6 +163,20 @@
 udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
 i w połączeniu z Zend_Form.
 
+%package Zend_CodeGenerator
+Summary:	Zend_CodeGenerator - generate arbitrary code using OO interface
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.codegenerator.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_CodeGenerator
+Zend_CodeGenerator provides facilities to generate arbitrary code using
+an object oriented interface, both to create new code as well as to
+update existing code. While the current implementation is limited to
+generating PHP code, you can easily extend the base class in order to
+provide code generation for other tasks: JavaScript, configuration
+files, apache vhosts, etc.
+
 %package Zend_Config
 Summary:	Zend_Config - access to configuration data
 Summary(pl.UTF-8):	Zend_Config - dostęp do danych konfiguracyjnych
@@ -199,6 +225,15 @@
 projektowym służącym do oddzielenia logiki aplikacji od logiki
 wyświetlania.
 
+%package Zend_Crypt
+Summary:	Zend_Crypt
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.crypt.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_Crypt
+Zend_Crypt
+
 %package Zend_Currency
 Summary:	Zend_Currency - currency representation handling
 Summary(pl.UTF-8):	Zend_Currency - obsługa reprezentacji walut
@@ -605,6 +640,18 @@
 %description Zend_Mime
 Zend_Mime is a support class for handling multipart MIME messages.
 
+%package Zend_Navigation
+Summary:	Zend_Navigation - manage trees of pointers to web page
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.navigation.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_Navigation
+Zend_Navigation is a component for managing trees of pointers to web
+pages. Simply put: It can be used for creating menus, breadcrumbs,
+links, and sitemaps, or serve as a model for other navigation related
+purposes.
+
 %package Zend_OpenId
 Summary:	Zend_OpenId
 Group:		Development/Languages/PHP
@@ -680,6 +727,32 @@
 calls the adapter with some precalculated values like percentage and
 estimated time left.
 
+%package Zend_Reflection
+Summary:	Zend_Reflection
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.reflection.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_Reflection
+Zend_Reflection is a drop-in extension to PHP's own Reflection API,
+providing several additional features: 
+ - Ability to retrieve return values types. 
+ - Ability to retrieve method and function parameter types. 
+ - Ability to retrieve class property types. 
+ - DocBlocks gain a Reflection class, allowing introspection of docblocks.
+   This provides the ability to determine what annotation tags have been
+   defined as well as to retrieve their values, and the ability to retrieve
+   the short and long descriptions. 
+ - Files gain a Reflection class, allowing introspection of PHP files. This
+   provides the ability to determine what functions and classes are defined
+   in a given file, as well as to instrospect them. 
+ - Ability to override any Reflection class with your own variant, for the
+   entire reflection tree you create. 
+
+In general, Zend_Reflection works just like the standard Reflection API,
+but provides a few additional methods for retrieving artifacts not
+defined in the Reflection API.
+
 %package Zend_Registry
 Summary:	Zend_Registry
 Group:		Development/Languages/PHP
@@ -1002,6 +1075,19 @@
 Zend_Soap component is intended to simplify Web Services development
 for PHP programmers.
 
+%package Zend_Tag
+Summary:	Zend_Tag -- work with taggable Items
+Group:		Development/Languages/PHP
+URL:		http://framework.zend.com/manual/en/zend.tag.html
+Requires:	%{name} = %{version}-%{release}
+
+%description Zend_Tag
+Zend_Tag is a component suite which provides a facility to work with
+taggable Items. As its base, it provides two classes to work with Tags,
+Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with the
+interface Zend_Tag_Taggable, which allows you to use any of your models
+as a taggable item in conjunction with Zend_Tag.
+
 %package Zend_Text
 Summary:	Zend_Text
 Group:		Development/Languages/PHP
@@ -1198,16 +1284,13 @@
 # pear(...) deps won't be satisifed that these libs use extensively.
 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
 
-# copy Zend_Tool from incubator
-cp -a incubator/library/Zend/Tool $RPM_BUILD_ROOT%{php_pear_dir}/Zend
-cp -a incubator/bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
-
 # install missing files
 install %{SOURCE3} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Manifest/Exception.php
 install %{SOURCE4} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Provider/Exception.php
 install %{SOURCE5} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Project/Resource.php
 
 # create script in bindir
+cp -a bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
 #!/bin/sh
 cd %{php_pear_dir}/bin
@@ -1245,9 +1328,6 @@
 %{php_pear_dir}/Zend/Service/Abstract.php
 %{php_pear_dir}/Zend/Service/Exception.php
 
-%dir %{php_pear_dir}/Zend/Request
-%{php_pear_dir}/Zend/Request/Interface.php
-
 %{php_pear_dir}/Zend/TimeSync
 %{php_pear_dir}/Zend/TimeSync.php
 
@@ -1260,6 +1340,11 @@
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Amf
 
+%files Zend_Application
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/Application
+%{php_pear_dir}/Zend/Application.php
+
 %files Zend_ProgressBar
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/ProgressBar.php
@@ -1282,6 +1367,10 @@
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Captcha
 
+%files Zend_CodeGenerator
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/CodeGenerator
+
 %files Zend_Config
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Config
@@ -1296,6 +1385,11 @@
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Controller
 
+%files Zend_Crypt
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/Crypt
+%{php_pear_dir}/Zend/Crypt.php
+
 %files Zend_Currency
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Currency
@@ -1428,6 +1522,11 @@
 %{php_pear_dir}/Zend/Mime
 %{php_pear_dir}/Zend/Mime.php
 
+%files Zend_Navigation
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/Navigation
+%{php_pear_dir}/Zend/Navigation.php
+
 %files Zend_OpenId
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/OpenId
@@ -1443,6 +1542,10 @@
 %{php_pear_dir}/Zend/Pdf
 %{php_pear_dir}/Zend/Pdf.php
 
+%files Zend_Reflection
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/Reflection
+
 %files Zend_Registry
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Registry.php
@@ -1535,6 +1638,10 @@
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Soap
 
+%files Zend_Tag
+%defattr(644,root,root,755)
+%{php_pear_dir}/Zend/Tag
+
 %files Zend_Text
 %defattr(644,root,root,755)
 %{php_pear_dir}/Zend/Text
@@ -1595,6 +1702,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2009/05/01 22:12:54  adamg
+- updated to 1.8.0
+
 Revision 1.49  2009/04/10 10:08:57  glen
 - R: php-pear
 

================================================================
Index: packages/ZendFramework/ZendFramework-deps.patch
diff -u packages/ZendFramework/ZendFramework-deps.patch:1.1 packages/ZendFramework/ZendFramework-deps.patch:1.2
--- packages/ZendFramework/ZendFramework-deps.patch:1.1	Tue Mar 10 21:19:36 2009
+++ packages/ZendFramework/ZendFramework-deps.patch	Sat May  2 00:12:58 2009
@@ -1,14 +1,3 @@
---- ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php~	2009-03-10 22:11:26.000000000 +0200
-+++ ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php	2009-03-10 22:13:01.898984500 +0200
-@@ -687,7 +687,7 @@
-     public function getFriendActivityForCurrentUser()
-     {
-         if (!$this->isAuthenticated()) {
--            require_once 'Zend/Gdata/YouTube/App/Exception.php';
-+            require_once 'Zend/Gdata/App/Exception.php';
-             throw new Zend_Gdata_App_Exception('You must be authenticated to ' .
-                 'use the getFriendActivityForCurrentUser function in Zend_' .
-                 'Gdata_YouTube.');
 --- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~	2009-03-10 22:15:39.811374312 +0200
 +++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php	2009-03-10 22:15:31.689629002 +0200
 @@ -0,0 +1,32 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ZendFramework/ZendFramework.spec?r1=1.49&r2=1.50&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ZendFramework/ZendFramework-deps.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list