mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- fix plist
- bump PORTREVISION Noticed by: itetch@
This commit is contained in:
parent
ffc71fb45d
commit
1547199efa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215812
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= AxKit
|
||||
PORTVERSION= 1.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://www.axkit.org/download/
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -62,12 +63,12 @@ CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \
|
||||
OPTIMIZE="${CFLAGS}"
|
||||
CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps'
|
||||
|
||||
EX_DIR=${PREFIX}/share/examples/${PORTNAME}
|
||||
PORTEXAMPLES= *
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${EX_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${EX_DIR}
|
||||
${CP} -R ${WRKSRC}/axkit.org ${EX_DIR}
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/axkit.org ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,134 +1,52 @@
|
||||
%%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.pm
|
||||
%%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/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/Sablot.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/HtmlDoc.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/LibXSLT.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/PassiveTeX.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/XMLNewsRDF.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XPathScript.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP/TaglibHelper.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/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/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/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
|
||||
%%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/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/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%%/auto/AxKit/.packlist
|
||||
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/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/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/docbook.dkb
|
||||
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/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/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/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/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/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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider
|
||||
@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
|
||||
@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
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit/AxKit.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AxKit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/CharsetConv
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Provider
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/MediaChooser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language/XSP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit/Language
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache/AxKit
|
||||
|
Loading…
Reference in New Issue
Block a user