From 25f75c4fc9dc981f2bbf9225aaca29fcd1c23586 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 23 Feb 2003 11:24:09 +0000 Subject: This is the latest version of AxKit: 1.6.1 PR: ports/48241 Submitted by: Dominic Mitchell --- www/p5-AxKit/Makefile | 18 ++++++++++-------- www/p5-AxKit/distinfo | 2 +- www/p5-AxKit/pkg-plist | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'www/p5-AxKit') diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 46103f75948a..869541f90c33 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -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: diff --git a/www/p5-AxKit/distinfo b/www/p5-AxKit/distinfo index fc427d8796ba..eb3c31cf3c63 100644 --- a/www/p5-AxKit/distinfo +++ b/www/p5-AxKit/distinfo @@ -1 +1 @@ -MD5 (AxKit-1.6.tar.gz) = e03e0a50bcfc41aec1714512a404b019 +MD5 (AxKit-1.6.1.tar.gz) = 94b8149a9bf5337ce98d78629793c1b2 diff --git a/www/p5-AxKit/pkg-plist b/www/p5-AxKit/pkg-plist index a5ba0996e33d..ab58c1828d57 100644 --- a/www/p5-AxKit/pkg-plist +++ b/www/p5-AxKit/pkg-plist @@ -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 -- cgit v1.2.3