From owner-freebsd-ports Thu Jun 7 3:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4EB937B405 for ; Thu, 7 Jun 2001 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57AU2D25420; Thu, 7 Jun 2001 03:30:02 -0700 (PDT) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 0728837B401 for ; Thu, 7 Jun 2001 03:27:40 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 7F2AD3FCA; Thu, 7 Jun 2001 11:26:24 +0100 (BST) Message-Id: <20010607102624.7F2AD3FCA@cathbad.happygiraffe.net> Date: Thu, 7 Jun 2001 11:26:24 +0100 (BST) From: dom@happygiraffe.net Reply-To: dom@happygiraffe.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27928: new port: 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: 27928 >Category: ports >Synopsis: new port: www/p5-AxKit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 07 03:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD cathbad.happygiraffe.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Jun 6 12:17:19 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 This port depends on p5-XML-LibXSLT, which is in ports/27927. >Description: This is a port of AxKit, the mod_perl XML Application server. >How-To-Repeat: n/a >Fix: Here's the shar: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-AxKit # p5-AxKit/distinfo # p5-AxKit/Makefile # p5-AxKit/pkg-comment # p5-AxKit/pkg-plist # p5-AxKit/pkg-descr # p5-AxKit/pkg-message # echo c - p5-AxKit mkdir -p p5-AxKit > /dev/null 2>&1 echo x - p5-AxKit/distinfo sed 's/^X//' >p5-AxKit/distinfo << 'END-of-p5-AxKit/distinfo' XMD5 (AxKit-1.4.tar.gz) = d930f75f7fad7d92ae67ad268e173672 END-of-p5-AxKit/distinfo echo x - p5-AxKit/Makefile sed 's/^X//' >p5-AxKit/Makefile << 'END-of-p5-AxKit/Makefile' X# Ports collection Makefile for: AxKit X# Date created: 17 Jan 2001 X# Whom: dom@happygiraffe.net X# X# $FreeBSD$ X# X XPORTNAME= AxKit XPORTVERSION= 1.4 XCATEGORIES= www XMASTER_SITES= http://www.axkit.org/download/ XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net X XLIB_DEPENDS= \ X iconv.2:${PORTSDIR}/converters/iconv X XBUILD_DEPENDS= \ X ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ X ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ X ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ X ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ X ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-XSLT \ X ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ X ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PERL5= yes XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= \ X Apache::AxKit::Language.3 \ X Apache::AxKit::Language::XPathScript.3 \ X Apache::AxKit::Language::XSP.3 \ X Apache::AxKit::Language::XSP::TaglibHelper.3 \ X Apache::AxKit::Plugins::Fragment.3 \ X Apache::AxKit::Plugins::Passthru.3 \ X Apache::AxKit::Provider.3 \ X Apache::AxKit::StyleChooser::Cookie.3 \ X Apache::AxKit::StyleChooser::FileSuffix.3 \ X Apache::AxKit::StyleChooser::PathInfo.3 \ X Apache::AxKit::StyleChooser::QueryString.3 \ X Apache::AxKit::StyleChooser::UserAgent.3 \ X Apache::MimeXML.3 \ X AxKit.3 X XPERL_CONFIGURE= yes XCONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ X LIBS='-L${LOCALBASE}/lib' X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL \ X OPTIMIZE="${CFLAGS}" \ X INC="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/include" X XEX_DIR=${PREFIX}/share/examples/${PORTNAME} Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${EX_DIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EX_DIR} X ${CP} -R ${WRKSRC}/axkit.org ${EX_DIR} X.endif X X.include END-of-p5-AxKit/Makefile echo x - p5-AxKit/pkg-comment sed 's/^X//' >p5-AxKit/pkg-comment << 'END-of-p5-AxKit/pkg-comment' XXML Delivery Toolkit for Apache/Perl. END-of-p5-AxKit/pkg-comment echo x - p5-AxKit/pkg-plist sed 's/^X//' >p5-AxKit/pkg-plist << 'END-of-p5-AxKit/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Cache.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/CharsetConv.xs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/ConfigReader.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Exception.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/AxPoint.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/Sablot.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsNITF.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XMLNewsRDF.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XPathScript.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/TaglibHelper.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Makefile.PL Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser/WAPCheck.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins/Fragment.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins/Passthru.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/Cookie.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/FileSuffix.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/PathInfo.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/QueryString.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/UserAgent.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/typemap Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/MimeXML.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/AxKit.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv/CharsetConv.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/AxKit.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/AxKit.so Xshare/examples/AxKit/axkit.org/docs/associating_stylesheets.xml Xshare/examples/AxKit/axkit.org/docs/index.xml Xshare/examples/AxKit/axkit.org/docs/introduction.dkb Xshare/examples/AxKit/axkit.org/docs/provider-howto.dkb Xshare/examples/AxKit/axkit.org/docs/quick_start.dkb Xshare/examples/AxKit/axkit.org/docs/xpathscript/guide.dkb Xshare/examples/AxKit/axkit.org/docs/xsp/guide.dkb Xshare/examples/AxKit/axkit.org/docs/xsp/index.xml Xshare/examples/AxKit/axkit.org/docs/xsp/sqltaglib.dkb Xshare/examples/AxKit/axkit.org/examples/cv.css Xshare/examples/AxKit/axkit.org/examples/cv.xml Xshare/examples/AxKit/axkit.org/examples/cv.xps Xshare/examples/AxKit/axkit.org/examples/cv_example.xml Xshare/examples/AxKit/axkit.org/examples/docbook.dkb Xshare/examples/AxKit/axkit.org/examples/resume.dtd Xshare/examples/AxKit/axkit.org/faq.xml Xshare/examples/AxKit/axkit.org/features.xml Xshare/examples/AxKit/axkit.org/img/arrow.gif Xshare/examples/AxKit/axkit.org/img/arrow_sel.gif Xshare/examples/AxKit/axkit.org/img/banner2.gif Xshare/examples/AxKit/axkit.org/img/banner3.gif Xshare/examples/AxKit/axkit.org/img/banner_axkit.gif Xshare/examples/AxKit/axkit.org/img/banner_bg.gif Xshare/examples/AxKit/axkit.org/img/banner_end.gif Xshare/examples/AxKit/axkit.org/img/bg.gif Xshare/examples/AxKit/axkit.org/img/bullet.gif Xshare/examples/AxKit/axkit.org/img/corner_logo.jpg Xshare/examples/AxKit/axkit.org/img/corner_logo.png Xshare/examples/AxKit/axkit.org/img/nav_bot.gif Xshare/examples/AxKit/axkit.org/img/nav_left.gif Xshare/examples/AxKit/axkit.org/img/nav_right.gif Xshare/examples/AxKit/axkit.org/img/nav_top.gif Xshare/examples/AxKit/axkit.org/img/pix.gif Xshare/examples/AxKit/axkit.org/img/rcorner_br.gif Xshare/examples/AxKit/axkit.org/img/rcorner_wh.gif Xshare/examples/AxKit/axkit.org/img/vsep.gif Xshare/examples/AxKit/axkit.org/index.xml Xshare/examples/AxKit/axkit.org/install.xml Xshare/examples/AxKit/axkit.org/license.xml Xshare/examples/AxKit/axkit.org/mailinglist.xml Xshare/examples/AxKit/axkit.org/news.xml Xshare/examples/AxKit/axkit.org/sidebar.xml Xshare/examples/AxKit/axkit.org/sidebar_new.xml Xshare/examples/AxKit/axkit.org/stylesheets/axkit.css Xshare/examples/AxKit/axkit.org/stylesheets/axkit_html.css Xshare/examples/AxKit/axkit.org/stylesheets/docbook_example.xml Xshare/examples/AxKit/axkit.org/stylesheets/docbook_print.xps Xshare/examples/AxKit/axkit.org/stylesheets/docbook_screen.xps Xshare/examples/AxKit/axkit.org/stylesheets/docbook_tags.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/rdf_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/sidebar_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/new/webpage_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/rdf_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/sidebar_html.xps Xshare/examples/AxKit/axkit.org/stylesheets/spacer.xps Xshare/examples/AxKit/axkit.org/stylesheets/webpage_html.xps Xshare/examples/AxKit/axkit.org/support.xml Xshare/examples/AxKit/default.notxslt Xshare/examples/AxKit/default.xps Xshare/examples/AxKit/docbook.dkb Xshare/examples/AxKit/docbook_print.xps Xshare/examples/AxKit/docbook_screen.xps Xshare/examples/AxKit/docbook_tags.xps Xshare/examples/AxKit/index.xml X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Language X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugins X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AxKit X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit X@dirrm share/examples/AxKit/axkit.org/stylesheets/new X@dirrm share/examples/AxKit/axkit.org/stylesheets X@dirrm share/examples/AxKit/axkit.org/img X@dirrm share/examples/AxKit/axkit.org/examples X@dirrm share/examples/AxKit/axkit.org/docs/xsp X@dirrm share/examples/AxKit/axkit.org/docs/xpathscript X@dirrm share/examples/AxKit/axkit.org/docs X@dirrm share/examples/AxKit/axkit.org X@dirrm share/examples/AxKit END-of-p5-AxKit/pkg-plist echo x - p5-AxKit/pkg-descr sed 's/^X//' >p5-AxKit/pkg-descr << 'END-of-p5-AxKit/pkg-descr' XAxKit --- XML Delivery Toolkit for Apache X XAxKit allows serving XML pages through Apache and mod_perl. It uses XXSLT stylesheets to transform pages before sending them to the browser. XIt also allows Perl stylesheets for extra flexibility. X XAxKit has good caching of results, and can be up to 80% of the speed of XApache when serving from it's cache. X XWWW: http://www.axkit.org/ END-of-p5-AxKit/pkg-descr echo x - p5-AxKit/pkg-message sed 's/^X//' >p5-AxKit/pkg-message << 'END-of-p5-AxKit/pkg-message' XPlease consult ``man AxKit'' for instructions on installing AxKit into Xyour Apache configuration. X XNB: This version of AxKit is only compiled with the ability to use XSLT Xstylesheets. If you wish to use XPathScript or XSP, you must also Xinstall the p5-XML-Sablotron port/package. However, you must also Xrecompile your Apache binary to *not* include a builtin version of Xexpat. To see if you need to do this, type in: X X strings `which httpd` | grep XML X XIf this produces any output, you must recompile apache passing the X--disable-rule=EXPAT argument to the configure program. See the FAQ on Xhttp://axkit.org for full details. END-of-p5-AxKit/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message