pkgsrc/textproc/ruby-redcloth/Makefile
minskim df7ec1a209 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.
2009-06-14 18:39:59 +00:00

16 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/06/14 18:39:59 minskim Exp $
DISTNAME= RedCloth-4.2.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://redcloth.org/
COMMENT= Textile library for Ruby
GEM_BUILD= gemspec
RUBY_HAS_ARCHLIB= YES
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"