pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/ruby-pdf-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar  5 13:28:43 UTC 2024

Modified Files:
        pkgsrc/print/ruby-pdf-core: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/ruby-pdf-core/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/ruby-pdf-core/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/ruby-pdf-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/ruby-pdf-core/Makefile
diff -u pkgsrc/print/ruby-pdf-core/Makefile:1.10 pkgsrc/print/ruby-pdf-core/Makefile:1.11
--- pkgsrc/print/ruby-pdf-core/Makefile:1.10    Wed Jan 13 14:57:32 2021
+++ pkgsrc/print/ruby-pdf-core/Makefile Tue Mar  5 13:28:43 2024
@@ -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@localhost

Index: pkgsrc/print/ruby-pdf-core/PLIST
diff -u pkgsrc/print/ruby-pdf-core/PLIST:1.5 pkgsrc/print/ruby-pdf-core/PLIST:1.6
--- pkgsrc/print/ruby-pdf-core/PLIST:1.5        Mon Mar 20 14:46:28 2017
+++ pkgsrc/print/ruby-pdf-core/PLIST    Tue Mar  5 13:28:43 2024
@@ -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

Index: pkgsrc/print/ruby-pdf-core/distinfo
diff -u pkgsrc/print/ruby-pdf-core/distinfo:1.11 pkgsrc/print/ruby-pdf-core/distinfo:1.12
--- pkgsrc/print/ruby-pdf-core/distinfo:1.11    Tue Oct 26 11:12:17 2021
+++ pkgsrc/print/ruby-pdf-core/distinfo Tue Mar  5 13:28:43 2024
@@ -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



Home | Main Index | Thread Index | Old Index