diff options
author | tv <tv@pkgsrc.org> | 2005-08-17 16:54:14 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-08-17 16:54:14 +0000 |
commit | 6cfefe037dc4f72c10707e0539949a0d7ac8f0c8 (patch) | |
tree | b9cc98a6cc7368ce3d3101922012f2c26630510f /www/ap2-perl | |
parent | 787b0fbb8be4560d062f62ac5569b5700919699f (diff) | |
download | pkgsrc-6cfefe037dc4f72c10707e0539949a0d7ac8f0c8.tar.gz |
Update to 2.0.1. It's now "stable"!
The Changes file from the last update (in late 2004!) is very, very long,
so see the changes since 1.99_17 here:
http://search.cpan.org/~gozer/mod_perl-2.0.1/Changes
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 15 | ||||
-rw-r--r-- | www/ap2-perl/PLIST | 131 | ||||
-rw-r--r-- | www/ap2-perl/buildlink3.mk | 4 | ||||
-rw-r--r-- | www/ap2-perl/distinfo | 8 |
4 files changed, 110 insertions, 48 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 26e23bb48bf..0ad6aca2fc7 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,11 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:35 jlam Exp $ -# -# NOTE: This package is *BETA*. If it doesn't work, then check the -# modperl-2.0 mailing lists for help. - -DISTNAME= mod_perl-1.99_17 -PKGNAME= ap2-perl-1.99.17 -PKGREVISION= 1 +# $NetBSD: Makefile,v 1.20 2005/08/17 16:54:14 tv Exp $ + +DISTNAME= mod_perl-2.0.1 +PKGNAME= ${DISTNAME:S/mod_/ap2-/} CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ @@ -16,7 +12,7 @@ COMMENT= Module that embeds a Perl interpreter into Apache CONFLICTS= ap-perl-[0-9]* APACHE_MODULE= # defined -PERL5_PACKLIST= auto/mod_perl/.packlist +PERL5_PACKLIST= auto/mod_perl2/.packlist MAKE_PARAMS+= MP_APXS=${APXS} @@ -28,5 +24,4 @@ post-install: .include "../../lang/perl5/module.mk" .include "../../www/apache2/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-perl/PLIST b/www/ap2-perl/PLIST index bd65cc064e8..15ae557fde1 100644 --- a/www/ap2-perl/PLIST +++ b/www/ap2-perl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/11/09 12:09:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/08/17 16:54:14 tv Exp $ include/httpd/mod_perl.h include/httpd/modperl_apache_compat.h include/httpd/modperl_apache_includes.h @@ -68,49 +68,56 @@ share/doc/mod_perl/api/APR/PerlIO.pod share/doc/mod_perl/api/APR/Pool.pod share/doc/mod_perl/api/APR/SockAddr.pod share/doc/mod_perl/api/APR/Socket.pod +share/doc/mod_perl/api/APR/Status.pod +share/doc/mod_perl/api/APR/String.pod share/doc/mod_perl/api/APR/Table.pod share/doc/mod_perl/api/APR/ThreadMutex.pod share/doc/mod_perl/api/APR/URI.pod +share/doc/mod_perl/api/APR/UUID.pod share/doc/mod_perl/api/APR/Util.pod share/doc/mod_perl/api/AUTOGENERATION -share/doc/mod_perl/api/Apache.pod -share/doc/mod_perl/api/Apache/Access.pod -share/doc/mod_perl/api/Apache/CmdParms.pod -share/doc/mod_perl/api/Apache/Command.pod -share/doc/mod_perl/api/Apache/Connection.pod -share/doc/mod_perl/api/Apache/Const.pod -share/doc/mod_perl/api/Apache/Directive.pod -share/doc/mod_perl/api/Apache/Filter.pod -share/doc/mod_perl/api/Apache/FilterRec.pod -share/doc/mod_perl/api/Apache/HookRun.pod -share/doc/mod_perl/api/Apache/Log.pod -share/doc/mod_perl/api/Apache/Module.pod -share/doc/mod_perl/api/Apache/PerlSections.pod -share/doc/mod_perl/api/Apache/Process.pod -share/doc/mod_perl/api/Apache/Reload.pod -share/doc/mod_perl/api/Apache/RequestIO.pod -share/doc/mod_perl/api/Apache/RequestRec.pod -share/doc/mod_perl/api/Apache/RequestUtil.pod -share/doc/mod_perl/api/Apache/Response.pod -share/doc/mod_perl/api/Apache/ServerRec.pod -share/doc/mod_perl/api/Apache/ServerUtil.pod -share/doc/mod_perl/api/Apache/Status.pod -share/doc/mod_perl/api/Apache/SubProcess.pod -share/doc/mod_perl/api/Apache/SubRequest.pod -share/doc/mod_perl/api/Apache/URI.pod -share/doc/mod_perl/api/Apache/Util.pod -share/doc/mod_perl/api/Apache/compat.pod -share/doc/mod_perl/api/Apache/porting.pod +share/doc/mod_perl/api/Apache2/Access.pod +share/doc/mod_perl/api/Apache2/CmdParms.pod +share/doc/mod_perl/api/Apache2/Command.pod +share/doc/mod_perl/api/Apache2/Connection.pod +share/doc/mod_perl/api/Apache2/Const.pod +share/doc/mod_perl/api/Apache2/Directive.pod +share/doc/mod_perl/api/Apache2/Filter.pod +share/doc/mod_perl/api/Apache2/FilterRec.pod +share/doc/mod_perl/api/Apache2/HookRun.pod +share/doc/mod_perl/api/Apache2/Log.pod +share/doc/mod_perl/api/Apache2/MPM.pod +share/doc/mod_perl/api/Apache2/Module.pod +share/doc/mod_perl/api/Apache2/PerlSections.pod +share/doc/mod_perl/api/Apache2/Process.pod +share/doc/mod_perl/api/Apache2/Reload.pod +share/doc/mod_perl/api/Apache2/RequestIO.pod +share/doc/mod_perl/api/Apache2/RequestRec.pod +share/doc/mod_perl/api/Apache2/RequestUtil.pod +share/doc/mod_perl/api/Apache2/Resource.pod +share/doc/mod_perl/api/Apache2/Response.pod +share/doc/mod_perl/api/Apache2/ServerRec.pod +share/doc/mod_perl/api/Apache2/ServerUtil.pod +share/doc/mod_perl/api/Apache2/SizeLimit.pod +share/doc/mod_perl/api/Apache2/Status.pod +share/doc/mod_perl/api/Apache2/SubProcess.pod +share/doc/mod_perl/api/Apache2/SubRequest.pod +share/doc/mod_perl/api/Apache2/URI.pod +share/doc/mod_perl/api/Apache2/Util.pod +share/doc/mod_perl/api/Apache2/compat.pod +share/doc/mod_perl/api/Apache2/porting.pod share/doc/mod_perl/api/ModPerl/BuildMM.pod share/doc/mod_perl/api/ModPerl/Const.pod share/doc/mod_perl/api/ModPerl/Global.pod share/doc/mod_perl/api/ModPerl/MM.pod share/doc/mod_perl/api/ModPerl/MethodLookup.pod share/doc/mod_perl/api/ModPerl/PerlRun.pod +share/doc/mod_perl/api/ModPerl/PerlRunPrefork.pod share/doc/mod_perl/api/ModPerl/Registry.pod share/doc/mod_perl/api/ModPerl/RegistryBB.pod share/doc/mod_perl/api/ModPerl/RegistryCooker.pod share/doc/mod_perl/api/ModPerl/RegistryLoader.pod +share/doc/mod_perl/api/ModPerl/RegistryPrefork.pod share/doc/mod_perl/api/ModPerl/Util.pod share/doc/mod_perl/api/README share/doc/mod_perl/api/config.cfg @@ -138,6 +145,7 @@ share/doc/mod_perl/os/win32/distinstall share/doc/mod_perl/os/win32/faq.pod share/doc/mod_perl/os/win32/install.pod share/doc/mod_perl/os/win32/mpinstall +share/doc/mod_perl/rename.pod share/doc/mod_perl/user/Changes.pod share/doc/mod_perl/user/coding/coding.pod share/doc/mod_perl/user/coding/cooking.pod @@ -148,9 +156,14 @@ share/doc/mod_perl/user/design/design.pod share/doc/mod_perl/user/handlers/bucket_brigades.dia share/doc/mod_perl/user/handlers/bucket_brigades.gif share/doc/mod_perl/user/handlers/bucket_brigades.png -share/doc/mod_perl/user/handlers/connection_cycle.dia share/doc/mod_perl/user/handlers/connection_cycle.gif share/doc/mod_perl/user/handlers/connection_cycle.png +share/doc/mod_perl/user/handlers/connection_cycle_all.dia +share/doc/mod_perl/user/handlers/connection_cycle_all.png +share/doc/mod_perl/user/handlers/connection_cycle_pre.dia +share/doc/mod_perl/user/handlers/connection_cycle_pre.png +share/doc/mod_perl/user/handlers/connection_cycle_process.dia +share/doc/mod_perl/user/handlers/connection_cycle_process.png share/doc/mod_perl/user/handlers/connection_cycle_time.dia share/doc/mod_perl/user/handlers/connection_cycle_time.gif share/doc/mod_perl/user/handlers/connection_cycle_time.png @@ -167,21 +180,73 @@ share/doc/mod_perl/user/handlers/filter_logic.png share/doc/mod_perl/user/handlers/filters.pod share/doc/mod_perl/user/handlers/general.pod share/doc/mod_perl/user/handlers/http.pod -share/doc/mod_perl/user/handlers/http_cycle.dia share/doc/mod_perl/user/handlers/http_cycle.gif share/doc/mod_perl/user/handlers/http_cycle.png +share/doc/mod_perl/user/handlers/http_cycle1.gif +share/doc/mod_perl/user/handlers/http_cycle1.png +share/doc/mod_perl/user/handlers/http_cycle_access.dia +share/doc/mod_perl/user/handlers/http_cycle_access.gif +share/doc/mod_perl/user/handlers/http_cycle_access.png +share/doc/mod_perl/user/handlers/http_cycle_all.dia +share/doc/mod_perl/user/handlers/http_cycle_all.gif +share/doc/mod_perl/user/handlers/http_cycle_all.png +share/doc/mod_perl/user/handlers/http_cycle_authen.dia +share/doc/mod_perl/user/handlers/http_cycle_authen.gif +share/doc/mod_perl/user/handlers/http_cycle_authen.png +share/doc/mod_perl/user/handlers/http_cycle_authz.dia +share/doc/mod_perl/user/handlers/http_cycle_authz.gif +share/doc/mod_perl/user/handlers/http_cycle_authz.png +share/doc/mod_perl/user/handlers/http_cycle_cleanup.dia +share/doc/mod_perl/user/handlers/http_cycle_cleanup.gif +share/doc/mod_perl/user/handlers/http_cycle_cleanup.png +share/doc/mod_perl/user/handlers/http_cycle_conn_filters.dia +share/doc/mod_perl/user/handlers/http_cycle_conn_filters.gif +share/doc/mod_perl/user/handlers/http_cycle_conn_filters.png +share/doc/mod_perl/user/handlers/http_cycle_fixup.dia +share/doc/mod_perl/user/handlers/http_cycle_fixup.gif +share/doc/mod_perl/user/handlers/http_cycle_fixup.png +share/doc/mod_perl/user/handlers/http_cycle_header_parser.dia +share/doc/mod_perl/user/handlers/http_cycle_header_parser.gif +share/doc/mod_perl/user/handlers/http_cycle_header_parser.png +share/doc/mod_perl/user/handlers/http_cycle_http_filters.dia +share/doc/mod_perl/user/handlers/http_cycle_http_filters.gif +share/doc/mod_perl/user/handlers/http_cycle_http_filters.png +share/doc/mod_perl/user/handlers/http_cycle_init.dia +share/doc/mod_perl/user/handlers/http_cycle_init.gif +share/doc/mod_perl/user/handlers/http_cycle_init.png +share/doc/mod_perl/user/handlers/http_cycle_log.dia +share/doc/mod_perl/user/handlers/http_cycle_log.gif +share/doc/mod_perl/user/handlers/http_cycle_log.png +share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.dia +share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.gif +share/doc/mod_perl/user/handlers/http_cycle_map_to_storage.png +share/doc/mod_perl/user/handlers/http_cycle_post_read_request.dia +share/doc/mod_perl/user/handlers/http_cycle_post_read_request.gif +share/doc/mod_perl/user/handlers/http_cycle_post_read_request.png +share/doc/mod_perl/user/handlers/http_cycle_response.dia +share/doc/mod_perl/user/handlers/http_cycle_response.gif +share/doc/mod_perl/user/handlers/http_cycle_response.png +share/doc/mod_perl/user/handlers/http_cycle_trans.dia +share/doc/mod_perl/user/handlers/http_cycle_trans.gif +share/doc/mod_perl/user/handlers/http_cycle_trans.png +share/doc/mod_perl/user/handlers/http_cycle_type.dia +share/doc/mod_perl/user/handlers/http_cycle_type.gif +share/doc/mod_perl/user/handlers/http_cycle_type.png share/doc/mod_perl/user/handlers/in_filter_stream.dia share/doc/mod_perl/user/handlers/in_filter_stream.gif share/doc/mod_perl/user/handlers/in_filter_stream.png share/doc/mod_perl/user/handlers/intro.pod +share/doc/mod_perl/user/handlers/out.gif share/doc/mod_perl/user/handlers/out_filter_stream.dia share/doc/mod_perl/user/handlers/out_filter_stream.gif share/doc/mod_perl/user/handlers/out_filter_stream.png +share/doc/mod_perl/user/handlers/practical_mod_perl_comp.gif share/doc/mod_perl/user/handlers/protocols.pod share/doc/mod_perl/user/handlers/server.pod share/doc/mod_perl/user/handlers/server_life_cycle.dia share/doc/mod_perl/user/handlers/server_life_cycle.gif share/doc/mod_perl/user/handlers/server_life_cycle.png +share/doc/mod_perl/user/handlers/tmlogo_color.gif share/doc/mod_perl/user/help/help.pod share/doc/mod_perl/user/install/install.pod share/doc/mod_perl/user/intro/overview.pod @@ -215,7 +280,9 @@ share/doc/mod_perl/user/troubleshooting/troubleshooting.pod @dirrm share/doc/mod_perl/devel/core @dirrm share/doc/mod_perl/devel @dirrm share/doc/mod_perl/api/ModPerl -@dirrm share/doc/mod_perl/api/Apache +@dirrm share/doc/mod_perl/api/Apache2 @dirrm share/doc/mod_perl/api/APR @dirrm share/doc/mod_perl/api @dirrm share/doc/mod_perl +@dirrm lib/httpd +@dirrm include/httpd diff --git a/www/ap2-perl/buildlink3.mk b/www/ap2-perl/buildlink3.mk index aba48b97b97..bfdcf386d50 100644 --- a/www/ap2-perl/buildlink3.mk +++ b/www/ap2-perl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/12/13 07:04:20 adrianp Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2005/08/17 16:54:14 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ AP2_PERL_BUILDLINK3_MK:= ${AP2_PERL_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nap2-perl} BUILDLINK_PACKAGES+= ap2-perl .if !empty(AP2_PERL_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.ap2-perl+= ap2-perl>=1.99.17 +BUILDLINK_DEPENDS.ap2-perl+= ap2-perl>=2.0.1 BUILDLINK_PKGSRCDIR.ap2-perl?= ../../www/ap2-perl .endif # AP2_PERL_BUILDLINK3_MK diff --git a/www/ap2-perl/distinfo b/www/ap2-perl/distinfo index c55caa6e0af..3f881b2ee04 100644 --- a/www/ap2-perl/distinfo +++ b/www/ap2-perl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 14:08:28 wiz Exp $ +$NetBSD: distinfo,v 1.8 2005/08/17 16:54:14 tv Exp $ -SHA1 (mod_perl-1.99_17.tar.gz) = cb07ca712656d665bf4f44ee45bf670dcc54a31b -RMD160 (mod_perl-1.99_17.tar.gz) = ad6e3c8f6754b2159a178a23e61b9d36c22469fe -Size (mod_perl-1.99_17.tar.gz) = 1368804 bytes +SHA1 (mod_perl-2.0.1.tar.gz) = 173bc012a00fbe0ee8c51d6ce18c2fa7c33249b3 +RMD160 (mod_perl-2.0.1.tar.gz) = 06e921614c030a3b25d224cd88825d4b15aeb761 +Size (mod_perl-2.0.1.tar.gz) = 3694355 bytes |