Port details |
- validator Markup Validation Service from the World Wide Web Consortium (W3C)
- 1.3_5 www =5 1.3_5Version of this port present on the latest quarterly branch.
- Maintainer: cyberbotx@cyberbotx.com
- Port Added: 2005-09-16 20:09:57
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: subversion, postfix-current, p5-libwww, pure-ftpd, mcrypt
- License: W3C2002
- WWW:
- https://validator.w3.org/
- Description:
- The Markup Validation Service from the World Wide Web Consortium (W3C), this
is so the markup validator can be installed on a web server along with all
of the validator's dependencies.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- validator>0:www/validator
- To install the port:
- cd /usr/ports/www/validator/ && make install clean
- To add the package, run one of these commands:
- pkg install www/validator
- pkg install validator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: validator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1507830845
SHA256 (w3c-markup-validator-validator-1_3-release_GH0.tar.gz) = a1d2bf4e9bd3e0a9ba811ecc2e1738da5e3f4496f5cb5ddd451309fcc945d9cf
SIZE (w3c-markup-validator-validator-1_3-release_GH0.tar.gz) = 3073571
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- onsgmls : textproc/opensp
- p5-CGI>=0 : www/p5-CGI
- p5-Config-General>=0 : devel/p5-Config-General
- p5-Encode-HanExtra>=0 : chinese/p5-Encode-HanExtra
- p5-Encode-JIS2K>=0 : converters/p5-Encode-JIS2K
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-HTML-Encoding>=0 : www/p5-HTML-Encoding
- p5-HTML-Template>=0 : www/p5-HTML-Template
- p5-libwww>=5.817 : www/p5-libwww
- p5-JSON>=0 : converters/p5-JSON
- p5-LWP-Protocol-https>=0 : www/p5-LWP-Protocol-https
- p5-Net-IP>=0 : net-mgmt/p5-Net-IP
- p5-SGML-Parser-OpenSP>=0 : textproc/p5-SGML-Parser-OpenSP
- p5-URI>=0 : net/p5-URI
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- p5-HTML-Tidy>=0 : textproc/p5-HTML-Tidy
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for validator-1.3_5:
HTML_TIDY=on: Enable HTML Markup Cleaning
===> Use 'make config' to modify these settings
- Options name:
- www_validator
- USES:
- perl5 shebangfix
- pkg-message:
- For install:
- The W3C Markup Validation Service has been installed. However, it will not do
anything until you set up your web server to utilize it. An httpd.conf for the
Apache web server can be found at
/usr/local/www/validator/httpd/conf/httpd.conf
and included in your Apache web server configuration, typically using:
Include /usr/local/www/validator/httpd/conf/httpd.conf
If you are using another web server, you will have to configure it yourself.
The W3C only recommends the use of the Apache web server, so there are no other
web server configuration snippets.
A sample validator.conf has been installed at
/usr/local/www/validator/htdocs/config/validator.conf.sample
You need to copy this file to
/usr/local/www/validator/htdocs/config/validator.conf
and then edit it to your liking. If you have used a previous version of the
validator, you will need to manually check if anything new has been added to
the W3C's validator.conf and edit your own validator.conf accordingly. If you
would prefer not to put the validator.conf file into
/usr/local/www/validator/htdocs/config,
you can place it where you would like and set the environment variable
W3C_VALIDATOR_CFG to the complete path (including filename) of validator.conf.
An example of how to set this environment variable in Apache has been included
in the above referenced httpd.conf file.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3_5 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.3_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_5 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.3_5 13 May 2018 16:12:03 |
meta |
www/validator: Change p5-CGI.pm dependency to p5-CGI
Using p5-CGI rather than p5-CGI.pm is more convenient for many people
because many www ports depends on p5-CGI and it conflicts with p5-CGI.pm.
Also pet portlint.
PR: 227653
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Approved by: pi (mentor)
Differential Revision: https://reviews.freebsd.org/D15414 |
1.3_4 23 Feb 2018 02:52:51 |
wen |
- Add www/p5-LWP-Protocol-https to RUN_DEPENDS
PR: 226090
Submitted by: yasu@utahime.org
Approved by: maintainer |
1.3_3 12 Oct 2017 21:53:04 |
mat |
Typo |
1_3_3 12 Oct 2017 17:55:01 |
mat |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
1.3_3 15 Sep 2017 18:48:38 |
swills |
www/validator: Update MASTER_SITES and cleanup
PR: 222274
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.3_2 05 Jun 2017 23:26:49 |
sunpoet |
Remove outdated PERL_LEVEL check
- While I'm here, add NO_ARCH
With hat: perl |
1.3_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3_2 08 Nov 2015 11:33:45 |
robak |
www/validator: various improvements
- Provide patched validator.conf.sample from original sources
- Remove httpd.conf sample file from pkg-message
- Use WWWDIR variable
PR: 202733
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.3_1 12 Aug 2015 01:09:00 |
pgollucci |
www/validator: fix w/ perl 5.22+
- Needs www/p5-CGI.pm for perl 5.22+
- Bump PORTREVISION
@dirrm already committed by amdmi3@
PR: 201616
Submitted by: yasu@utahime.org
Approved by: cyberbotx@cyberbotx.com |
1.3 30 Jul 2015 21:11:20 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
1.3 28 Jan 2014 07:39:39 |
bapt |
Support stage
Fix shebang |
1.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3 14 Sep 2013 13:38:21 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.3 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
1.3 07 Oct 2012 23:05:24 |
jhale |
- Convert to new options framework
- Trim Makefile header
PR: ports/172460
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: makc, avilla (mentors implicit) |
1.3 30 Jun 2012 14:31:06 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.3 09 Apr 2012 11:01:16 |
culot |
- Update to 1.3
Changes: http://validator.w3.org/whatsnew.html#v13
PR: ports/166765
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
1.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.2 12 Jul 2011 02:10:30 |
sunpoet |
- Fix *_DEPENDS entries after www/p5-libwww updated to 6.x |
1.2 03 Mar 2011 08:14:10 |
wen |
- Update to 1.2
PR: ports/155075
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.1 13 Jul 2010 04:20:00 |
sahil |
- Update to 1.1
PR: ports/148532
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.0 06 Jul 2010 08:52:32 |
wen |
- Update to 1.0
- Clean up the Makefile
PR: ports/147879
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
1.0 06 Jul 2010 08:46:49 |
wen |
- Update to 1.0
- Clean up the Makefile
Feature safe: yes |
0.8.6_1 09 Mar 2010 01:12:37 |
wen |
- Fix runtime dependency
PR: ports/144504
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer
Feature safe: yes |
0.8.6 04 Mar 2010 13:55:22 |
amdmi3 |
- Update to 0.8.6
PR: 144421
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
0.8.5_1 03 Apr 2009 11:38:21 |
jadawin |
- Include p5-String-Approx in depends
PR: ports/133229
Submitted by: Naram Qashat <cyberbotx _at_ cyberbotx.com> (maintainer) |
0.8.5 30 Mar 2009 20:28:31 |
lwhsu |
- Update to 0.8.5
PR: ports/133217
Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer) |
0.8.4 26 Nov 2008 22:36:39 |
amdmi3 |
- Update to 0.8.4
PR: 129183
Submitted by: Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer) |
0.8.3_1 19 Aug 2008 00:42:44 |
wxs |
- Distfile re-rolled (adds documentation changes)
- Use ${FIND} instead of find.
PR: ports/126483
Submitted by: KIMURA Yasuhiro <yasu@home.utahime.org>
Approved by: maintainer |
0.8.3 11 Aug 2008 23:54:23 |
wxs |
- Update to 0.8.3
PR: ports/126373
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.8.2_1 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.8.2 17 Oct 2007 14:08:30 |
miwi |
- Update to 0.8.2
PR: 117226
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.8.1 08 Sep 2007 01:11:48 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.8.1 18 Aug 2007 16:00:29 |
clsung |
- New version 0.8.1 is released.
PR: ports/115613
Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org>
Approved by: maintainer (Naram Qashat) |
0.8.0_1 31 Jul 2007 02:49:45 |
rafan |
- Remove dependency on Encode module as it's in Perl 5.8
PR: ports/115032
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) |
0.8.0 29 Jul 2007 13:13:58 |
pav |
- Update to 0.8.0
PR: ports/115004
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.7.4 06 Dec 2006 08:52:32 |
miwi |
- Update to 0.7.4
PR: ports/106403
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) |
0.7.3 10 Nov 2006 20:56:12 |
pav |
- Update to 0.7.3
PR: ports/105387
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.7.2_2 20 Mar 2006 23:02:01 |
pav |
- Only depend on p5-CGI on perl < 5.8
PR: ports/94638
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.7.2 13 Mar 2006 01:42:45 |
mnag |
- Update to 0.7.2 and fix runtime error.
- portlint(1)
PR: 94379
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: portmgr (marcus), maintainer |
0.7.1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.7.1 20 Oct 2005 20:29:14 |
sem |
- Update to 0.7.1
PR: ports/87721
Submitted by: maintainer |
0.7.0 17 Sep 2005 22:18:37 |
pav |
- Require perl 5.6.0 and newer
PR: ports/86277
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.7.0 17 Sep 2005 21:15:21 |
pav |
- Fix dependencies: s/mach/${PERL_ARCH}/
Reported by: krismail |
0.7.0 17 Sep 2005 20:39:23 |
pav |
- Make sample configuration file respect PREFIX and LOCALBASE
PR: ports/86250
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
0.7.0 16 Sep 2005 20:09:09 |
pav |
The Markup Validation Service from the World Wide Web Consortium (W3C), it's
purpose is to validate web pages made in HTML and XHTML.
PR: ports/86201
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |