]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- todo partially done
[packages/ZendFramework.git] / ZendFramework.spec
1 #
2 # TODO:
3 # error: Failed dependencies:
4 #       pear(Zend/Tool/Framework/Manifest/Metadata.php) is needed by ZendFramework-Zend_Tool-1.8.0-0.1.noarch
5 #
6 %include        /usr/lib/rpm/macros.php
7 Summary:        Zend Framework
8 Summary(pl.UTF-8):      Szkielet Zend
9 Name:           ZendFramework
10 Version:        1.8.0
11 Release:        0.1
12 License:        New BSD License
13 Group:          Development/Languages/PHP
14 Source0:        http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
15 # Source0-md5:  2f2acffa24644a1cd975ba90b6bf1077
16 Source1:        http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
17 # Source1-md5:  46dd0ca64e6b2dde42df14281b94ebc7
18 Source2:        %{name}-find-lang.sh
19 # http://framework.zend.com/issues/browse/ZF-5802
20 Source3:        %{name}-Zend_Tool_Framework_Manifest_Exception.php
21 Source4:        %{name}-Zend_Tool_Framework_Provider_Exception.php
22 Source5:        %{name}-Zend_Tool_Project_Resource.php
23 Source6:        %{name}-Zend_Math_Exception.php
24 Patch0:         %{name}-additional-locales.patch
25 Patch1:         %{name}-db_charset.patch
26 Patch2:         %{name}-deps.patch
27 URL:            http://framework.zend.com/
28 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
29 BuildRequires:  sed >= 4.0
30 Requires:       php-common >= 4:5.1.4
31 Requires:       php-pear
32 Requires:       rpm-whiteout >= 1.12
33 Obsoletes:      ZendFramework-doc
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 # exclude optional dependencies
38 %define         _noautoreq      'php(oci8)' 'php(bitset)' 'pear(../application/bootstrap.php)'
39
40 %description
41 Zend Framework is a high quality and open source framework for
42 developing Web Applications and Web Services.
43
44 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
45 and powerful functionality. It provides solutions for building modern,
46 robust, and secure websites.
47
48 %description -l pl.UTF-8
49 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
50 tworzenia aplikacji i usług WWW.
51
52 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
53 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
54 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
55
56 %package Zend_Acl
57 Summary:        Zend_Acl - ACL functionality and privileges management
58 Summary(pl.UTF-8):      Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
59 Group:          Development/Languages/PHP
60 URL:            http://framework.zend.com/manual/en/zend.acl.html
61 Requires:       %{name} = %{version}-%{release}
62
63 %description Zend_Acl
64 Zend_Acl provides lightweight and flexible access control list (ACL)
65 functionality and privileges management. In general, an application
66 may utilize such functionality to control access to certain protected
67 objects by other requesting objects.
68
69 %description Zend_Acl -l pl.UTF-8
70 Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
71 oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
72 wykorzystywać te funkcje do kontroli dostępu do określonych
73 chronionych obiektów przez inne obiekty.
74
75 %package Zend_Amf
76 Summary:        Zend_Amf - Action Message Format support
77 Summary(pl.UTF-8):      Zend_Amf - obsługa formatu AMF (Action Message Format)
78 Group:          Development/Languages/PHP
79 URL:            http://framework.zend.com/manual/en/zend.amf.html
80 Requires:       %{name} = %{version}-%{release}
81
82 %description Zend_Amf
83 Zend_Amf provides support for Adobe's Action Message Format (AMF), to
84 allow communication between Adobe's Flash Player and PHP.
85 Specifically, it provides a gateway server implementation for handling
86 requests sent from the Flash Player to the server and mapping these
87 requests to object and class methods and arbitrary callbacks.
88
89 %description Zend_Amf -l pl.UTF-8
90 Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
91 pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
92 szczególności udostępnia implementację serwera bramki do obsługi żądań
93 wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
94 obiekty i metody klas oraz wywołania zwrotne.
95
96 %package Zend_Application
97 Summary:        Zend_Application - bootstrap facility
98 Group:          Development/Languages/PHP
99 URL:            http://framework.zend.com/manual/en/zend.amf.html
100 Requires:       %{name} = %{version}-%{release}
101
102 %description Zend_Application
103 Zend_Application provides a bootstrapping facility for applications
104 which provides reusable resources, common- and module-based bootstrap
105 classes and dependency checking. It also takes care of setting up the
106 PHP environment and introduces autoloading by default.
107
108 %package Zend_Auth
109 Summary:        Zend_Auth - authentication API
110 Summary(pl.UTF-8):      Zend_Auth - API do uwierzytelniania
111 Group:          Development/Languages/PHP
112 URL:            http://framework.zend.com/manual/en/zend.auth.html
113 Requires:       %{name} = %{version}-%{release}
114 Requires:       php-ctype
115 # Zend_Auth_Adapter_Http has hard dependency on hash
116
117 %description Zend_Auth
118 Zend_Auth provides an API for authentication and includes concrete
119 authentication adapters for common use case scenarios.
120
121 %description Zend_Auth -l pl.UTF-8
122 Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
123 adaptery do uwierzytelniania w popularnych przypadkach użycia.
124
125 %package Zend_Cache
126 Summary:        Zend_Cache - data caching
127 Summary(pl.UTF-8):      Zend_Cache - pamięć podręczna dla danych
128 Group:          Development/Languages/PHP
129 URL:            http://framework.zend.com/manual/en/zend.cache.html
130 Requires:       %{name} = %{version}-%{release}
131 # Zend_Cache_Backend_Apc hard dep on php-pecl-APC
132
133 %description Zend_Cache
134 Zend_Cache provides a flexible approach toward caching data, including
135 support for tagging, manipulating, iterating, and removing subsets.
136
137 %description Zend_Cache -l pl.UTF-8
138 Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
139 oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
140
141 %package Zend_Captcha
142 Summary:        Zend_Captcha - CAPTCHA functionality
143 Summary(pl.UTF-8):      Zend_Captcha - funkcjonalność CAPTCHA
144 Group:          Development/Languages/PHP
145 URL:            http://framework.zend.com/manual/en/zend.captcha.html
146 Requires:       %{name} = %{version}-%{release}
147
148 %description Zend_Captcha
149 CAPTCHA stands for "Completely Automated Turing test to tell Computers
150 and Humans Apart" it is used as a challenge-response to ensure that
151 the individual submitting information is a human and not an automated
152 process. Typically, a captcha is used with form submissions where
153 authenticated users are not necessary, but you desire to prevent spam
154 submissions. Captchas can take variety of forms, including asking
155 logic questions, presenting skewed fonts, and presenting images and
156 asking how they relate. Zend_Captcha aims to provide a variety of
157 backends that may be utilized either standalone or in conjunction with
158 Zend_Form.
159
160 %description Zend_Captcha -l pl.UTF-8
161 CAPTCHA (Completely Automated Turing test to tell Computers and Humans
162 Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
163 wysyłający informację jest człowiekiem, a nie zautomatyzowanym
164 procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
165 bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
166 postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
167 fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
168 udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
169 i w połączeniu z Zend_Form.
170
171 %package Zend_CodeGenerator
172 Summary:        Zend_CodeGenerator - generate arbitrary code using OO interface
173 Group:          Development/Languages/PHP
174 URL:            http://framework.zend.com/manual/en/zend.codegenerator.html
175 Requires:       %{name} = %{version}-%{release}
176
177 %description Zend_CodeGenerator
178 Zend_CodeGenerator provides facilities to generate arbitrary code using
179 an object oriented interface, both to create new code as well as to
180 update existing code. While the current implementation is limited to
181 generating PHP code, you can easily extend the base class in order to
182 provide code generation for other tasks: JavaScript, configuration
183 files, apache vhosts, etc.
184
185 %package Zend_Config
186 Summary:        Zend_Config - access to configuration data
187 Summary(pl.UTF-8):      Zend_Config - dostęp do danych konfiguracyjnych
188 Group:          Development/Languages/PHP
189 URL:            http://framework.zend.com/manual/en/zend.config.html
190 Requires:       %{name} = %{version}-%{release}
191
192 %description Zend_Config
193 Zend_Config is designed to simplify access to and use of configuration
194 data within applications.
195
196 %description Zend_Config -l pl.UTF-8
197 Zend_Config ma na celu ułatwienie dostępu i używania danych
198 konfiguracyjnych w aplikacjach.
199
200 %package Zend_Console_Getopt
201 Summary:        Zend_Console_Getopt - parsing command-line options and arguments
202 Summary(pl.UTF-8):      Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
203 Group:          Development/Languages/PHP
204 URL:            http://framework.zend.com/manual/en/zend.console.getopt.html
205 Requires:       %{name} = %{version}-%{release}
206
207 %description Zend_Console_Getopt
208 The Zend_Console_Getopt class helps command-line applications to parse
209 their options and arguments.
210
211 %description Zend_Console_Getopt -l pl.UTF-8
212 Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
213 opcji i argumentów.
214
215 %package Zend_Controller
216 Summary:        Zend_Controller - heart of Model-View-Controller system
217 Summary(pl.UTF-8):      Zend_Controller - podstawa systemu Model-View-Controller
218 Group:          Development/Languages/PHP
219 URL:            http://framework.zend.com/manual/en/zend.controller.html
220 Requires:       %{name} = %{version}-%{release}
221
222 %description Zend_Controller
223 Zend_Controller is the heart of Zend Framework's MVC system. MVC
224 stands for Model-View-Controller and is a design pattern targeted at
225 separating application logic from display logic.
226
227 %description Zend_Controller -l pl.UTF-8
228 Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
229 Model-View-Controller (model-widok-kontroler) i jest wzorcem
230 projektowym służącym do oddzielenia logiki aplikacji od logiki
231 wyświetlania.
232
233 %package Zend_Crypt
234 Summary:        Zend_Crypt
235 Group:          Development/Languages/PHP
236 URL:            http://framework.zend.com/manual/en/zend.crypt.html
237 Requires:       %{name} = %{version}-%{release}
238
239 %description Zend_Crypt
240 Zend_Crypt
241
242 %package Zend_Currency
243 Summary:        Zend_Currency - currency representation handling
244 Summary(pl.UTF-8):      Zend_Currency - obsługa reprezentacji walut
245 Group:          Development/Languages/PHP
246 URL:            http://framework.zend.com/manual/en/zend.currency.html
247 Requires:       %{name} = %{version}-%{release}
248 Requires:       php-iconv
249
250 %description Zend_Currency
251 Zend_Currency is part of the I18N core of the Zend_Framework. It
252 handles all issues related to currency, money representation and
253 formating. And it also provides additional informational methods which
254 include localized informations on currencies, informations about which
255 currency is used in which region and more.
256
257 %description Zend_Currency -l pl.UTF-8
258 Zend_Currency to część rdzenia I18N szkieletu Zend. Obsługuje
259 wszystkie zawiłości związane z walutami, reprezentacją i formatowaniem
260 jednostek monetarnych. Zawiera także dodatkowe metody informacyjne
261 zawierające zlokalizowane informacje o walutach, regionach, w których
262 są używane itp.
263
264 %package Zend_Date
265 Summary:        Zend_Date - manipulating dates and times
266 Summary(pl.UTF-8):      Zend_Date - operacje na dacie i czasie
267 Group:          Development/Languages/PHP
268 URL:            http://framework.zend.com/manual/en/zend.date.html
269 Requires:       %{name} = %{version}-%{release}
270
271 %description Zend_Date
272 Zend_Date component offers a detailed, but simple API for manipulating
273 dates and times. Its methods accept a wide variety of types of
274 information, including date parts, in numerous combinations yielding
275 many features and possibilities above and beyond the existing PHP date
276 related functions.
277
278 %description Zend_Date -l pl.UTF-8
279 Komponent Zend_Date oferuje szczegółowe, ale proste API do operacji na
280 dacie i czasie. Metody przyjmują szeroki zakres typów informacji, w
281 tym części daty w różnych kombinacjach wykraczających poza funkcje
282 obróbki daty istniejące w PHP.
283
284 %package Zend_Db
285 Summary:        Zend_Db
286 Group:          Development/Languages/PHP
287 URL:            http://framework.zend.com/manual/en/zend.db.html
288 Requires:       %{name} = %{version}-%{release}
289
290 %description Zend_Db
291 Zend_Db and its related classes provide a simple SQL database
292 interface for Zend Framework. The Zend_Db_Adapter is the basic class
293 you use to connect your PHP application to an RDBMS. There is a
294 different Adapter class for each brand of RDBMS. The Zend_Db Adapters
295 create a bridge from the vendor-specific PHP extensions to a common
296 interface, to help you write PHP applications once and deploy with
297 multiple brands of RDBMS with very little effort. The interface of the
298 Adapter class is similar to the interface of the PHP Data Objects
299 extension.
300
301 Zend_Db provides Adapter classes to PDO drivers for the following
302 RDBMS brands:
303 - IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
304   extension
305 - MySQL, using the pdo_mysql PHP extension
306 - Microsoft SQL Server, using the pdo_mssql PHP extension
307 - Oracle, using the pdo_oci PHP extension
308 - PostgreSQL, using the pdo_pgsql PHP extension
309 - SQLite, using the pdo_sqlite PHP extension
310
311 In addition, Zend_Db provides Adapter classes that utilize PHP
312 database extensions for the following RDBMS brands:
313 - MySQL, using the mysqli PHP extension
314 - Oracle, using the oci8 PHP extension
315 - IBM DB2, using the ibm_db2 PHP extension
316 - Firebird/Interbase, using the php_interbase PHP extension
317
318 %package Zend_Debug
319 Summary:        Zend_Debug
320 Group:          Development/Languages/PHP
321 URL:            http://framework.zend.com/manual/en/zend.debug.html
322 Requires:       %{name} = %{version}-%{release}
323
324 %description Zend_Debug
325 Zend_Debug is a simple debugging component. The static method
326 Zend_Debug::dump() prints or returns information about an expression.
327 This simple technique of debugging is easy to use in an ad hoc
328 fashion, and requires no initialization, special tools, or debugging
329 environment.
330
331 %package Zend_Dojo
332 Summary:        Zend_Dojo
333 Group:          Development/Languages/PHP
334 URL:            http://framework.zend.com/manual/en/zend.dojo.html
335 Requires:       %{name} = %{version}-%{release}
336
337 %description Zend_Dojo
338 Zend_Dojo component provides integration with Dojo Toolkit.
339
340 Integration points with Dojo include:
341 - JSON-RPC support
342 - dojo.data compatibility
343 - View helper to help setup the Dojo environment
344 - Dijit-specific Zend_View helpres
345 - Dijit-specific Zend_Form elements and decorators
346
347 %package Zend_Dom
348 Summary:        Zend_Dom
349 Group:          Development/Languages/PHP
350 URL:            http://framework.zend.com/manual/en/zend.dom.html
351 Requires:       %{name} = %{version}-%{release}
352
353 %description Zend_Dom
354 Zend_Dom provides tools for working with DOM documents and structures.
355 Currently, it offer Zend_Dom_Query, which provides a unified interface
356 for querying DOM documents utilizing both XPath and CSS selectors.
357
358 %package Zend_Exception
359 Summary:        Zend_Exception
360 Group:          Development/Languages/PHP
361 URL:            http://framework.zend.com/manual/en/zend.exception.html
362 Requires:       %{name} = %{version}-%{release}
363
364 %description Zend_Exception
365 Zend_Exception is a base exception class. All exceptions thrown by
366 Zend Framework classes should throw an exception that derives from the
367 base class Zend_Exception.
368
369 %package Zend_Feed
370 Summary:        Zend_Feed
371 Group:          Development/Languages/PHP
372 URL:            http://framework.zend.com/manual/en/zend.feed.html
373 Requires:       %{name} = %{version}-%{release}
374 Requires:       php-dom
375 Requires:       php-mbstring
376
377 %description Zend_Feed
378 Zend_Feed provides functionality for consuming RSS and Atom feeds. It
379 provides a natural syntax for accessing elements of feeds, feed
380 attributes, and entry attributes. Zend_Feed also has extensive support
381 for modifying feed and entry structure with the same natural syntax,
382 and turning the result back into XML. In the future, this modification
383 support could provide support for the Atom Publishing Protocol.
384
385 %package Zend_File
386 Summary:        Zend_File
387 Group:          Development/Languages/PHP
388 URL:            http://framework.zend.com/manual/en/zend.file.html
389 Requires:       %{name} = %{version}-%{release}
390
391 %description Zend_File
392 Zend_File enables developers to take control over file uploads and
393 also over file downloads. It allows you to use built in validators for
394 file purposes and gives you the ability even to change files with
395 filters. Zend_File_Transfer works with adapters which allow to use the
396 same API for different transport protocols like HTTP, FTP, WEBDAV and
397 more.
398
399 %package Zend_Filter
400 Summary:        Zend_Filter
401 Group:          Development/Languages/PHP
402 URL:            http://framework.zend.com/manual/en/zend.filter.html
403 Requires:       %{name} = %{version}-%{release}
404
405 %description Zend_Filter
406 Zend_Filter component provides a set of commonly needed data filters.
407 It also provides a simple filter chaining mechanism by which multiple
408 filters may be applied to a single datum in a user-defined order.
409
410 %package Zend_Filter_Input
411 Summary:        Zend_Filter_Input
412 Group:          Development/Languages/PHP
413 URL:            http://framework.zend.com/manual/en/zend.filter.input.html
414 Requires:       %{name} = %{version}-%{release}
415
416 %description Zend_Filter_Input
417 Zend_Filter_Input provides a declarative interface to associate
418 multiple filters and validators, apply them to collections of data,
419 and to retrieve input values after they have been processed by the
420 filters and validators. Values are returned in escaped format by
421 default for safe HTML output.
422
423 %package Zend_Form
424 Summary:        Zend_Form
425 Group:          Development/Languages/PHP
426 URL:            http://framework.zend.com/manual/en/zend.form.html
427 Requires:       %{name} = %{version}-%{release}
428
429 %description Zend_Form
430 Zend_Form simplifies form creation and handling in your web
431 application. It accomplishes the following goals:
432 - Element input filtering and validation
433 - Element ordering
434 - Element and Form rendering, including escaping
435 - Element and form grouping
436 - Element and form-level configuration
437
438 %package Zend_Gdata
439 Summary:        Zend_Gdata
440 Group:          Development/Languages/PHP
441 URL:            http://framework.zend.com/manual/en/zend.gdata.html
442 Requires:       %{name} = %{version}-%{release}
443 Requires:       php-ctype
444 Requires:       php-dom
445
446 %description Zend_Gdata
447 Zend_Gdata component is a interface for accessing Google Data from
448 PHP. Google Data APIs provide programmatic interface to some of
449 Google's online services. The Google data Protocol is based upon the
450 Atom Publishing Protocol and allows client applications to retrieve
451 data matching queries, post data, update data and delete data using
452 standard HTTP and the Atom syndication formation. Zend_Gdata component
453 also supports accessing other services implementing the Atom
454 Publishing Protocol.
455
456 %package Zend_Http
457 Summary:        Zend_Http
458 Group:          Development/Languages/PHP
459 URL:            http://framework.zend.com/manual/en/zend.http.html
460 Requires:       %{name} = %{version}-%{release}
461 Requires:       php-ctype
462 # Zend_Http_Client_Adapter_Curl has hard dependency on curl
463
464 %description Zend_Http
465 Zend_Http component provides a client for the HTTP protocol. It
466 supports:
467 - URL validation
468 - cookies
469 - proxy servers.
470
471 %package Zend_InfoCard
472 Summary:        Zend_InfoCard
473 Group:          Development/Languages/PHP
474 URL:            http://framework.zend.com/manual/en/zend.infocard.html
475 Requires:       %{name} = %{version}-%{release}
476
477 %description Zend_InfoCard
478 Zend_InfoCard component implements relying-party support for
479 Information Cards. Infomation Cards are used for identity management
480 on the internet and authentication of users to web sites (called
481 relying parties).
482
483 %package Zend_Json
484 Summary:        Zend_Json
485 Group:          Development/Languages/PHP
486 URL:            http://framework.zend.com/manual/en/zend.json.html
487 Requires:       %{name} = %{version}-%{release}
488
489 %description Zend_Json
490 Zend_Json provides convenience methods for serializing native PHP to
491 JSON and decoding JSON to native PHP.
492
493 JSON, JavaScript Object Notation, can be used for data interchange
494 between JavaScript and other languages. Since JSON can be directly
495 evaluated by JavaScript, it is a more efficient and lightweight format
496 than XML for exchanging data with JavaScript clients.
497
498 In addition, Zend_Json provides a useful way to convert any arbitrary
499 XML formatted string into a JSON formatted string. This built-in
500 feature will enable PHP developers to transform the enterprise data
501 encoded in XML format into JSON format before sending it to
502 browser-based Ajax client applications. It provides an easy way to do
503 dynamic data conversion on the server-side code thereby avoiding
504 unnecessary XML parsing in the browser-side applications. It offers a
505 nice utility function that results in easier application-specific data
506 processing techniques.
507
508 %package Zend_Layout
509 Summary:        Zend_Layout
510 Group:          Development/Languages/PHP
511 URL:            http://framework.zend.com/manual/en/zend.layout.html
512 Requires:       %{name} = %{version}-%{release}
513
514 %description Zend_Layout
515 Zend_Layout implements a classic Two Step View pattern, allowing
516 developers to wrap application content within another view, usually
517 representing the site template. Such templates are often termed
518 layouts by other projects, and Zend Framework has adopted this term
519 for consistency.
520
521 The main goals of Zend_Layout are as follows:
522 - Automate selection and rendering of layouts when used with the Zend
523   Framework MVC components.
524 - Provide separate scope for layout related variables and content.
525 - Allow configuration, including layout name, layout script resolution
526   (inflection), and layout script path.
527 - Allow disabling layouts, changing layout scripts, and other states;
528   allow these actions from within action controllers and view scripts.
529 - Follow same script resolution rules (inflection) as the
530   ViewRenderer, but allow them to also use different rules.
531 - Allow usage without Zend Framework MVC components.
532
533 %package Zend_Ldap
534 Summary:        Zend_Ldap
535 Group:          Development/Languages/PHP
536 URL:            http://framework.zend.com/manual/en/zend.ldap.html
537 Requires:       %{name} = %{version}-%{release}
538
539 %description Zend_Ldap
540 Zend_Ldap is a class for performing LDAP operations including but not
541 limited to binding, searching and modifying entries in an LDAP
542 directory.
543
544 %package Zend_Loader
545 Summary:        Zend_Loader
546 Group:          Development/Languages/PHP
547 URL:            http://framework.zend.com/manual/en/zend.loader.html
548 Requires:       %{name} = %{version}-%{release}
549
550 %description Zend_Loader
551 The Zend_Loader class includes methods to help you load files
552 dynamically.
553
554 %package Zend_Locale
555 Summary:        Zend_Locale
556 Group:          Development/Languages/PHP
557 URL:            http://framework.zend.com/manual/en/zend.locale.html
558 Requires:       %{name} = %{version}-%{release}
559 Requires:       php-iconv
560
561 %description Zend_Locale
562 Zend_Locale is the Framework's answer to the question, "How can the
563 same application be used around the whole world?". This component is
564 the foundation of Zend_Date, Zend_Translate, and others. It provides:
565 - access to CLDR, an international data repository for I18N issues,
566   for all framework classes
567 - localizing of numbers
568 - normalizing of dates, times and numbers.
569
570 %package Zend_Log
571 Summary:        Zend_Log
572 Group:          Development/Languages/PHP
573 URL:            http://framework.zend.com/manual/en/zend.log.html
574 Requires:       %{name} = %{version}-%{release}
575 # Zend_Log_Formatter_Xml has hard dependency on dom
576
577 %description Zend_Log
578 Zend_Log is a component for general purpose logging. It supports
579 multiple log backends, formatting messages sent to the log, and
580 filtering messages from being logged. These functions are divided into
581 the following objects:
582 - A Log (instance of Zend_Log) is the object that your application
583   uses the most. You can have as many Log objects as you like; they do
584   not interact. A Log object must contain at least one Writer, and can
585   optionally contain one or more Filters.
586 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
587   saving data to storage.
588 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
589   being saved. A filter may be applied to an individual Writer, or to a
590   Log where it is applied before all Writers. In either case, filters
591   may be chained.
592 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
593   log data before it is written by a Writer. Each Writer has exactly one
594   Formatter.
595
596 %package Zend_Mail
597 Summary:        Zend_Mail
598 Group:          Development/Languages/PHP
599 URL:            http://framework.zend.com/manual/en/zend.mail.html
600 Requires:       %{name} = %{version}-%{release}
601
602 %description Zend_Mail
603 Zend_Mail provides generalized functionality to compose and send both
604 text and MIME-compliant multipart e-mail messages. Mail can be sent
605 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
606 or via Zend_Mail_Transport_Smtp.
607
608 %package Zend_Measure
609 Summary:        Zend_Measure
610 Group:          Development/Languages/PHP
611 URL:            http://framework.zend.com/manual/en/zend.measure.html
612 Requires:       %{name} = %{version}-%{release}
613
614 %description Zend_Measure
615 Zend_Measure component provide a generic and easy way for working with
616 measurements. Using Zend_Measure_* classes, you can convert
617 measurements into different units of the same type. They can be added,
618 subtracted and compared against each other. From a given input made in
619 the user's native language, the unit of measurement can be
620 automatically extracted. Numerous units of measurement are supported.
621
622 %package Zend_Memory
623 Summary:        Zend_Memory
624 Group:          Development/Languages/PHP
625 URL:            http://framework.zend.com/manual/en/zend.memory.html
626 Requires:       %{name} = %{version}-%{release}
627
628 %description Zend_Memory
629 The Zend_Memory component is intended to manage data in an environment
630 with limited memory. Memory objects (memory containers) are generated
631 by memory manager by request and transparently swapped/loaded when
632 it's necessary. For example, if creating or loading a managed object
633 would cause the total memory usage to exceed the limit you specify,
634 some managed objects are copied to cache storage outside of memory. In
635 this way, the total memory used by managed objects does not exceed the
636 limit you need to enforce.
637
638 %package Zend_Mime
639 Summary:        Zend_Mime
640 Group:          Development/Languages/PHP
641 URL:            http://framework.zend.com/manual/en/zend.mime.html
642 Requires:       %{name} = %{version}-%{release}
643 Requires:       php-iconv
644
645 %description Zend_Mime
646 Zend_Mime is a support class for handling multipart MIME messages.
647
648 %package Zend_Navigation
649 Summary:        Zend_Navigation - manage trees of pointers to web page
650 Group:          Development/Languages/PHP
651 URL:            http://framework.zend.com/manual/en/zend.navigation.html
652 Requires:       %{name} = %{version}-%{release}
653
654 %description Zend_Navigation
655 Zend_Navigation is a component for managing trees of pointers to web
656 pages. Simply put: It can be used for creating menus, breadcrumbs,
657 links, and sitemaps, or serve as a model for other navigation related
658 purposes.
659
660 %package Zend_OpenId
661 Summary:        Zend_OpenId
662 Group:          Development/Languages/PHP
663 URL:            http://framework.zend.com/manual/en/zend.openid.html
664 Requires:       %{name} = %{version}-%{release}
665
666 %description Zend_OpenId
667 Zend_OpenId is a Zend Framework component that provides a simple API
668 for building OpenID-enabled sites and identity providers.
669
670 %package Zend_Paginator
671 Summary:        Zend_Paginator
672 Group:          Development/Languages/PHP
673 URL:            http://framework.zend.com/manual/en/zend.paginator.html
674 Requires:       %{name} = %{version}-%{release}
675
676 %description Zend_Paginator
677 Zend_Paginator is a flexible component for paginating collections of
678 data and presenting that data to users.
679
680 The primary design goals of Zend_Paginator are as follows:
681 - Paginate arbitrary data, not just relational databases
682 - Fetch only the results that need to be displayed
683 - Do not force users to adhere to only one way of displaying data or
684   rendering pagination controls
685 - Loosely couple Zend_Paginator to other Zend Framework components so
686   that users who wish to use it independently of Zend_View, Zend_Db,
687   etc. can do so.
688
689 %package Zend_Pdf
690 Summary:        Zend_Pdf
691 Group:          Development/Languages/PHP
692 URL:            http://framework.zend.com/manual/en/zend.pdf.html
693 Requires:       %{name} = %{version}-%{release}
694 Requires:       php-ctype
695 Requires:       php-gd
696 Requires:       php-iconv
697 Requires:       php-zlib
698
699 %description Zend_Pdf
700 Zend_Pdf module is a PDF (Portable Document Format) manipulation
701 engine. It can load existing documents, create new, modify and save
702 modified documents. Thus it can help application dynamically prepare
703 documents in a PDF by modifying existing template or generating
704 document from a scratch.
705
706 Zend_Pdf module supports the following features:
707 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
708   documents are supported for loading now).
709 - Retrieving specified revision of the document.
710 - Manipulate pages within document. Changing page order, adding new
711   pages, removing pages from a document.
712 - Different drawing primitives (lines, rectangles, polygons, circles,
713   ellipses and sectors).
714 - Text drawing using any of the 14 standard (built-in) fonts or your
715   own custom TrueType fonts.
716 - Rotations.
717 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
718   images are supported).
719 - Incremental PDF file update.
720
721 %package Zend_ProgressBar
722 Summary:        Zend_ProgressBar
723 Group:          Development/Languages/PHP
724 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
725 Requires:       %{name} = %{version}-%{release}
726
727 %description Zend_ProgressBar
728 Zend_ProgressBar is a component to create and update progressbars in
729 different environments. It consists of a single backend, which outputs
730 the progress through one of the multiple adapters. On every update, it
731 takes an absolute value and optionally a status message, and then
732 calls the adapter with some precalculated values like percentage and
733 estimated time left.
734
735 %package Zend_Reflection
736 Summary:        Zend_Reflection
737 Group:          Development/Languages/PHP
738 URL:            http://framework.zend.com/manual/en/zend.reflection.html
739 Requires:       %{name} = %{version}-%{release}
740
741 %description Zend_Reflection
742 Zend_Reflection is a drop-in extension to PHP's own Reflection API,
743 providing several additional features: 
744  - Ability to retrieve return values types. 
745  - Ability to retrieve method and function parameter types. 
746  - Ability to retrieve class property types. 
747  - DocBlocks gain a Reflection class, allowing introspection of docblocks.
748    This provides the ability to determine what annotation tags have been
749    defined as well as to retrieve their values, and the ability to retrieve
750    the short and long descriptions. 
751  - Files gain a Reflection class, allowing introspection of PHP files. This
752    provides the ability to determine what functions and classes are defined
753    in a given file, as well as to instrospect them. 
754  - Ability to override any Reflection class with your own variant, for the
755    entire reflection tree you create. 
756
757 In general, Zend_Reflection works just like the standard Reflection API,
758 but provides a few additional methods for retrieving artifacts not
759 defined in the Reflection API.
760
761 %package Zend_Registry
762 Summary:        Zend_Registry
763 Group:          Development/Languages/PHP
764 URL:            http://framework.zend.com/manual/en/zend.registry.html
765 Requires:       %{name} = %{version}-%{release}
766
767 %description Zend_Registry
768 The registry is a container for storing objects and values in the
769 application space. By storing the value in the registry, the same
770 object is always available throughout your application. This mechanism
771 is an alternative to using global storage.
772
773 %package Zend_Rest
774 Summary:        Zend_Rest
775 Group:          Development/Languages/PHP
776 URL:            http://framework.zend.com/manual/en/zend.rest.html
777 Requires:       %{name} = %{version}-%{release}
778 Requires:       php-ctype
779 Requires:       php-dom
780
781 %description Zend_Rest
782 REST Web Services use service-specific XML formats. These ad-hoc
783 standards mean that the manner for accessing a REST web service is
784 different for each service. REST web services typically use URL
785 parameters (GET data) or path information for requesting data and POST
786 data for sending data. Zend_Rest component provides:
787 - capabilities to access REST web services
788 - capabilities to expose APIs as REST services
789
790 %package Zend_Search_Lucene
791 Summary:        Zend_Search_Lucene
792 Group:          Development/Languages/PHP
793 URL:            http://framework.zend.com/manual/en/zend.search.lucene.html
794 Requires:       %{name} = %{version}-%{release}
795 Requires:       php-ctype
796 Requires:       php-dom
797 Requires:       php-iconv
798
799 %description Zend_Search_Lucene
800 Zend_Search_Lucene is a general purpose text search engine. Since it
801 stores its index on the filesystem and does not require a database
802 server, it can add search capabilities to almost any PHP-driven
803 website.
804
805 Zend_Search_Lucene supports the following features:
806 - Ranked searching - best results returned first
807 - Many powerful query types: phrase queries, wildcard queries,
808   proximity queries, range queries and more
809 - Search by specific field (e.g., title, author, contents)
810
811 %package Zend_Server_Reflection
812 Summary:        Zend_Server_Reflection
813 Group:          Development/Languages/PHP
814 URL:            http://framework.zend.com/manual/en/zend.server.reflection.html
815 Requires:       %{name} = %{version}-%{release}
816
817 %description Zend_Server_Reflection
818 Zend_Server_Reflection provides a standard mechanism for performing
819 function and class introspection for use with server classes. It is
820 based on Reflection API, and extends it to provide methods for
821 retrieving parameter and return value types and descriptions, a full
822 list of function and method prototypes (i.e., all possible valid
823 calling combinations), and function/method descriptions.
824
825 %package Zend_Service_Akismet
826 Summary:        Zend_Service_Akismet
827 Group:          Development/Languages/PHP
828 URL:            http://framework.zend.com/manual/en/zend.service.akismet.html
829 Requires:       %{name} = %{version}-%{release}
830
831 %description Zend_Service_Akismet
832 Zend_Service_Akismet provides a client for the Akismet API. The
833 Akismet service is used to determine if incoming data is potentially
834 spam; it also exposes methods for submitting data as known spam or as
835 false positives (ham). Originally intended to help categorize and
836 identify spam for Wordpress, it can be used for any type of data.
837
838 Akismet requires an API key for usage. You may get one for signing up
839 for a WordPress.com account. You do not need to activate a blog;
840 simply acquiring the account will provide you with the API key.
841
842 Additionally, Akismet requires that all requests contain a URL to the
843 resource for which data is being filtered, and, because of Akismet's
844 origins in WordPress, this resource is called the blog url. This value
845 should be passed as the second argument to the constructor, but may be
846 reset at any time using the setBlogUrl() accessor, or overridden by
847 specifying a 'blog' key in the various method calls.
848
849 %package Zend_Service_Amazon
850 Summary:        Zend_Service_Amazon
851 Group:          Development/Languages/PHP
852 URL:            http://framework.zend.com/manual/en/zend.service.amazon.html
853 Requires:       %{name} = %{version}-%{release}
854 Requires:       php-dom
855
856 %description Zend_Service_Amazon
857 Zend_Service_Amazon is a simple API for using Amazon web services.
858 Zend_Service_Amazon has two APIs: a more traditional one that follows
859 Amazon's own API, and a simpler "Query API" for constructing even
860 complex search queries easily.
861
862 Zend_Service_Amazon enables developers to retrieve information
863 appearing throughout Amazon.com web sites directly through the Amazon
864 Web Services API.
865
866 %package Zend_Service_Audioscrobbler
867 Summary:        Zend_Service_Audioscrobbler
868 Group:          Development/Languages/PHP
869 URL:            http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
870 Requires:       %{name} = %{version}-%{release}
871 Requires:       php-iconv
872
873 %description Zend_Service_Audioscrobbler
874 Zend_Service_Audioscrobbler is a simple API for using the
875 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
876 provides access to its database of Users, Artists, Albums, Tracks,
877 Tags, Groups, and Forums.
878
879 %package Zend_Service_Delicious
880 Summary:        Zend_Service_Delicious
881 Group:          Development/Languages/PHP
882 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
883 Requires:       %{name} = %{version}-%{release}
884 Requires:       php-dom
885
886 %description Zend_Service_Delicious
887 Zend_Service_Delicious is simple API for using del.icio.us XML and
888 JSON web services. This component gives you read-write access to posts
889 at del.icio.us if you provide credentials. It also allows read-only
890 access to public data of all users.
891
892 %package Zend_Service_Flickr
893 Summary:        Zend_Service_Flickr
894 Group:          Development/Languages/PHP
895 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
896 Requires:       %{name} = %{version}-%{release}
897 Requires:       php-dom
898 Requires:       php-iconv
899
900 %description Zend_Service_Flickr
901 Zend_Service_Flickr is a simple API for using the Flickr REST Web
902 Service. In order to use the Flickr web services, you must have an API
903 key. To obtain a key, visit the Flickr API Documentation
904 <http://www.flickr.com/services/api/>.
905
906 %package Zend_Service_Nirvanix
907 Summary:        Zend_Service_Nirvanix
908 Group:          Development/Languages/PHP
909 URL:            http://framework.zend.com/manual/en/zend.service.nirvanix.html
910 Requires:       %{name} = %{version}-%{release}
911
912 %description Zend_Service_Nirvanix
913 Nirvanix provides an Internet Media File System (IMFS), an Internet
914 storage service that allows applications to upload, store and organize
915 files and subsequently access them using a standard Web Services
916 interface. An IMFS is distributed clustered file system, accessed over
917 the Internet, and optimized for dealing with media files (audio,
918 video, etc). The goal of an IMFS is to provide massive scalability to
919 deal with the challenges of media storage growth, with guaranteed
920 access and availability regardless of time and location. Finally, an
921 IMFS gives applications the ability to access data securely, without
922 the large fixed costs associated with acquiring and maintaining
923 physical storage assets.
924
925 Before you can get started with Zend_Service_Nirvanix, you must first
926 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
927 After registering, you will receive a Username, Password, and
928 Application Key. All three are required to use Zend_Service_Nirvanix.
929
930 %package Zend_Service_ReCaptcha
931 Summary:        Zend_Service_ReCaptcha
932 Group:          Development/Languages/PHP
933 URL:            http://framework.zend.com/manual/en/zend.service.recaptcha.html
934 Requires:       %{name} = %{version}-%{release}
935
936 %description Zend_Service_ReCaptcha
937 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
938 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
939 that helps to digitize books." Each reCAPTCHA requires the user to
940 input two words, the first of which is the actual captcha, and the
941 second of which is a word from some scanned text that Optical
942 Character Recognition (OCR) software has been unable to identifiy. The
943 assumption is that if a user correctly provides the first word, the
944 second is likely correctly entered as well, and can be used to improve
945 OCR software for digitizing books.
946
947 In order to use the reCAPTCHA service, you will need to sign up for an
948 account (http://recaptcha.net/whyrecaptcha.html) and register one or
949 more domains with the service in order to generate public and private
950 keys.
951
952 %package Zend_Service_Simpy
953 Summary:        Zend_Service_Simpy
954 Group:          Development/Languages/PHP
955 URL:            http://framework.zend.com/manual/en/zend.service.simpy.html
956 Requires:       %{name} = %{version}-%{release}
957 Requires:       php-dom
958
959 %description Zend_Service_Simpy
960 Zend_Service_Simpy is a lightweight wrapper for the free REST API
961 available for the Simpy social bookmarking service.
962
963 In order to use Zend_Service_Simpy, you should already have a Simpy
964 account. To get an account, visit the Simpy web site
965 (http://simpy.com/).
966
967 %package Zend_Service_SlideShare
968 Summary:        Zend_Service_SlideShare
969 Group:          Development/Languages/PHP
970 URL:            http://framework.zend.com/manual/en/zend.service.slideshare.html
971 Requires:       %{name} = %{version}-%{release}
972
973 %description Zend_Service_SlideShare
974 The Zend_Service_SlideShare component is used to interact with the
975 slideshare.net web services for hosting slide shows online. With this
976 component, you can embed slide shows which are hosted on this web site
977 within a web site and even upload new slide shows to your account.
978
979 In order to use the Zend_Service_SlideShare component you must first
980 create an account on the slideshare.net servers in order to receive an
981 API key, username, password and shared secret value -- all of which
982 are needed in order to use the Zend_Service_SlideShare component.
983
984 %package Zend_Service_StrikeIron
985 Summary:        Zend_Service_StrikeIron
986 Group:          Development/Languages/PHP
987 URL:            http://framework.zend.com/manual/en/zend.service.strikeiron.html
988 Requires:       %{name} = %{version}-%{release}
989
990 %description Zend_Service_StrikeIron
991 Zend_Service_StrikeIron provides a client to StrikeIron web services.
992
993 The Zend_Service_StrikeIron component provides:
994 - A single point for configuring your StrikeIron authentication
995   credentials that can be used across many StrikeIron services.
996 - A standard way of retrieving your StrikeIron subscription
997   information such as license status and the number of hits remaining to
998   a service.
999 - The ability to use any StrikeIron service from its WSDL without
1000   creating a PHP wrapper class, and the option of creating a wrapper for
1001   a more convenient interface.
1002 - Wrappers for three popular StrikeIron services.
1003
1004 Before you can get started with Zend_Service_StrikeIron, you must
1005 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1006 developer account. After registering, you will receive a StrikeIron
1007 username and password. These will be used when connecting to
1008 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1009 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1010 StrikeIron's Super Data Pack Web Service. Both registration steps are
1011 free and can be done relatively quickly through the StrikeIron
1012 website.
1013
1014 %package Zend_Service_Technorati
1015 Summary:        Zend_Service_Technorati
1016 Group:          Development/Languages/PHP
1017 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1018 Requires:       %{name} = %{version}-%{release}
1019
1020 %description Zend_Service_Technorati
1021 Zend_Service_Technorati provides an easy, intuitive and
1022 object-oriented interface for using the Technorati API. It provides
1023 access to all available Technorati API queries and returns the
1024 original XML response as a friendly PHP object.
1025
1026 Technorati requires a valid API key for usage. To get your own API Key
1027 you first need to create a new Technorati account
1028 (http://technorati.com/signup/), then visit the API Key section
1029 (http://technorati.com/developers/apikey.html).
1030
1031 %package Zend_Service_Twitter
1032 Summary:        Zend_Service_Twitter
1033 Group:          Development/Languages/PHP
1034 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1035 Requires:       %{name} = %{version}-%{release}
1036
1037 %description Zend_Service_Twitter
1038 Zend_Service_Twitter provides a client for the Twitter REST API.
1039 Zend_Service_Twitter will allow you to query the public timeline and
1040 if you provide a username and password for Twitter it will allow you
1041 to get and update your status, reply to friends, direct message
1042 friends, mark tweets as favorite and much more.
1043
1044 %package Zend_Service_Yahoo
1045 Summary:        Zend_Service_Yahoo
1046 Group:          Development/Languages/PHP
1047 URL:            http://framework.zend.com/manual/en/zend.service.yahoo.html
1048 Requires:       %{name} = %{version}-%{release}
1049 Requires:       php-dom
1050
1051 %description Zend_Service_Yahoo
1052 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1053 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1054 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1055 REST API, you must have a Yahoo! Application ID. To obtain an
1056 Application ID, please complete and submit the Application ID Request
1057 Form (http://developer.yahoo.com/wsregapp/).
1058
1059 %package Zend_Session
1060 Summary:        Zend_Session
1061 Group:          Development/Languages/PHP
1062 URL:            http://framework.zend.com/manual/en/zend.session.html
1063 Requires:       %{name} = %{version}-%{release}
1064
1065 %description Zend_Session
1066 Zend_Session helps manage and preserve session data across multiple
1067 page requests by the same client. Zend_Session component:
1068 - provides an object-oriented interface to access session data
1069 - provides optional security features to help protect against session
1070   hijacking
1071 - supports namespaced access to the PHP session for interoperability.
1072
1073 %package Zend_Soap
1074 Summary:        Zend_Soap
1075 Group:          Development/Languages/PHP
1076 URL:            http://framework.zend.com/manual/en/zend.soap.html
1077 Requires:       %{name} = %{version}-%{release}
1078
1079 %description Zend_Soap
1080 Zend_Soap component is intended to simplify Web Services development
1081 for PHP programmers.
1082
1083 %package Zend_Tag
1084 Summary:        Zend_Tag -- work with taggable Items
1085 Group:          Development/Languages/PHP
1086 URL:            http://framework.zend.com/manual/en/zend.tag.html
1087 Requires:       %{name} = %{version}-%{release}
1088
1089 %description Zend_Tag
1090 Zend_Tag is a component suite which provides a facility to work with
1091 taggable Items. As its base, it provides two classes to work with Tags,
1092 Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with the
1093 interface Zend_Tag_Taggable, which allows you to use any of your models
1094 as a taggable item in conjunction with Zend_Tag.
1095
1096 %package Zend_Text
1097 Summary:        Zend_Text
1098 Group:          Development/Languages/PHP
1099 URL:            http://framework.zend.com/manual/en/zend.text.html
1100 Requires:       %{name} = %{version}-%{release}
1101
1102 %description Zend_Text
1103 Zend_Text is a component which enables developers to create a so
1104 called FIGlet text. A FIGlet text is a string, which is represented as
1105 ASCII art. FIGlets use a special font format, called FLT (FigLet
1106 Font).
1107
1108 %package Zend_Test
1109 Summary:        Zend_Test
1110 Group:          Development/Languages/PHP
1111 URL:            http://framework.zend.com/manual/en/zend.test.html
1112 Requires:       %{name} = %{version}-%{release}
1113 Requires:       php-PHPUnit
1114
1115 %description Zend_Test
1116 Zend_Test provides tools to facilitate unit testing of your Zend
1117 Framework applications.
1118
1119 %package Zend_Tool
1120 Summary:        Zend_Tool
1121 Group:          Development/Languages/PHP
1122 URL:            http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1123 Requires:       %{name} = %{version}-%{release}
1124 Requires:       /usr/bin/php
1125
1126 %description Zend_Tool
1127 Zend_Tool component is intended to simplify project development for
1128 PHP programmers.
1129
1130 Please note that this component is part of Zend Framework incubator.
1131
1132 %package Zend_Translate
1133 Summary:        Zend_Translate
1134 Group:          Development/Languages/PHP
1135 URL:            http://framework.zend.com/manual/en/zend.translate.html
1136 Requires:       %{name} = %{version}-%{release}
1137
1138 %description Zend_Translate
1139 Zend_Translate is the Zend Framework's solution for multilingual
1140 applications.
1141
1142 The benefits of Zend_Translate are:
1143 - Supports multiple source formats: Zend_Translate supports several
1144   source formats, including those supported by PHP, and other formats
1145   including TMX and CSV files.
1146 - Thread-safe gettext: The gettext reader of Zend_Translate is
1147   thread-safe. There are no problems using it in multi-threaded
1148   environments.
1149 - Easy and generic API: The API of Zend_Translate is very simple and
1150   requires only a handful of functions. So it's easy to learn and easy
1151   to maintain. All source formats are handled the same way, so if the
1152   format of your source files change from Gettext to TMX, you only need
1153   to change one line of code to specify the storage adapter.
1154 - Detection of the user's standard language: The preferred language of
1155   the user accessing the site can be detected and used by
1156   Zend_Translate.
1157 - Automatic source detection: Zend_Translate is capable of detecting
1158   and integrating multiple source files and additionally detect the
1159   locale to be used depending on directory or filenames.
1160
1161 %package Zend_Uri
1162 Summary:        Zend_Uri
1163 Group:          Development/Languages/PHP
1164 URL:            http://framework.zend.com/manual/en/zend.uri.html
1165 Requires:       %{name} = %{version}-%{release}
1166 Requires:       php-ctype
1167
1168 %description Zend_Uri
1169 Zend_Uri is a component that aids in manipulating and validating
1170 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1171 service other components such as Zend_Http_Client but is also useful
1172 as a standalone utility.
1173
1174 %package Zend_Validate
1175 Summary:        Zend_Validate
1176 Group:          Development/Languages/PHP
1177 URL:            http://framework.zend.com/manual/en/zend.validate.html
1178 Requires:       %{name} = %{version}-%{release}
1179 Requires:       php-ctype
1180
1181 %description Zend_Validate
1182 The Zend_Validate component provides a set of commonly needed
1183 validators. It also provides a simple validator chaining mechanism by
1184 which multiple validators may be applied to a single datum in a
1185 user-defined order.
1186
1187 %package Zend_Version
1188 Summary:        Zend_Version
1189 Group:          Development/Languages/PHP
1190 URL:            http://framework.zend.com/manual/en/zend.version.html
1191 Requires:       %{name} = %{version}-%{release}
1192
1193 %description Zend_Version
1194 Zend_Version component delivers current version number of Zend
1195 Framework.
1196
1197 %package Zend_View
1198 Summary:        Zend_View
1199 Group:          Development/Languages/PHP
1200 URL:            http://framework.zend.com/manual/en/zend.view.html
1201 Requires:       %{name} = %{version}-%{release}
1202
1203 %description Zend_View
1204 Zend_View is a class for working with the "view" portion of the
1205 model-view-controller pattern. That is, it exists to help keep the
1206 view script separate from the model and controller scripts. It
1207 provides a system of helpers, output filters, and variable escaping.
1208 Zend_View is template system agnostic; you may use PHP as your
1209 template language, or create instances of other template systems and
1210 manipulate them within your view script. Essentially, using Zend_View
1211 happens in two major steps: 1. Your controller script creates an
1212 instance of Zend_View and assigns variables to that instance. 2. The
1213 controller tells the Zend_View to render a particular view, thereby
1214 handing control over the view script, which generates the view output.
1215
1216 %package Zend_Wildfire
1217 Summary:        Zend_Wildfire
1218 Group:          Development/Languages/PHP
1219 URL:            http://framework.zend.com/manual/en/zend.wildfire.html
1220 Requires:       %{name} = %{version}-%{release}
1221
1222 %description Zend_Wildfire
1223 Zend_Wildfire is a component that facilitates communication between
1224 PHP code and Wildfire client components. The purpose of the Wildfire
1225 Project is to develop standardized communication channels between a
1226 large variety of components and a dynamic and scriptable plugin
1227 architecture. At this time the primary focus is to provide a system to
1228 allow server-side PHP code to inject logging messages into the Firebug
1229 Console (http://getfirebug.com/).
1230
1231 %package Zend_XmlRpc
1232 Summary:        Zend_XmlRpc
1233 Group:          Development/Languages/PHP
1234 URL:            http://framework.zend.com/manual/en/zend.xmlrpc.html
1235 Requires:       %{name} = %{version}-%{release}
1236 Requires:       php-dom
1237 Requires:       php-iconv
1238
1239 %description Zend_XmlRpc
1240 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1241 "...remote procedure calling using HTTP as the transport and XML as
1242 the encoding. XML-RPC is designed to be as simple as possible, while
1243 allowing complex data structures to be transmitted, processed and
1244 returned". The Zend Framework provides support for both consuming
1245 remote XML-RPC services and building new XML-RPC servers.
1246
1247 %package demos
1248 Summary:        Demos for Zend Framework
1249 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1250 Group:          Documentation
1251
1252 %description demos
1253 Demos for Zend Framework.
1254
1255 %description demos -l pl.UTF-8
1256 Programy demonstracyjne dla szkieletu Zend Framework.
1257
1258 %package manual-en
1259 Summary:        Zend Framework manual in English language
1260 Summary(pl.UTF-8):      Podręcznik do Zend Framework w języku angielskim
1261 Group:          Documentation
1262
1263 %description manual-en
1264 Zend Framework manual in English language.
1265
1266 %description manual-en -l pl.UTF-8
1267 Podręcznik do Zend Framework w języku angielskim.
1268
1269 %prep
1270 %setup -q -a1
1271 mv %{name}-%{version}/documentation .
1272 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1273 %patch0 -p1
1274 cd library
1275 %patch1 -p0
1276 cd -
1277 %patch2 -p1
1278
1279 install %{SOURCE2} find-lang.sh
1280
1281 %install
1282 rm -rf $RPM_BUILD_ROOT
1283 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/{bin,Zend/Math}}
1284 install -d $RPM_BUILD_ROOT%{_bindir}
1285 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1286
1287 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1288 # NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1289 # pear(...) deps won't be satisifed that these libs use extensively.
1290 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1291
1292 # install missing files
1293 install %{SOURCE3} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Manifest/Exception.php
1294 install %{SOURCE4} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Provider/Exception.php
1295 install %{SOURCE5} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Project/Resource.php
1296 install %{SOURCE6} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Math/Exception.php
1297
1298 # create script in bindir
1299 cp -a bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
1300 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
1301 #!/bin/sh
1302 cd %{php_pear_dir}/bin
1303 exec /usr/bin/php -d Safe_mode=off zf.php ${1:+"$@"}
1304 EOF
1305
1306 ./find-lang.sh %{name}.lang
1307
1308 # manual
1309 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1310 cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1311
1312 %clean
1313 rm -rf $RPM_BUILD_ROOT
1314
1315 %files
1316 %defattr(644,root,root,755)
1317 %doc LICENSE.txt README.txt
1318 %dir %{php_pear_dir}/Zend
1319 %dir %{php_pear_dir}/Zend/Console
1320 %dir %{php_pear_dir}/Zend/Search
1321
1322 %dir %{php_pear_dir}/Zend/Server
1323 %{php_pear_dir}/Zend/Server/Abstract.php
1324 %{php_pear_dir}/Zend/Server/Exception.php
1325 %{php_pear_dir}/Zend/Server/Interface.php
1326 %{php_pear_dir}/Zend/Server/Definition.php
1327 %{php_pear_dir}/Zend/Math
1328 %dir %{php_pear_dir}/Zend/Server/Method
1329 %{php_pear_dir}/Zend/Server/Method/Callback.php
1330 %{php_pear_dir}/Zend/Server/Method/Definition.php
1331 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1332 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1333
1334 %dir %{php_pear_dir}/Zend/Service
1335 %{php_pear_dir}/Zend/Service/Abstract.php
1336 %{php_pear_dir}/Zend/Service/Exception.php
1337
1338 %{php_pear_dir}/Zend/TimeSync
1339 %{php_pear_dir}/Zend/TimeSync.php
1340
1341 %files Zend_Acl
1342 %defattr(644,root,root,755)
1343 %{php_pear_dir}/Zend/Acl
1344 %{php_pear_dir}/Zend/Acl.php
1345
1346 %files Zend_Amf
1347 %defattr(644,root,root,755)
1348 %{php_pear_dir}/Zend/Amf
1349
1350 %files Zend_Application
1351 %defattr(644,root,root,755)
1352 %{php_pear_dir}/Zend/Application
1353 %{php_pear_dir}/Zend/Application.php
1354
1355 %files Zend_ProgressBar
1356 %defattr(644,root,root,755)
1357 %{php_pear_dir}/Zend/ProgressBar.php
1358 %{php_pear_dir}/Zend/ProgressBar
1359
1360 %files Zend_Auth
1361 %defattr(644,root,root,755)
1362 %{php_pear_dir}/Zend/Auth
1363 %{php_pear_dir}/Zend/Auth.php
1364
1365 %files Zend_Cache
1366 %defattr(644,root,root,755)
1367 %{php_pear_dir}/Zend/Cache
1368 %{php_pear_dir}/Zend/Cache.php
1369 # Zend_Server_Cache subpackage?
1370 # but not listed as separate component on doc
1371 %{php_pear_dir}/Zend/Server/Cache.php
1372
1373 %files Zend_Captcha
1374 %defattr(644,root,root,755)
1375 %{php_pear_dir}/Zend/Captcha
1376
1377 %files Zend_CodeGenerator
1378 %defattr(644,root,root,755)
1379 %{php_pear_dir}/Zend/CodeGenerator
1380
1381 %files Zend_Config
1382 %defattr(644,root,root,755)
1383 %{php_pear_dir}/Zend/Config
1384 %{php_pear_dir}/Zend/Config.php
1385
1386 %files Zend_Console_Getopt
1387 %defattr(644,root,root,755)
1388 %{php_pear_dir}/Zend/Console/Getopt
1389 %{php_pear_dir}/Zend/Console/Getopt.php
1390
1391 %files Zend_Controller
1392 %defattr(644,root,root,755)
1393 %{php_pear_dir}/Zend/Controller
1394
1395 %files Zend_Crypt
1396 %defattr(644,root,root,755)
1397 %{php_pear_dir}/Zend/Crypt
1398 %{php_pear_dir}/Zend/Crypt.php
1399
1400 %files Zend_Currency
1401 %defattr(644,root,root,755)
1402 %{php_pear_dir}/Zend/Currency
1403 %{php_pear_dir}/Zend/Currency.php
1404
1405 %files Zend_Date
1406 %defattr(644,root,root,755)
1407 %{php_pear_dir}/Zend/Date
1408 %{php_pear_dir}/Zend/Date.php
1409
1410 %files Zend_Db
1411 %defattr(644,root,root,755)
1412 %{php_pear_dir}/Zend/Db
1413 %{php_pear_dir}/Zend/Db.php
1414
1415 %files Zend_Debug
1416 %defattr(644,root,root,755)
1417 %{php_pear_dir}/Zend/Debug.php
1418
1419 %files Zend_Dojo
1420 %defattr(644,root,root,755)
1421 %{php_pear_dir}/Zend/Dojo
1422 %{php_pear_dir}/Zend/Dojo.php
1423
1424 %files Zend_Dom
1425 %defattr(644,root,root,755)
1426 %{php_pear_dir}/Zend/Dom
1427
1428 %files Zend_Exception
1429 %defattr(644,root,root,755)
1430 %{php_pear_dir}/Zend/Exception.php
1431
1432 %files Zend_Feed
1433 %defattr(644,root,root,755)
1434 %{php_pear_dir}/Zend/Feed
1435 %{php_pear_dir}/Zend/Feed.php
1436
1437 %files Zend_File
1438 %defattr(644,root,root,755)
1439 %{php_pear_dir}/Zend/File
1440
1441 %files Zend_Filter
1442 %defattr(644,root,root,755)
1443 %{php_pear_dir}/Zend/Filter
1444 %{php_pear_dir}/Zend/Filter.php
1445 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1446
1447 %files Zend_Filter_Input
1448 %defattr(644,root,root,755)
1449 %{php_pear_dir}/Zend/Filter/Input.php
1450
1451 %files Zend_Form
1452 %defattr(644,root,root,755)
1453 %{php_pear_dir}/Zend/Form
1454 %{php_pear_dir}/Zend/Form.php
1455
1456 %files Zend_Gdata
1457 %defattr(644,root,root,755)
1458 %{php_pear_dir}/Zend/Gdata
1459 %{php_pear_dir}/Zend/Gdata.php
1460
1461 %files Zend_Http
1462 %defattr(644,root,root,755)
1463 %{php_pear_dir}/Zend/Http
1464
1465 %files Zend_InfoCard
1466 %defattr(644,root,root,755)
1467 %{php_pear_dir}/Zend/InfoCard
1468 %{php_pear_dir}/Zend/InfoCard.php
1469
1470 %files Zend_Json
1471 %defattr(644,root,root,755)
1472 %{php_pear_dir}/Zend/Json
1473 %{php_pear_dir}/Zend/Json.php
1474
1475 %files Zend_Layout
1476 %defattr(644,root,root,755)
1477 %{php_pear_dir}/Zend/Layout
1478 %{php_pear_dir}/Zend/Layout.php
1479
1480 %files Zend_Ldap
1481 %defattr(644,root,root,755)
1482 %{php_pear_dir}/Zend/Ldap
1483 %{php_pear_dir}/Zend/Ldap.php
1484
1485 %files Zend_Loader
1486 %defattr(644,root,root,755)
1487 %{php_pear_dir}/Zend/Loader
1488 %{php_pear_dir}/Zend/Loader.php
1489
1490 %files Zend_Locale -f %{name}.lang
1491 %defattr(644,root,root,755)
1492 %dir %{php_pear_dir}/Zend/Locale
1493 %{php_pear_dir}/Zend/Locale.php
1494 %{php_pear_dir}/Zend/Locale/Exception.php
1495 %{php_pear_dir}/Zend/Locale/Format.php
1496 %{php_pear_dir}/Zend/Locale/Math.php
1497 %{php_pear_dir}/Zend/Locale/Math
1498
1499 %{php_pear_dir}/Zend/Locale/Data.php
1500 %dir %{php_pear_dir}/Zend/Locale/Data
1501 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1502 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1503 %{php_pear_dir}/Zend/Locale/Data/plurals.xml
1504 %{php_pear_dir}/Zend/Locale/Data/root.xml
1505 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1506 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1507
1508 %files Zend_Log
1509 %defattr(644,root,root,755)
1510 %{php_pear_dir}/Zend/Log
1511 %{php_pear_dir}/Zend/Log.php
1512
1513 %files Zend_Mail
1514 %defattr(644,root,root,755)
1515 %{php_pear_dir}/Zend/Mail
1516 %{php_pear_dir}/Zend/Mail.php
1517
1518 %files Zend_Measure
1519 %defattr(644,root,root,755)
1520 %{php_pear_dir}/Zend/Measure
1521
1522 %files Zend_Memory
1523 %defattr(644,root,root,755)
1524 %{php_pear_dir}/Zend/Memory
1525 %{php_pear_dir}/Zend/Memory.php
1526
1527 %files Zend_Mime
1528 %defattr(644,root,root,755)
1529 %{php_pear_dir}/Zend/Mime
1530 %{php_pear_dir}/Zend/Mime.php
1531
1532 %files Zend_Navigation
1533 %defattr(644,root,root,755)
1534 %{php_pear_dir}/Zend/Navigation
1535 %{php_pear_dir}/Zend/Navigation.php
1536
1537 %files Zend_OpenId
1538 %defattr(644,root,root,755)
1539 %{php_pear_dir}/Zend/OpenId
1540 %{php_pear_dir}/Zend/OpenId.php
1541
1542 %files Zend_Paginator
1543 %defattr(644,root,root,755)
1544 %{php_pear_dir}/Zend/Paginator
1545 %{php_pear_dir}/Zend/Paginator.php
1546
1547 %files Zend_Pdf
1548 %defattr(644,root,root,755)
1549 %{php_pear_dir}/Zend/Pdf
1550 %{php_pear_dir}/Zend/Pdf.php
1551
1552 %files Zend_Reflection
1553 %defattr(644,root,root,755)
1554 %{php_pear_dir}/Zend/Reflection
1555
1556 %files Zend_Registry
1557 %defattr(644,root,root,755)
1558 %{php_pear_dir}/Zend/Registry.php
1559
1560 %files Zend_Rest
1561 %defattr(644,root,root,755)
1562 %{php_pear_dir}/Zend/Rest
1563
1564 %files Zend_Search_Lucene
1565 %defattr(644,root,root,755)
1566 %{php_pear_dir}/Zend/Search/Exception.php
1567 %{php_pear_dir}/Zend/Search/Lucene
1568 %{php_pear_dir}/Zend/Search/Lucene.php
1569
1570 %files Zend_Server_Reflection
1571 %defattr(644,root,root,755)
1572 %{php_pear_dir}/Zend/Server/Reflection
1573 %{php_pear_dir}/Zend/Server/Reflection.php
1574
1575 %files Zend_Service_Akismet
1576 %defattr(644,root,root,755)
1577 %{php_pear_dir}/Zend/Service/Akismet.php
1578
1579 %files Zend_Service_Amazon
1580 %defattr(644,root,root,755)
1581 %{php_pear_dir}/Zend/Service/Amazon
1582 %{php_pear_dir}/Zend/Service/Amazon.php
1583
1584 %files Zend_Service_Audioscrobbler
1585 %defattr(644,root,root,755)
1586 %{php_pear_dir}/Zend/Service/Audioscrobbler
1587 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1588
1589 %files Zend_Service_Delicious
1590 %defattr(644,root,root,755)
1591 %{php_pear_dir}/Zend/Service/Delicious
1592 %{php_pear_dir}/Zend/Service/Delicious.php
1593
1594 %files Zend_Service_Flickr
1595 %defattr(644,root,root,755)
1596 %{php_pear_dir}/Zend/Service/Flickr
1597 %{php_pear_dir}/Zend/Service/Flickr.php
1598
1599 %files Zend_Service_Nirvanix
1600 %defattr(644,root,root,755)
1601 %{php_pear_dir}/Zend/Service/Nirvanix
1602 %{php_pear_dir}/Zend/Service/Nirvanix.php
1603
1604 %files Zend_Service_ReCaptcha
1605 %defattr(644,root,root,755)
1606 %{php_pear_dir}/Zend/Service/ReCaptcha
1607 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1608
1609 %files Zend_Service_Simpy
1610 %defattr(644,root,root,755)
1611 %{php_pear_dir}/Zend/Service/Simpy
1612 %{php_pear_dir}/Zend/Service/Simpy.php
1613
1614 %files Zend_Service_SlideShare
1615 %defattr(644,root,root,755)
1616 %{php_pear_dir}/Zend/Service/SlideShare
1617 %{php_pear_dir}/Zend/Service/SlideShare.php
1618
1619 %files Zend_Service_StrikeIron
1620 %defattr(644,root,root,755)
1621 %{php_pear_dir}/Zend/Service/StrikeIron
1622 %{php_pear_dir}/Zend/Service/StrikeIron.php
1623
1624 %files Zend_Service_Technorati
1625 %defattr(644,root,root,755)
1626 %{php_pear_dir}/Zend/Service/Technorati
1627 %{php_pear_dir}/Zend/Service/Technorati.php
1628
1629 %files Zend_Service_Twitter
1630 %defattr(644,root,root,755)
1631 %{php_pear_dir}/Zend/Service/Twitter
1632 %{php_pear_dir}/Zend/Service/Twitter.php
1633
1634 %files Zend_Service_Yahoo
1635 %defattr(644,root,root,755)
1636 %{php_pear_dir}/Zend/Service/Yahoo
1637 %{php_pear_dir}/Zend/Service/Yahoo.php
1638
1639 %files Zend_Session
1640 %defattr(644,root,root,755)
1641 %{php_pear_dir}/Zend/Session
1642 %{php_pear_dir}/Zend/Session.php
1643
1644 %files Zend_Soap
1645 %defattr(644,root,root,755)
1646 %{php_pear_dir}/Zend/Soap
1647
1648 %files Zend_Tag
1649 %defattr(644,root,root,755)
1650 %{php_pear_dir}/Zend/Tag
1651
1652 %files Zend_Text
1653 %defattr(644,root,root,755)
1654 %{php_pear_dir}/Zend/Text
1655
1656 %files Zend_Test
1657 %defattr(644,root,root,755)
1658 %{php_pear_dir}/Zend/Test
1659
1660 %files Zend_Tool
1661 %defattr(644,root,root,755)
1662 %attr(755,root,root) %{_bindir}/zf
1663 %{php_pear_dir}/bin/zf.php
1664 %{php_pear_dir}/Zend/Tool
1665
1666 %files Zend_Translate
1667 %defattr(644,root,root,755)
1668 %{php_pear_dir}/Zend/Translate
1669 %{php_pear_dir}/Zend/Translate.php
1670
1671 %files Zend_Uri
1672 %defattr(644,root,root,755)
1673 %{php_pear_dir}/Zend/Uri
1674 %{php_pear_dir}/Zend/Uri.php
1675
1676 %files Zend_Validate
1677 %defattr(644,root,root,755)
1678 %{php_pear_dir}/Zend/Validate
1679 %{php_pear_dir}/Zend/Validate.php
1680
1681 %files Zend_Version
1682 %defattr(644,root,root,755)
1683 %{php_pear_dir}/Zend/Version.php
1684
1685 %files Zend_View
1686 %defattr(644,root,root,755)
1687 %{php_pear_dir}/Zend/View
1688 %{php_pear_dir}/Zend/View.php
1689
1690 %files Zend_Wildfire
1691 %defattr(644,root,root,755)
1692 %{php_pear_dir}/Zend/Wildfire
1693
1694 %files Zend_XmlRpc
1695 %defattr(644,root,root,755)
1696 %{php_pear_dir}/Zend/XmlRpc
1697
1698 %files demos
1699 %defattr(644,root,root,755)
1700 %{_examplesdir}/%{name}-%{version}
1701
1702 %files manual-en
1703 %defattr(644,root,root,755)
1704 %doc %{_docdir}/%{name}-en
This page took 0.136764 seconds and 4 git commands to generate.