diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 02:48:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 02:48:38 +0000 |
commit | a931033fcb2d62900a4a0b6dbbfe1a54c7e1e6f8 (patch) | |
tree | 0c134c6ff1a60730841ee451672d5c5e416ccf34 /www/p5-CGI-Application/pkg | |
parent | 285c50a0efab555e2596d017206f6147be3c2cae (diff) | |
download | pkgsrc-a931033fcb2d62900a4a0b6dbbfe1a54c7e1e6f8.tar.gz |
p5-CGI-Application: perl5 module to create sophisticated, reusable
web-based applications
Diffstat (limited to 'www/p5-CGI-Application/pkg')
-rw-r--r-- | www/p5-CGI-Application/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-CGI-Application/pkg/DESCR | 17 | ||||
-rw-r--r-- | www/p5-CGI-Application/pkg/PLIST | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/www/p5-CGI-Application/pkg/COMMENT b/www/p5-CGI-Application/pkg/COMMENT new file mode 100644 index 00000000000..ae816a434dd --- /dev/null +++ b/www/p5-CGI-Application/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to create sophisticated, reusable web-based applications diff --git a/www/p5-CGI-Application/pkg/DESCR b/www/p5-CGI-Application/pkg/DESCR new file mode 100644 index 00000000000..aaf24155a90 --- /dev/null +++ b/www/p5-CGI-Application/pkg/DESCR @@ -0,0 +1,17 @@ +CGI::Application is intended to make it easier to create sophisticated, +reusable web-based applications. This module implements a methodology which, +if followed, will make your web software easier to design, easier to +document, easier to write, and easier to evolve. + +The guiding philosophy behind CGI::Application is that a web-based +application can be organized into a specific set of "Run-Modes." Each +Run-Mode is roughly analogous to a single screen (a form, some output, etc). +All the Run-Modes are managed by a single "Application Module" which is a +Perl module. In your web server's document space there is an "Instance +Script" which is called by the web server as a CGI (or an Apache::Registry +script if you're using Apache + mod_perl). + +CGI::Application is an Object-Oriented Perl module which implements an +Abstract Class. It is not intended that this package be instantiated +directly. Instead, it is intended that your Application Module will be +implemented as a Sub-Class of CGI::Application. diff --git a/www/p5-CGI-Application/pkg/PLIST b/www/p5-CGI-Application/pkg/PLIST new file mode 100644 index 00000000000..9847e9dd977 --- /dev/null +++ b/www/p5-CGI-Application/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 02:48:38 jlam Exp $ |