Code

control: Changed priority from extra to optional.
[pkg-libkohana2-php.git] / debian / control
1 Source: libkohana2-php
2 Section: php
3 Priority: optional
4 Maintainer: Sven Velt <sven@velt.de>
5 Uploaders: Sebastian Harl <tokkee@debian.org>
6 Build-Depends: debhelper (>= 7)
7 Standards-Version: 3.9.1
8 Homepage: http://kohanaframework.org/
10 Package: libkohana2-php
11 Architecture: all
12 Depends: php5 | php5-cli, ttf-dejavu-core, ${misc:Depends}
13 Suggests: libkohana2-modules-php
14 Description: lightweight PHP5 MVC framework
15  Kohana is an object-oriented PHP 5 framework for developing applications using
16  PHP. It uses the Model View Controller (MVC) design pattern and aims to be
17  secure, lightweight, and easy to use.
18  .
19  This package contains the core system of the framework.
21 Package: libkohana2-modules-php
22 Architecture: all
23 Depends: libkohana2-php, php5 | php5-cli, libjs-jquery, ${misc:Depends}
24 Description: lightweight PHP5 MVC framework (extension modules)
25  Kohana is an object-oriented PHP 5 framework for developing applications using
26  PHP. It uses the Model View Controller (MVC) design pattern and aims to be
27  secure, lightweight, and easy to use.
28  .
29  This package contains the following modules:
30  .
31    * archive: compressed archive creation (zip, tar, gzip, bzip)
32    * auth: simple authentication and user management
33    * flot: Flot (jQuery plotting plugin) integration
34    * gmaps: Google Maps integration (geolocation and API support)
35    * kodocs: dynamic self-generated documentation
36    * payment: merchant and payment gateway wrappers (authorize.net, PayPal,
37          Trident, Trust Commerce, YourPay)
38    * smarty: Smarty (PHP template engine) integration
39    * unit_test: unit test library