Source: jifty
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fschlich@zedat.fu-berlin.de> 
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libany-moose-perl,
                     libapp-cli-perl,
                     libcache-cache-perl,
                     libcache-memcached-perl,
                     libcalendar-simple-perl,
                     libcarp-clan-perl,
                     libcgi-cookie-splitter-perl,
                     libcgi-emulate-psgi-perl,
                     libcgi-pm-perl,
                     libclass-accessor-named-perl,
                     libclass-accessor-perl,
                     libclass-container-perl,
                     libclass-data-inheritable-perl,
                     libclass-inspector-perl,
                     libclass-trigger-perl,
                     libclone-perl,
                     libcrypt-cbc-perl,
                     libcrypt-rijndael-perl,
                     libcss-squish-perl,
                     libdata-dump-streamer-perl,
                     libdata-page-perl,
                     libdate-manip-perl,
                     libdatetime-locale-perl,
                     libdatetime-perl,
                     libdbd-sqlite3-perl,
                     libdevel-cover-perl,
                     libdevel-repl-perl,
                     libemail-abstract-perl,
                     libemail-folder-perl,
                     libemail-localdelivery-perl,
                     libemail-mime-contenttype-perl,
                     libemail-mime-createhtml-perl,
                     libemail-mime-perl,
                     libemail-send-perl,
                     libemail-simple-perl,
                     libexception-class-perl,
                     libexporter-lite-perl,
                     libfcgi-procmanager-perl (>= 0.19),
                     libfile-find-rule-perl,
                     libfile-mmagic-perl,
                     libfile-sharedir-perl,
                     libhash-merge-perl,
                     libhash-multivalue-perl,
                     libhtml-lint-perl,
                     libhtml-mason-perl,
                     libhtml-parser-perl,
                     libhtml-treebuilder-xpath-perl,
                     libhttp-server-simple-perl,
                     libhttp-server-simple-recorder-perl,
                     libio-handle-util-perl,
                     libipc-pubsub-perl,
                     libipc-run3-perl,
                     libjifty-dbi-perl (>= 0.66),
                     libjs-jquery,
                     libjs-prototype,
                     libjs-scriptaculous,
                     libjs-yui,
                     libjson-perl,
                     libjson-xs-perl,
                     liblocale-maketext-lexicon-perl,
                     liblog-log4perl-perl,
                     libmime-types-perl,
                     libmodule-install-perl,
                     libmodule-refresh-perl,
                     libmodule-scandeps-perl,
                     libobject-declare-perl,
                     libossp-uuid-perl,
                     libpadwalker-perl,
                     libparams-validate-perl,
                     libplack-middleware-deflater-perl,
                     libplack-perl,
                     libscalar-defer-perl,
                     libshell-command-perl,
                     libsql-reservedwords-perl,
                     libstring-bufferstack-perl,
                     libstring-koremutake-perl,
                     libsuper-perl,
                     libtemplate-declare-perl,
                     libtest-base-perl,
                     libtest-email-perl,
                     libtest-exception-perl,
                     libtest-longstring-perl,
                     libtest-mockmodule-perl,
                     libtest-mockobject-perl,
                     libtest-script-run-perl,
                     libtest-www-declare-perl,
                     libtest-www-mechanize-perl,
                     libtest-www-mechanize-psgi-perl,
                     libtest-www-selenium-perl,
                     libuniversal-require-perl,
                     liburi-perl,
                     libwww-mechanize-perl,
                     libwww-perl,
                     libxml-simple-perl,
                     libxml-writer-perl,
                     libxml-xpath-perl,
                     libyaml-perl,
                     libyaml-syck-perl (>= 1.22)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/jifty.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/jifty.git
Homepage: https://metacpan.org/release/Jifty/

Package: jifty
Architecture: all
Depends: ${misc:Depends},
         libjifty-perl
