summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-17 13:36:07 +0000
committertaca <taca@pkgsrc.org>2011-08-17 13:36:07 +0000
commit02e05d5cc8fa9aa125e85c311fb13da4b0ffd84e (patch)
treef25c63348551e99b1bb1e976a176f071e33af5be /print
parentbf27441339932099aa0599a26d95d193f269fc3e (diff)
downloadpkgsrc-02e05d5cc8fa9aa125e85c311fb13da4b0ffd84e.tar.gz
Update ruby-prawn package to 0.12.0.
Prawn 0.12.0: We continue our trek to Prawn 1.0 with 0.12.0. This release fixes many bugs and adds some new features. A full list of changes is available via `git log 0.11.1..0.12.0`. Features / Enhancements * Rewrite project README [Gregory Brown] * Speed improvements to text kerning [Jan De Poorter] * Snapshotting now preserves your bounding box [Brad Ediger] * Allow Document#float to teleport across pages and return to starting page [Brad Ediger] * number_pages now defaults to numbering every page [Matthew Rudy Jacobs] * Your bounding box is now reset when starting a new page with a different size or layout [Brad Ediger] Major Bugfixes * Fix multi-page templates (#199) [Chase M. Gray / Jonathan Greenberg] * Make tables work in stretchy bounding boxes (#235) [Jan De Poorter / Brad Ediger] * Fix TTF font metrics when a TTF font has a nonzero width for newlines (#245) [daduke / Katsuya Hidaka / Brad Ediger] * Fix kerning bug on line width calculations (#251) [vspan / Brad Ediger] * Fix images in stretchy bounding boxes creating a new page (#241) [Brad Ediger] * Fix character_spacing to work based on character count, not byte length (#253) [Katsuya Hidaka / Brad Ediger] * Fix NoMethodError under $KCODE==¡Èu¡É [Michael Klein] * Fix extra page break created when spans were used at the top of a page (#255) [Sean Russell / Brad Ediger] * Fix problem with table cell backgrounds overlapping other cell¡Çs borders by drawing all backgrounds before any borders (#226) [Kenta Murata / Brad Ediger] * Remove old examples that were duplicated by our new manual (Micha«³l Witrant) Tables: use an epsilon to compare floating-point values [Kenta Murata]
Diffstat (limited to 'print')
-rw-r--r--print/ruby-prawn/Makefile6
-rw-r--r--print/ruby-prawn/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile
index e91331b2b34..6447ac5b143 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:49:40 taca Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/17 13:36:07 taca Exp $
-DISTNAME= prawn-0.11.1
+DISTNAME= prawn-0.12.0
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,7 +9,7 @@ COMMENT= Fast and nimble PDF generator for Ruby
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-reader>=0.9.0:../../print/ruby-pdf-reader
-DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.0.0<1.1:../../fonts/ruby-ttfunk
+DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.0.2<1.1:../../fonts/ruby-ttfunk
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/ruby-prawn/distinfo b/print/ruby-prawn/distinfo
index 8234286008c..ed8300fee03 100644
--- a/print/ruby-prawn/distinfo
+++ b/print/ruby-prawn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/06/19 14:49:40 taca Exp $
+$NetBSD: distinfo,v 1.2 2011/08/17 13:36:07 taca Exp $
-SHA1 (prawn-0.11.1.gem) = 1d46b54e08736cc3abeaafe7769e060d4a10222f
-RMD160 (prawn-0.11.1.gem) = b0dbb52a8c8aaa68f78680ed01372613569892dd
-Size (prawn-0.11.1.gem) = 4265984 bytes
+SHA1 (prawn-0.12.0.gem) = 803243cf938bdb2b21775451b3d74a2f705994f5
+RMD160 (prawn-0.12.0.gem) = fb4feaae5bfc29f99daa9cfdf25f6d56ba624db5
+Size (prawn-0.12.0.gem) = 4273664 bytes