Received: by mail.netbsd.org (Postfix, from userid 605) id 4CF8B84E40; Tue, 14 Apr 2020 16:10:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C95EC84DE6 for ; Tue, 14 Apr 2020 16:10:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CCymVgFt0Sto for ; Tue, 14 Apr 2020 16:10:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3882784DE1 for ; Tue, 14 Apr 2020 16:10:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 325EAFB27; Tue, 14 Apr 2020 16:10:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586880651290660" MIME-Version: 1.0 Date: Tue, 14 Apr 2020 16:10:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/ruby-html-proofer To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200414161051.325EAFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586880651290660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1586880651290660 Content-Disposition: inline Content-Length: 3454 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1586880651290660--