print/ruby-pdf-core: update to 0.10.0

0.10.0 (2024-03-05)

Changed

* Dropped Ruby 2.6 Alexander Mankuta
* Improved serialization stability of PDF dicts Alexander Mankuta
* Relaxed requirements for rendering output.  Not it only needs to support
  single #<< method. Alexander Mankuta
* CI improvememnts Peter Goldstein
* Reduced memory allocations and enhanced performance Thomas Leitner
* Updated documentation Alexander Mankuta

Fixed

* Implemented get_page_objects method Thomas Leitner
* Document corruption in text operations on exception in user code Peter
  Goldstein
* Serialisation of literal strings and Time Thomas Leitner
This commit is contained in:
taca 2024-03-05 13:28:43 +00:00
parent 602de66550
commit 7aed136505
3 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2021/01/13 14:57:32 taca Exp $
# $NetBSD: Makefile,v 1.11 2024/03/05 13:28:43 taca Exp $
DISTNAME= pdf-core-0.9.0
DISTNAME= pdf-core-0.10.0
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,11 +1,9 @@
@comment $NetBSD: PLIST,v 1.5 2017/03/20 14:46:28 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2024/03/05 13:28:43 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/GPLv2
${GEM_LIBDIR}/GPLv3
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/pdf/core.rb
${GEM_LIBDIR}/lib/pdf/core/annotations.rb
${GEM_LIBDIR}/lib/pdf/core/byte_string.rb

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:12:17 nia Exp $
$NetBSD: distinfo,v 1.12 2024/03/05 13:28:43 taca Exp $
BLAKE2s (pdf-core-0.9.0.gem) = 0e1a57340283d42e77b0f814044e9c6fbbf892a951497e5bc6dc28e16e022838
SHA512 (pdf-core-0.9.0.gem) = 75b4da5e18ed0f884f0c582e36cd3338f579fd7229ccf3decc8989f73be1bab4838c14518d1c87a1785af0d9e59ae5b59613f92af76e452da87d1627782d5478
Size (pdf-core-0.9.0.gem) = 43520 bytes
BLAKE2s (pdf-core-0.10.0.gem) = 803b77a2da3b7e51411ca933084d316ea078a0bd5f62e07d7d7b112d027e715c
SHA512 (pdf-core-0.10.0.gem) = bf81860525d97118406e9296b28d5d6fad11b3213c2475a7bc509067d5e5cb776934a5b4172432f0d05b3358d4cb9e5da6e01b3410b9bcd8e85b9be7ce852bda
Size (pdf-core-0.10.0.gem) = 48640 bytes