Commit graph

4 commits

Author SHA1 Message Date
taca
3ec6033736 textproc/ruby-tilt: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.

Bump PKGREVISION.
2018-12-22 17:31:02 +00:00
taca
4e69adfd81 textproc/ruby-tilt: update to 2.0.9
pkgsrc change:
* Drop @PREFIX@ from ALTERNATIVES file.

## 2.0.9 (2018-11-28)

* Use new ERB API in Ruby 2.6 (#329, koic)
* Support the new sassc gem (#336, jdickey, judofyr)
2018-12-17 15:10:38 +00:00
taca
e8177f91df Fix ALTERNATIVES file.
Bump PKGREVISION.
2015-03-14 07:54:52 +00:00
obache
4b51123514 Import ruby-tilt-1.3.2 as textproc/ruby-tilt.
Tilt is a thin interface over a bunch of different Ruby template engines in
an attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.

The following features are supported for all template engines (assuming the
feature is relevant to the engine):

 * Custom template evaluation scopes / bindings
 * Ability to pass locals to template evaluation
 * Support for passing a block to template evaluation for "yield"
 * Backtraces with correct filenames and line numbers
 * Template file caching and reloading
 * Fast, method-based template source compilation

The primary goal is to get all of the things listed above right for all
template engines included in the distribution.
2011-08-06 13:10:18 +00:00