X-Git-Url: https://git.tokkee.org/?p=pkg-libkohana2-php.git;a=blobdiff_plain;f=debian%2Fcontrol;h=54137f68590904c277e2625e6593dfd57da0ce88;hp=f6eb1f3e3a0ff5d30fe4ecb50c522c357fd08e17;hb=53e0357a4ed99bed2b77c221925df915d08f581c;hpb=72b870c4e52719ca143bd197ac1084713773e676 diff --git a/debian/control b/debian/control index f6eb1f3..54137f6 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,30 @@ Homepage: http://kohanaframework.org/ Package: libkohana2-php Architecture: all Depends: php5 | php5-cli, ttf-dejavu-core, ${misc:Depends} +Suggests: libkohana2-modules-php Description: lightweight PHP5 MVC framework Kohana is an object-oriented PHP 5 framework for developing applications using PHP. It uses the Model View Controller (MVC) design pattern and aims to be secure, lightweight, and easy to use. + . + This package contains the core system of the framework. +Package: libkohana2-modules-php +Architecture: all +Depends: libkohana2-php, php5 | php5-cli, libjs-jquery, ${misc:Depends} +Description: lightweight PHP5 MVC framework (extension modules) + Kohana is an object-oriented PHP 5 framework for developing applications using + PHP. It uses the Model View Controller (MVC) design pattern and aims to be + secure, lightweight, and easy to use. + . + This package contains the following modules: + . + * archive: compressed archive creation (zip, tar, gzip, bzip) + * auth: simple authentication and user management + * flot: Flot (jQuery plotting plugin) integration + * gmaps: Google Maps integration (geolocation and API support) + * kodocs: dynamic self-generated documentation + * payment: merchant and payment gateway wrappers (authorize.net, PayPal, + Trident, Trust Commerce, YourPay) + * smarty: Smarty (PHP template engine) integration + * unit_test: unit test library