Hello all. This patch removes extra words from whatis.db, coming via somewhat badly formatted POD files. This makes apropos output much a saner place for me, since I don't get half of the screen filled with garbage each time I use words "app" or "FastCGI".
Okay? -- WBR, Vadim Zhukov Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Catalyst-Manual/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 20 Mar 2016 19:56:14 -0000 1.15 +++ Makefile 20 Dec 2016 15:43:23 -0000 @@ -6,6 +6,7 @@ MODULES= cpan PKG_ARCH= * DISTNAME= Catalyst-Manual-5.9002 CATEGORIES= devel +REVISION= 0 # there was a version with six digits behind the dot EPOCH= 0 Index: patches/patch-lib_Catalyst_Manual_Deployment_Apache_FastCGI_pod =================================================================== RCS file: patches/patch-lib_Catalyst_Manual_Deployment_Apache_FastCGI_pod diff -N patches/patch-lib_Catalyst_Manual_Deployment_Apache_FastCGI_pod --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_Catalyst_Manual_Deployment_Apache_FastCGI_pod 20 Dec 2016 15:43:23 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ +Don't pollute whatis database. +--- lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod.orig Tue Dec 20 18:33:18 2016 ++++ lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod Tue Dec 20 18:35:07 2016 +@@ -2,6 +2,8 @@ + + Catalyst::Manual::Deployment::Apache::FastCGI - Deploying Catalyst with FastCGI on Apache + ++=head1 DESCRIPTION ++ + =head2 Setup + + =head3 1. Install Apache with mod_fastcgi Index: patches/patch-lib_Catalyst_Manual_Deployment_DevelopmentServer_pod =================================================================== RCS file: patches/patch-lib_Catalyst_Manual_Deployment_DevelopmentServer_pod diff -N patches/patch-lib_Catalyst_Manual_Deployment_DevelopmentServer_pod --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_Catalyst_Manual_Deployment_DevelopmentServer_pod 20 Dec 2016 15:43:23 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ +Don't pollute whatis database. +--- lib/Catalyst/Manual/Deployment/DevelopmentServer.pod.orig Tue Dec 20 18:36:22 2016 ++++ lib/Catalyst/Manual/Deployment/DevelopmentServer.pod Tue Dec 20 18:36:33 2016 +@@ -2,6 +2,8 @@ + + Catalyst::Manual::DevelopmentServer - Development server deployment + ++=head1 DESCRIPTION ++ + The development server is a mini web server written in Perl. However, if + you supply the C<-f> option to the development server, it will load the + higher performance L<Starman> server, which can be used as an Index: patches/patch-lib_Catalyst_Manual_Tutorial_09_AdvancedCRUD_09_FormBuilder_pod =================================================================== RCS file: patches/patch-lib_Catalyst_Manual_Tutorial_09_AdvancedCRUD_09_FormBuilder_pod diff -N patches/patch-lib_Catalyst_Manual_Tutorial_09_AdvancedCRUD_09_FormBuilder_pod --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_Catalyst_Manual_Tutorial_09_AdvancedCRUD_09_FormBuilder_pod 20 Dec 2016 15:43:23 -0000 @@ -0,0 +1,17 @@ +$OpenBSD$ +Don't pollute whatis database. +--- lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormBuilder.pod.orig Tue Dec 20 18:38:10 2016 ++++ lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormBuilder.pod Tue Dec 20 18:38:14 2016 +@@ -2,10 +2,10 @@ + + Catalyst::Manual::Tutorial::09_AdvancedCRUD::09_FormBuilder - Catalyst Tutorial - Chapter 9: Advanced CRUD - FormBuilder + +-=head1 OVERVIEW +- + NOTE: This chapter of the tutorial is in progress. Feel free to + volunteer to help out. :-) ++ ++=head1 OVERVIEW + + This is B<Chapter 9 of 10> for the Catalyst tutorial. +