From owner-freebsd-ports Sun Jul 21 11:20:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B69E737B401 for ; Sun, 21 Jul 2002 11:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E0D43E58 for ; Sun, 21 Jul 2002 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LIK4JU022849 for ; Sun, 21 Jul 2002 11:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LIK4gQ022848; Sun, 21 Jul 2002 11:20:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A24037B401 for ; Sun, 21 Jul 2002 11:16:30 -0700 (PDT) Received: from cathbad.happygiraffe.net (myrddin.demon.co.uk [158.152.54.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51AFF43E58 for ; Sun, 21 Jul 2002 11:16:28 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id D5F045DD8; Sun, 21 Jul 2002 17:21:36 +0100 (BST) Message-Id: <20020721162136.D5F045DD8@cathbad.happygiraffe.net> Date: Sun, 21 Jul 2002 17:21:36 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org Cc: chris.laco@threetech.com X-Send-Pr-Version: 3.113 Subject: ports/40850: new version of www/p5-AxKit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40850 >Category: ports >Synopsis: new version of www/p5-AxKit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 11:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jul 19 10:51:25 BST 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 apache+mod_ssl-1.3.26+2.8.9 The Apache 1.3 webserver with SSL/TLS functionality mod_perl-1.27 Embeds a Perl interpreter in the Apache server >Description: This is the latest version of AxKit, a perl XML application toolkit. This patch was gratefully received from Chris Laco . >How-To-Repeat: n/a >Fix: Here's the patch. No files added or removed to the port itself. diff -urN /usr/ports/www/p5-AxKit/Makefile p5-AxKit/Makefile --- /usr/ports/www/p5-AxKit/Makefile Mon Mar 18 15:39:22 2002 +++ p5-AxKit/Makefile Sun Jul 21 16:44:11 2002 @@ -6,8 +6,7 @@ # PORTNAME= AxKit -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.6 CATEGORIES= www MASTER_SITES= http://www.axkit.org/download/ PKGNAMEPREFIX= p5- @@ -34,20 +33,23 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= \ Apache::AxKit::Language.3 \ + Apache::AxKit::Language::AxPoint.3 \ + Apache::AxKit::Language::HtmlDoc.3 \ + Apache::AxKit::Language::SAXMachines.3 \ Apache::AxKit::Language::XPathScript.3 \ Apache::AxKit::Language::XSP.3 \ + Apache::AxKit::Language::XSP::SimpleTaglib.3 \ Apache::AxKit::Language::XSP::TaglibHelper.3 \ - Apache::AxKit::Plugins::Fragment.3 \ - Apache::AxKit::Plugins::Passthru.3 \ + Apache::AxKit::Plugin::Fragment.3 \ + Apache::AxKit::Plugin::Passthru.3 \ + Apache::AxKit::Plugin::QueryStringCache.3 \ Apache::AxKit::Provider.3 \ Apache::AxKit::StyleChooser::Cookie.3 \ Apache::AxKit::StyleChooser::FileSuffix.3 \ Apache::AxKit::StyleChooser::PathInfo.3 \ Apache::AxKit::StyleChooser::QueryString.3 \ Apache::AxKit::StyleChooser::UserAgent.3 \ - Apache::MimeXML.3 \ AxKit.3 - PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ LIBS='-L${LOCALBASE}/lib' diff -urN /usr/ports/www/p5-AxKit/distinfo p5-AxKit/distinfo --- /usr/ports/www/p5-AxKit/distinfo Wed Jan 9 13:39:24 2002 +++ p5-AxKit/distinfo Fri Jul 19 08:19:13 2002 @@ -1 +1 @@ -MD5 (AxKit-1.5.tar.gz) = ac4dc518999c1e573fb8c64fc27b38f0 +MD5 (AxKit-1.6.tar.gz) = e03e0a50bcfc41aec1714512a404b019 diff -urN /usr/ports/www/p5-AxKit/pkg-plist p5-AxKit/pkg-plist --- /usr/ports/www/p5-AxKit/pkg-plist Wed Jan 9 13:39:24 2002 +++ p5-AxKit/pkg-plist Sun Jul 21 17:00:23 2002 @@ -5,19 +5,23 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Exception.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/AxPoint.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/HtmlDoc.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/PassiveTeX.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/Query.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/SAXMachines.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/Sablot.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsNITF.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsRDF.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XPathScript.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/SimpleTaglib.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/TaglibHelper.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Makefile.PL lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins/Fragment.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins/Passthru.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins/QueryStringCache.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Fragment.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/Passthru.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/QueryStringCache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/File.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm @@ -28,7 +32,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/QueryString.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/UserAgent.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/typemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/MimeXML.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/AxKit.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.so @@ -46,7 +49,6 @@ 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/docs/xsp/sqltaglib.dkb share/examples/AxKit/axkit.org/examples/cv.css share/examples/AxKit/axkit.org/examples/cv.xml share/examples/AxKit/axkit.org/examples/cv.xps @@ -80,7 +82,6 @@ share/examples/AxKit/axkit.org/mailinglist.xml share/examples/AxKit/axkit.org/news.xml share/examples/AxKit/axkit.org/sidebar.xml -share/examples/AxKit/axkit.org/sidebar_new.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 @@ -111,21 +112,22 @@ @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugin @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit -@dirrm share/examples/AxKit/axkit.org/stylesheets/new -@dirrm share/examples/AxKit/axkit.org/stylesheets -@dirrm share/examples/AxKit/axkit.org/img -@dirrm share/examples/AxKit/axkit.org/examples -@dirrm share/examples/AxKit/axkit.org/docs/xpathscript @dirrm share/examples/AxKit/axkit.org/docs/xsp @dirrm share/examples/AxKit/axkit.org/docs/presentations/tpc2001 @dirrm share/examples/AxKit/axkit.org/docs/presentations +@dirrm share/examples/AxKit/axkit.org/docs/xpathscript @dirrm share/examples/AxKit/axkit.org/docs +@dirrm share/examples/AxKit/axkit.org/examples +@dirrm share/examples/AxKit/axkit.org/stylesheets/new +@dirrm share/examples/AxKit/axkit.org/stylesheets +@dirrm share/examples/AxKit/axkit.org/img @dirrm share/examples/AxKit/axkit.org @dirrm share/examples/AxKit + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message