diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-tilt1/ALTERNATIVES | 1 | ||||
-rw-r--r-- | textproc/ruby-tilt1/DESCR | 19 | ||||
-rw-r--r-- | textproc/ruby-tilt1/Makefile | 16 | ||||
-rw-r--r-- | textproc/ruby-tilt1/PLIST | 73 | ||||
-rw-r--r-- | textproc/ruby-tilt1/distinfo | 6 |
5 files changed, 115 insertions, 0 deletions
diff --git a/textproc/ruby-tilt1/ALTERNATIVES b/textproc/ruby-tilt1/ALTERNATIVES new file mode 100644 index 00000000000..0ee866044b9 --- /dev/null +++ b/textproc/ruby-tilt1/ALTERNATIVES @@ -0,0 +1 @@ +bin/tilt @PREFIX@/bin/tilt@RUBY_SUFFIX@ diff --git a/textproc/ruby-tilt1/DESCR b/textproc/ruby-tilt1/DESCR new file mode 100644 index 00000000000..c4ccbb37982 --- /dev/null +++ b/textproc/ruby-tilt1/DESCR @@ -0,0 +1,19 @@ +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. + +This is tilt 1.4.x for backward compatibility. diff --git a/textproc/ruby-tilt1/Makefile b/textproc/ruby-tilt1/Makefile new file mode 100644 index 00000000000..c1e1dfb13c0 --- /dev/null +++ b/textproc/ruby-tilt1/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/03/19 15:26:03 taca Exp $ + +DISTNAME= tilt-1.4.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/tilt/tilt1/} +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/rtomayko/tilt/ +COMMENT= Generic interface to multiple Ruby template engines +LICENSE= mit + +RUBYGEM_OPTIONS+= --format-executable +OVERRIDE_GEMSPEC+= rdoc: + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-tilt1/PLIST b/textproc/ruby-tilt1/PLIST new file mode 100644 index 00000000000..754263ba08a --- /dev/null +++ b/textproc/ruby-tilt1/PLIST @@ -0,0 +1,73 @@ +@comment $NetBSD: PLIST,v 1.1 2017/03/19 15:26:03 taca Exp $ +bin/tilt${RUBY_SUFFIX} +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/COPYING +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/HACKING +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/TEMPLATES.md +${GEM_LIBDIR}/bin/tilt +${GEM_LIBDIR}/lib/tilt.rb +${GEM_LIBDIR}/lib/tilt/asciidoc.rb +${GEM_LIBDIR}/lib/tilt/builder.rb +${GEM_LIBDIR}/lib/tilt/coffee.rb +${GEM_LIBDIR}/lib/tilt/css.rb +${GEM_LIBDIR}/lib/tilt/csv.rb +${GEM_LIBDIR}/lib/tilt/erb.rb +${GEM_LIBDIR}/lib/tilt/etanni.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/plain.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}/lib/tilt/wiki.rb +${GEM_LIBDIR}/lib/tilt/yajl.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_asciidoctor_test.rb +${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_csv_test.rb +${GEM_LIBDIR}/test/tilt_erbtemplate_test.rb +${GEM_LIBDIR}/test/tilt_erubistemplate_test.rb +${GEM_LIBDIR}/test/tilt_etannitemplate_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.less +${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}/test/tilt_wikiclothtemplate_test.rb +${GEM_LIBDIR}/test/tilt_yajltemplate_test.rb +${GEM_LIBDIR}/tilt.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-tilt1/distinfo b/textproc/ruby-tilt1/distinfo new file mode 100644 index 00000000000..0dcb335b20e --- /dev/null +++ b/textproc/ruby-tilt1/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/03/19 15:26:03 taca Exp $ + +SHA1 (tilt-1.4.1.gem) = a63b374ab06aeb6f567bd24e61434e386cce0811 +RMD160 (tilt-1.4.1.gem) = 8933e3d354af637c3beb2344fb8cde3739042d01 +SHA512 (tilt-1.4.1.gem) = 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f +Size (tilt-1.4.1.gem) = 42496 bytes |