1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 0.9.2

sort man pages
drop maintainership
This commit is contained in:
Ying-Chieh Liao 2001-11-06 06:27:00 +00:00
parent a63f73db1a
commit 32944bb29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49636
3 changed files with 32 additions and 30 deletions

View File

@ -7,13 +7,13 @@
#
PORTNAME= libservlet
PORTVERSION= 0.9.1
PORTVERSION= 0.9.2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
@ -22,39 +22,40 @@ PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Servlet.3 \
Servlet::ServletException.3 \
Servlet::Util::Event.3 \
Servlet::Http::HttpSession.3 \
Servlet::Http::Cookie.3 \
Servlet::Http::HttpServlet.3 \
Servlet::Http::HttpServletRequest.3 \
Servlet::Http::HttpServletRequestWrapper.3 \
Servlet::Http::HttpServletResponse.3 \
Servlet::Http::HttpServlet.3 \
Servlet::Http::HttpServletResponseWrapper.3 \
Servlet::Http::HttpSession.3 \
Servlet::Http::HttpSessionActivationListener.3 \
Servlet::Http::HttpSessionAttributesListener.3 \
Servlet::Http::HttpSessionBindingEvent.3 \
Servlet::Http::HttpSessionBindingListener.3 \
Servlet::Http::HttpSessionEvent.3 \
Servlet::Http::HttpSessionListener.3 \
Servlet::Util::Event.3 \
Servlet::Util::Exception.3 \
Servlet::Util::Principal.3 \
Servlet::Filter.3 \
Servlet::FilterChain.3 \
Servlet::GenericServlet.3 \
Servlet::RequestDispatcher.3 \
Servlet::Servlet.3 \
Servlet::ServletContext.3 \
Servlet::ServletContextAttributeEvent.3 \
Servlet::ServletContextAttributeListener.3 \
Servlet::ServletContextEvent.3 \
Servlet::ServletContextListener.3 \
Servlet::ServletContextAttributeListener.3 \
Servlet::Http::Cookie.3 \
Servlet::ServletOutputStream.3 \
Servlet::Servlet.3 \
Servlet::GenericServlet.3 \
Servlet::ServletResponse.3 \
Servlet::UnavailableException.3 \
Servlet::Http::HttpSessionAttributesListener.3 \
Servlet::Filter.3 \
Servlet::ServletRequestWrapper.3 \
Servlet::Http::HttpSessionListener.3 \
Servlet::Http::HttpServletResponseWrapper.3 \
Servlet::Util::Exception.3 \
Servlet::SingleThreadModel.3 \
Servlet::FilterChain.3 \
Servlet::Http::HttpServletRequest.3 \
Servlet::Http::HttpSessionBindingEvent.3 \
Servlet::ServletContextAttributeEvent.3 \
Servlet::ServletContext.3 \
Servlet::Http::HttpSessionActivationListener.3 \
Servlet::ServletRequest.3 \
Servlet::ServletException.3 \
Servlet::ServletInputStream.3 \
Servlet::Http::HttpSessionBindingListener.3 \
Servlet::ServletOutputStream.3 \
Servlet::ServletRequest.3 \
Servlet::ServletRequestWrapper.3 \
Servlet::ServletResponse.3 \
Servlet::ServletResponseWrapper.3 \
Servlet::RequestDispatcher.3
Servlet::SingleThreadModel.3 \
Servlet::UnavailableException.3 \
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (libservlet-0.9.1.tar.gz) = b091b143fe57bc05214ec9db6eb40d6d
MD5 (libservlet-0.9.2.tar.gz) = 80b9bec9cb144b4d135bd559183880ce

View File

@ -14,6 +14,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Servlet/Http/HttpSessionActivationListener.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Http/HttpSessionBindingListener.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Util/Event.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Util/Exception.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Util/Principal.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Config.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/Filter.pm
lib/perl5/site_perl/%%PERL_VER%%/Servlet/FilterChain.pm