pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-tilt1 Add textproc/ruby-tilt-1.4.1 as te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ab43b14b32f
branches:  trunk
changeset: 359825:4ab43b14b32f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 19 15:26:03 2017 +0000

description:
Add textproc/ruby-tilt-1.4.1 as textproc/ruby-tilt1.

diffstat:

 textproc/ruby-tilt1/ALTERNATIVES |   1 +
 textproc/ruby-tilt1/DESCR        |  19 ++++++++++
 textproc/ruby-tilt1/Makefile     |  16 ++++++++
 textproc/ruby-tilt1/PLIST        |  73 ++++++++++++++++++++++++++++++++++++++++
 textproc/ruby-tilt1/distinfo     |   6 +++
 5 files changed, 115 insertions(+), 0 deletions(-)

diffs (135 lines):

diff -r 2dc894e882bf -r 4ab43b14b32f textproc/ruby-tilt1/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-tilt1/ALTERNATIVES  Sun Mar 19 15:26:03 2017 +0000
@@ -0,0 +1,1 @@
+bin/tilt @PREFIX@/bin/tilt@RUBY_SUFFIX@
diff -r 2dc894e882bf -r 4ab43b14b32f textproc/ruby-tilt1/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-tilt1/DESCR Sun Mar 19 15:26:03 2017 +0000
@@ -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 -r 2dc894e882bf -r 4ab43b14b32f textproc/ruby-tilt1/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-tilt1/Makefile      Sun Mar 19 15:26:03 2017 +0000
@@ -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@localhost
+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 -r 2dc894e882bf -r 4ab43b14b32f textproc/ruby-tilt1/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-tilt1/PLIST Sun Mar 19 15:26:03 2017 +0000
@@ -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 -r 2dc894e882bf -r 4ab43b14b32f textproc/ruby-tilt1/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-tilt1/distinfo      Sun Mar 19 15:26:03 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index