pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-tilt1 textproc/ruby-tilt1: remove package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1018ea88935
branches:  trunk
changeset: 414221:f1018ea88935
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 24 17:15:58 2020 +0000

description:
textproc/ruby-tilt1: remove package

Remove ruby-tilt1 package.  It was required only for ruby-sass-rails.
Now ruby-sass-rails dose not require ruby-tilt1.

diffstat:

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

diffs (140 lines):

diff -r 2a79b29dfed1 -r f1018ea88935 textproc/ruby-tilt1/ALTERNATIVES
--- a/textproc/ruby-tilt1/ALTERNATIVES  Tue Mar 24 17:15:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-bin/tilt1 @PREFIX@/bin/tilt1@RUBY_SUFFIX@
diff -r 2a79b29dfed1 -r f1018ea88935 textproc/ruby-tilt1/DESCR
--- a/textproc/ruby-tilt1/DESCR Tue Mar 24 17:15:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-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 2a79b29dfed1 -r f1018ea88935 textproc/ruby-tilt1/Makefile
--- a/textproc/ruby-tilt1/Makefile      Tue Mar 24 17:15:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:24 wiz Exp $
-
-DISTNAME=      tilt-1.4.1
-PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/tilt/tilt1/}
-PKGREVISION=   1
-CATEGORIES=    textproc
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/rtomayko/tilt/
-COMMENT=       Generic interface to multiple Ruby template engines
-LICENSE=       mit
-
-RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     rdoc: :executables tilt=tilt1 \
-                       :files bin/tilt=bin/tilt1
-
-pre-configure:
-       ${MV} ${WRKSRC}/bin/tilt ${WRKSRC}/bin/tilt1
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 2a79b29dfed1 -r f1018ea88935 textproc/ruby-tilt1/PLIST
--- a/textproc/ruby-tilt1/PLIST Tue Mar 24 17:15:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2017/03/19 16:02:43 taca Exp $
-bin/tilt1${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/tilt1
-${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 2a79b29dfed1 -r f1018ea88935 textproc/ruby-tilt1/distinfo
--- a/textproc/ruby-tilt1/distinfo      Tue Mar 24 17:15:47 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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