From dom@happygiraffe.net  Mon Jan 19 23:46:27 2004
Return-Path: <dom@happygiraffe.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5A0C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jan 2004 23:46:27 -0800 (PST)
Received: from happygiraffe.net (happygiraffe.net [81.6.215.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCA043D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jan 2004 23:46:25 -0800 (PST)
	(envelope-from dom@happygiraffe.net)
Received: from localhost (localhost.happygiraffe.net [127.0.0.1])
	by happygiraffe.net (Postfix) with ESMTP
	id E385BB808; Tue, 20 Jan 2004 07:46:23 +0000 (GMT)
Received: from happygiraffe.net ([127.0.0.1])
 by localhost (ppe.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 97823-06; Tue, 20 Jan 2004 07:46:03 +0000 (GMT)
Received: by happygiraffe.net (Postfix, from userid 1001)
	id BDB5DB807; Tue, 20 Jan 2004 07:46:03 +0000 (GMT)
Message-Id: <20040120074603.BDB5DB807@happygiraffe.net>
Date: Tue, 20 Jan 2004 07:46:03 +0000 (GMT)
From: Dominic Mitchell <dom@happygiraffe.net>
Reply-To: Dominic Mitchell <dom@happygiraffe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: adam@migus.org
Subject: New version of www/p5-AxKit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61614
>Category:       ports
>Synopsis:       New version of www/p5-AxKit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 23:50:11 PST 2004
>Closed-Date:    Fri Mar 12 05:38:52 PST 2004
>Last-Modified:  Fri Mar 12 05:38:52 PST 2004
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Wed Dec 17 22:54:21 GMT 2003 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386

	Perl 5.8.1

>Description:

	This patch has been supplied by Adam Migus, who is taking over
maintainership from me.  The only alteration I've made is to sort the
plist a bit.  Note that there are a few more dependencies added in this
version.

>How-To-Repeat:
	n/a
>Fix:

	Here's the patch.

diff -ruN /usr/ports/www/p5-AxKit/Makefile p5-AxKit/Makefile
--- /usr/ports/www/p5-AxKit/Makefile	Sat Oct 25 00:55:23 2003
+++ p5-AxKit/Makefile	Tue Jan 20 07:43:01 2004
@@ -6,32 +6,30 @@
 #
 
 PORTNAME=	AxKit
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.axkit.org/download/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	dom@happygiraffe.net
+MAINTAINER=	adam@migus.org
 COMMENT=	XML Delivery Toolkit for Apache/Perl
 
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
 BUILD_DEPENDS=	\
-		${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \
 		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP \
-		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
-		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
 		${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \
+		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron \
 		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+		${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \
 		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \
 		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
 RUN_DEPENDS=	${BUILD_DEPENDS}
-
-# XXX Glitch in this release...
-WRKSRC=		${WRKDIR}/${PORTNAME}-1.61
+WRKSRC=		${WRKDIR}/${PORTNAME}-1.62
 
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		\
diff -ruN /usr/ports/www/p5-AxKit/distinfo p5-AxKit/distinfo
--- /usr/ports/www/p5-AxKit/distinfo	Mon Feb 24 00:14:51 2003
+++ p5-AxKit/distinfo	Tue Jan 20 07:24:39 2004
@@ -1 +1 @@
-MD5 (AxKit-1.6.1.tar.gz) = 94b8149a9bf5337ce98d78629793c1b2
+MD5 (AxKit-1.6.2.tar.gz) = 1634ad62ac941c7d2ee3b1a2d129c14a
diff -ruN /usr/ports/www/p5-AxKit/pkg-message p5-AxKit/pkg-message
--- /usr/ports/www/p5-AxKit/pkg-message	Sun Aug 12 15:59:11 2001
+++ p5-AxKit/pkg-message	Tue Jan 20 07:24:39 2004
@@ -1,14 +1,14 @@
 Please consult ``man AxKit'' for instructions on installing AxKit into
 your Apache configuration.
 
-NB: This version of AxKit is only compiled with the ability to use XSLT
-stylesheets.  If you wish to use XPathScript or XSP, you must also
-install the p5-XML-Sablotron port/package.  However, you must also
-recompile your Apache binary to *not* include a builtin version of
-expat.  To see if you need to do this, type in:
+AxKit may not function properly unless Apache is compiled WITHOUT
+expat support.  To compile Apache define:
+
+	WITHOUT_APACHE_EXPAT=yes
+
+To determine if your existing Apache installation supports expat:
 
 	strings `which httpd` | grep XML
 
-If this produces any output, you must recompile apache passing the
---disable-rule=EXPAT argument to the configure program.  See the FAQ on
+If this produces any output, see above.  See the FAQ on
 http://axkit.org for full details.
diff -ruN /usr/ports/www/p5-AxKit/pkg-plist p5-AxKit/pkg-plist
--- /usr/ports/www/p5-AxKit/pkg-plist	Sat Oct 25 00:55:23 2003
+++ p5-AxKit/pkg-plist	Tue Jan 20 07:29:31 2004
@@ -17,6 +17,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/SimpleTaglib.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/TaglibHelper.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/LibXMLSupport.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Makefile.PL
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Fragment.pm
@@ -118,7 +119,6 @@
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit
 @dirrm share/examples/AxKit/axkit.org/docs/xsp
 @dirrm share/examples/AxKit/axkit.org/docs/presentations/tpc2001
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: erwin 
State-Changed-When: Wed Feb 11 06:24:13 PST 2004 
State-Changed-Why:  
Both with perl 5.005_03 and 5.6.1 it ends up with an 
interactive CPAN shell. Can you have a look at it? 

We have to reconfigure CPAN.pm due to following uninitialized parameters: 

cpan_home, keep_source_where, build_dir, build_cache, scan_cache, index_expire, gzip, tar, unzip, make, pager, makepl_arg, make_arg, make_install_arg, urllist, inhibit_startup_message, ftp_proxy, http_proxy, no_proxy, prerequisites_policy, cache_metadata 

/usr/local/lib/perl5/5.6.1/CPAN/Config.pm initialized. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=61614 
State-Changed-From-To: feedback->closed 
State-Changed-By: krion 
State-Changed-When: Fri Mar 12 05:38:45 PST 2004 
State-Changed-Why:  
Timeout from submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61614 
>Unformatted:
