mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
nuke p5-Bundle-libservlet
use p5-libservlet instead
This commit is contained in:
parent
4fc97ee6cb
commit
9bf05a50f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45559
@ -199,7 +199,6 @@
|
||||
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
|
||||
|
@ -1,24 +0,0 @@
|
||||
# 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>
|
@ -1 +0,0 @@
|
||||
MD5 (Bundle-libservlet-0.9.2.tar.gz) = c3d47a03a70db7554b052625b59dce28
|
@ -1 +0,0 @@
|
||||
Servlet API for Perl
|
@ -1,15 +0,0 @@
|
||||
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/
|
@ -1,5 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user