pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-tilt
Module Name: pkgsrc
Committed By: taca
Date: Fri Jun 9 15:06:31 UTC 2023
Modified Files:
pkgsrc/textproc/ruby-tilt: Makefile PLIST distinfo
Log Message:
textproc/ruby-tilt: update to 2.2.0
2.2.0 (2023-06-05)
* Remove deprecated BlueCloth, Less, and Sigil support (jeremyevans)
* Drop support for RDoc < 4 (jeremyevans)
* Deprecate Tilt::Cache (jeremyevans)
* Deprecate Tilt.current_template (jeremyevans)
* Deprecate support for RedCarpet 1.x (jeremyevans)
* Deprecate CoffeeScriptTemplate.default_no_wrap{,=} aliases of
default_bare{,=} (jeremyevans)
* Deprecate {ERB,Erubis}Template#default_output_variable{,=} (jeremyevans)
* Deprecate non-string template code in PrawnTemplate (jeremyevans)
* Deprecate default lazy loading of handlebars/org/emacs_org/jbuilder
external template engines (jeremyevans)
* Handle locals as a local variable in templates (timriley) (#3)
* Do not cache output in PrawnTemplate#evaluate (jeremyevans)
* Do not mark PrawnTemplate as not allowing script, since it can be used to
execute arbitrary Ruby code (jeremyevans)
* Remove Redcarpet1Template and Redcarpet2Template from the RedCarpet
support (jeremyevans)
* Separate CoffeeScriptTemplate.default_bare and
CoffeeScriptLiterateTemplate.default_bare (jeremyevans)
* Fix possible issue in KramdownTemplate under concurrent use (jeremyevans)
* Do not define yield tag for RadiusTemplate if no block is given to render
(jeremyevans)
* Avoid holding mutex while compiling template methods (jeremyevans)
* Template#prepare no longer needs to be overridden if no preparation work
is needed (jeremyevans)
* Fix potential concurrency issues in Mapping (jeremyevans)
* Stop modifying given locals hash in tilt/prawn (jeremyevans)
* Change visibility of Template#compiled_method to public (jeremyevans)
* Add Tilt::StaticTemplate for templates that return the same output for
every render (jeremyevans)
* Add Tilt::Mapping#finalized and Tilt.finalize! for finalized mappings that
do not require mutex synchronization (jeremyevans)
* Add frozen_string_literal magic comment to all source files (jeremyevans)
* Support templates with frozen compiled source code (jeremyevans)
* Support :skip_compiled_encoding_detection template option to not scan
compiled source code for encoding lines (jeremyevans)
* Ship slim template support with tilt (minad) (#4)
* Template#extract_{encoding,magic_comment} private methods now require a
block (jeremyevans)
The repository switched to https://github.com/jeremyevans/tilt, so issue
references above are for that repository, and issue references below are for
the previous repository (https://github.com/rtomayko/tilt).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-tilt/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-tilt/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-tilt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-tilt/Makefile
diff -u pkgsrc/textproc/ruby-tilt/Makefile:1.19 pkgsrc/textproc/ruby-tilt/Makefile:1.20
--- pkgsrc/textproc/ruby-tilt/Makefile:1.19 Thu Feb 23 15:38:26 2023
+++ pkgsrc/textproc/ruby-tilt/Makefile Fri Jun 9 15:06:30 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2023/02/23 15:38:26 taca Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/09 15:06:30 taca Exp $
-DISTNAME= tilt-2.1.0
+DISTNAME= tilt-2.2.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/rtomayko/tilt/
+HOMEPAGE= https://github.com/jeremyevans/tilt
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= mit
Index: pkgsrc/textproc/ruby-tilt/PLIST
diff -u pkgsrc/textproc/ruby-tilt/PLIST:1.9 pkgsrc/textproc/ruby-tilt/PLIST:1.10
--- pkgsrc/textproc/ruby-tilt/PLIST:1.9 Thu Feb 23 15:38:26 2023
+++ pkgsrc/textproc/ruby-tilt/PLIST Fri Jun 9 15:06:30 2023
@@ -1,13 +1,17 @@
-@comment $NetBSD: PLIST,v 1.9 2023/02/23 15:38:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/06/09 15:06:30 taca Exp $
bin/tilt${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/bin/tilt
${GEM_LIBDIR}/lib/tilt.rb
+${GEM_LIBDIR}/lib/tilt/_emacs_org.rb
+${GEM_LIBDIR}/lib/tilt/_handlebars.rb
+${GEM_LIBDIR}/lib/tilt/_jbuilder.rb
+${GEM_LIBDIR}/lib/tilt/_org.rb
${GEM_LIBDIR}/lib/tilt/asciidoc.rb
${GEM_LIBDIR}/lib/tilt/babel.rb
-${GEM_LIBDIR}/lib/tilt/bluecloth.rb
${GEM_LIBDIR}/lib/tilt/builder.rb
+${GEM_LIBDIR}/lib/tilt/cli.rb
${GEM_LIBDIR}/lib/tilt/coffee.rb
${GEM_LIBDIR}/lib/tilt/commonmarker.rb
${GEM_LIBDIR}/lib/tilt/creole.rb
@@ -18,7 +22,6 @@ ${GEM_LIBDIR}/lib/tilt/erubis.rb
${GEM_LIBDIR}/lib/tilt/etanni.rb
${GEM_LIBDIR}/lib/tilt/haml.rb
${GEM_LIBDIR}/lib/tilt/kramdown.rb
-${GEM_LIBDIR}/lib/tilt/less.rb
${GEM_LIBDIR}/lib/tilt/liquid.rb
${GEM_LIBDIR}/lib/tilt/livescript.rb
${GEM_LIBDIR}/lib/tilt/mapping.rb
@@ -36,7 +39,7 @@ ${GEM_LIBDIR}/lib/tilt/redcarpet.rb
${GEM_LIBDIR}/lib/tilt/redcloth.rb
${GEM_LIBDIR}/lib/tilt/rst-pandoc.rb
${GEM_LIBDIR}/lib/tilt/sass.rb
-${GEM_LIBDIR}/lib/tilt/sigil.rb
+${GEM_LIBDIR}/lib/tilt/slim.rb
${GEM_LIBDIR}/lib/tilt/string.rb
${GEM_LIBDIR}/lib/tilt/template.rb
${GEM_LIBDIR}/lib/tilt/typescript.rb
Index: pkgsrc/textproc/ruby-tilt/distinfo
diff -u pkgsrc/textproc/ruby-tilt/distinfo:1.18 pkgsrc/textproc/ruby-tilt/distinfo:1.19
--- pkgsrc/textproc/ruby-tilt/distinfo:1.18 Thu Feb 23 15:38:26 2023
+++ pkgsrc/textproc/ruby-tilt/distinfo Fri Jun 9 15:06:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/02/23 15:38:26 taca Exp $
+$NetBSD: distinfo,v 1.19 2023/06/09 15:06:30 taca Exp $
-BLAKE2s (tilt-2.1.0.gem) = 051147a9f5532603c03084aa82900fbb43e5c5679458a6dbabd292aad852cd89
-SHA512 (tilt-2.1.0.gem) = 3449c7baa5d5ffc98dd537cc6dae94e3f0f7fd0cd57ad0ea9fdd12090e4b0dcbd555d7a90fb4c774754d73d2675a0ee9c803c66a74b8e9e60f674bfcd9ccc0c9
-Size (tilt-2.1.0.gem) = 24576 bytes
+BLAKE2s (tilt-2.2.0.gem) = 24b95be263ad134bdc01fe57754ecf5d6971c477f4918e8622333270a17378a0
+SHA512 (tilt-2.2.0.gem) = fd3e01dc58d2a1fb884c9212e6fd3291dcc710b906d23fc86af93d29f1bb2a94edbd5819d8fa91e6184fc2359392a9eb7cbdcdbebd215dacc857a1586500dfc6
+Size (tilt-2.2.0.gem) = 26112 bytes
Home |
Main Index |
Thread Index |
Old Index