pkgsrc/print/ruby-prawn/Makefile
taca 521e83144d Update ruby-prawn to 2.0.1.
* pkgsrc change: Allow this pacakge build on Ruby 2.2.

PrawnPDF 2.0.1 -- 2015-03-23

Fix regression in draw_text() with rotation

Due to missing tests, a typo snuck into the draw_text() method in PDF::Core,
preventing it from working properly when called with the :rotate option.

This issue has been resolved, and a test has been added to Prawn's test
suite. Speaking more generally, we need to improve the condition of the
tests for PDF::Core, and make a clear separation between Prawn's test suite
and PDF::Core's tests. Currently there are lots of little gaps that can lead
to this sort of problem.

[Robert S. Gerus, pdf-core#15]
2015-06-08 16:05:45 +00:00

17 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/08 16:05:45 taca Exp $
DISTNAME= prawn-2.0.1
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://prawn.majesticseacreature.com/
COMMENT= Fast and nimble PDF generator for Ruby
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-core>=0.5.0<0.6:../../print/ruby-pdf-core
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.4.0<1.5:../../fonts/ruby-ttfunk
RUBY_VERSION_SUPPORTED= 200 21 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"