Commit graph

12 commits

Author SHA1 Message Date
taca
e8177f91df Fix ALTERNATIVES file.
Bump PKGREVISION.
2015-03-14 07:54:52 +00:00
taca
d6cf4d1be1 Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-25 16:13:19 +00:00
taca
6755cfcc3d Update ruby-tilt to 1.4.1. Approved by wiz@.
## 1.4.1 (2013-05-08)

* Support Arrays in pre/postambles (#193, jbwiv)

## 1.4.0 (2013-05-01)

* Better encoding support
2014-03-18 14:32:20 +00:00
obache
2028dcd09c Drop maintainership, not using anymore. 2013-12-07 09:00:51 +00:00
obache
7abf2532d3 Update ruby-tilt to 1.3.7.
## 1.3.7 (2013-04-09)

* Erubis: Check for the correct constant (#183, mattwildig)
* Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
2013-04-10 12:37:36 +00:00
obache
182556208b Update ruby-tilt to 1.3.6.
## 1.3.6 (2013-03-17)

* Accept Hash that implements #path as options (#180, lawso017)
* Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
2013-04-07 11:23:27 +00:00
taca
3bf7cb3fd3 Update ruby-tilt to 1.3.5.
## 1.3.5 (2013-03-06)

* Fixed extension for PlainTemplate (judofyr)
* Improved local variables regexp (#174, razorinc)
* Added CHANGELOG.md
2013-03-14 16:15:01 +00:00
obache
2635fd04b7 Update ruby-tilt to 1.3.4.
1.3.4 (2013-02-28)
 * Support RDoc 4.0 (#168, judofyr)
 * Add mention of Org-Mode support (#165, aslakknutsen)
 * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
 * Add PlainTextTemplate (nathanaeljones)
 * Restrict locals to valid variable names (#158, thinkerbot)
 * ERB: Improve trim mode support (#156, ssimeonov)
 * Add CSVTemplate (#153, alexgb)
 * Remove special case for 1.9.1 (#147, guilleiguaran)
 * Add allows_script? method to Template (#143, bhollis)
 * Default to using Redcarpet2 (#139, DAddYE)
 * Allow File/Tempfile as filenames (#134, jamesotron)
 * Add EtanniTemplate (#131, manveru)
 * Support RDoc 3.10 (#112, timfel)
 * Less: Options are now being passed to the parser (#106, cowboyd)
2013-03-02 02:30:13 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
obache
701e87be3d fix regression of executable suffix substitude in PLIST at last update.
noticed by joerg@ via private mail.
2011-09-01 15:01:12 +00:00
obache
92c274d16e Update ruby-tilt to 0.3.3.
* add support for mediawiki templates.
* yajl support
* and fixes,improvements
2011-08-25 11:30:44 +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