diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-28 14:28:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-28 14:28:47 +0800 |
commit | 8263e7d678d78c0b99ba801eedf3d87b2a8b5f7e (patch) | |
tree | db7ce844cfad249bf770041d6c13c21e7524d0e6 /www/p5-libservlet/pkg-descr | |
parent | f05aa6e02f4d6aa220c1334fc0155815cb24f5d6 (diff) | |
download | freebsd-ports-gnome-8263e7d678d78c0b99ba801eedf3d87b2a8b5f7e.tar.gz freebsd-ports-gnome-8263e7d678d78c0b99ba801eedf3d87b2a8b5f7e.tar.zst freebsd-ports-gnome-8263e7d678d78c0b99ba801eedf3d87b2a8b5f7e.zip |
add p5-libservlet
Servlet API for Perl
Diffstat (limited to 'www/p5-libservlet/pkg-descr')
-rw-r--r-- | www/p5-libservlet/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/p5-libservlet/pkg-descr b/www/p5-libservlet/pkg-descr new file mode 100644 index 000000000000..6a85eb5ce063 --- /dev/null +++ b/www/p5-libservlet/pkg-descr @@ -0,0 +1,15 @@ +The Servlet API for Perl (libservlet) is a formulation of the Java (TM) +Servlet API in Perl. + +While the servlet concept originated with Java (TM), its component model is +quite natural for Perl as well. By writing servlet applications and deploying +them in a servlet container, application authors can spare themselves the +effort of writing commonly needed web application infrastructure components +for each new project. Furthermore, servlet applications are portable between +deployment environments; they can be executed in any servlet container using +any process model with only a few configuration changes and no application +code changes. Servlet applications are insulated from changes in vendor or +platform and are able to portably take advantage of standard web +infrastructure services offered by any servlet container. + +WWW: http://libservlet.sourceforge.net/ |