summaryrefslogtreecommitdiff
path: root/www/p5-AxKit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 11:24:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 11:24:09 +0000
commit25f75c4fc9dc981f2bbf9225aaca29fcd1c23586 (patch)
treebf3e487837f6ee570b933937aaeeb853d60837f3 /www/p5-AxKit
parent- drop maintainership (diff)
This is the latest version of AxKit: 1.6.1
PR: ports/48241 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=76259
Diffstat (limited to 'www/p5-AxKit')
-rw-r--r--www/p5-AxKit/Makefile18
-rw-r--r--www/p5-AxKit/distinfo2
-rw-r--r--www/p5-AxKit/pkg-plist1
3 files changed, 12 insertions, 9 deletions
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