pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-haml textproc/ruby-haml: update to 5.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c53cf4380d7d
branches:  trunk
changeset: 457664:c53cf4380d7d
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 30 15:50:27 2021 +0000

description:
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.

diffstat:

 textproc/ruby-haml/Makefile |   4 ++--
 textproc/ruby-haml/PLIST    |   4 ++--
 textproc/ruby-haml/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 440f65c2f094 -r c53cf4380d7d textproc/ruby-haml/Makefile
--- a/textproc/ruby-haml/Makefile       Mon Aug 30 15:43:36 2021 +0000
+++ b/textproc/ruby-haml/Makefile       Mon Aug 30 15:50:27 2021 +0000
@@ -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@localhost
diff -r 440f65c2f094 -r c53cf4380d7d textproc/ruby-haml/PLIST
--- a/textproc/ruby-haml/PLIST  Mon Aug 30 15:43:36 2021 +0000
+++ b/textproc/ruby-haml/PLIST  Mon Aug 30 15:50:27 2021 +0000
@@ -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 -r 440f65c2f094 -r c53cf4380d7d textproc/ruby-haml/distinfo
--- a/textproc/ruby-haml/distinfo       Mon Aug 30 15:43:36 2021 +0000
+++ b/textproc/ruby-haml/distinfo       Mon Aug 30 15:50:27 2021 +0000
@@ -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


Home | Main Index | Thread Index | Old Index