aboutsummaryrefslogtreecommitdiff
path: root/www/p5-W3C-LogValidator
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 09:16:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 09:16:58 +0000
commitd3769bd08a986acd54fb9f6eecb008c772b622e9 (patch)
treeca4197a8b8b56fd5826e9a4c654f3feecfd6b5d1 /www/p5-W3C-LogValidator
parent17f418205df420d4b0fb74e047af3c75fcad6ad8 (diff)
downloadports-d3769bd08a986acd54fb9f6eecb008c772b622e9.tar.gz
ports-d3769bd08a986acd54fb9f6eecb008c772b622e9.zip
Notes
Diffstat (limited to 'www/p5-W3C-LogValidator')
-rw-r--r--www/p5-W3C-LogValidator/Makefile9
-rw-r--r--www/p5-W3C-LogValidator/distinfo4
-rw-r--r--www/p5-W3C-LogValidator/pkg-plist3
3 files changed, 12 insertions, 4 deletions
diff --git a/www/p5-W3C-LogValidator/Makefile b/www/p5-W3C-LogValidator/Makefile
index c7db95c455e6..74339744a475 100644
--- a/www/p5-W3C-LogValidator/Makefile
+++ b/www/p5-W3C-LogValidator/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= W3C-LogValidator
-PORTVERSION= 0.5
+PORTVERSION= 1.01
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= W3C
@@ -18,7 +18,10 @@ COMMENT= A comprehensive validation tool for webmasters and web developers
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
- ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail
+ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ ${SITE_PERL}/WebService/Validator/CSS/W3C.pm:${PORTSDIR}/www/p5-webservice-validator-css-w3c \
+ ${SITE_PERL}/WebService/Validator/HTML/W3C.pm:${PORTSDIR}/www/p5-webservice-validator-html-w3c \
+ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -47,6 +50,8 @@ post-patch:
post-install:
@${MKDIR} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR}
.include <bsd.port.post.mk>
diff --git a/www/p5-W3C-LogValidator/distinfo b/www/p5-W3C-LogValidator/distinfo
index 13a78ad2fcc0..7c2132c08193 100644
--- a/www/p5-W3C-LogValidator/distinfo
+++ b/www/p5-W3C-LogValidator/distinfo
@@ -1,2 +1,2 @@
-MD5 (W3C-LogValidator-0.5.tar.gz) = 7ce3cf9611daf40222a429d8f63b65fc
-SIZE (W3C-LogValidator-0.5.tar.gz) = 25313
+MD5 (W3C-LogValidator-1.01.tar.gz) = 57d45feee16a8e2ffb9a49ddb528fa5b
+SIZE (W3C-LogValidator-1.01.tar.gz) = 28596
diff --git a/www/p5-W3C-LogValidator/pkg-plist b/www/p5-W3C-LogValidator/pkg-plist
index ba4164c34a08..168854deef1b 100644
--- a/www/p5-W3C-LogValidator/pkg-plist
+++ b/www/p5-W3C-LogValidator/pkg-plist
@@ -4,11 +4,14 @@ bin/logprocess.pl
%%SITE_PERL%%/W3C/LogValidator/CSSValidator.pm
%%SITE_PERL%%/W3C/LogValidator/Config.pm
%%SITE_PERL%%/W3C/LogValidator/HTMLValidator.pm
+%%SITE_PERL%%/W3C/LogValidator/LinkChecker.pm
%%SITE_PERL%%/W3C/LogValidator/Output/HTML.pm
%%SITE_PERL%%/W3C/LogValidator/Output/Mail.pm
%%SITE_PERL%%/W3C/LogValidator/Output/Raw.pm
%%SITE_PERL%%/W3C/LogValidator/SurveyEngine.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator/.packlist
+%%EXAMPLESDIR%%/NewModule.pm
+%%EXAMPLESDIR%%/NewOutputModule.pm
%%EXAMPLESDIR%%/logprocess.conf
@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator