add p5-Bundle-libservlet

Servlet API for Perl
This commit is contained in:
Ying-Chieh Liao 2001-07-26 17:05:51 +00:00
parent 4d82aa1463
commit 9ba380ef26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45514
6 changed files with 47 additions and 0 deletions

View File

@ -199,6 +199,7 @@
SUBDIR += p5-Apache-SSI
SUBDIR += p5-Apache-Session
SUBDIR += p5-Apache-Session-SharedMem
SUBDIR += p5-Bundle-libservlet
SUBDIR += p5-CGI-Application
SUBDIR += p5-CGI-ArgChecker
SUBDIR += p5-CGI-Cache

View File

@ -0,0 +1,24 @@
# ex:ts=8
# New ports collection makefile for: Bundle-libservlet
# Date created: Jul 26, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Bundle-libservlet
PORTVERSION= 0.9.2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Bundle
PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Bundle::libservlet.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Bundle-libservlet-0.9.2.tar.gz) = c3d47a03a70db7554b052625b59dce28

View File

@ -0,0 +1 @@
Servlet API for Perl

View File

@ -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://www.maz.org/libservlet/

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Bundle/libservlet.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle/libservlet/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle/libservlet
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle