ports/78180: Update from 1.61 to 1.62

Adam C. Migus adam at migus.org
Mon Feb 28 07:30:22 UTC 2005


>Number:         78180
>Category:       ports
>Synopsis:       Update from 1.61 to 1.62
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 07:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Adam C. Migus
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD pooter.migus.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Sun Feb 6 06:27:15 EST 2005 adam at pooter.migus.org:/usr/obj/usr/src/RELENG_5/src/sys/GENERIC i386


>Description:
	This patch upgrades AxKit from 1.61 to the current version, 1.62.
>How-To-Repeat:
	Do the same thing as last time.
>Fix:
	Apply this patch.

diff -ru www/p5-AxKit.orig/Makefile www/p5-AxKit/Makefile
--- www/p5-AxKit.orig/Makefile	Mon Feb 28 01:57:56 2005
+++ www/p5-AxKit/Makefile	Mon Feb 28 02:02:48 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	AxKit
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.axkit.org/download/
 PKGNAMEPREFIX=	p5-
@@ -15,22 +15,22 @@
 COMMENT=	XML Delivery Toolkit for Apache/Perl
 
 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}/Error.pm:${PORTSDIR}/lang/p5-Error \
+		${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \
+		${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
+		${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/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron \
+		${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \
 		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
-		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
-		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
+		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
 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 -ru www/p5-AxKit.orig/distinfo www/p5-AxKit/distinfo
--- www/p5-AxKit.orig/distinfo	Tue Mar 30 22:12:20 2004
+++ www/p5-AxKit/distinfo	Mon Feb 28 02:02:48 2005
@@ -1,2 +1,2 @@
-MD5 (AxKit-1.6.1.tar.gz) = 94b8149a9bf5337ce98d78629793c1b2
+MD5 (AxKit-1.6.2.tar.gz) = 1634ad62ac941c7d2ee3b1a2d129c14a
 SIZE (AxKit-1.6.1.tar.gz) = 300610
diff -ru www/p5-AxKit.orig/pkg-descr www/p5-AxKit/pkg-descr
--- www/p5-AxKit.orig/pkg-descr	Sun Aug 12 10:59:11 2001
+++ www/p5-AxKit/pkg-descr	Mon Feb 28 02:09:59 2005
@@ -1,10 +1,7 @@
-AxKit --- XML Delivery Toolkit for Apache
-
-AxKit allows serving XML pages through Apache and mod_perl.  It uses
-XSLT stylesheets to transform pages before sending them to the browser.
-It also allows Perl stylesheets for extra flexibility.
-
-AxKit has good caching of results, and can be up to 80% of the speed of
-Apache when serving from it's cache.
+Apache AxKit is an XML Application Server for Apache. It provides on-the-fly
+conversion from XML to any format, such as HTML, WAP or text using either W3C
+standard techniques, or flexible custom code. AxKit also uses a built-in Perl
+interpreter to provide some amazingly powerful techniques for XML
+transformation.
 
 WWW: http://www.axkit.org/
diff -ru www/p5-AxKit.orig/pkg-message www/p5-AxKit/pkg-message
--- www/p5-AxKit.orig/pkg-message	Sun Aug 12 10:59:11 2001
+++ www/p5-AxKit/pkg-message	Mon Feb 28 02:02:48 2005
@@ -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 -ru www/p5-AxKit.orig/pkg-plist www/p5-AxKit/pkg-plist
--- www/p5-AxKit.orig/pkg-plist	Fri Oct 24 08:04:37 2003
+++ www/p5-AxKit/pkg-plist	Mon Feb 28 02:02:48 2005
@@ -1,115 +1,116 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Cache.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/AxKit.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/LibXMLSupport.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/typemap
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Cache.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Makefile.PL
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.xs
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/ConfigReader.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Exception.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/AxPoint.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/HtmlDoc.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/SAXMachines.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/PassiveTeX.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/Query.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/SAXMachines.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/Sablot.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsNITF.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/HtmlDoc.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/AxPoint.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsRDF.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsNITF.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XPathScript.pm
-%%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/Makefile.PL
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Fragment.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Passthru.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/QueryStringCache.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/SimpleTaglib.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/File.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/FileWrite.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/Cookie.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/UserAgent.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/FileSuffix.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/PathInfo.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/QueryString.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/UserAgent.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/typemap
-%%SITE_PERL%%/%%PERL_ARCH%%/AxKit.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.so
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Fragment.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Passthru.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/QueryStringCache.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.so
-share/examples/AxKit/axkit.org/docs/associating_stylesheets.xml
-share/examples/AxKit/axkit.org/docs/index.xml
-share/examples/AxKit/axkit.org/docs/introduction.dkb
+share/examples/AxKit/default.notxslt
+share/examples/AxKit/default.xps
+share/examples/AxKit/docbook.dkb
+share/examples/AxKit/docbook_print.xps
+share/examples/AxKit/docbook_screen.xps
+share/examples/AxKit/docbook_tags.xps
+share/examples/AxKit/index.xml
+share/examples/AxKit/axkit.org/docs/xsp/guide.dkb
+share/examples/AxKit/axkit.org/docs/xsp/index.xml
 share/examples/AxKit/axkit.org/docs/presentations/tpc2001/ax_logo.png
-share/examples/AxKit/axkit.org/docs/presentations/tpc2001/redbg.png
 share/examples/AxKit/axkit.org/docs/presentations/tpc2001/tpc-axkit.axp
+share/examples/AxKit/axkit.org/docs/presentations/tpc2001/redbg.png
+share/examples/AxKit/axkit.org/docs/xpathscript/guide.dkb
 share/examples/AxKit/axkit.org/docs/provider-howto.dkb
 share/examples/AxKit/axkit.org/docs/quick_start.dkb
-share/examples/AxKit/axkit.org/docs/xpathscript/guide.dkb
-share/examples/AxKit/axkit.org/docs/xsp/guide.dkb
-share/examples/AxKit/axkit.org/docs/xsp/index.xml
-share/examples/AxKit/axkit.org/examples/cv.css
+share/examples/AxKit/axkit.org/docs/introduction.dkb
+share/examples/AxKit/axkit.org/docs/index.xml
+share/examples/AxKit/axkit.org/docs/associating_stylesheets.xml
 share/examples/AxKit/axkit.org/examples/cv.xml
+share/examples/AxKit/axkit.org/examples/resume.dtd
 share/examples/AxKit/axkit.org/examples/cv.xps
-share/examples/AxKit/axkit.org/examples/cv_example.xml
 share/examples/AxKit/axkit.org/examples/docbook.dkb
-share/examples/AxKit/axkit.org/examples/resume.dtd
-share/examples/AxKit/axkit.org/faq.xml
-share/examples/AxKit/axkit.org/features.xml
-share/examples/AxKit/axkit.org/img/arrow.gif
-share/examples/AxKit/axkit.org/img/arrow_sel.gif
-share/examples/AxKit/axkit.org/img/banner2.gif
+share/examples/AxKit/axkit.org/examples/cv.css
+share/examples/AxKit/axkit.org/examples/cv_example.xml
+share/examples/AxKit/axkit.org/stylesheets/new/sidebar_html.xps
+share/examples/AxKit/axkit.org/stylesheets/new/webpage_html.xps
+share/examples/AxKit/axkit.org/stylesheets/new/rdf_html.xps
+share/examples/AxKit/axkit.org/stylesheets/axkit_html.css
+share/examples/AxKit/axkit.org/stylesheets/spacer.xps
+share/examples/AxKit/axkit.org/stylesheets/navbar_html.xps
+share/examples/AxKit/axkit.org/stylesheets/docbook_print.xps
+share/examples/AxKit/axkit.org/stylesheets/error.xsl
+share/examples/AxKit/axkit.org/stylesheets/docbook_tags.xps
+share/examples/AxKit/axkit.org/stylesheets/docbook_example.xml
+share/examples/AxKit/axkit.org/stylesheets/sidebar_html.xps
+share/examples/AxKit/axkit.org/stylesheets/webpage_html.xps
+share/examples/AxKit/axkit.org/stylesheets/body_tag_html.xps
+share/examples/AxKit/axkit.org/stylesheets/docbook_screen.xps
+share/examples/AxKit/axkit.org/stylesheets/body_print_html.xps
+share/examples/AxKit/axkit.org/stylesheets/axkit.css
+share/examples/AxKit/axkit.org/stylesheets/rdf_html.xps
+share/examples/AxKit/axkit.org/stylesheets/irc.xps
+share/examples/AxKit/axkit.org/stylesheets/error.xps
+share/examples/AxKit/axkit.org/img/nav_top.gif
 share/examples/AxKit/axkit.org/img/banner3.gif
-share/examples/AxKit/axkit.org/img/banner_axkit.gif
-share/examples/AxKit/axkit.org/img/banner_bg.gif
-share/examples/AxKit/axkit.org/img/banner_end.gif
-share/examples/AxKit/axkit.org/img/bg.gif
-share/examples/AxKit/axkit.org/img/bullet.gif
 share/examples/AxKit/axkit.org/img/corner_logo.jpg
+share/examples/AxKit/axkit.org/img/nav_left.gif
 share/examples/AxKit/axkit.org/img/corner_logo.png
 share/examples/AxKit/axkit.org/img/nav_bot.gif
-share/examples/AxKit/axkit.org/img/nav_left.gif
-share/examples/AxKit/axkit.org/img/nav_right.gif
-share/examples/AxKit/axkit.org/img/nav_top.gif
-share/examples/AxKit/axkit.org/img/pix.gif
+share/examples/AxKit/axkit.org/img/arrow.gif
+share/examples/AxKit/axkit.org/img/bg.gif
+share/examples/AxKit/axkit.org/img/vsep.gif
+share/examples/AxKit/axkit.org/img/bullet.gif
+share/examples/AxKit/axkit.org/img/banner_axkit.gif
 share/examples/AxKit/axkit.org/img/rcorner_br.gif
 share/examples/AxKit/axkit.org/img/rcorner_wh.gif
-share/examples/AxKit/axkit.org/img/vsep.gif
-share/examples/AxKit/axkit.org/index.xml
-share/examples/AxKit/axkit.org/install.xml
-share/examples/AxKit/axkit.org/license.xml
-share/examples/AxKit/axkit.org/mailinglist.xml
-share/examples/AxKit/axkit.org/news.xml
+share/examples/AxKit/axkit.org/img/banner_bg.gif
+share/examples/AxKit/axkit.org/img/pix.gif
+share/examples/AxKit/axkit.org/img/banner2.gif
+share/examples/AxKit/axkit.org/img/banner_end.gif
+share/examples/AxKit/axkit.org/img/arrow_sel.gif
+share/examples/AxKit/axkit.org/img/nav_right.gif
 share/examples/AxKit/axkit.org/sidebar.xml
-share/examples/AxKit/axkit.org/stylesheets/axkit.css
-share/examples/AxKit/axkit.org/stylesheets/axkit_html.css
-share/examples/AxKit/axkit.org/stylesheets/body_print_html.xps
-share/examples/AxKit/axkit.org/stylesheets/body_tag_html.xps
-share/examples/AxKit/axkit.org/stylesheets/docbook_example.xml
-share/examples/AxKit/axkit.org/stylesheets/docbook_print.xps
-share/examples/AxKit/axkit.org/stylesheets/docbook_screen.xps
-share/examples/AxKit/axkit.org/stylesheets/docbook_tags.xps
-share/examples/AxKit/axkit.org/stylesheets/error.xps
-share/examples/AxKit/axkit.org/stylesheets/error.xsl
-share/examples/AxKit/axkit.org/stylesheets/irc.xps
-share/examples/AxKit/axkit.org/stylesheets/navbar_html.xps
-share/examples/AxKit/axkit.org/stylesheets/new/rdf_html.xps
-share/examples/AxKit/axkit.org/stylesheets/new/sidebar_html.xps
-share/examples/AxKit/axkit.org/stylesheets/new/webpage_html.xps
-share/examples/AxKit/axkit.org/stylesheets/rdf_html.xps
-share/examples/AxKit/axkit.org/stylesheets/sidebar_html.xps
-share/examples/AxKit/axkit.org/stylesheets/spacer.xps
-share/examples/AxKit/axkit.org/stylesheets/webpage_html.xps
+share/examples/AxKit/axkit.org/news.xml
+share/examples/AxKit/axkit.org/mailinglist.xml
+share/examples/AxKit/axkit.org/faq.xml
+share/examples/AxKit/axkit.org/features.xml
+share/examples/AxKit/axkit.org/index.xml
 share/examples/AxKit/axkit.org/support.xml
-share/examples/AxKit/default.notxslt
-share/examples/AxKit/default.xps
-share/examples/AxKit/docbook.dkb
-share/examples/AxKit/docbook_print.xps
-share/examples/AxKit/docbook_screen.xps
-share/examples/AxKit/docbook_tags.xps
-share/examples/AxKit/index.xml
+share/examples/AxKit/axkit.org/license.xml
+share/examples/AxKit/axkit.org/install.xml
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser
@@ -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
- at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list