summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2011-06-19 03:39:05 +0000
committertaca <taca>2011-06-19 03:39:05 +0000
commit84c5420023d1a0f50a71f7564d964c89f6b6b497 (patch)
tree7efd4beae142994e247713b9b69f04526add5aa4 /textproc
parent466e2688b69bdf86f7c273901eeee097a6370400 (diff)
downloadpkgsrc-84c5420023d1a0f50a71f7564d964c89f6b6b497.tar.gz
Update ruby-redcloth package to 4.2.7.
== 4.2.7 / Febrary 10, 2011 * Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira] * Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6. * Have spaces around the en-dash in LaTeX [Benjamin Quorning] * Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake] === 4.2.6 / February 9, 2011 * Add case-sensitive require back into the gemspec. * Fix rdoc options in gemspec. === 4.2.5 / February 7, 2011 * Fix bundler and rubygems-test incompatibilities. Working around bug: https://github.com/carlhuda/bundler/issues/issue/1021 === 4.2.4 / February 7, 2011 * Add .gemtest to opt-in to rubygems-test program (gem install rubygems-test to participate) * Allow attributes to be set on hr and br tags [Jesse Stormier] * Fix dangling <li> [Stephen Bannasch] * Switch to bundler and rake-compiler for gem management/compilation * Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-redcloth/Makefile5
-rw-r--r--textproc/ruby-redcloth/PLIST26
-rw-r--r--textproc/ruby-redcloth/distinfo8
3 files changed, 23 insertions, 16 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile
index a65b77a6d24..fca2175ec5c 100644
--- a/textproc/ruby-redcloth/Makefile
+++ b/textproc/ruby-redcloth/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2011/02/21 16:01:22 taca Exp $
+# $NetBSD: Makefile,v 1.15 2011/06/19 03:39:05 taca Exp $
-DISTNAME= RedCloth-4.2.3
+DISTNAME= RedCloth-4.2.7
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/ruby-redcloth/PLIST b/textproc/ruby-redcloth/PLIST
index 89b2176e2c5..3b423d72339 100644
--- a/textproc/ruby-redcloth/PLIST
+++ b/textproc/ruby-redcloth/PLIST
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:39:59 minskim Exp $
+@comment $NetBSD: PLIST,v 1.10 2011/06/19 03:39:05 taca Exp $
bin/redcloth
-${GEM_HOME}/cache/RedCloth-${PKGVERSION}.gem
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.require_paths
+${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/Manifest
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/RedCloth.gemspec
${GEM_LIBDIR}/bin/redcloth
+${GEM_LIBDIR}/doc/textile_reference.html
${GEM_LIBDIR}/ext/redcloth_scan/extconf.rb
${GEM_LIBDIR}/ext/redcloth_scan/redcloth.h
${GEM_LIBDIR}/ext/redcloth_scan/redcloth_attributes.c
@@ -23,11 +25,12 @@ ${GEM_LIBDIR}/lib/redcloth/formatters/latex.rb
${GEM_LIBDIR}/lib/redcloth/formatters/latex_entities.yml
${GEM_LIBDIR}/lib/redcloth/textile_doc.rb
${GEM_LIBDIR}/lib/redcloth/version.rb
+${GEM_LIBDIR}/lib/redcloth_scan.jar
${GEM_LIBDIR}/lib/redcloth_scan.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/tasks/pureruby.rake
-${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/redcloth.gemspec
+${GEM_LIBDIR}/spec/benchmark_spec.rb
${GEM_LIBDIR}/spec/custom_tags_spec.rb
-${GEM_LIBDIR}/spec/differs/inline.rb
${GEM_LIBDIR}/spec/erb_spec.rb
${GEM_LIBDIR}/spec/extension_spec.rb
${GEM_LIBDIR}/spec/fixtures/basic.yml
@@ -57,6 +60,11 @@ ${GEM_LIBDIR}/spec/formatters/no_span_caps_html_spec.rb
${GEM_LIBDIR}/spec/formatters/sanitized_html_spec.rb
${GEM_LIBDIR}/spec/formatters/style_filtered_html_spec.rb
${GEM_LIBDIR}/spec/parser_spec.rb
-${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_HOME}/specifications/RedCloth-${PKGVERSION}.gemspec
+${GEM_LIBDIR}/tasks/compile.rake
+${GEM_LIBDIR}/tasks/gems.rake
+${GEM_LIBDIR}/tasks/ragel_extension_task.rb
+${GEM_LIBDIR}/tasks/release.rake
+${GEM_LIBDIR}/tasks/rspec.rake
+${GEM_LIBDIR}/tasks/rvm.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-redcloth/distinfo b/textproc/ruby-redcloth/distinfo
index 9346990b0fe..4d93e3340dc 100644
--- a/textproc/ruby-redcloth/distinfo
+++ b/textproc/ruby-redcloth/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2010/09/10 08:35:57 taca Exp $
+$NetBSD: distinfo,v 1.10 2011/06/19 03:39:05 taca Exp $
-SHA1 (RedCloth-4.2.3.gem) = 2099da243df2ae751ad5a9d5072ba5bcc0580c26
-RMD160 (RedCloth-4.2.3.gem) = 5fc8c5df73f78cdd5c5f13002da54fab8e440ba1
-Size (RedCloth-4.2.3.gem) = 237056 bytes
+SHA1 (RedCloth-4.2.7.gem) = e674b109cc3a8497d74ad3d237197a074cfcb254
+RMD160 (RedCloth-4.2.7.gem) = bed7994b257b06518c8f64ca03fdc73fa2697b68
+Size (RedCloth-4.2.7.gem) = 830976 bytes