pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcloth Update ruby-redcloth to 4.2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e8430cb6e6d
branches: trunk
changeset: 394669:7e8430cb6e6d
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jun 14 18:39:59 2009 +0000
description:
Update ruby-redcloth to 4.2.0.
Major changes since 4.0.4:
* JRuby support! [olabini]
* Added textilize ERB utility method. [edraut]
* Compatible with Ruby 1.9.
* Change to list attributes so you can give style/class to list items.
* Ruby 1.9 string encodings are preserved
* Table cell parsing has been enhanced to handle empty cells and cells
containing text with line breaks
* A major regression in the handling of notextile blocks has been fixed
* There is better handling of quotes inside quoted phrases, question marks
inside citations, etc.
* Numerous LaTeX fixes thanks to NASA scientist Bil Kleb.
* A pure-Ruby version of the state machine for those that absolutely can't
compile the C extension or use the precompiled JRuby or Win32 binaries.
diffstat:
textproc/ruby-redcloth/Makefile | 4 +-
textproc/ruby-redcloth/PLIST | 71 ++++++++++++++++++++++------------------
textproc/ruby-redcloth/distinfo | 8 ++--
3 files changed, 45 insertions(+), 38 deletions(-)
diffs (123 lines):
diff -r 3158d279c3df -r 7e8430cb6e6d textproc/ruby-redcloth/Makefile
--- a/textproc/ruby-redcloth/Makefile Sun Jun 14 18:36:19 2009 +0000
+++ b/textproc/ruby-redcloth/Makefile Sun Jun 14 18:39:59 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2009/06/14 18:30:59 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2009/06/14 18:39:59 minskim Exp $
-DISTNAME= RedCloth-4.0.4
+DISTNAME= RedCloth-4.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc
diff -r 3158d279c3df -r 7e8430cb6e6d textproc/ruby-redcloth/PLIST
--- a/textproc/ruby-redcloth/PLIST Sun Jun 14 18:36:19 2009 +0000
+++ b/textproc/ruby-redcloth/PLIST Sun Jun 14 18:39:59 2009 +0000
@@ -1,55 +1,62 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:17:29 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:39:59 minskim Exp $
bin/redcloth
${GEM_HOME}/cache/RedCloth-${PKGVERSION}.gem
${GEM_LIBDIR}/.require_paths
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/RedCloth.gemspec
${GEM_LIBDIR}/bin/redcloth
${GEM_LIBDIR}/ext/redcloth_scan/extconf.rb
${GEM_LIBDIR}/ext/redcloth_scan/redcloth.h
${GEM_LIBDIR}/ext/redcloth_scan/redcloth_attributes.c
-${GEM_LIBDIR}/ext/redcloth_scan/redcloth_attributes.rl
-${GEM_LIBDIR}/ext/redcloth_scan/redcloth_common.rl
${GEM_LIBDIR}/ext/redcloth_scan/redcloth_inline.c
-${GEM_LIBDIR}/ext/redcloth_scan/redcloth_inline.rl
${GEM_LIBDIR}/ext/redcloth_scan/redcloth_scan.c
-${GEM_LIBDIR}/ext/redcloth_scan/redcloth_scan.rl
-${GEM_LIBDIR}/extras/mingw-rbconfig.rb
-${GEM_LIBDIR}/extras/ragel_profiler.rb
${GEM_LIBDIR}/lib/case_sensitive_require/RedCloth.rb
${GEM_LIBDIR}/lib/redcloth.rb
+${GEM_LIBDIR}/lib/redcloth/erb_extension.rb
${GEM_LIBDIR}/lib/redcloth/formatters/base.rb
${GEM_LIBDIR}/lib/redcloth/formatters/html.rb
${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.bundle
${GEM_LIBDIR}/lib/redcloth_scan.${RUBY_DLEXT}
-${GEM_LIBDIR}/test/basic.yml
-${GEM_LIBDIR}/test/code.yml
-${GEM_LIBDIR}/test/definitions.yml
-${GEM_LIBDIR}/test/extra_whitespace.yml
-${GEM_LIBDIR}/test/filter_html.yml
-${GEM_LIBDIR}/test/filter_pba.yml
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/html.yml
-${GEM_LIBDIR}/test/images.yml
-${GEM_LIBDIR}/test/instiki.yml
-${GEM_LIBDIR}/test/links.yml
-${GEM_LIBDIR}/test/lists.yml
-${GEM_LIBDIR}/test/poignant.yml
-${GEM_LIBDIR}/test/sanitize_html.yml
-${GEM_LIBDIR}/test/table.yml
-${GEM_LIBDIR}/test/test_custom_tags.rb
-${GEM_LIBDIR}/test/test_extensions.rb
-${GEM_LIBDIR}/test/test_formatters.rb
-${GEM_LIBDIR}/test/test_parser.rb
-${GEM_LIBDIR}/test/test_restrictions.rb
-${GEM_LIBDIR}/test/textism.yml
-${GEM_LIBDIR}/test/threshold.yml
-${GEM_LIBDIR}/test/validate_fixtures.rb
+${GEM_LIBDIR}/lib/tasks/pureruby.rake
+${GEM_LIBDIR}/setup.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
+${GEM_LIBDIR}/spec/fixtures/code.yml
+${GEM_LIBDIR}/spec/fixtures/definitions.yml
+${GEM_LIBDIR}/spec/fixtures/extra_whitespace.yml
+${GEM_LIBDIR}/spec/fixtures/filter_html.yml
+${GEM_LIBDIR}/spec/fixtures/filter_pba.yml
+${GEM_LIBDIR}/spec/fixtures/html.yml
+${GEM_LIBDIR}/spec/fixtures/images.yml
+${GEM_LIBDIR}/spec/fixtures/instiki.yml
+${GEM_LIBDIR}/spec/fixtures/links.yml
+${GEM_LIBDIR}/spec/fixtures/lists.yml
+${GEM_LIBDIR}/spec/fixtures/poignant.yml
+${GEM_LIBDIR}/spec/fixtures/sanitize_html.yml
+${GEM_LIBDIR}/spec/fixtures/table.yml
+${GEM_LIBDIR}/spec/fixtures/textism.yml
+${GEM_LIBDIR}/spec/fixtures/threshold.yml
+${GEM_LIBDIR}/spec/formatters/class_filtered_html_spec.rb
+${GEM_LIBDIR}/spec/formatters/filtered_html_spec.rb
+${GEM_LIBDIR}/spec/formatters/html_no_breaks_spec.rb
+${GEM_LIBDIR}/spec/formatters/html_spec.rb
+${GEM_LIBDIR}/spec/formatters/id_filtered_html_spec.rb
+${GEM_LIBDIR}/spec/formatters/latex_spec.rb
+${GEM_LIBDIR}/spec/formatters/lite_mode_html_spec.rb
+${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
-@exec ${MKDIR} %D/${GEM_DOCDIR}
diff -r 3158d279c3df -r 7e8430cb6e6d textproc/ruby-redcloth/distinfo
--- a/textproc/ruby-redcloth/distinfo Sun Jun 14 18:36:19 2009 +0000
+++ b/textproc/ruby-redcloth/distinfo Sun Jun 14 18:39:59 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/10/03 01:31:12 taca Exp $
+$NetBSD: distinfo,v 1.8 2009/06/14 18:39:59 minskim Exp $
-SHA1 (RedCloth-4.0.4.gem) = eb34cf098d4fe1949b507d89c630ce838147bb44
-RMD160 (RedCloth-4.0.4.gem) = 2b89d818ca2e9ecf60303d8e5b24671181af39bd
-Size (RedCloth-4.0.4.gem) = 417792 bytes
+SHA1 (RedCloth-4.2.0.gem) = bbda7150e6ecb385964b6cb129ba11c694dc4ea2
+RMD160 (RedCloth-4.2.0.gem) = 83b099ec843ead17ed09a861b00eda9a3f8d2f76
+Size (RedCloth-4.2.0.gem) = 223232 bytes
Home |
Main Index |
Thread Index |
Old Index