summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-08-30 15:50:27 +0000
committertaca <taca@pkgsrc.org>2021-08-30 15:50:27 +0000
commit7bc568f742bdfd6416eb2a2fbffc0a44a57248f9 (patch)
treecef1cfcbb01bf0e74e81cbb2e55cd6191e1bd6d6
parent5ff36dc75eb5f566296f61d051ab248589a5f367 (diff)
downloadpkgsrc-7bc568f742bdfd6416eb2a2fbffc0a44a57248f9.tar.gz
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. <div class='navbar-light navbar-collapse collapse wi-100 d-md-none' id='navbar-collapse'> <div class='navbar-nav phm mbm' role='menu'> <!-- BEGIN app/views/page_header/_user_profile_links.html.haml --> <a class="nav-link" href="/profile">Profile</a> <a class="nav-link" href="/account/edit">Settings</a> <div class='dropdown-divider'></div> <a class="nav-link" href="/logout">Log out</a> <!-- END app/views/page_header/_user_profile_links.html.haml --> </div> </div> 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.
-rw-r--r--textproc/ruby-haml/Makefile4
-rw-r--r--textproc/ruby-haml/PLIST4
-rw-r--r--textproc/ruby-haml/distinfo10
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile
index e5a4809f962..ecb046c81b9 100644
--- a/textproc/ruby-haml/Makefile
+++ b/textproc/ruby-haml/Makefile
@@ -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
diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST
index cd418b70109..fdbdaad96fc 100644
--- a/textproc/ruby-haml/PLIST
+++ b/textproc/ruby-haml/PLIST
@@ -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
diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo
index 05cf45e7adc..f763de19475 100644
--- a/textproc/ruby-haml/distinfo
+++ b/textproc/ruby-haml/distinfo
@@ -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