This is the latest version of AxKit: 1.6.1

PR:		ports/48241
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Edwin Groothuis 2003-02-23 11:24:09 +00:00
parent d5d7674a73
commit 25f75c4fc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76259
3 changed files with 12 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= AxKit
PORTVERSION= 1.6
PORTVERSION= 1.6.1
CATEGORIES= www
MASTER_SITES= http://www.axkit.org/download/
PKGNAMEPREFIX= p5-
@ -19,6 +19,7 @@ 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}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
@ -31,6 +32,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
# XXX Glitch in this release...
WRKSRC= ${WRKDIR}/${PORTNAME}-1.61
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= \
Apache::AxKit::Language.3 \
@ -41,10 +45,12 @@ MAN3= \
Apache::AxKit::Language::XSP.3 \
Apache::AxKit::Language::XSP::SimpleTaglib.3 \
Apache::AxKit::Language::XSP::TaglibHelper.3 \
Apache::AxKit::MediaChooser::WAPCheck.3 \
Apache::AxKit::Plugin::Fragment.3 \
Apache::AxKit::Plugin::Passthru.3 \
Apache::AxKit::Plugin::QueryStringCache.3 \
Apache::AxKit::Provider.3 \
Apache::AxKit::Provider::FileWrite.3 \
Apache::AxKit::StyleChooser::Cookie.3 \
Apache::AxKit::StyleChooser::FileSuffix.3 \
Apache::AxKit::StyleChooser::PathInfo.3 \
@ -54,13 +60,9 @@ MAN3= \
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \
LIBS='-L${LOCALBASE}/lib'
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL \
OPTIMIZE="${CFLAGS}" \
INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/include"
LIBS='-L${LOCALBASE}/lib' \
OPTIMIZE="${CFLAGS}"
CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps'
EX_DIR=${PREFIX}/share/examples/${PORTNAME}
post-install:

View file

@ -1 +1 @@
MD5 (AxKit-1.6.tar.gz) = e03e0a50bcfc41aec1714512a404b019
MD5 (AxKit-1.6.1.tar.gz) = 94b8149a9bf5337ce98d78629793c1b2

View file

@ -24,6 +24,7 @@ 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/FileWrite.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/Cookie.pm