pkgsrc/textproc/ruby-redcarpet/Makefile
taca 8f70619e4f Update ruby-redcarpet to 3.3.3.
Version 3.3.3

* Fix a memory leak instantiating a Redcarpet::Render::Base object.

  Oleg Dashevskii

* Fix the StripDown renderer to handle the :highlight option.

  Itay Grudev

* The StripDown renderer handles tables if the tables extension is enabled.

  amnesia7

* Fix Smarty Pants to avoid fraction conversions when there are several
  numbers separated with slashes (e.g. for a date).

  Sam Saffron
2015-10-04 13:38:17 +00:00

14 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/10/04 13:38:17 taca Exp $
DISTNAME= redcarpet-3.3.3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/vmg/redcarpet/
COMMENT= Markdown that smells nice
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"