From ce650b2c049e80e900d4c753445249ac0ccdeb1c Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 14 Jun 2009 18:39:59 +0000 Subject: 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. --- textproc/ruby-redcloth/Makefile | 4 +-- textproc/ruby-redcloth/PLIST | 71 ++++++++++++++++++++++------------------- textproc/ruby-redcloth/distinfo | 8 ++--- 3 files changed, 45 insertions(+), 38 deletions(-) (limited to 'textproc/ruby-redcloth') diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile index 17d15c5b869..599ecadeeca 100644 --- a/textproc/ruby-redcloth/Makefile +++ b/textproc/ruby-redcloth/Makefile @@ -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 --git a/textproc/ruby-redcloth/PLIST b/textproc/ruby-redcloth/PLIST index 5ec891b2fa1..89b2176e2c5 100644 --- a/textproc/ruby-redcloth/PLIST +++ b/textproc/ruby-redcloth/PLIST @@ -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 --git a/textproc/ruby-redcloth/distinfo b/textproc/ruby-redcloth/distinfo index 79f286cd157..4a5e5cc6208 100644 --- a/textproc/ruby-redcloth/distinfo +++ b/textproc/ruby-redcloth/distinfo @@ -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 -- cgit v1.2.3