Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-html-proofer www/ruby-html-proofer: import ru...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/025d9fe51e6d
branches:  trunk
changeset: 428991:025d9fe51e6d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Apr 14 16:10:50 2020 +0000

description:
www/ruby-html-proofer: import ruby26-html-proofer-3.15.2

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.

diffstat:

 www/ruby-html-proofer/DESCR    |   4 ++++
 www/ruby-html-proofer/Makefile |  21 +++++++++++++++++++++
 www/ruby-html-proofer/PLIST    |  23 +++++++++++++++++++++++
 www/ruby-html-proofer/distinfo |   6 ++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 81a597cc77c0 -r 025d9fe51e6d www/ruby-html-proofer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-html-proofer/DESCR       Tue Apr 14 16:10:50 2020 +0000
@@ -0,0 +1,4 @@
+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.
diff -r 81a597cc77c0 -r 025d9fe51e6d www/ruby-html-proofer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-html-proofer/Makefile    Tue Apr 14 16:10:50 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 16:10:50 ryoon Exp $
+
+DISTNAME=      html-proofer-3.15.2
+CATEGORIES=    www
+MASTER_SITES=  http://rubygems.org/downloads/
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://rubygems.org/gems/html-proofer/
+COMMENT=       Test your rendered HTML files to make sure they're accurate
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable
+DEPENDS+=      ${RUBY_PKGPREFIX}-mercenary>=0.3:../../devel/ruby-mercenary
+DEPENDS+=      ${RUBY_PKGPREFIX}-nokogumbo>=2.0.2:../../textproc/ruby-nokogumbo
+DEPENDS+=      ${RUBY_PKGPREFIX}-parallel>=1.3:../../misc/ruby-parallel
+DEPENDS+=      ${RUBY_PKGPREFIX}-rainbow>=3.0:../../misc/ruby-rainbow
+DEPENDS+=      ${RUBY_PKGPREFIX}-typhoeus>=1.3.1:../../www/ruby-typhoeus
+DEPENDS+=      ${RUBY_PKGPREFIX}-yell>=1.3.1:../../devel/ruby-yell
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 81a597cc77c0 -r 025d9fe51e6d www/ruby-html-proofer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-html-proofer/PLIST       Tue Apr 14 16:10:50 2020 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/14 16:10:51 ryoon Exp $
+bin/htmlproofer
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/bin/htmlproofer
+${GEM_LIBDIR}/lib/html-proofer.rb
+${GEM_LIBDIR}/lib/html-proofer/cache.rb
+${GEM_LIBDIR}/lib/html-proofer/check.rb
+${GEM_LIBDIR}/lib/html-proofer/check/favicon.rb
+${GEM_LIBDIR}/lib/html-proofer/check/html.rb
+${GEM_LIBDIR}/lib/html-proofer/check/images.rb
+${GEM_LIBDIR}/lib/html-proofer/check/links.rb
+${GEM_LIBDIR}/lib/html-proofer/check/opengraph.rb
+${GEM_LIBDIR}/lib/html-proofer/check/scripts.rb
+${GEM_LIBDIR}/lib/html-proofer/configuration.rb
+${GEM_LIBDIR}/lib/html-proofer/element.rb
+${GEM_LIBDIR}/lib/html-proofer/issue.rb
+${GEM_LIBDIR}/lib/html-proofer/log.rb
+${GEM_LIBDIR}/lib/html-proofer/middleware.rb
+${GEM_LIBDIR}/lib/html-proofer/runner.rb
+${GEM_LIBDIR}/lib/html-proofer/url_validator.rb
+${GEM_LIBDIR}/lib/html-proofer/utils.rb
+${GEM_LIBDIR}/lib/html-proofer/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 81a597cc77c0 -r 025d9fe51e6d www/ruby-html-proofer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-html-proofer/distinfo    Tue Apr 14 16:10:50 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 16:10:51 ryoon Exp $
+
+SHA1 (html-proofer-3.15.2.gem) = d6e41842960eebfedca7b2463f5e09b40ed8459a
+RMD160 (html-proofer-3.15.2.gem) = 581a79c0f73674ef6acc20a9330e206bac5ac9fe
+SHA512 (html-proofer-3.15.2.gem) = b65c3eb49fe982d456dfc994f6bb3714c2168c6a4043626a2c45929195213703571e5e2cf256b4f4922f076d0e3c0484f72300c53dbd2883b833434592342025
+Size (html-proofer-3.15.2.gem) = 20992 bytes



Home | Main Index | Thread Index | Old Index