pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-html-proofer



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr 14 16:10:51 UTC 2020

Added Files:
        pkgsrc/www/ruby-html-proofer: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-html-proofer/DESCR \
    pkgsrc/www/ruby-html-proofer/Makefile pkgsrc/www/ruby-html-proofer/PLIST \
    pkgsrc/www/ruby-html-proofer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/ruby-html-proofer/DESCR
diff -u /dev/null pkgsrc/www/ruby-html-proofer/DESCR:1.1
--- /dev/null   Tue Apr 14 16:10:51 2020
+++ pkgsrc/www/ruby-html-proofer/DESCR  Tue Apr 14 16:10:50 2020
@@ -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.
Index: pkgsrc/www/ruby-html-proofer/Makefile
diff -u /dev/null pkgsrc/www/ruby-html-proofer/Makefile:1.1
--- /dev/null   Tue Apr 14 16:10:51 2020
+++ pkgsrc/www/ruby-html-proofer/Makefile       Tue Apr 14 16:10:50 2020
@@ -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"
Index: pkgsrc/www/ruby-html-proofer/PLIST
diff -u /dev/null pkgsrc/www/ruby-html-proofer/PLIST:1.1
--- /dev/null   Tue Apr 14 16:10:51 2020
+++ pkgsrc/www/ruby-html-proofer/PLIST  Tue Apr 14 16:10:51 2020
@@ -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
Index: pkgsrc/www/ruby-html-proofer/distinfo
diff -u /dev/null pkgsrc/www/ruby-html-proofer/distinfo:1.1
--- /dev/null   Tue Apr 14 16:10:51 2020
+++ pkgsrc/www/ruby-html-proofer/distinfo       Tue Apr 14 16:10:51 2020
@@ -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