From alex@kapran.bitmcnit.bryansk.su  Wed May  2 06:20:26 2001
Return-Path: <alex@kapran.bitmcnit.bryansk.su>
Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2])
	by hub.freebsd.org (Postfix) with ESMTP id 15E7637B616
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 May 2001 06:20:20 -0700 (PDT)
	(envelope-from alex@kapran.bitmcnit.bryansk.su)
Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2])
	by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f42DIom14846
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 2 May 2001 17:18:50 +0400
Received: (from uucp@localhost)
	by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id RAA05310
	for FreeBSD-gnats-submit@freebsd.org; Wed, 2 May 2001 17:14:38 +0400
Received: (from alex@localhost)
	by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f42CZKk40566;
	Wed, 2 May 2001 16:35:20 +0400 (MSD)
	(envelope-from alex)
Message-Id: <200105021235.f42CZKk40566@kapran.bitmcnit.bryansk.su>
Date: Wed, 2 May 2001 16:35:20 +0400 (MSD)
From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Reply-To: alex@kapran.bitmcnit.bryansk.su
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [mnt port update] www/p5-HTML-Embperl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27032
>Category:       ports
>Synopsis:       [mnt port update] www/p5-HTML-Embperl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 06:30:08 PDT 2001
>Closed-Date:    Fri Jun 15 14:12:45 PDT 2001
>Last-Modified:  Fri Jun 15 14:15:33 PDT 2001
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Inner Mongolia
>Environment:
System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue May 1 14:50:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386


	
>Description:
	I've gone totally mad with the original Makefile.PL and
	written mine from scratch.

	I will appreciate every single comment.
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/www/p5-HTML-Embperl/Makefile ./Makefile
--- /usr/ports/www/p5-HTML-Embperl/Makefile	Thu Mar 29 17:48:54 2001
+++ ./Makefile	Wed May  2 15:40:58 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-Embperl
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -14,12 +14,24 @@
 
 MAINTAINER=	kapr@crosswinds.net
 
+.if !defined(WITHOUT_APACHE)
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
+CONFIGURE_ARGS=	DEFINE=-DAPACHE INC=-I${LOCALBASE}/include/apache
+
+RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
+.endif
 
 PERL_CONFIGURE=	yes
-IS_INTERACTIVE=	yes
+INSTALL_TARGET= pure_install
 
-MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
+MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3 \
+		HTML::EmbperlObject::Intro.3 HTML::Embperl::Features.3 \
+		HTML::Embperl::FeaturesD.3 HTML::Embperl::Faq.3 \
+		HTML::Embperl::Tips.3
+		
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+
+pre-configure:
+	${CP} -f ${FILESDIR}/Makefile.PL ${WRKSRC}
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/www/p5-HTML-Embperl/distinfo ./distinfo
--- /usr/ports/www/p5-HTML-Embperl/distinfo	Thu Dec 21 14:22:10 2000
+++ ./distinfo	Tue Mar 20 10:45:42 2001
@@ -1 +1 @@
-MD5 (HTML-Embperl-1.3.0.tar.gz) = d62c04100c70161733c9ff38602ee528
+MD5 (HTML-Embperl-1.3.1.tar.gz) = e58778ddd2e56ef129220a416818a525
diff -ruN /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL ./files/Makefile.PL
--- /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL	Thu Jan  1 03:00:00 1970
+++ ./files/Makefile.PL	Wed Mar 28 20:14:36 2001
@@ -0,0 +1,51 @@
+use ExtUtils::MakeMaker;
+use Config;
+
+sub MY::post_constants {
+	if (defined $Config{usemultiplicity})
+	{
+		return 'DEFINE+=	-DMULTIPLICITY';
+	}
+	return '';
+}
+
+WriteMakefile(
+	NAME		=> 'HTML::Embperl',
+	VERSION_FROM	=> 'Embperl.pm',
+	OBJECT		=> 'Embperl$(OBJ_EXT) epmain$(OBJ_EXT) epio$(OBJ_EXT) ' .
+'epchar$(OBJ_EXT) epcmd$(OBJ_EXT) eputil$(OBJ_EXT) epeval$(OBJ_EXT) epdbg$(OBJ_EXT)',
+	MAN3PODS	=> {
+		'Embperl.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl.3',
+		'EmbperlD.pod'		=> '$(INST_MAN3DIR)/HTML::EmbperlD.3',
+		'EmbperlObject.pm'	=> '$(INST_MAN3DIR)/HTML::EmbperlObject.3',
+		'IntroEmbperlObject.pod'=> '$(INST_MAN3DIR)/HTML::EmbperlObject::Intro.3',
+		'Features.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl::Features.3',
+		'FeaturesD.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl::FeaturesD.3',
+		'Faq.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl::Faq.3',
+		'TipsAndTricks.pod'	=> '$(INST_MAN3DIR)/HTML::Embperl::Tips.3',
+	},
+	PM		=> {
+		'Embperl.pm'		=> '$(INST_LIBDIR)/Embperl.pm',
+		'EmbperlObject.pm'	=> '$(INST_LIBDIR)/EmbperlObject.pm',
+		'Embperl/Module.pm'	=> '$(INST_LIBDIR)/Embperl/Module.pm',
+		'Embperl/Mail.pm'	=> '$(INST_LIBDIR)/Embperl/Mail.pm',
+		'Embperl/Session.pm'	=> '$(INST_LIBDIR)/Embperl/Session.pm',
+		'embpexec.pl.templ'	=> '$(INST_LIBDIR)/Embperl/embpexec.pl',
+		'embpcgi.pl.templ'	=> '$(INST_LIBDIR)/Embperl/embpcgi.pl',
+		'Embperl.pod'		=> '$(INST_LIBDIR)/Embperl.pod',
+		'EmbperlD.pod'		=> '$(INST_LIBDIR)/EmbperlD.pod',
+		'Intro.pod'		=> '$(INST_LIBDIR)/Embperl/Intro.pod',
+		'IntroD.pod'		=> '$(INST_LIBDIR)/Embperl/IntroD.pod',
+		'IntroEmbperlObject.pod'=> '$(INST_LIBDIR)/IntroEmbperlObject.pod',
+		'Features.pod'		=> '$(INST_LIBDIR)/Embperl/Features.pod',
+		'FeaturesD.pod'		=> '$(INST_LIBDIR)/Embperl/FeaturesD.pod',
+		'Faq.pod'		=> '$(INST_LIBDIR)/Embperl/Faq.pod',
+		'TipsAndTricks.pod'	=> '$(INST_LIBDIR)/Embperl/TipsAndTricks.pod',
+	},
+	PREREQ_PM	=> {
+		'Apache::Session' => '1.50',
+		'Apache::Registry' => '1.22',
+	},
+	ABSTRACT	=> 'Embed Perl code in HTML documents',
+	AUTHOR		=> 'Gerald Richter <richter@dev.ecos.de>',
+);
diff -ruN /usr/ports/www/p5-HTML-Embperl/files/patch-aa ./files/patch-aa
--- /usr/ports/www/p5-HTML-Embperl/files/patch-aa	Thu Dec 21 14:22:10 2000
+++ ./files/patch-aa	Thu Jan  1 03:00:00 1970
@@ -1,36 +0,0 @@
---- Makefile.PL.orig	Mon Nov 13 10:14:28 2000
-+++ Makefile.PL	Tue Dec 19 12:09:13 2000
-@@ -26,7 +26,7 @@
- %neededmodules =
-     ( 
-       'mod_perl.c' => { name	    => 'perl_module', 
--			path	    => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
-+			path	    => ['/usr/local/libexec/apache/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
- 			win32path   => ['$mpdll', '$mpdll/apachemoduleperl.dll', '$EPBINDIR/modules/apachemoduleperl.dll'],
- 			file	    => 'libperl.so',
- 			win32file   => 'apachemoduleperl.dll',
-@@ -468,23 +468,7 @@
- 
-     #### look in which subdir the include files resides ####
-     
--    if (-e "$apache_src/httpd.h")
--         {
--         $inc_dir = $apache_src ;
--         }
--    elsif (-e "$apache_src/main/httpd.h")
--         {
--         $inc_dir = "$apache_src/main" ;
--         }
--    elsif (-e "$apache_src/include/httpd.h")
--         {
--         $inc_dir = "$apache_src/include" ;
--         }
--    elsif (-e "$ENV{APACHE_HDR}/httpd.h")
--         {
--         $inc_dir = "$ENV{APACHE_HDR}" ;
--         }
--        
-+	$inc_dir = "/usr/local/include/apache";
- 
-     if ($win32)
- 	{ 
diff -ruN /usr/ports/www/p5-HTML-Embperl/pkg-plist ./pkg-plist
--- /usr/ports/www/p5-HTML-Embperl/pkg-plist	Thu Dec 21 14:22:10 2000
+++ ./pkg-plist	Tue Apr  3 16:52:29 2001
@@ -1,18 +1,23 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/.packlist
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Features.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroD.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/FeaturesD.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Mail.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Module.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/INSTALL.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Faq.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Changes.pod
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlD.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Intro.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/NEWS.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroEmbperlObject.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Faq.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Features.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/FeaturesD.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Intro.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/IntroD.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Mail.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Module.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/TipsAndTricks.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/embpcgi.pl
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/embpexec.pl
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML 2>/dev/null || true
>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@tobez.org>
To: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl
Date: Wed, 2 May 2001 15:50:57 +0200

 On Wed, May 02, 2001 at 04:35:20PM +0400, Alex Kapranoff wrote:
 
 > 	I've gone totally mad with the original Makefile.PL and
 > 	written mine from scratch.
 
 > +	PREREQ_PM	=> {
 > +		'Apache::Session' => '1.50',
 > +		'Apache::Registry' => '1.22',
 > +	},
 
 1. The original Makefile.PL requires File::Spec 0.82.
 2. I only found references to Apache::Registry in the docs;  it is not
    referenced in any way in Embperl sources - how can Apache::Resitry
    1.22 be a prerequisite?
 3. According to Embperl::Session, it works even with Apache::Session
    1.00.
 
 Cheers,
 \Anton.
 -- 
 May the tuna salad be with you.

From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
To: Anton Berezin <tobez@tobez.org>, FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl
Date: Wed, 9 May 2001 12:26:31 +0400

 On Wed, May 02, 2001 at 03:50:57PM +0200, Anton Berezin wrote:
 > On Wed, May 02, 2001 at 04:35:20PM +0400, Alex Kapranoff wrote:
 > 
 > > 	I've gone totally mad with the original Makefile.PL and
 > > 	written mine from scratch.
 > 
 > > +	PREREQ_PM	=> {
 > > +		'Apache::Session' => '1.50',
 > > +		'Apache::Registry' => '1.22',
 > > +	},
 
   Anton, thanks for comments, first of all.
 
 > 1. The original Makefile.PL requires File::Spec 0.82.
 
   The CHANGES file in File::Spec 0.82 distribution shows insignificant
 differences from 0.8 which is in our base. And ok, I'll investigate it
 further.
 
 > 2. I only found references to Apache::Registry in the docs;  it is not
 >    referenced in any way in Embperl sources - how can Apache::Resitry
 >    1.22 be a prerequisite?
 
   Yes, that's a bug really. HTML::Embperl does require mod_perl >= 1.22
 and the prerequisite should read as 'mod_perl' => '1.22'. Thanks for the
 catch.
 
 > 3. According to Embperl::Session, it works even with Apache::Session
 >    1.00.
 
   Yes, but several things inside are marked as 'Apache::Session 1.5x only'.
 I'm not using Embperl::Session so I take the author's recommendation from
 the original Makefile.PL.
 
   And in addition to these items, my port seems to die horribly on a
 -STABLE box. :(( So I'm going to resubmit the patch fixed for less
 powerful pod2man (perl < 5.6.0).
 
 -- 
 Alex Kapranoff,                              Voice: +7(0832)791845
 We've lived 126 days in the brand new millenium...

From: Alex Kapranoff <kapr@crosswinds.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Anton Berezin <tobez@tobez.org>
Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl
Date: Mon, 11 Jun 2001 11:09:47 +0400

 This is an updated patch with all (I hope) issues resolved. I thank
 Anton for comments. I tested this both on 4.3-RELEASE and 5.0-CURRENT
 boxes.
 
 1. The port build is made non-interactive by sacrificing some time into
 composing Makefile.PL from scratch. This will hardly ease
 maintainability (but original Makefile.PL is genuinely evil).
 2. It is updated to 1.3.3.
 3. plist is fixed and sorted.
 4. WITHOUT_APACHE knob implemented.
 
 diff -ruN /usr/ports/www/p5-HTML-Embperl/Makefile p5-HTML-Embperl/Makefile
 --- /usr/ports/www/p5-HTML-Embperl/Makefile	Thu Mar 29 17:48:54 2001
 +++ p5-HTML-Embperl/Makefile	Mon Jun 11 10:41:51 2001
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	HTML-Embperl
 -PORTVERSION=	1.3.0
 +PORTVERSION=	1.3.3
  CATEGORIES=	www perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	HTML
 @@ -14,12 +14,25 @@
  
  MAINTAINER=	kapr@crosswinds.net
  
 +.if !defined(WITHOUT_APACHE)
  BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 +RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 +RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
 +.endif
  
  PERL_CONFIGURE=	yes
 -IS_INTERACTIVE=	yes
 +.if !defined(WITHOUT_APACHE)
 +CONFIGURE_ARGS=	DEFINE=-DAPACHE INC=-I${LOCALBASE}/include/apache
 +.endif
 +
 +INSTALL_TARGET=	pure_install
  
 -MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
  MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 +CONFIGURE_ARGS+=INSTALLMAN1DIR=${MANPREFIX}/man/man1
 +MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
 +MAN1=		embpexec.pl.1
 +
 +pre-configure:
 +	${CP} -f ${FILESDIR}/Makefile.PL ${WRKSRC}
  
  .include <bsd.port.mk>
 diff -ruN /usr/ports/www/p5-HTML-Embperl/distinfo p5-HTML-Embperl/distinfo
 --- /usr/ports/www/p5-HTML-Embperl/distinfo	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/distinfo	Sat Jun  9 21:45:32 2001
 @@ -1 +1 @@
 -MD5 (HTML-Embperl-1.3.0.tar.gz) = d62c04100c70161733c9ff38602ee528
 +MD5 (HTML-Embperl-1.3.3.tar.gz) = f2a4579210f7797e1ff4d756f3b7e037
 diff -ruN /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL p5-HTML-Embperl/files/Makefile.PL
 --- /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL	Thu Jan  1 03:00:00 1970
 +++ p5-HTML-Embperl/files/Makefile.PL	Mon Jun 11 01:00:03 2001
 @@ -0,0 +1,44 @@
 +use ExtUtils::MakeMaker;
 +
 +WriteMakefile(
 +	NAME		=> 'HTML::Embperl',
 +	VERSION_FROM	=> 'Embperl.pm',
 +	OBJECT		=> 'Embperl$(OBJ_EXT) epmain$(OBJ_EXT) epio$(OBJ_EXT) '.
 +			'epchar$(OBJ_EXT) epcmd$(OBJ_EXT) eputil$(OBJ_EXT) '.
 +			'epeval$(OBJ_EXT) epapinit$(OBJ_EXT)',
 +	MAN3PODS	=> {
 +		'Embperl.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl.3',
 +		'EmbperlD.pod'		=> '$(INST_MAN3DIR)/HTML::EmbperlD.3',
 +		'EmbperlObject.pm'	=> '$(INST_MAN3DIR)/HTML::EmbperlObject.3',
 +	},
 +	PM		=> {
 +		'Embperl.pm'		=> '$(INST_LIBDIR)/Embperl.pm',
 +		'EmbperlObject.pm'	=> '$(INST_LIBDIR)/EmbperlObject.pm',
 +		'Embperl/Module.pm'	=> '$(INST_LIBDIR)/Embperl/Module.pm',
 +		'Embperl/Mail.pm'	=> '$(INST_LIBDIR)/Embperl/Mail.pm',
 +		'Embperl/Session.pm'	=> '$(INST_LIBDIR)/Embperl/Session.pm',
 +		'Embperl.pod'		=> '$(INST_LIBDIR)/Embperl.pod',
 +		'EmbperlD.pod'		=> '$(INST_LIBDIR)/EmbperlD.pod',
 +		'Intro.pod'		=> '$(INST_LIBDIR)/Embperl/Intro.pod',
 +		'IntroD.pod'		=> '$(INST_LIBDIR)/Embperl/IntroD.pod',
 +		'IntroEmbperlObject.pod'=> '$(INST_LIBDIR)/IntroEmbperlObject.pod',
 +		'Features.pod'		=> '$(INST_LIBDIR)/Embperl/Features.pod',
 +		'FeaturesD.pod'		=> '$(INST_LIBDIR)/Embperl/FeaturesD.pod',
 +		'Faq.pod'		=> '$(INST_LIBDIR)/Embperl/Faq.pod',
 +		'TipsAndTricks.pod'	=> '$(INST_LIBDIR)/Embperl/TipsAndTricks.pod',
 +		'embpcgi.pl'		=> '$(INST_LIBDIR)/Embperl/embpcgi.pl',
 +		'epocgi.pl'		=> '$(INST_LIBDIR)/Embperl/epocgi.pl',
 +	},
 +	EXE_FILES	=> [ 'embpexec.pl' ],
 +	PREREQ_PM	=> {
 +		'Apache::Session'	=> '1.50',
 +		'mod_perl'		=> '1.22',
 +	},
 +	ABSTRACT	=> 'Embed Perl code in HTML documents',
 +	AUTHOR		=> 'Gerald Richter <richter@dev.ecos.de>',
 +);
 +
 +@bins = ('embpexec.pl', 'embpcgi.pl', 'epocgi.pl');
 +foreach (@bins) {
 +	rename "$_.templ", $_;
 +}
 diff -ruN /usr/ports/www/p5-HTML-Embperl/files/patch-aa p5-HTML-Embperl/files/patch-aa
 --- /usr/ports/www/p5-HTML-Embperl/files/patch-aa	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/files/patch-aa	Thu Jan  1 03:00:00 1970
 @@ -1,36 +0,0 @@
 ---- Makefile.PL.orig	Mon Nov 13 10:14:28 2000
 -+++ Makefile.PL	Tue Dec 19 12:09:13 2000
 -@@ -26,7 +26,7 @@
 - %neededmodules =
 -     ( 
 -       'mod_perl.c' => { name	    => 'perl_module', 
 --			path	    => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
 -+			path	    => ['/usr/local/libexec/apache/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
 - 			win32path   => ['$mpdll', '$mpdll/apachemoduleperl.dll', '$EPBINDIR/modules/apachemoduleperl.dll'],
 - 			file	    => 'libperl.so',
 - 			win32file   => 'apachemoduleperl.dll',
 -@@ -468,23 +468,7 @@
 - 
 -     #### look in which subdir the include files resides ####
 -     
 --    if (-e "$apache_src/httpd.h")
 --         {
 --         $inc_dir = $apache_src ;
 --         }
 --    elsif (-e "$apache_src/main/httpd.h")
 --         {
 --         $inc_dir = "$apache_src/main" ;
 --         }
 --    elsif (-e "$apache_src/include/httpd.h")
 --         {
 --         $inc_dir = "$apache_src/include" ;
 --         }
 --    elsif (-e "$ENV{APACHE_HDR}/httpd.h")
 --         {
 --         $inc_dir = "$ENV{APACHE_HDR}" ;
 --         }
 --        
 -+	$inc_dir = "/usr/local/include/apache";
 - 
 -     if ($win32)
 - 	{ 
 diff -ruN /usr/ports/www/p5-HTML-Embperl/pkg-plist p5-HTML-Embperl/pkg-plist
 --- /usr/ports/www/p5-HTML-Embperl/pkg-plist	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/pkg-plist	Mon Jun 11 10:28:42 2001
 @@ -1,18 +1,24 @@
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.bs
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Features.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroD.pod
 +bin/embpexec.pl
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/FeaturesD.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Faq.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Features.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/FeaturesD.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Intro.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/IntroD.pod
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Mail.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Module.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/INSTALL.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Faq.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Changes.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/TipsAndTricks.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/embpcgi.pl
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/epocgi.pl
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlD.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Intro.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/NEWS.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroEmbperlObject.pod
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/.packlist
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.bs
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl
 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML 2>/dev/null || true
 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
 
 -- 
 Alex Kapranoff,                              Voice: +7(0832)791845
 We've lived 160 days in the brand new millenium...
Responsible-Changed-From-To: freebsd-ports->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Mon Jun 11 13:16:24 PDT 2001 
Responsible-Changed-Why:  
I'll take care of this port. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27032 

From: Anton Berezin <tobez@tobez.org>
To: Alex Kapranoff <kapr@crosswinds.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl
Date: Tue, 12 Jun 2001 22:49:04 +0200

 On Mon, Jun 11, 2001 at 11:09:47AM +0400, Alex Kapranoff wrote:
 > This is an updated patch with all (I hope) issues resolved. I thank
 > Anton for comments. I tested this both on 4.3-RELEASE and 5.0-CURRENT
 > boxes.
 > 
 > 1. The port build is made non-interactive by sacrificing some time into
 > composing Makefile.PL from scratch. This will hardly ease
 > maintainability (but original Makefile.PL is genuinely evil).
 > 2. It is updated to 1.3.3.
 > 3. plist is fixed and sorted.
 > 4. WITHOUT_APACHE knob implemented.
 
 Hmm.  I have a couple of questions here:
 
 1. You have the following in the Makefile:
 
    RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
    RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
 
 Am I right assuming this is an error?  (BTW, portlint warns about this)
 
 2. When building with -DWITHOUT_APACHE=1, configure step produces a
 warning:
 
    Warning: prerequisite Apache::Session failed to load
 
 I would expect this to be a problem.  Is it?
 
 Cheers,
 =Anton.
 -- 
 May the tuna salad be with you.

From: Alex Kapranoff <kapr@crosswinds.net>
To: Anton Berezin <tobez@tobez.org>, FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl
Date: Wed, 13 Jun 2001 20:25:39 +0400

 * Anton Berezin <tobez@tobez.org> [June 13 2001, 00:49]:
 > On Mon, Jun 11, 2001 at 11:09:47AM +0400, Alex Kapranoff wrote:
 > > 4. WITHOUT_APACHE knob implemented.
 > 
 > Hmm.  I have a couple of questions here:
 > 
 > 1. You have the following in the Makefile:
 > 
 >    RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 >    RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
 > 
 > Am I right assuming this is an error?  (BTW, portlint warns about this)
 
   You're of course right, and portlint of course misses the point here. :)
 portlint doesn't like ".if -- .endif" in what it thinks is a *_DEPENDS
 section. Commenting out the directives silences the warning.
 
   But redefining RUN_DEPENDS instead of adding to it is completely my fault.
 Sorry for confusion. Working on ports is not a good way to relax while
 having the diploma deadline in 5 days :)
 
 > 2. When building with -DWITHOUT_APACHE=1, configure step produces a
 > warning:
 > 
 >    Warning: prerequisite Apache::Session failed to load
 > 
 > I would expect this to be a problem.  Is it?
 
   I guess no problem here, because Makefile.PL prerequisites do not
 force anything. Anyway, there's an updated patch down here which deals
 with this issue too.
 
   Thanks again, Anton!
 
 diff -ruN /usr/ports/www/p5-HTML-Embperl/Makefile p5-HTML-Embperl/Makefile
 --- /usr/ports/www/p5-HTML-Embperl/Makefile	Thu Mar 29 17:48:54 2001
 +++ p5-HTML-Embperl/Makefile	Wed Jun 13 18:42:05 2001
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	HTML-Embperl
 -PORTVERSION=	1.3.0
 +PORTVERSION=	1.3.3
  CATEGORIES=	www perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	HTML
 @@ -14,12 +14,25 @@
  
  MAINTAINER=	kapr@crosswinds.net
  
 +.if !defined(WITHOUT_APACHE)
  BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 +RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
 +		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
 +.endif
  
  PERL_CONFIGURE=	yes
 -IS_INTERACTIVE=	yes
 +.if !defined(WITHOUT_APACHE)
 +CONFIGURE_ARGS=	DEFINE=-DAPACHE INC=-I${LOCALBASE}/include/apache
 +.endif
 +
 +INSTALL_TARGET=	pure_install
  
 -MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
  MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 +CONFIGURE_ARGS+=INSTALLMAN1DIR=${MANPREFIX}/man/man1
 +MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
 +MAN1=		embpexec.pl.1
 +
 +pre-configure:
 +	${CP} -f ${FILESDIR}/Makefile.PL ${WRKSRC}
  
  .include <bsd.port.mk>
 diff -ruN /usr/ports/www/p5-HTML-Embperl/distinfo p5-HTML-Embperl/distinfo
 --- /usr/ports/www/p5-HTML-Embperl/distinfo	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/distinfo	Sat Jun  9 21:45:32 2001
 @@ -1 +1 @@
 -MD5 (HTML-Embperl-1.3.0.tar.gz) = d62c04100c70161733c9ff38602ee528
 +MD5 (HTML-Embperl-1.3.3.tar.gz) = f2a4579210f7797e1ff4d756f3b7e037
 diff -ruN /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL p5-HTML-Embperl/files/Makefile.PL
 --- /usr/ports/www/p5-HTML-Embperl/files/Makefile.PL	Thu Jan  1 03:00:00 1970
 +++ p5-HTML-Embperl/files/Makefile.PL	Wed Jun 13 19:22:29 2001
 @@ -0,0 +1,45 @@
 +use ExtUtils::MakeMaker;
 +
 +WriteMakefile(
 +	NAME		=> 'HTML::Embperl',
 +	VERSION_FROM	=> 'Embperl.pm',
 +	OBJECT		=> 'Embperl$(OBJ_EXT) epmain$(OBJ_EXT) epio$(OBJ_EXT) '.
 +			'epchar$(OBJ_EXT) epcmd$(OBJ_EXT) eputil$(OBJ_EXT) '.
 +			'epeval$(OBJ_EXT) epapinit$(OBJ_EXT)',
 +	MAN3PODS	=> {
 +		'Embperl.pod'		=> '$(INST_MAN3DIR)/HTML::Embperl.3',
 +		'EmbperlD.pod'		=> '$(INST_MAN3DIR)/HTML::EmbperlD.3',
 +		'EmbperlObject.pm'	=> '$(INST_MAN3DIR)/HTML::EmbperlObject.3',
 +	},
 +	PM		=> {
 +		'Embperl.pm'		=> '$(INST_LIBDIR)/Embperl.pm',
 +		'EmbperlObject.pm'	=> '$(INST_LIBDIR)/EmbperlObject.pm',
 +		'Embperl/Module.pm'	=> '$(INST_LIBDIR)/Embperl/Module.pm',
 +		'Embperl/Mail.pm'	=> '$(INST_LIBDIR)/Embperl/Mail.pm',
 +		'Embperl/Session.pm'	=> '$(INST_LIBDIR)/Embperl/Session.pm',
 +		'Embperl.pod'		=> '$(INST_LIBDIR)/Embperl.pod',
 +		'EmbperlD.pod'		=> '$(INST_LIBDIR)/EmbperlD.pod',
 +		'Intro.pod'		=> '$(INST_LIBDIR)/Embperl/Intro.pod',
 +		'IntroD.pod'		=> '$(INST_LIBDIR)/Embperl/IntroD.pod',
 +		'IntroEmbperlObject.pod'=> '$(INST_LIBDIR)/IntroEmbperlObject.pod',
 +		'Features.pod'		=> '$(INST_LIBDIR)/Embperl/Features.pod',
 +		'FeaturesD.pod'		=> '$(INST_LIBDIR)/Embperl/FeaturesD.pod',
 +		'Faq.pod'		=> '$(INST_LIBDIR)/Embperl/Faq.pod',
 +		'TipsAndTricks.pod'	=> '$(INST_LIBDIR)/Embperl/TipsAndTricks.pod',
 +		'embpcgi.pl'		=> '$(INST_LIBDIR)/Embperl/embpcgi.pl',
 +		'epocgi.pl'		=> '$(INST_LIBDIR)/Embperl/epocgi.pl',
 +	},
 +	EXE_FILES	=> [ 'embpexec.pl' ],
 +	PREREQ_PM	=> "@ARGV" !~ /\bDEFINE=-DAPACHE\b/ ? {} :
 +	{
 +		'Apache::Session'	=> '1.50',
 +		'mod_perl'		=> '1.22',
 +	},
 +	ABSTRACT	=> 'Embed Perl code in HTML documents',
 +	AUTHOR		=> 'Gerald Richter <richter@dev.ecos.de>',
 +);
 +
 +@bins = ('embpexec.pl', 'embpcgi.pl', 'epocgi.pl');
 +foreach (@bins) {
 +	rename "$_.templ", $_;
 +}
 diff -ruN /usr/ports/www/p5-HTML-Embperl/files/patch-aa p5-HTML-Embperl/files/patch-aa
 --- /usr/ports/www/p5-HTML-Embperl/files/patch-aa	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/files/patch-aa	Thu Jan  1 03:00:00 1970
 @@ -1,36 +0,0 @@
 ---- Makefile.PL.orig	Mon Nov 13 10:14:28 2000
 -+++ Makefile.PL	Tue Dec 19 12:09:13 2000
 -@@ -26,7 +26,7 @@
 - %neededmodules =
 -     ( 
 -       'mod_perl.c' => { name	    => 'perl_module', 
 --			path	    => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
 -+			path	    => ['/usr/local/libexec/apache/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
 - 			win32path   => ['$mpdll', '$mpdll/apachemoduleperl.dll', '$EPBINDIR/modules/apachemoduleperl.dll'],
 - 			file	    => 'libperl.so',
 - 			win32file   => 'apachemoduleperl.dll',
 -@@ -468,23 +468,7 @@
 - 
 -     #### look in which subdir the include files resides ####
 -     
 --    if (-e "$apache_src/httpd.h")
 --         {
 --         $inc_dir = $apache_src ;
 --         }
 --    elsif (-e "$apache_src/main/httpd.h")
 --         {
 --         $inc_dir = "$apache_src/main" ;
 --         }
 --    elsif (-e "$apache_src/include/httpd.h")
 --         {
 --         $inc_dir = "$apache_src/include" ;
 --         }
 --    elsif (-e "$ENV{APACHE_HDR}/httpd.h")
 --         {
 --         $inc_dir = "$ENV{APACHE_HDR}" ;
 --         }
 --        
 -+	$inc_dir = "/usr/local/include/apache";
 - 
 -     if ($win32)
 - 	{ 
 diff -ruN /usr/ports/www/p5-HTML-Embperl/pkg-plist p5-HTML-Embperl/pkg-plist
 --- /usr/ports/www/p5-HTML-Embperl/pkg-plist	Thu Dec 21 14:22:10 2000
 +++ p5-HTML-Embperl/pkg-plist	Mon Jun 11 10:28:42 2001
 @@ -1,18 +1,24 @@
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.bs
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Features.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroD.pod
 +bin/embpexec.pl
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/FeaturesD.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Faq.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Features.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/FeaturesD.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Intro.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/IntroD.pod
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Mail.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Module.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/INSTALL.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Faq.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Changes.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/Session.pm
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/TipsAndTricks.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/embpcgi.pl
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl/epocgi.pl
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlD.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Intro.pod
 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/NEWS.pod
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/EmbperlObject.pm
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/IntroEmbperlObject.pod
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/.packlist
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.bs
 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl/Embperl.so
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML/Embperl
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Embperl
 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML 2>/dev/null || true
 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
 
 -- 
 Alex Kapranoff,                              Voice: +7(0832)791845
 We've lived 3929 hours in the brand new millenium...
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Fri Jun 15 14:12:45 PDT 2001 
State-Changed-Why:  
Committed with the discussed modification of the manpage installation 
path, thanks! 

Please explicitly specify removed and added files in your PRs in the 
future. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27032 
>Unformatted:
