Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2004 11:57:20 +0300 (EEST)
From:      Toni Viemero <toni.viemero@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68269: [NEW PORT] www/p5-W3C-LogValidator: A comprehensive validation tool for webmasters and web developers
Message-ID:  <20040624085720.5FD169BE4A@shaolin.selfdestruct.net>
Resent-Message-ID: <200406240900.i5O90kxP005584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68269
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-W3C-LogValidator: A comprehensive validation tool for webmasters and web developers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 09:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Toni Viemero
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD shaolin.selfdestruct.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sat May 29 00:26:03 EEST 2004
>Description:
Log Validator is a web server log analysis tool with focus on the quality
of Web documents. Thanks to a modular, extensible design, the Log Validator
can help Web authors find the most popular content on their web site that
matches a particular criteria.

The Log Validator was first written with Validation (HTML, etc.) in mind :
it can thus help web content managers find and fix the most frequently
accessed invalid documents on their Web site, acting as a comprehensive,
step-by-step validation tool.

WWW: http://www.w3.org/QA/Tools/LogValidator/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-W3C-LogValidator-0.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-W3C-LogValidator
#	p5-W3C-LogValidator/Makefile
#	p5-W3C-LogValidator/distinfo
#	p5-W3C-LogValidator/pkg-descr
#	p5-W3C-LogValidator/pkg-plist
#
echo c - p5-W3C-LogValidator
mkdir -p p5-W3C-LogValidator > /dev/null 2>&1
echo x - p5-W3C-LogValidator/Makefile
sed 's/^X//' >p5-W3C-LogValidator/Makefile << 'END-of-p5-W3C-LogValidator/Makefile'
X# New ports collection makefile for:	p5-W3C-LogValidator
X# Date created:			Jun 24, 2004
X# Whom:				toni.viemero@iki.fi
X#
X# $FreeBSD$
X#
X
XPORTNAME=	W3C-LogValidator
XPORTVERSION=	0.3
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	W3C
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	toni.viemero@iki.fi
XCOMMENT=	A comprehensive validation tool for webmasters and web developers
X
XBUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
X	${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
X	${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
X	${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	W3C::LogValidator.3 \
X	W3C::LogValidator::Basic.3 \
X	W3C::LogValidator::CSSValidator.3 \
X	W3C::LogValidator::HTMLValidator.3 \
X	W3C::LogValidator::SurveyEngine.3 \
X	W3C::LogValidator::Output::HTML.3 \
X	W3C::LogValidator::Output::Mail.3 \
X	W3C::LogValidator::Output::Raw.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		"needs at least perl 5.6.0"
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-W3C-LogValidator/Makefile
echo x - p5-W3C-LogValidator/distinfo
sed 's/^X//' >p5-W3C-LogValidator/distinfo << 'END-of-p5-W3C-LogValidator/distinfo'
XMD5 (W3C-LogValidator-0.3.tar.gz) = 7ad415ce032cee875a85e59b69d85351
XSIZE (W3C-LogValidator-0.3.tar.gz) = 20404
END-of-p5-W3C-LogValidator/distinfo
echo x - p5-W3C-LogValidator/pkg-descr
sed 's/^X//' >p5-W3C-LogValidator/pkg-descr << 'END-of-p5-W3C-LogValidator/pkg-descr'
XLog Validator is a web server log analysis tool with focus on the quality
Xof Web documents. Thanks to a modular, extensible design, the Log Validator
Xcan help Web authors find the most popular content on their web site that
Xmatches a particular criteria.
X
XThe Log Validator was first written with Validation (HTML, etc.) in mind :
Xit can thus help web content managers find and fix the most frequently
Xaccessed invalid documents on their Web site, acting as a comprehensive,
Xstep-by-step validation tool.
X
XWWW: http://www.w3.org/QA/Tools/LogValidator/
END-of-p5-W3C-LogValidator/pkg-descr
echo x - p5-W3C-LogValidator/pkg-plist
sed 's/^X//' >p5-W3C-LogValidator/pkg-plist << 'END-of-p5-W3C-LogValidator/pkg-plist'
Xbin/logprocess.pl
X%%SITE_PERL%%/W3C/LogValidator.pm
X%%SITE_PERL%%/W3C/LogValidator/Basic.pm
X%%SITE_PERL%%/W3C/LogValidator/Config.pm
X%%SITE_PERL%%/W3C/LogValidator/CSSValidator.pm
X%%SITE_PERL%%/W3C/LogValidator/HTMLValidator.pm
X%%SITE_PERL%%/W3C/LogValidator/SurveyEngine.pm
X%%SITE_PERL%%/W3C/LogValidator/Output/Mail.pm
X%%SITE_PERL%%/W3C/LogValidator/Output/HTML.pm
X%%SITE_PERL%%/W3C/LogValidator/Output/Raw.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator/.packlist
X%%PORTDOCS%%share/examples/W3C-LogValidator/logprocess.conf
X%%PORTDOCS%%@dirrm share/examples/W3C-LogValidator
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator
X@dirrm %%SITE_PERL%%/W3C/LogValidator/Output
X@dirrm %%SITE_PERL%%/W3C/LogValidator
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/W3C 2>/dev/null || true
END-of-p5-W3C-LogValidator/pkg-plist
exit
--- p5-W3C-LogValidator-0.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040624085720.5FD169BE4A>