summaryrefslogtreecommitdiff
path: root/textproc/ruby-tilt/PLIST
diff options
context:
space:
mode:
authorobache <obache>2011-08-06 13:10:18 +0000
committerobache <obache>2011-08-06 13:10:18 +0000
commit755a9764c74c88c3ca8ce4e5b71470a55b8605ea (patch)
tree1b1d2b9c63c26c7bbb40b3c0b5d4dfa697318c5b /textproc/ruby-tilt/PLIST
parent313014e082500fd3fb6403686781c028eadb9153 (diff)
downloadpkgsrc-755a9764c74c88c3ca8ce4e5b71470a55b8605ea.tar.gz
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.
Diffstat (limited to 'textproc/ruby-tilt/PLIST')
-rw-r--r--textproc/ruby-tilt/PLIST59
1 files changed, 59 insertions, 0 deletions
diff --git a/textproc/ruby-tilt/PLIST b/textproc/ruby-tilt/PLIST
new file mode 100644
index 00000000000..765e5ab4c8d
--- /dev/null
+++ b/textproc/ruby-tilt/PLIST
@@ -0,0 +1,59 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 13:10:18 obache Exp $
+bin/tilt${RUBY_VER}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TEMPLATES.md
+${GEM_LIBDIR}/bin/tilt
+${GEM_LIBDIR}/lib/tilt.rb
+${GEM_LIBDIR}/lib/tilt/builder.rb
+${GEM_LIBDIR}/lib/tilt/coffee.rb
+${GEM_LIBDIR}/lib/tilt/creole.rb
+${GEM_LIBDIR}/lib/tilt/css.rb
+${GEM_LIBDIR}/lib/tilt/erb.rb
+${GEM_LIBDIR}/lib/tilt/haml.rb
+${GEM_LIBDIR}/lib/tilt/liquid.rb
+${GEM_LIBDIR}/lib/tilt/markaby.rb
+${GEM_LIBDIR}/lib/tilt/markdown.rb
+${GEM_LIBDIR}/lib/tilt/nokogiri.rb
+${GEM_LIBDIR}/lib/tilt/radius.rb
+${GEM_LIBDIR}/lib/tilt/rdoc.rb
+${GEM_LIBDIR}/lib/tilt/string.rb
+${GEM_LIBDIR}/lib/tilt/template.rb
+${GEM_LIBDIR}/lib/tilt/textile.rb
+${GEM_LIBDIR}/test/contest.rb
+${GEM_LIBDIR}/test/markaby/locals.mab
+${GEM_LIBDIR}/test/markaby/markaby.mab
+${GEM_LIBDIR}/test/markaby/markaby_other_static.mab
+${GEM_LIBDIR}/test/markaby/render_twice.mab
+${GEM_LIBDIR}/test/markaby/scope.mab
+${GEM_LIBDIR}/test/markaby/yielding.mab
+${GEM_LIBDIR}/test/tilt_blueclothtemplate_test.rb
+${GEM_LIBDIR}/test/tilt_buildertemplate_test.rb
+${GEM_LIBDIR}/test/tilt_cache_test.rb
+${GEM_LIBDIR}/test/tilt_coffeescripttemplate_test.rb
+${GEM_LIBDIR}/test/tilt_compilesite_test.rb
+${GEM_LIBDIR}/test/tilt_creoletemplate_test.rb
+${GEM_LIBDIR}/test/tilt_erbtemplate_test.rb
+${GEM_LIBDIR}/test/tilt_erubistemplate_test.rb
+${GEM_LIBDIR}/test/tilt_fallback_test.rb
+${GEM_LIBDIR}/test/tilt_hamltemplate_test.rb
+${GEM_LIBDIR}/test/tilt_kramdown_test.rb
+${GEM_LIBDIR}/test/tilt_lesstemplate_test.rb
+${GEM_LIBDIR}/test/tilt_liquidtemplate_test.rb
+${GEM_LIBDIR}/test/tilt_markaby_test.rb
+${GEM_LIBDIR}/test/tilt_markdown_test.rb
+${GEM_LIBDIR}/test/tilt_marukutemplate_test.rb
+${GEM_LIBDIR}/test/tilt_nokogiritemplate_test.rb
+${GEM_LIBDIR}/test/tilt_radiustemplate_test.rb
+${GEM_LIBDIR}/test/tilt_rdiscounttemplate_test.rb
+${GEM_LIBDIR}/test/tilt_rdoctemplate_test.rb
+${GEM_LIBDIR}/test/tilt_redcarpettemplate_test.rb
+${GEM_LIBDIR}/test/tilt_redclothtemplate_test.rb
+${GEM_LIBDIR}/test/tilt_sasstemplate_test.rb
+${GEM_LIBDIR}/test/tilt_stringtemplate_test.rb
+${GEM_LIBDIR}/test/tilt_template_test.rb
+${GEM_LIBDIR}/test/tilt_test.rb
+${GEM_LIBDIR}/tilt.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec