summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-23 00:53:09 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-23 00:53:09 +0000
commita6e382a6928ec2be0c340a4bbfb0f48c59b44750 (patch)
tree5bbcf8ca87394bafbb57cb999373eb7b54dc6ec2 /www
parento Update to 1.2.5. (diff)
Update to 1.6
PR: ports/40850 Submitted by: maintainer, Chris Laco <chris.laco@threetech.com>
Notes
Notes: svn path=/head/; revision=63414
Diffstat (limited to 'www')
-rw-r--r--www/p5-AxKit/Makefile13
-rw-r--r--www/p5-AxKit/distinfo2
-rw-r--r--www/p5-AxKit/pkg-plist25
3 files changed, 22 insertions, 18 deletions
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile
index 13e7df22c6df..d8ecb4b74095 100644
--- a/www/p5-AxKit/Makefile
+++ b/www/p5-AxKit/Makefile
@@ -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,18 +33,22 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
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
diff --git a/www/p5-AxKit/distinfo b/www/p5-AxKit/distinfo
index d5052d9b982d..fc427d8796ba 100644
--- a/www/p5-AxKit/distinfo
+++ b/www/p5-AxKit/distinfo
@@ -1 +1 @@
-MD5 (AxKit-1.5.tar.gz) = ac4dc518999c1e573fb8c64fc27b38f0
+MD5 (AxKit-1.6.tar.gz) = e03e0a50bcfc41aec1714512a404b019
diff --git a/www/p5-AxKit/pkg-plist b/www/p5-AxKit/pkg-plist
index f87de4e96875..a5ba0996e33d 100644
--- a/www/p5-AxKit/pkg-plist
+++ b/www/p5-AxKit/pkg-plist
@@ -5,19 +5,23 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/ConfigReader.pm
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/PathInf
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/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/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/license.xml
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,21 @@ share/examples/AxKit/index.xml
@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