mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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
This commit is contained in:
parent
9ca2b48d71
commit
294f9ea7f9
@ -1608,6 +1608,7 @@
|
||||
SUBDIR += rubygem-hikidoc
|
||||
SUBDIR += rubygem-html-pipeline
|
||||
SUBDIR += rubygem-html-pipeline27
|
||||
SUBDIR += rubygem-html-proofer
|
||||
SUBDIR += rubygem-html2text
|
||||
SUBDIR += rubygem-htmlentities
|
||||
SUBDIR += rubygem-ini
|
||||
|
28
textproc/rubygem-html-proofer/Makefile
Normal file
28
textproc/rubygem-html-proofer/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= html-proofer
|
||||
PORTVERSION= 3.19.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Test your rendered HTML files
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
|
||||
rubygem-mercenary>=0.3<1:devel/rubygem-mercenary \
|
||||
rubygem-nokogumbo>=2.0<3:textproc/rubygem-nokogumbo \
|
||||
rubygem-parallel>=1.3<2:sysutils/rubygem-parallel \
|
||||
rubygem-rainbow>=3.0<4:devel/rubygem-rainbow \
|
||||
rubygem-typhoeus>=1.3<2:www/rubygem-typhoeus \
|
||||
rubygem-yell>=2.0<3:sysutils/rubygem-yell
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/htmlproofer
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-html-proofer/distinfo
Normal file
3
textproc/rubygem-html-proofer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1621183176
|
||||
SHA256 (rubygem/html-proofer-3.19.1.gem) = 09e62fcdff7e839a7dd956e4a02a549a4ffc71dc77721b6ad50c1d4f958101f7
|
||||
SIZE (rubygem/html-proofer-3.19.1.gem) = 22016
|
13
textproc/rubygem-html-proofer/pkg-descr
Normal file
13
textproc/rubygem-html-proofer/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user