Code

changelog: Updated timestamp.
[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.3
8 Homepage: http://kohanaframework.org/
9 Vcs-Git: git://git.debian.org/collab-maint/libkohana2-php.git
10 Vcs-Browser: http://git.debian.org/?p=collab-maint/libkohana2-php.git
12 Package: libkohana2-php
13 Architecture: all
14 Depends: php5 | php5-cli, ttf-dejavu-core, ${misc:Depends}
15 Suggests: libkohana2-modules-php
16 Description: lightweight PHP5 MVC framework
17  Kohana is an object-oriented PHP 5 framework for developing applications using
18  PHP. It uses the Model View Controller (MVC) design pattern and aims to be
19  secure, lightweight, and easy to use.
20  .
21  This package contains the core system of the framework.
23 Package: libkohana2-modules-php
24 Architecture: all
25 Depends: libkohana2-php, php5 | php5-cli, libjs-jquery, ${misc:Depends}
26 Description: lightweight PHP5 MVC framework (extension modules)
27  Kohana is an object-oriented PHP 5 framework for developing applications using
28  PHP. It uses the Model View Controller (MVC) design pattern and aims to be
29  secure, lightweight, and easy to use.
30  .
31  This package contains the following modules:
32  .
33    * archive: compressed archive creation (zip, tar, gzip, bzip)
34    * auth: simple authentication and user management
35    * flot: Flot (jQuery plotting plugin) integration
36    * gmaps: Google Maps integration (geolocation and API support)
37    * kodocs: dynamic self-generated documentation
38    * payment: merchant and payment gateway wrappers (authorize.net, PayPal,
39          Trident, Trust Commerce, YourPay)
40    * smarty: Smarty (PHP template engine) integration
41    * unit_test: unit test library