New port
This module is an experimental interface to the W3C CSS Validation online service <http://jigsaw.w3.org/css-validator/>, based on its experimental SOAP 1.2 support. It helps to find errors in Cascading Style Sheets. WWW: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/ PR: 87189 Submitted by: Toni Viemero <toni.viemero@iki.fi>
This commit is contained in:
parent
3a616a067c
commit
09aa9df8a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145073
5 changed files with 52 additions and 0 deletions
|
@ -653,6 +653,7 @@
|
|||
SUBDIR += p5-libapreq2
|
||||
SUBDIR += p5-libservlet
|
||||
SUBDIR += p5-libwww
|
||||
SUBDIR += p5-webservice-validator-css-w3c
|
||||
SUBDIR += p5-webservice-validator-html-w3c
|
||||
SUBDIR += peacock
|
||||
SUBDIR += pear-HTTP
|
||||
|
|
34
www/p5-webservice-validator-css-w3c/Makefile
Normal file
34
www/p5-webservice-validator-css-w3c/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: p5-webservice-validator-css-w3c
|
||||
# Date created: Oct 10, 2005
|
||||
# Whom: toni.viemero@iki.fi
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Validator-CSS-W3C
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WebService
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= toni.viemero@iki.fi
|
||||
COMMENT= Experimental interface to the W3C CSS Validation online service
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/URI/QueryParam.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Validator::CSS::W3C.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500802
|
||||
IGNORE= This port requires perl 5.8.2 or later.
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-webservice-validator-css-w3c/distinfo
Normal file
2
www/p5-webservice-validator-css-w3c/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (WebService-Validator-CSS-W3C-0.02.tar.gz) = 67200ff5ffa97cbeacac1dc33ac0234b
|
||||
SIZE (WebService-Validator-CSS-W3C-0.02.tar.gz) = 5940
|
5
www/p5-webservice-validator-css-w3c/pkg-descr
Normal file
5
www/p5-webservice-validator-css-w3c/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module is an experimental interface to the W3C CSS Validation online
|
||||
service <http://jigsaw.w3.org/css-validator/>, based on its experimental
|
||||
SOAP 1.2 support. It helps to find errors in Cascading Style Sheets.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/
|
10
www/p5-webservice-validator-css-w3c/pkg-plist
Normal file
10
www/p5-webservice-validator-css-w3c/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/WebService/Validator/CSS/W3C.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/CSS/W3C/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/CSS/W3C
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/CSS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@unexec rmdir %D/%%SITE_PERL%%/WebService/Validator/CSS/W3C 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/WebService/Validator/CSS 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/WebService/Validator 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/WebService 2>/dev/null || true
|
Loading…
Reference in a new issue