[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ITP: libcgi-pm-perl



Source: libcgi-pm-perl
Section: interpreters
Priority: optional
Maintainer: Piotr Roszatycki <dexter@debian.org>
Standards-Version: 2.5.0.0
Upstream-Source: <URL:http://www.perl.com/CPAN/modules/by-module/CGI/>
Description: perl CGI - Simple Common Gateway Interface Class
Packaged-For: Debian
Copyright: Artistic
        Copyright 1995-1998, Lincoln D. Stein.  All rights
        reserved.
 .
        This library is free software; you can redistribute it
        and/or modify it under the same terms as Perl itself.
Major-Changes:

Package: libcgi-pm-perl
Architecture: all
Depends: ${perl:Depends}
Description: perl CGI - Simple Common Gateway Interface Class.
 This is CGI.pm, an easy-to-use Perl5 library for writing World Wide
 Web CGI scripts.
 .
 This perl library uses perl5 objects to make it easy to create Web
 fill-out forms and parse their contents. This package defines CGI
 objects, entities that contain the values of the current query string
 and other state variables. Using a CGI object's methods, you can examine
 keywords and parameters passed to your script, and create forms whose
 initial values are taken from the current query (thereby preserving
 state information). The module provides shortcut functions that produce
 boilerplate HTML, reducing typing and coding errors. It also provides
 functionality for some of the more advanced features of CGI scripting,
 including support for file uploads, cookies, cascading style sheets,
 server push, and frames.
[...]
Preinst: sh
 if [ "install" = "$1" ] || [ "upgrade" = "$1" ]; then
     dpkg-divert --package libcgi-pm-perl --add --rename \
         --divert $privlib/CGI.perl-$version.pm $privlib/CGI.pm > /dev/null
[...]


-- 

Piotr "Dexter" Roszatycki
mailto:dexter@fnet.pl


Reply to: