]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework.spec
- Zend_Soap deps
[packages/ZendFramework.git] / ZendFramework.spec
CommitLineData
d6c449f8
AG
1#
2# TODO:
3# error: Failed dependencies:
3d61ed11 4# pear(Zend/Tool/Framework/Manifest/Metadata.php) is needed by ZendFramework-Zend_Tool-1.8.0-0.1.noarch
d6c449f8 5#
f111a2c5 6%include /usr/lib/rpm/macros.php
366e32c5 7Summary: Zend Framework
4bcf46e1 8Summary(pl.UTF-8): Szkielet Zend
366e32c5 9Name: ZendFramework
8d05effb 10Version: 1.8.0
d6c449f8 11Release: 0.1
e100c5ce 12License: New BSD License
366e32c5 13Group: Development/Languages/PHP
6007ee30 14Source0: http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
8d05effb 15# Source0-md5: 2f2acffa24644a1cd975ba90b6bf1077
6007ee30 16Source1: http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
8d05effb 17# Source1-md5: 46dd0ca64e6b2dde42df14281b94ebc7
25284397 18Source2: %{name}-find-lang.sh
5456540a 19# http://framework.zend.com/issues/browse/ZF-5802
ed42ec2e
AG
20Source3: %{name}-Zend_Tool_Framework_Manifest_Exception.php
21Source4: %{name}-Zend_Tool_Framework_Provider_Exception.php
22Source5: %{name}-Zend_Tool_Project_Resource.php
3d61ed11 23Source6: %{name}-Zend_Math_Exception.php
c064d7ba
ER
24Patch0: %{name}-additional-locales.patch
25Patch1: %{name}-db_charset.patch
b573c28a 26Patch2: %{name}-deps.patch
74a16276 27URL: http://framework.zend.com/
f111a2c5 28BuildRequires: rpm-php-pearprov >= 4.4.2-11
39269395 29BuildRequires: sed >= 4.0
6e96c14e 30Requires: php-common >= 4:5.1.4
e53c1633 31Requires: php-pear
0704a169 32Requires: rpm-whiteout >= 1.12
6e96c14e 33Obsoletes: ZendFramework-doc
366e32c5
ER
34BuildArch: noarch
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
8246fb64 37# exclude optional dependencies
ed42ec2e 38%define _noautoreq 'php(oci8)' 'php(bitset)' 'pear(../application/bootstrap.php)'
8246fb64 39
366e32c5
ER
40%description
41Zend Framework is a high quality and open source framework for
42developing Web Applications and Web Services.
43
44Built in the true PHP spirit, the Zend Framework delivers ease-of-use
45and powerful functionality. It provides solutions for building modern,
46robust, and secure websites.
47
0c96b98d
JR
48%description -l pl.UTF-8
49Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
50tworzenia aplikacji i usług WWW.
6dcfea62 51
0c96b98d
JR
52Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
53użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
54nowoczesnych, bogatych i bezpiecznych serwisów WWW.
6dcfea62 55
e71cf32a 56%package Zend_Acl
74a16276
JB
57Summary: Zend_Acl - ACL functionality and privileges management
58Summary(pl.UTF-8): Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
e71cf32a 59Group: Development/Languages/PHP
60URL: http://framework.zend.com/manual/en/zend.acl.html
61Requires: %{name} = %{version}-%{release}
62
63%description Zend_Acl
64Zend_Acl provides lightweight and flexible access control list (ACL)
65functionality and privileges management. In general, an application
66may utilize such functionality to control access to certain protected
67objects by other requesting objects.
68
74a16276
JB
69%description Zend_Acl -l pl.UTF-8
70Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
71oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
72wykorzystywać te funkcje do kontroli dostępu do określonych
73chronionych obiektów przez inne obiekty.
74
16faf287 75%package Zend_Amf
74a16276
JB
76Summary: Zend_Amf - Action Message Format support
77Summary(pl.UTF-8): Zend_Amf - obsługa formatu AMF (Action Message Format)
16faf287
ER
78Group: Development/Languages/PHP
79URL: http://framework.zend.com/manual/en/zend.amf.html
80Requires: %{name} = %{version}-%{release}
81
82%description Zend_Amf
6d2990e4
ER
83Zend_Amf provides support for Adobe's Action Message Format (AMF), to
84allow communication between Adobe's Flash Player and PHP.
85Specifically, it provides a gateway server implementation for handling
86requests sent from the Flash Player to the server and mapping these
87requests to object and class methods and arbitrary callbacks.
16faf287 88
74a16276
JB
89%description Zend_Amf -l pl.UTF-8
90Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
91pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
92szczególności udostępnia implementację serwera bramki do obsługi żądań
93wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
94obiekty i metody klas oraz wywołania zwrotne.
95
8d05effb
AG
96%package Zend_Application
97Summary: Zend_Application - bootstrap facility
98Group: Development/Languages/PHP
99URL: http://framework.zend.com/manual/en/zend.amf.html
100Requires: %{name} = %{version}-%{release}
101
102%description Zend_Application
103Zend_Application provides a bootstrapping facility for applications
104which provides reusable resources, common- and module-based bootstrap
105classes and dependency checking. It also takes care of setting up the
106PHP environment and introduces autoloading by default.
107
e71cf32a 108%package Zend_Auth
74a16276
JB
109Summary: Zend_Auth - authentication API
110Summary(pl.UTF-8): Zend_Auth - API do uwierzytelniania
e71cf32a 111Group: Development/Languages/PHP
112URL: http://framework.zend.com/manual/en/zend.auth.html
113Requires: %{name} = %{version}-%{release}
6d2990e4
ER
114Requires: php-ctype
115# Zend_Auth_Adapter_Http has hard dependency on hash
e71cf32a 116
117%description Zend_Auth
118Zend_Auth provides an API for authentication and includes concrete
119authentication adapters for common use case scenarios.
120
74a16276
JB
121%description Zend_Auth -l pl.UTF-8
122Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
123adaptery do uwierzytelniania w popularnych przypadkach użycia.
124
e71cf32a 125%package Zend_Cache
74a16276
JB
126Summary: Zend_Cache - data caching
127Summary(pl.UTF-8): Zend_Cache - pamięć podręczna dla danych
e71cf32a 128Group: Development/Languages/PHP
129URL: http://framework.zend.com/manual/en/zend.cache.html
130Requires: %{name} = %{version}-%{release}
6d2990e4 131# Zend_Cache_Backend_Apc hard dep on php-pecl-APC
e71cf32a 132
133%description Zend_Cache
134Zend_Cache provides a flexible approach toward caching data, including
135support for tagging, manipulating, iterating, and removing subsets.
136
74a16276
JB
137%description Zend_Cache -l pl.UTF-8
138Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
139oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
140
e71cf32a 141%package Zend_Captcha
74a16276
JB
142Summary: Zend_Captcha - CAPTCHA functionality
143Summary(pl.UTF-8): Zend_Captcha - funkcjonalność CAPTCHA
e71cf32a 144Group: Development/Languages/PHP
145URL: http://framework.zend.com/manual/en/zend.captcha.html
146Requires: %{name} = %{version}-%{release}
147
148%description Zend_Captcha
149CAPTCHA stands for "Completely Automated Turing test to tell Computers
150and Humans Apart" it is used as a challenge-response to ensure that
151the individual submitting information is a human and not an automated
152process. Typically, a captcha is used with form submissions where
153authenticated users are not necessary, but you desire to prevent spam
154submissions. Captchas can take variety of forms, including asking
155logic questions, presenting skewed fonts, and presenting images and
156asking how they relate. Zend_Captcha aims to provide a variety of
157backends that may be utilized either standalone or in conjunction with
158Zend_Form.
159
74a16276
JB
160%description Zend_Captcha -l pl.UTF-8
161CAPTCHA (Completely Automated Turing test to tell Computers and Humans
162Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
163wysyłający informację jest człowiekiem, a nie zautomatyzowanym
164procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
165bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
166postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
167fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
168udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
169i w połączeniu z Zend_Form.
170
8d05effb
AG
171%package Zend_CodeGenerator
172Summary: Zend_CodeGenerator - generate arbitrary code using OO interface
173Group: Development/Languages/PHP
174URL: http://framework.zend.com/manual/en/zend.codegenerator.html
175Requires: %{name} = %{version}-%{release}
176
177%description Zend_CodeGenerator
178Zend_CodeGenerator provides facilities to generate arbitrary code using
179an object oriented interface, both to create new code as well as to
180update existing code. While the current implementation is limited to
181generating PHP code, you can easily extend the base class in order to
182provide code generation for other tasks: JavaScript, configuration
183files, apache vhosts, etc.
184
e71cf32a 185%package Zend_Config
74a16276
JB
186Summary: Zend_Config - access to configuration data
187Summary(pl.UTF-8): Zend_Config - dostęp do danych konfiguracyjnych
e71cf32a 188Group: Development/Languages/PHP
189URL: http://framework.zend.com/manual/en/zend.config.html
190Requires: %{name} = %{version}-%{release}
191
192%description Zend_Config
193Zend_Config is designed to simplify access to and use of configuration
194data within applications.
195
74a16276
JB
196%description Zend_Config -l pl.UTF-8
197Zend_Config ma na celu ułatwienie dostępu i używania danych
198konfiguracyjnych w aplikacjach.
199
e71cf32a 200%package Zend_Console_Getopt
74a16276
JB
201Summary: Zend_Console_Getopt - parsing command-line options and arguments
202Summary(pl.UTF-8): Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
e71cf32a 203Group: Development/Languages/PHP
204URL: http://framework.zend.com/manual/en/zend.console.getopt.html
205Requires: %{name} = %{version}-%{release}
206
207%description Zend_Console_Getopt
208The Zend_Console_Getopt class helps command-line applications to parse
209their options and arguments.
210
74a16276
JB
211%description Zend_Console_Getopt -l pl.UTF-8
212Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
213opcji i argumentów.
214
e71cf32a 215%package Zend_Controller
74a16276
JB
216Summary: Zend_Controller - heart of Model-View-Controller system
217Summary(pl.UTF-8): Zend_Controller - podstawa systemu Model-View-Controller
e71cf32a 218Group: Development/Languages/PHP
219URL: http://framework.zend.com/manual/en/zend.controller.html
220Requires: %{name} = %{version}-%{release}
221
222%description Zend_Controller
223Zend_Controller is the heart of Zend Framework's MVC system. MVC
224stands for Model-View-Controller and is a design pattern targeted at
225separating application logic from display logic.
226
74a16276
JB
227%description Zend_Controller -l pl.UTF-8
228Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
229Model-View-Controller (model-widok-kontroler) i jest wzorcem
230projektowym służącym do oddzielenia logiki aplikacji od logiki
231wyświetlania.
232
8d05effb
AG
233%package Zend_Crypt
234Summary: Zend_Crypt
235Group: Development/Languages/PHP
236URL: http://framework.zend.com/manual/en/zend.crypt.html
237Requires: %{name} = %{version}-%{release}
238
239%description Zend_Crypt
240Zend_Crypt
241
e71cf32a 242%package Zend_Currency
74a16276
JB
243Summary: Zend_Currency - currency representation handling
244Summary(pl.UTF-8): Zend_Currency - obsługa reprezentacji walut
e71cf32a 245Group: Development/Languages/PHP
246URL: http://framework.zend.com/manual/en/zend.currency.html
247Requires: %{name} = %{version}-%{release}
6d2990e4 248Requires: php-iconv
e71cf32a 249
250%description Zend_Currency
251Zend_Currency is part of the I18N core of the Zend_Framework. It
252handles all issues related to currency, money representation and
253formating. And it also provides additional informational methods which
254include localized informations on currencies, informations about which
255currency is used in which region and more.
256
74a16276
JB
257%description Zend_Currency -l pl.UTF-8
258Zend_Currency to część rdzenia I18N szkieletu Zend. Obsługuje
259wszystkie zawiłości związane z walutami, reprezentacją i formatowaniem
260jednostek monetarnych. Zawiera także dodatkowe metody informacyjne
261zawierające zlokalizowane informacje o walutach, regionach, w których
262są używane itp.
263
e71cf32a 264%package Zend_Date
74a16276
JB
265Summary: Zend_Date - manipulating dates and times
266Summary(pl.UTF-8): Zend_Date - operacje na dacie i czasie
e71cf32a 267Group: Development/Languages/PHP
268URL: http://framework.zend.com/manual/en/zend.date.html
269Requires: %{name} = %{version}-%{release}
270
271%description Zend_Date
272Zend_Date component offers a detailed, but simple API for manipulating
273dates and times. Its methods accept a wide variety of types of
274information, including date parts, in numerous combinations yielding
275many features and possibilities above and beyond the existing PHP date
276related functions.
277
74a16276
JB
278%description Zend_Date -l pl.UTF-8
279Komponent Zend_Date oferuje szczegółowe, ale proste API do operacji na
280dacie i czasie. Metody przyjmują szeroki zakres typów informacji, w
281tym części daty w różnych kombinacjach wykraczających poza funkcje
282obróbki daty istniejące w PHP.
283
e71cf32a 284%package Zend_Db
285Summary: Zend_Db
286Group: Development/Languages/PHP
287URL: http://framework.zend.com/manual/en/zend.db.html
288Requires: %{name} = %{version}-%{release}
289
290%description Zend_Db
291Zend_Db and its related classes provide a simple SQL database
292interface for Zend Framework. The Zend_Db_Adapter is the basic class
293you use to connect your PHP application to an RDBMS. There is a
294different Adapter class for each brand of RDBMS. The Zend_Db Adapters
295create a bridge from the vendor-specific PHP extensions to a common
296interface, to help you write PHP applications once and deploy with
297multiple brands of RDBMS with very little effort. The interface of the
298Adapter class is similar to the interface of the PHP Data Objects
299extension.
300
301Zend_Db provides Adapter classes to PDO drivers for the following
302RDBMS 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
311In addition, Zend_Db provides Adapter classes that utilize PHP
312database 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
319Summary: Zend_Debug
320Group: Development/Languages/PHP
321URL: http://framework.zend.com/manual/en/zend.debug.html
322Requires: %{name} = %{version}-%{release}
323
324%description Zend_Debug
325Zend_Debug is a simple debugging component. The static method
326Zend_Debug::dump() prints or returns information about an expression.
327This simple technique of debugging is easy to use in an ad hoc
328fashion, and requires no initialization, special tools, or debugging
329environment.
330
331%package Zend_Dojo
332Summary: Zend_Dojo
333Group: Development/Languages/PHP
334URL: http://framework.zend.com/manual/en/zend.dojo.html
335Requires: %{name} = %{version}-%{release}
336
337%description Zend_Dojo
338Zend_Dojo component provides integration with Dojo Toolkit.
339
340Integration 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
348Summary: Zend_Dom
349Group: Development/Languages/PHP
350URL: http://framework.zend.com/manual/en/zend.dom.html
351Requires: %{name} = %{version}-%{release}
352
353%description Zend_Dom
354Zend_Dom provides tools for working with DOM documents and structures.
355Currently, it offer Zend_Dom_Query, which provides a unified interface
356for querying DOM documents utilizing both XPath and CSS selectors.
357
358%package Zend_Exception
359Summary: Zend_Exception
360Group: Development/Languages/PHP
361URL: http://framework.zend.com/manual/en/zend.exception.html
362Requires: %{name} = %{version}-%{release}
363
364%description Zend_Exception
365Zend_Exception is a base exception class. All exceptions thrown by
366Zend Framework classes should throw an exception that derives from the
367base class Zend_Exception.
368
369%package Zend_Feed
370Summary: Zend_Feed
371Group: Development/Languages/PHP
372URL: http://framework.zend.com/manual/en/zend.feed.html
373Requires: %{name} = %{version}-%{release}
6d2990e4
ER
374Requires: php-dom
375Requires: php-mbstring
e71cf32a 376
377%description Zend_Feed
378Zend_Feed provides functionality for consuming RSS and Atom feeds. It
379provides a natural syntax for accessing elements of feeds, feed
380attributes, and entry attributes. Zend_Feed also has extensive support
381for modifying feed and entry structure with the same natural syntax,
382and turning the result back into XML. In the future, this modification
383support could provide support for the Atom Publishing Protocol.
384
385%package Zend_File
386Summary: Zend_File
387Group: Development/Languages/PHP
388URL: http://framework.zend.com/manual/en/zend.file.html
389Requires: %{name} = %{version}-%{release}
390
391%description Zend_File
392Zend_File enables developers to take control over file uploads and
393also over file downloads. It allows you to use built in validators for
394file purposes and gives you the ability even to change files with
395filters. Zend_File_Transfer works with adapters which allow to use the
396same API for different transport protocols like HTTP, FTP, WEBDAV and
397more.
398
399%package Zend_Filter
400Summary: Zend_Filter
401Group: Development/Languages/PHP
402URL: http://framework.zend.com/manual/en/zend.filter.html
403Requires: %{name} = %{version}-%{release}
404
405%description Zend_Filter
406Zend_Filter component provides a set of commonly needed data filters.
407It also provides a simple filter chaining mechanism by which multiple
408filters may be applied to a single datum in a user-defined order.
409
410%package Zend_Filter_Input
411Summary: Zend_Filter_Input
412Group: Development/Languages/PHP
413URL: http://framework.zend.com/manual/en/zend.filter.input.html
414Requires: %{name} = %{version}-%{release}
415
416%description Zend_Filter_Input
417Zend_Filter_Input provides a declarative interface to associate
418multiple filters and validators, apply them to collections of data,
419and to retrieve input values after they have been processed by the
420filters and validators. Values are returned in escaped format by
421default for safe HTML output.
422
423%package Zend_Form
424Summary: Zend_Form
425Group: Development/Languages/PHP
426URL: http://framework.zend.com/manual/en/zend.form.html
427Requires: %{name} = %{version}-%{release}
428
429%description Zend_Form
430Zend_Form simplifies form creation and handling in your web
431application. 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
439Summary: Zend_Gdata
440Group: Development/Languages/PHP
441URL: http://framework.zend.com/manual/en/zend.gdata.html
442Requires: %{name} = %{version}-%{release}
6d2990e4
ER
443Requires: php-ctype
444Requires: php-dom
e71cf32a 445
446%description Zend_Gdata
447Zend_Gdata component is a interface for accessing Google Data from
448PHP. Google Data APIs provide programmatic interface to some of
449Google's online services. The Google data Protocol is based upon the
450Atom Publishing Protocol and allows client applications to retrieve
451data matching queries, post data, update data and delete data using
452standard HTTP and the Atom syndication formation. Zend_Gdata component
453also supports accessing other services implementing the Atom
454Publishing Protocol.
455
456%package Zend_Http
457Summary: Zend_Http
458Group: Development/Languages/PHP
459URL: http://framework.zend.com/manual/en/zend.http.html
460Requires: %{name} = %{version}-%{release}
6d2990e4
ER
461Requires: php-ctype
462# Zend_Http_Client_Adapter_Curl has hard dependency on curl
e71cf32a 463
464%description Zend_Http
465Zend_Http component provides a client for the HTTP protocol. It
466supports:
467- URL validation
468- cookies
469- proxy servers.
470
471%package Zend_InfoCard
472Summary: Zend_InfoCard
473Group: Development/Languages/PHP
474URL: http://framework.zend.com/manual/en/zend.infocard.html
475Requires: %{name} = %{version}-%{release}
476
477%description Zend_InfoCard
478Zend_InfoCard component implements relying-party support for
479Information Cards. Infomation Cards are used for identity management
480on the internet and authentication of users to web sites (called
481relying parties).
482
483%package Zend_Json
484Summary: Zend_Json
485Group: Development/Languages/PHP
486URL: http://framework.zend.com/manual/en/zend.json.html
487Requires: %{name} = %{version}-%{release}
488
489%description Zend_Json
490Zend_Json provides convenience methods for serializing native PHP to
491JSON and decoding JSON to native PHP.
492
493JSON, JavaScript Object Notation, can be used for data interchange
494between JavaScript and other languages. Since JSON can be directly
495evaluated by JavaScript, it is a more efficient and lightweight format
496than XML for exchanging data with JavaScript clients.
497
498In addition, Zend_Json provides a useful way to convert any arbitrary
499XML formatted string into a JSON formatted string. This built-in
500feature will enable PHP developers to transform the enterprise data
501encoded in XML format into JSON format before sending it to
502browser-based Ajax client applications. It provides an easy way to do
503dynamic data conversion on the server-side code thereby avoiding
504unnecessary XML parsing in the browser-side applications. It offers a
505nice utility function that results in easier application-specific data
506processing techniques.
507
508%package Zend_Layout
509Summary: Zend_Layout
510Group: Development/Languages/PHP
511URL: http://framework.zend.com/manual/en/zend.layout.html
512Requires: %{name} = %{version}-%{release}
513
514%description Zend_Layout
515Zend_Layout implements a classic Two Step View pattern, allowing
516developers to wrap application content within another view, usually
517representing the site template. Such templates are often termed
518layouts by other projects, and Zend Framework has adopted this term
519for consistency.
520
521The 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
534Summary: Zend_Ldap
535Group: Development/Languages/PHP
536URL: http://framework.zend.com/manual/en/zend.ldap.html
537Requires: %{name} = %{version}-%{release}
538
539%description Zend_Ldap
540Zend_Ldap is a class for performing LDAP operations including but not
541limited to binding, searching and modifying entries in an LDAP
542directory.
543
544%package Zend_Loader
545Summary: Zend_Loader
546Group: Development/Languages/PHP
547URL: http://framework.zend.com/manual/en/zend.loader.html
548Requires: %{name} = %{version}-%{release}
549
550%description Zend_Loader
551The Zend_Loader class includes methods to help you load files
552dynamically.
553
554%package Zend_Locale
555Summary: Zend_Locale
556Group: Development/Languages/PHP
557URL: http://framework.zend.com/manual/en/zend.locale.html
558Requires: %{name} = %{version}-%{release}
6d2990e4 559Requires: php-iconv
e71cf32a 560
561%description Zend_Locale
562Zend_Locale is the Framework's answer to the question, "How can the
563same application be used around the whole world?". This component is
564the 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
571Summary: Zend_Log
572Group: Development/Languages/PHP
573URL: http://framework.zend.com/manual/en/zend.log.html
574Requires: %{name} = %{version}-%{release}
6d2990e4 575# Zend_Log_Formatter_Xml has hard dependency on dom
e71cf32a 576
577%description Zend_Log
578Zend_Log is a component for general purpose logging. It supports
579multiple log backends, formatting messages sent to the log, and
580filtering messages from being logged. These functions are divided into
581the 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
597Summary: Zend_Mail
598Group: Development/Languages/PHP
599URL: http://framework.zend.com/manual/en/zend.mail.html
600Requires: %{name} = %{version}-%{release}
601
602%description Zend_Mail
603Zend_Mail provides generalized functionality to compose and send both
604text and MIME-compliant multipart e-mail messages. Mail can be sent
605with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
606or via Zend_Mail_Transport_Smtp.
607
608%package Zend_Measure
609Summary: Zend_Measure
610Group: Development/Languages/PHP
611URL: http://framework.zend.com/manual/en/zend.measure.html
612Requires: %{name} = %{version}-%{release}
613
614%description Zend_Measure
615Zend_Measure component provide a generic and easy way for working with
616measurements. Using Zend_Measure_* classes, you can convert
617measurements into different units of the same type. They can be added,
618subtracted and compared against each other. From a given input made in
619the user's native language, the unit of measurement can be
620automatically extracted. Numerous units of measurement are supported.
621
622%package Zend_Memory
623Summary: Zend_Memory
624Group: Development/Languages/PHP
625URL: http://framework.zend.com/manual/en/zend.memory.html
626Requires: %{name} = %{version}-%{release}
627
628%description Zend_Memory
629The Zend_Memory component is intended to manage data in an environment
630with limited memory. Memory objects (memory containers) are generated
631by memory manager by request and transparently swapped/loaded when
632it's necessary. For example, if creating or loading a managed object
633would cause the total memory usage to exceed the limit you specify,
634some managed objects are copied to cache storage outside of memory. In
635this way, the total memory used by managed objects does not exceed the
636limit you need to enforce.
637
638%package Zend_Mime
639Summary: Zend_Mime
640Group: Development/Languages/PHP
641URL: http://framework.zend.com/manual/en/zend.mime.html
642Requires: %{name} = %{version}-%{release}
6d2990e4 643Requires: php-iconv
e71cf32a 644
645%description Zend_Mime
646Zend_Mime is a support class for handling multipart MIME messages.
647
8d05effb
AG
648%package Zend_Navigation
649Summary: Zend_Navigation - manage trees of pointers to web page
650Group: Development/Languages/PHP
651URL: http://framework.zend.com/manual/en/zend.navigation.html
652Requires: %{name} = %{version}-%{release}
653
654%description Zend_Navigation
655Zend_Navigation is a component for managing trees of pointers to web
656pages. Simply put: It can be used for creating menus, breadcrumbs,
657links, and sitemaps, or serve as a model for other navigation related
658purposes.
659
e71cf32a 660%package Zend_OpenId
661Summary: Zend_OpenId
662Group: Development/Languages/PHP
663URL: http://framework.zend.com/manual/en/zend.openid.html
664Requires: %{name} = %{version}-%{release}
665
666%description Zend_OpenId
667Zend_OpenId is a Zend Framework component that provides a simple API
668for building OpenID-enabled sites and identity providers.
669
670%package Zend_Paginator
671Summary: Zend_Paginator
672Group: Development/Languages/PHP
673URL: http://framework.zend.com/manual/en/zend.paginator.html
674Requires: %{name} = %{version}-%{release}
675
676%description Zend_Paginator
677Zend_Paginator is a flexible component for paginating collections of
678data and presenting that data to users.
679
680The 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
690Summary: Zend_Pdf
691Group: Development/Languages/PHP
692URL: http://framework.zend.com/manual/en/zend.pdf.html
693Requires: %{name} = %{version}-%{release}
6d2990e4
ER
694Requires: php-ctype
695Requires: php-gd
696Requires: php-iconv
697Requires: php-zlib
e71cf32a 698
699%description Zend_Pdf
700Zend_Pdf module is a PDF (Portable Document Format) manipulation
701engine. It can load existing documents, create new, modify and save
702modified documents. Thus it can help application dynamically prepare
703documents in a PDF by modifying existing template or generating
704document from a scratch.
705
706Zend_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
16faf287
ER
721%package Zend_ProgressBar
722Summary: Zend_ProgressBar
723Group: Development/Languages/PHP
724URL: http://framework.zend.com/manual/en/zend.progressbar.html
725Requires: %{name} = %{version}-%{release}
726
727%description Zend_ProgressBar
6d2990e4
ER
728Zend_ProgressBar is a component to create and update progressbars in
729different environments. It consists of a single backend, which outputs
730the progress through one of the multiple adapters. On every update, it
731takes an absolute value and optionally a status message, and then
732calls the adapter with some precalculated values like percentage and
733estimated time left.
16faf287 734
8d05effb
AG
735%package Zend_Reflection
736Summary: Zend_Reflection
737Group: Development/Languages/PHP
738URL: http://framework.zend.com/manual/en/zend.reflection.html
739Requires: %{name} = %{version}-%{release}
740
741%description Zend_Reflection
742Zend_Reflection is a drop-in extension to PHP's own Reflection API,
743providing 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
757In general, Zend_Reflection works just like the standard Reflection API,
758but provides a few additional methods for retrieving artifacts not
759defined in the Reflection API.
760
e71cf32a 761%package Zend_Registry
762Summary: Zend_Registry
763Group: Development/Languages/PHP
764URL: http://framework.zend.com/manual/en/zend.registry.html
765Requires: %{name} = %{version}-%{release}
766
767%description Zend_Registry
768The registry is a container for storing objects and values in the
769application space. By storing the value in the registry, the same
770object is always available throughout your application. This mechanism
771is an alternative to using global storage.
772
773%package Zend_Rest
774Summary: Zend_Rest
775Group: Development/Languages/PHP
776URL: http://framework.zend.com/manual/en/zend.rest.html
777Requires: %{name} = %{version}-%{release}
6d2990e4 778Requires: php-ctype
df4bb858 779Requires: php-dom
e71cf32a 780
781%description Zend_Rest
782REST Web Services use service-specific XML formats. These ad-hoc
783standards mean that the manner for accessing a REST web service is
784different for each service. REST web services typically use URL
785parameters (GET data) or path information for requesting data and POST
786data 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
791Summary: Zend_Search_Lucene
792Group: Development/Languages/PHP
793URL: http://framework.zend.com/manual/en/zend.search.lucene.html
794Requires: %{name} = %{version}-%{release}
6d2990e4
ER
795Requires: php-ctype
796Requires: php-dom
797Requires: php-iconv
e71cf32a 798
799%description Zend_Search_Lucene
800Zend_Search_Lucene is a general purpose text search engine. Since it
801stores its index on the filesystem and does not require a database
802server, it can add search capabilities to almost any PHP-driven
803website.
804
805Zend_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
812Summary: Zend_Server_Reflection
813Group: Development/Languages/PHP
814URL: http://framework.zend.com/manual/en/zend.server.reflection.html
815Requires: %{name} = %{version}-%{release}
816
817%description Zend_Server_Reflection
818Zend_Server_Reflection provides a standard mechanism for performing
819function and class introspection for use with server classes. It is
820based on Reflection API, and extends it to provide methods for
821retrieving parameter and return value types and descriptions, a full
822list of function and method prototypes (i.e., all possible valid
823calling combinations), and function/method descriptions.
824
825%package Zend_Service_Akismet
826Summary: Zend_Service_Akismet
827Group: Development/Languages/PHP
828URL: http://framework.zend.com/manual/en/zend.service.akismet.html
829Requires: %{name} = %{version}-%{release}
830
831%description Zend_Service_Akismet
832Zend_Service_Akismet provides a client for the Akismet API. The
833Akismet service is used to determine if incoming data is potentially
834spam; it also exposes methods for submitting data as known spam or as
835false positives (ham). Originally intended to help categorize and
836identify spam for Wordpress, it can be used for any type of data.
837
838Akismet requires an API key for usage. You may get one for signing up
839for a WordPress.com account. You do not need to activate a blog;
840simply acquiring the account will provide you with the API key.
841
842Additionally, Akismet requires that all requests contain a URL to the
843resource for which data is being filtered, and, because of Akismet's
844origins in WordPress, this resource is called the blog url. This value
845should be passed as the second argument to the constructor, but may be
846reset at any time using the setBlogUrl() accessor, or overridden by
847specifying a 'blog' key in the various method calls.
848
849%package Zend_Service_Amazon
850Summary: Zend_Service_Amazon
851Group: Development/Languages/PHP
852URL: http://framework.zend.com/manual/en/zend.service.amazon.html
853Requires: %{name} = %{version}-%{release}
6d2990e4 854Requires: php-dom
e71cf32a 855
856%description Zend_Service_Amazon
857Zend_Service_Amazon is a simple API for using Amazon web services.
858Zend_Service_Amazon has two APIs: a more traditional one that follows
859Amazon's own API, and a simpler "Query API" for constructing even
860complex search queries easily.
861
862Zend_Service_Amazon enables developers to retrieve information
863appearing throughout Amazon.com web sites directly through the Amazon
864Web Services API.
865
866%package Zend_Service_Audioscrobbler
867Summary: Zend_Service_Audioscrobbler
868Group: Development/Languages/PHP
869URL: http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
870Requires: %{name} = %{version}-%{release}
6d2990e4 871Requires: php-iconv
e71cf32a 872
873%description Zend_Service_Audioscrobbler
874Zend_Service_Audioscrobbler is a simple API for using the
875Audioscrobbler REST Web Service. The Audioscrobbler Web Service
876provides access to its database of Users, Artists, Albums, Tracks,
877Tags, Groups, and Forums.
878
879%package Zend_Service_Delicious
880Summary: Zend_Service_Delicious
881Group: Development/Languages/PHP
882URL: http://framework.zend.com/manual/en/zend.service.delicious.html
883Requires: %{name} = %{version}-%{release}
6d2990e4 884Requires: php-dom
e71cf32a 885
886%description Zend_Service_Delicious
887Zend_Service_Delicious is simple API for using del.icio.us XML and
888JSON web services. This component gives you read-write access to posts
889at del.icio.us if you provide credentials. It also allows read-only
890access to public data of all users.
891
892%package Zend_Service_Flickr
893Summary: Zend_Service_Flickr
894Group: Development/Languages/PHP
895URL: http://framework.zend.com/manual/en/zend.service.delicious.html
896Requires: %{name} = %{version}-%{release}
6d2990e4
ER
897Requires: php-dom
898Requires: php-iconv
e71cf32a 899
900%description Zend_Service_Flickr
901Zend_Service_Flickr is a simple API for using the Flickr REST Web
902Service. In order to use the Flickr web services, you must have an API
903key. To obtain a key, visit the Flickr API Documentation
6d2990e4 904<http://www.flickr.com/services/api/>.
e71cf32a 905
906%package Zend_Service_Nirvanix
907Summary: Zend_Service_Nirvanix
908Group: Development/Languages/PHP
909URL: http://framework.zend.com/manual/en/zend.service.nirvanix.html
910Requires: %{name} = %{version}-%{release}
911
912%description Zend_Service_Nirvanix
913Nirvanix provides an Internet Media File System (IMFS), an Internet
914storage service that allows applications to upload, store and organize
915files and subsequently access them using a standard Web Services
916interface. An IMFS is distributed clustered file system, accessed over
917the Internet, and optimized for dealing with media files (audio,
918video, etc). The goal of an IMFS is to provide massive scalability to
919deal with the challenges of media storage growth, with guaranteed
920access and availability regardless of time and location. Finally, an
921IMFS gives applications the ability to access data securely, without
922the large fixed costs associated with acquiring and maintaining
923physical storage assets.
924
925Before you can get started with Zend_Service_Nirvanix, you must first
926register for an account (https://www.nirvanix.com/signUpSingle.aspx).
927After registering, you will receive a Username, Password, and
928Application Key. All three are required to use Zend_Service_Nirvanix.
929
930%package Zend_Service_ReCaptcha
931Summary: Zend_Service_ReCaptcha
932Group: Development/Languages/PHP
933URL: http://framework.zend.com/manual/en/zend.service.recaptcha.html
934Requires: %{name} = %{version}-%{release}
935
936%description Zend_Service_ReCaptcha
937Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
938Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
939that helps to digitize books." Each reCAPTCHA requires the user to
940input two words, the first of which is the actual captcha, and the
941second of which is a word from some scanned text that Optical
942Character Recognition (OCR) software has been unable to identifiy. The
943assumption is that if a user correctly provides the first word, the
944second is likely correctly entered as well, and can be used to improve
945OCR software for digitizing books.
946
947In order to use the reCAPTCHA service, you will need to sign up for an
948account (http://recaptcha.net/whyrecaptcha.html) and register one or
949more domains with the service in order to generate public and private
950keys.
951
952%package Zend_Service_Simpy
953Summary: Zend_Service_Simpy
954Group: Development/Languages/PHP
955URL: http://framework.zend.com/manual/en/zend.service.simpy.html
956Requires: %{name} = %{version}-%{release}
6d2990e4 957Requires: php-dom
e71cf32a 958
959%description Zend_Service_Simpy
960Zend_Service_Simpy is a lightweight wrapper for the free REST API
961available for the Simpy social bookmarking service.
962
963In order to use Zend_Service_Simpy, you should already have a Simpy
964account. To get an account, visit the Simpy web site
965(http://simpy.com/).
966
967%package Zend_Service_SlideShare
968Summary: Zend_Service_SlideShare
969Group: Development/Languages/PHP
970URL: http://framework.zend.com/manual/en/zend.service.slideshare.html
971Requires: %{name} = %{version}-%{release}
972
973%description Zend_Service_SlideShare
974The Zend_Service_SlideShare component is used to interact with the
975slideshare.net web services for hosting slide shows online. With this
976component, you can embed slide shows which are hosted on this web site
977within a web site and even upload new slide shows to your account.
978
979In order to use the Zend_Service_SlideShare component you must first
980create an account on the slideshare.net servers in order to receive an
981API key, username, password and shared secret value -- all of which
982are needed in order to use the Zend_Service_SlideShare component.
983
984%package Zend_Service_StrikeIron
985Summary: Zend_Service_StrikeIron
986Group: Development/Languages/PHP
987URL: http://framework.zend.com/manual/en/zend.service.strikeiron.html
988Requires: %{name} = %{version}-%{release}
989
990%description Zend_Service_StrikeIron
991Zend_Service_StrikeIron provides a client to StrikeIron web services.
992
993The 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
1004Before you can get started with Zend_Service_StrikeIron, you must
1005first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1006developer account. After registering, you will receive a StrikeIron
1007username and password. These will be used when connecting to
1008StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1009up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1010StrikeIron's Super Data Pack Web Service. Both registration steps are
1011free and can be done relatively quickly through the StrikeIron
1012website.
1013
1014%package Zend_Service_Technorati
1015Summary: Zend_Service_Technorati
1016Group: Development/Languages/PHP
1017URL: http://framework.zend.com/manual/en/zend.service.technorati.html
1018Requires: %{name} = %{version}-%{release}
1019
1020%description Zend_Service_Technorati
1021Zend_Service_Technorati provides an easy, intuitive and
1022object-oriented interface for using the Technorati API. It provides
1023access to all available Technorati API queries and returns the
1024original XML response as a friendly PHP object.
1025
1026Technorati requires a valid API key for usage. To get your own API Key
1027you 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
16faf287
ER
1031%package Zend_Service_Twitter
1032Summary: Zend_Service_Twitter
1033Group: Development/Languages/PHP
1034URL: http://framework.zend.com/manual/en/zend.service.technorati.html
1035Requires: %{name} = %{version}-%{release}
1036
1037%description Zend_Service_Twitter
1038Zend_Service_Twitter provides a client for the Twitter REST API.
6d2990e4
ER
1039Zend_Service_Twitter will allow you to query the public timeline and
1040if you provide a username and password for Twitter it will allow you
1041to get and update your status, reply to friends, direct message
1042friends, mark tweets as favorite and much more.
16faf287 1043
e71cf32a 1044%package Zend_Service_Yahoo
1045Summary: Zend_Service_Yahoo
1046Group: Development/Languages/PHP
1047URL: http://framework.zend.com/manual/en/zend.service.yahoo.html
1048Requires: %{name} = %{version}-%{release}
6d2990e4 1049Requires: php-dom
e71cf32a 1050
1051%description Zend_Service_Yahoo
1052Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1053APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1054Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1055REST API, you must have a Yahoo! Application ID. To obtain an
1056Application ID, please complete and submit the Application ID Request
1057Form (http://developer.yahoo.com/wsregapp/).
1058
1059%package Zend_Session
1060Summary: Zend_Session
1061Group: Development/Languages/PHP
1062URL: http://framework.zend.com/manual/en/zend.session.html
1063Requires: %{name} = %{version}-%{release}
1064
1065%description Zend_Session
1066Zend_Session helps manage and preserve session data across multiple
1067page 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
1074Summary: Zend_Soap
1075Group: Development/Languages/PHP
1076URL: http://framework.zend.com/manual/en/zend.soap.html
1077Requires: %{name} = %{version}-%{release}
1078
1079%description Zend_Soap
1080Zend_Soap component is intended to simplify Web Services development
1081for PHP programmers.
1082
8d05effb
AG
1083%package Zend_Tag
1084Summary: Zend_Tag -- work with taggable Items
1085Group: Development/Languages/PHP
1086URL: http://framework.zend.com/manual/en/zend.tag.html
1087Requires: %{name} = %{version}-%{release}
1088
1089%description Zend_Tag
1090Zend_Tag is a component suite which provides a facility to work with
1091taggable Items. As its base, it provides two classes to work with Tags,
1092Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with the
1093interface Zend_Tag_Taggable, which allows you to use any of your models
1094as a taggable item in conjunction with Zend_Tag.
1095
e71cf32a 1096%package Zend_Text
1097Summary: Zend_Text
1098Group: Development/Languages/PHP
1099URL: http://framework.zend.com/manual/en/zend.text.html
1100Requires: %{name} = %{version}-%{release}
1101
1102%description Zend_Text
1103Zend_Text is a component which enables developers to create a so
1104called FIGlet text. A FIGlet text is a string, which is represented as
1105ASCII art. FIGlets use a special font format, called FLT (FigLet
1106Font).
1107
1108%package Zend_Test
1109Summary: Zend_Test
1110Group: Development/Languages/PHP
1111URL: http://framework.zend.com/manual/en/zend.test.html
1112Requires: %{name} = %{version}-%{release}
39269395 1113Requires: php-PHPUnit
e71cf32a 1114
1115%description Zend_Test
1116Zend_Test provides tools to facilitate unit testing of your Zend
1117Framework applications.
1118
6ac29181
AG
1119%package Zend_Tool
1120Summary: Zend_Tool
1121Group: Development/Languages/PHP
1122URL: http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1123Requires: %{name} = %{version}-%{release}
d021911c 1124Requires: /usr/bin/php
6ac29181
AG
1125
1126%description Zend_Tool
6007ee30
ER
1127Zend_Tool component is intended to simplify project development for
1128PHP programmers.
6ac29181
AG
1129
1130Please note that this component is part of Zend Framework incubator.
1131
e71cf32a 1132%package Zend_Translate
1133Summary: Zend_Translate
1134Group: Development/Languages/PHP
1135URL: http://framework.zend.com/manual/en/zend.translate.html
1136Requires: %{name} = %{version}-%{release}
1137
1138%description Zend_Translate
1139Zend_Translate is the Zend Framework's solution for multilingual
1140applications.
1141
1142The 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
1162Summary: Zend_Uri
1163Group: Development/Languages/PHP
1164URL: http://framework.zend.com/manual/en/zend.uri.html
1165Requires: %{name} = %{version}-%{release}
6d2990e4 1166Requires: php-ctype
e71cf32a 1167
1168%description Zend_Uri
1169Zend_Uri is a component that aids in manipulating and validating
1170Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1171service other components such as Zend_Http_Client but is also useful
1172as a standalone utility.
1173
1174%package Zend_Validate
1175Summary: Zend_Validate
1176Group: Development/Languages/PHP
1177URL: http://framework.zend.com/manual/en/zend.validate.html
1178Requires: %{name} = %{version}-%{release}
6d2990e4 1179Requires: php-ctype
e71cf32a 1180
1181%description Zend_Validate
1182The Zend_Validate component provides a set of commonly needed
1183validators. It also provides a simple validator chaining mechanism by
1184which multiple validators may be applied to a single datum in a
1185user-defined order.
1186
1187%package Zend_Version
1188Summary: Zend_Version
1189Group: Development/Languages/PHP
1190URL: http://framework.zend.com/manual/en/zend.version.html
1191Requires: %{name} = %{version}-%{release}
1192
1193%description Zend_Version
1194Zend_Version component delivers current version number of Zend
1195Framework.
1196
1197%package Zend_View
1198Summary: Zend_View
1199Group: Development/Languages/PHP
1200URL: http://framework.zend.com/manual/en/zend.view.html
1201Requires: %{name} = %{version}-%{release}
1202
1203%description Zend_View
1204Zend_View is a class for working with the "view" portion of the
1205model-view-controller pattern. That is, it exists to help keep the
1206view script separate from the model and controller scripts. It
1207provides a system of helpers, output filters, and variable escaping.
1208Zend_View is template system agnostic; you may use PHP as your
1209template language, or create instances of other template systems and
1210manipulate them within your view script. Essentially, using Zend_View
1211happens in two major steps: 1. Your controller script creates an
1212instance of Zend_View and assigns variables to that instance. 2. The
1213controller tells the Zend_View to render a particular view, thereby
1214handing control over the view script, which generates the view output.
1215
1216%package Zend_Wildfire
1217Summary: Zend_Wildfire
1218Group: Development/Languages/PHP
1219URL: http://framework.zend.com/manual/en/zend.wildfire.html
1220Requires: %{name} = %{version}-%{release}
1221
1222%description Zend_Wildfire
1223Zend_Wildfire is a component that facilitates communication between
1224PHP code and Wildfire client components. The purpose of the Wildfire
1225Project is to develop standardized communication channels between a
1226large variety of components and a dynamic and scriptable plugin
1227architecture. At this time the primary focus is to provide a system to
1228allow server-side PHP code to inject logging messages into the Firebug
1229Console (http://getfirebug.com/).
1230
1231%package Zend_XmlRpc
1232Summary: Zend_XmlRpc
1233Group: Development/Languages/PHP
1234URL: http://framework.zend.com/manual/en/zend.xmlrpc.html
1235Requires: %{name} = %{version}-%{release}
6d2990e4
ER
1236Requires: php-dom
1237Requires: php-iconv
e71cf32a 1238
1239%description Zend_XmlRpc
6d2990e4 1240From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
e71cf32a 1241"...remote procedure calling using HTTP as the transport and XML as
1242the encoding. XML-RPC is designed to be as simple as possible, while
1243allowing complex data structures to be transmitted, processed and
1244returned". The Zend Framework provides support for both consuming
1245remote XML-RPC services and building new XML-RPC servers.
1246
6e96c14e
ER
1247%package demos
1248Summary: Demos for Zend Framework
661af80f 1249Summary(pl.UTF-8): Programy demonstracyjne dla szkieletu Zend Framework
6e96c14e
ER
1250Group: Documentation
1251
1252%description demos
1253Demos for Zend Framework.
1254
661af80f
JB
1255%description demos -l pl.UTF-8
1256Programy demonstracyjne dla szkieletu Zend Framework.
1257
25284397
ER
1258%package manual-en
1259Summary: Zend Framework manual in English language
1260Summary(pl.UTF-8): Podręcznik do Zend Framework w języku angielskim
1261Group: Documentation
1262
1263%description manual-en
1264Zend Framework manual in English language.
1265
1266%description manual-en -l pl.UTF-8
1267Podręcznik do Zend Framework w języku angielskim.
1268
366e32c5 1269%prep
25284397
ER
1270%setup -q -a1
1271mv %{name}-%{version}/documentation .
39269395 1272find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
c064d7ba
ER
1273%patch0 -p1
1274cd library
1275%patch1 -p0
1276cd -
b573c28a 1277%patch2 -p1
39269395 1278
25284397 1279install %{SOURCE2} find-lang.sh
39269395 1280
366e32c5
ER
1281%install
1282rm -rf $RPM_BUILD_ROOT
3d61ed11 1283install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/{bin,Zend/Math}}
6ac29181 1284install -d $RPM_BUILD_ROOT%{_bindir}
366e32c5
ER
1285cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1286
9d1d6b31 1287# library should be in include_path if used, so we use already defined %{php_pear_dir}
c064d7ba
ER
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.
9d1d6b31 1290cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
366e32c5 1291
ed42ec2e
AG
1292# install missing files
1293install %{SOURCE3} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Manifest/Exception.php
1294install %{SOURCE4} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Provider/Exception.php
1295install %{SOURCE5} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Project/Resource.php
3d61ed11 1296install %{SOURCE6} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Math/Exception.php
ed42ec2e 1297
cd26b345 1298# create script in bindir
8d05effb 1299cp -a bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
d021911c 1300cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
cd26b345
AG
1301#!/bin/sh
1302cd %{php_pear_dir}/bin
d021911c 1303exec /usr/bin/php -d Safe_mode=off zf.php ${1:+"$@"}
cd26b345 1304EOF
6ac29181 1305
39269395
ER
1306./find-lang.sh %{name}.lang
1307
25284397
ER
1308# manual
1309install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1310cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1311
366e32c5
ER
1312%clean
1313rm -rf $RPM_BUILD_ROOT
1314
1315%files
1316%defattr(644,root,root,755)
b56139b1 1317%doc LICENSE.txt README.txt
e71cf32a 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
16faf287 1326%{php_pear_dir}/Zend/Server/Definition.php
3d61ed11 1327%{php_pear_dir}/Zend/Math
16faf287
ER
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
e71cf32a 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
e71cf32a 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
16faf287
ER
1346%files Zend_Amf
1347%defattr(644,root,root,755)
1348%{php_pear_dir}/Zend/Amf
1349
8d05effb
AG
1350%files Zend_Application
1351%defattr(644,root,root,755)
1352%{php_pear_dir}/Zend/Application
1353%{php_pear_dir}/Zend/Application.php
1354
16faf287
ER
1355%files Zend_ProgressBar
1356%defattr(644,root,root,755)
1357%{php_pear_dir}/Zend/ProgressBar.php
1358%{php_pear_dir}/Zend/ProgressBar
1359
e71cf32a 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
16faf287
ER
1369# Zend_Server_Cache subpackage?
1370# but not listed as separate component on doc
1371%{php_pear_dir}/Zend/Server/Cache.php
e71cf32a 1372
1373%files Zend_Captcha
1374%defattr(644,root,root,755)
1375%{php_pear_dir}/Zend/Captcha
1376
8d05effb
AG
1377%files Zend_CodeGenerator
1378%defattr(644,root,root,755)
1379%{php_pear_dir}/Zend/CodeGenerator
1380
e71cf32a 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
8d05effb
AG
1395%files Zend_Crypt
1396%defattr(644,root,root,755)
1397%{php_pear_dir}/Zend/Crypt
1398%{php_pear_dir}/Zend/Crypt.php
1399
e71cf32a 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
e71cf32a 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
39269395 1490%files Zend_Locale -f %{name}.lang
e71cf32a 1491%defattr(644,root,root,755)
39269395 1492%dir %{php_pear_dir}/Zend/Locale
e71cf32a 1493%{php_pear_dir}/Zend/Locale.php
39269395
ER
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
16faf287
ER
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
39269395 1505%{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
16faf287 1506%{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
e71cf32a 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
8d05effb
AG
1532%files Zend_Navigation
1533%defattr(644,root,root,755)
1534%{php_pear_dir}/Zend/Navigation
1535%{php_pear_dir}/Zend/Navigation.php
1536
e71cf32a 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
8d05effb
AG
1552%files Zend_Reflection
1553%defattr(644,root,root,755)
1554%{php_pear_dir}/Zend/Reflection
1555
e71cf32a 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)
b573c28a 1586%{php_pear_dir}/Zend/Service/Audioscrobbler
e71cf32a 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
16faf287
ER
1629%files Zend_Service_Twitter
1630%defattr(644,root,root,755)
16faf287 1631%{php_pear_dir}/Zend/Service/Twitter
0704a169 1632%{php_pear_dir}/Zend/Service/Twitter.php
16faf287 1633
e71cf32a 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
8d05effb
AG
1648%files Zend_Tag
1649%defattr(644,root,root,755)
1650%{php_pear_dir}/Zend/Tag
1651
e71cf32a 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
6ac29181
AG
1660%files Zend_Tool
1661%defattr(644,root,root,755)
cd26b345
AG
1662%attr(755,root,root) %{_bindir}/zf
1663%{php_pear_dir}/bin/zf.php
6ac29181
AG
1664%{php_pear_dir}/Zend/Tool
1665
e71cf32a 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
9f190b56 1697
6e96c14e 1698%files demos
9f190b56 1699%defattr(644,root,root,755)
6e96c14e 1700%{_examplesdir}/%{name}-%{version}
25284397
ER
1701
1702%files manual-en
1703%defattr(644,root,root,755)
1704%doc %{_docdir}/%{name}-en
This page took 0.307676 seconds and 4 git commands to generate.