summaryrefslogtreecommitdiff
path: root/textproc/ruby-tilt
AgeCommit message (Collapse)AuthorFilesLines
2014-03-25Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2014-03-18Update ruby-tilt to 1.4.1. Approved by wiz@.taca2-6/+6
## 1.4.1 (2013-05-08) * Support Arrays in pre/postambles (#193, jbwiv) ## 1.4.0 (2013-05-01) * Better encoding support
2013-12-07Drop maintainership, not using anymore.obache1-2/+2
2013-04-10Update ruby-tilt to 1.3.7.obache2-6/+6
## 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-07Update ruby-tilt to 1.3.6.obache2-6/+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-03-14Update ruby-tilt to 1.3.5.taca3-7/+8
## 1.3.5 (2013-03-06) * Fixed extension for PlainTemplate (judofyr) * Improved local variables regexp (#174, razorinc) * Added CHANGELOG.md
2013-03-02Update ruby-tilt to 1.3.4.obache3-7/+16
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)
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-09-01fix regression of executable suffix substitude in PLIST at last update.obache1-2/+2
noticed by joerg@ via private mail.
2011-08-25Update ruby-tilt to 0.3.3.obache3-9/+13
* add support for mediawiki templates. * yajl support * and fixes,improvements
2011-08-06Import ruby-tilt-1.3.2 as textproc/ruby-tilt.obache5-0/+98
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.