Port details |
- rubygem-html-proofer Test your rendered HTML files
- 5.0.9 textproc =2 5.0.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-05-22 14:48:26
- Last Update: 2024-05-19 17:18:15
- Commit Hash: 549b6c9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/gjtorikian/html-proofer
- Description:
- HTMLProofer is a set of tests to validate your HTML output. These tests check if
your image references are legitimate, if they have alt tags, if your internal
links are working, and so on. It's intended to be an all-in-one checker for your
output.
In scope for this project is any well-known and widely-used test for HTML
document quality. A major use for this project is continuous integration -- so
we must have reliable results. We usually balance correctness over performance.
And, if necessary, we should be able to trace this program's detection of HTML
errors back to documented best practices or standards, such as W3
specifications.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-html-proofer>0:textproc/rubygem-html-proofer
- To install the port:
- cd /usr/ports/textproc/rubygem-html-proofer/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/rubygem-html-proofer
- pkg install rubygem-html-proofer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-html-proofer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1715843782
SHA256 (rubygem/html-proofer-5.0.9.gem) = 1be34452392b31fe0a5cb1637ebbe3a1409aa0dbdebf478235388bfdf026662f
SIZE (rubygem/html-proofer-5.0.9.gem) = 24576
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-addressable>=2.3<3 : www/rubygem-addressable
- rubygem-async>=2.1<3 : devel/rubygem-async
- rubygem-nokogiri>=1.13<2 : textproc/rubygem-nokogiri
- rubygem-pdf-reader>=2.11<3 : print/rubygem-pdf-reader
- rubygem-rainbow>=3.0<4 : devel/rubygem-rainbow
- rubygem-typhoeus>=1.3<2 : www/rubygem-typhoeus
- rubygem-yell>=2.0<3 : sysutils/rubygem-yell
- rubygem-zeitwerk>=2.5<3 : devel/rubygem-zeitwerk
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-html-proofer
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.9 19 May 2024 17:18:15 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 5.0.9
Changes: https://github.com/gjtorikian/html-proofer/releases |
5.0.8 21 Aug 2023 17:06:55 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 5.0.8
Changes: https://github.com/gjtorikian/html-proofer/releases |
5.0.7 27 Apr 2023 15:47:47 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 5.0.7
Changes: https://github.com/gjtorikian/html-proofer/releases |
5.0.6 18 Apr 2023 18:05:06 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 5.0.6
- Remove outdated PORTSCOUT
Changes: https://github.com/gjtorikian/html-proofer/releases |
4.4.3 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
4.4.3 19 Nov 2022 08:13:21 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Add PORTSCOUT |
4.4.3 09 Oct 2022 20:20:08 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.4.3
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md |
4.4.2 09 Oct 2022 19:45:36 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.4.2
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md |
4.4.1 03 Oct 2022 17:11:04 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.4.1
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
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) |
4.4.0 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 ) |
4.4.0 31 Aug 2022 11:41:38 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.4.0
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
4.3.2 27 Aug 2022 10:25:38 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.3.2
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
4.3.1 30 Jul 2022 21:00:26 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.3.1
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
4.3.0 30 Jul 2022 19:26:19 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.3.0
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
4.2.0 30 Jul 2022 05:58:58 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.2.0
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md
https://github.com/gjtorikian/html-proofer/commits/main |
4.0.1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.1 18 Jul 2022 12:40:02 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 4.0.1
Changes: https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md |
3.19.4 22 May 2022 05:11:31 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 3.19.4
Changes: https://github.com/gjtorikian/html-proofer/releases
https://github.com/gjtorikian/html-proofer/commits/main |
3.19.3 28 Jan 2022 23:27:00 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 3.19.3
Changes: https://github.com/gjtorikian/html-proofer/releases
https://github.com/gjtorikian/html-proofer/commits/main |
3.19.2 30 Jun 2021 20:43:57 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Update to 3.19.2
Changes: https://github.com/gjtorikian/html-proofer/releases
https://github.com/gjtorikian/html-proofer/commits/main |
3.19.1 22 May 2021 14:42:12 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-html-proofer: Add rubygem-html-proofer 3.19.1
HTMLProofer is a set of tests to validate your HTML output. These tests check if
your image references are legitimate, if they have alt tags, if your internal
links are working, and so on. It's intended to be an all-in-one checker for your
output.
In scope for this project is any well-known and widely-used test for HTML
document quality. A major use for this project is continuous integration -- so
we must have reliable results. We usually balance correctness over performance.
And, if necessary, we should be able to trace this program's detection of HTML
errors back to documented best practices or standards, such as W3
specifications.
WWW: https://github.com/gjtorikian/html-proofer |