Received: by mail.netbsd.org (Postfix, from userid 605) id AD25684EDD; Mon, 30 Aug 2021 15:50:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E76D484ED2 for ; Mon, 30 Aug 2021 15:50:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NOYMOssMwPZt for ; Mon, 30 Aug 2021 15:50:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3ACBE84CDA for ; Mon, 30 Aug 2021 15:50:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34A2FFA97; Mon, 30 Aug 2021 15:50:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163033862721370" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 15:50:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-haml To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210830155027.34A2FFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163033862721370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Mon Aug 30 15:50:27 UTC 2021 Modified Files: pkgsrc/textproc/ruby-haml: Makefile PLIST distinfo Log Message: textproc/ruby-haml: update to 5.2.2 5.2.2 (2021-07-27) Look Under Your Seats, It's an All Expense Paid Annotation! Howdy Haml-faml, The 5.x.x line of Haml keeps chugging along, and we will likely keep this codebase going for those who want this full-fat version of Haml and addressing little issues here and there. In this version, the wonderful @jdelStrother brought in a new feature for adding annotations to your output during development showing which template the html came from. This was added in Rails 6.1 for ERB files, and now all you wonderful Haml-ers out there get the same useful feature. As for the future of Haml, we are likely going to be moving over the main branch and 6.x.x development to be based off of @k0kubun's awesome Hamlit implementation. It does lack some of the features that 5.x has, but it comes with almost 2x speed improvement and honestly, even the way I (Hampton) use Haml – is well covered by Hamlit. You really have to be doing some weird stuff for it to be an issue. So, we'll likely be releasing an alpha of that 6.x-based-on-Hamlit code soon. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/ruby-haml/Makefile \ pkgsrc/textproc/ruby-haml/distinfo cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/ruby-haml/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163033862721370 Content-Disposition: inline Content-Length: 2218 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-haml/Makefile diff -u pkgsrc/textproc/ruby-haml/Makefile:1.22 pkgsrc/textproc/ruby-haml/Makefile:1.23 --- pkgsrc/textproc/ruby-haml/Makefile:1.22 Thu Jan 14 14:44:47 2021 +++ pkgsrc/textproc/ruby-haml/Makefile Mon Aug 30 15:50:27 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2021/01/14 14:44:47 taca Exp $ +# $NetBSD: Makefile,v 1.23 2021/08/30 15:50:27 taca Exp $ -DISTNAME= haml-5.2.1 +DISTNAME= haml-5.2.2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-haml/distinfo diff -u pkgsrc/textproc/ruby-haml/distinfo:1.22 pkgsrc/textproc/ruby-haml/distinfo:1.23 --- pkgsrc/textproc/ruby-haml/distinfo:1.22 Thu Jan 14 14:44:47 2021 +++ pkgsrc/textproc/ruby-haml/distinfo Mon Aug 30 15:50:27 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2021/01/14 14:44:47 taca Exp $ +$NetBSD: distinfo,v 1.23 2021/08/30 15:50:27 taca Exp $ -SHA1 (haml-5.2.1.gem) = 080c5710756c49ab6c290a4ca46e2ffeaf86ce6d -RMD160 (haml-5.2.1.gem) = f4d4b6f4c07882eb2217f45ddee768769d7c392e -SHA512 (haml-5.2.1.gem) = 81ca67a09480a90df52068a32f05f7e15b8eb4c74c647b9441e661928453b0bb6a159358f2217429d6fdccb12dbdaca25998c0e9fd5ed7a168e0830873aab05f -Size (haml-5.2.1.gem) = 92160 bytes +SHA1 (haml-5.2.2.gem) = 434fff4bae1fc2bb70ae92c0889a2f701a059601 +RMD160 (haml-5.2.2.gem) = a45693407969c4b2ba567e65709757358ad97d8e +SHA512 (haml-5.2.2.gem) = 1ac461357a7845fed9f9c96bb2bab4587b11f6bb2ae7900a8dd92a41a3215fe0eaeedef45a866dc70359a54bc39fafe397949b2c52ade128e8e6da84dae2b7c7 +Size (haml-5.2.2.gem) = 92160 bytes Index: pkgsrc/textproc/ruby-haml/PLIST diff -u pkgsrc/textproc/ruby-haml/PLIST:1.17 pkgsrc/textproc/ruby-haml/PLIST:1.18 --- pkgsrc/textproc/ruby-haml/PLIST:1.17 Sun Sep 10 16:03:24 2017 +++ pkgsrc/textproc/ruby-haml/PLIST Mon Aug 30 15:50:27 2021 @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.17 2017/09/10 16:03:24 taca Exp $ +@comment $NetBSD: PLIST,v 1.18 2021/08/30 15:50:27 taca Exp $ bin/haml${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/test.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.gitmodules -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/FAQ.md --_----------=_163033862721370--