Description: perl web MVC framework
 Perl based web framekwork.
 Jifty offers the following features:
 .
 DRY (Don't Repeat Yourself)
        Jifty tries not to make you say things more than once.
 .
 Full-stack
        Out of the proverbial box, Jifty comes with one way to do everything
        you should need to do: One database mapper, one templating system,
        one web services layer, one AJAX toolkit, one set of handlers for
        standalone or FastCGI servers. Jifty developers work hard to make all
        the bits play well together, so you don't have to.
 .
 Continuations
        With Jifty, it's easy to let the user go off and do something else,
        like fill out a wizard, look something up in the help system or go
        twiddle their preferences and come right back to where they were.
 .
 Form-based dispatch
        This is one of the things that Jifty does that we've not seen
        anywhere else. Jifty owns your form rendering and processing. This
        means you never need to write form handling logic. All you say is "I
        want an input for this argument here" and Jifty takes care of the
        rest. (Even autocomplete and validation)
 .
 This metapackage provides examples to help you writing application on your
 desktop. You can use libjifty-perl package alone for running your jifty 
 application on servers.

Package: libjifty-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libany-moose-perl,
         libapp-cli-perl,
         libcache-cache-perl,
         libcache-memcached-perl,
         libcalendar-simple-perl,
         libcarp-clan-perl,
         libcgi-cookie-splitter-perl,
         libcgi-emulate-psgi-perl,
         libcgi-pm-perl,
         libclass-accessor-named-perl,
         libclass-accessor-perl,
         libclass-container-perl,
         libclass-data-inheritable-perl,
         libclass-inspector-perl,
         libclass-trigger-perl,
         libclone-perl,
         libcrypt-cbc-perl,
         libcrypt-rijndael-perl,
         libcss-squish-perl,
         libdata-dump-streamer-perl,
         libdata-page-perl,
         libdate-manip-perl,
         libdatetime-locale-perl,
         libdatetime-perl,
         libdbd-sqlite3-perl,
         libemail-abstract-perl,
         libemail-folder-perl,
         libemail-localdelivery-perl,
         libemail-mime-contenttype-perl,
         libemail-mime-createhtml-perl,
         libemail-mime-perl,
         libemail-send-perl,
         libemail-simple-perl,
         libexception-class-perl,
         libexporter-lite-perl,
         libfcgi-procmanager-perl (>= 0.19),
         libfile-find-rule-perl,
         libfile-mmagic-perl,
         libfile-sharedir-perl,
         libhash-merge-perl,
         libhash-multivalue-perl,
         libhtml-lint-perl,
         libhtml-mason-perl,
         libhtml-parser-perl,
         libhtml-treebuilder-xpath-perl,
         libhttp-server-simple-perl,
         libhttp-server-simple-recorder-perl,
         libio-handle-util-perl,
         libipc-pubsub-perl,
         libipc-run3-perl,
         libjifty-dbi-perl (>= 0.66),
         libjs-ie7,
         libjs-jquery,
         libjs-prototype,
         libjs-scriptaculous,
         libjs-yui,
         libjson-perl,
         libjson-xs-perl,
         liblocale-maketext-lexicon-perl,
         liblog-log4perl-perl,
         libmime-types-perl,
         libmodule-install-perl,
         libmodule-refresh-perl,
         libmodule-scandeps-perl,
         libobject-declare-perl,
         libossp-uuid-perl,
         libpadwalker-perl,
         libparams-validate-perl,
         libplack-middleware-deflater-perl,
         libplack-perl,
         libscalar-defer-perl,
         libsql-reservedwords-perl,
         libstring-bufferstack-perl,
         libstring-koremutake-perl,
         libsuper-perl,
         libtemplate-declare-perl,
         libtest-base-perl,
         libtest-email-perl,
         libtest-exception-perl,
         libtest-longstring-perl,
         libtest-mockmodule-perl,
         libtest-mockobject-perl,
         libtest-www-declare-perl,
         libtest-www-mechanize-perl,
         libtest-www-mechanize-psgi-perl,
         libtest-www-selenium-perl,
         libuniversal-require-perl,
         liburi-perl,
         libwww-mechanize-perl,
         libwww-perl,
         libxml-simple-perl,
         libxml-writer-perl,
         libxml-xpath-perl,
         libyaml-perl,
         libyaml-syck-perl,
         perl
Suggests: libshell-command-perl
Breaks: libjifty-plugin-authentication-cas-perl (<= 0.80408-2),
        libjifty-plugin-authentication-ldap-perl (<= 0.80408-2),
        libjifty-plugin-authzldap-perl (<= 0.80408-2),
        libjifty-plugin-chart-perl (<= 0.80408-2),
        libjifty-plugin-comment-perl (<= 0.80408-2),
        libjifty-plugin-editinplace-perl (<= 0.80408-2),
        libjifty-plugin-googlemap-perl (<= 0.80408-2),
        libjifty-plugin-wikitoolbar-perl (<= 0.80408-2)
Provides: libjifty-plugin-halo-perl
Replaces: libjifty-plugin-halo-perl (<= 0.80408-2)
Description: Jifty perl libraries
 This package provides perl libraries for Jifty framework. 
 .
 You can use this package alone or with suggested plugins to run your jifty
 applications on your servers. 
 .
 Use jifty metapackage to add more examples when you write application on your
 desktop.

