Update pdf-core to 0.4.0. Although latest version is 0.5.0, latest
ruby-prawrn require prior to 0.5. Changes are not available, please refer commit log on <https://github.com/prawnpdf/pdf-core>.
This commit is contained in:
parent
0f7c78212d
commit
a5181d26ab
3 changed files with 23 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2014/04/17 20:25:48 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/02/04 14:25:23 taca Exp $
|
||||
|
||||
DISTNAME= pdf-core-0.1.6
|
||||
DISTNAME= pdf-core-0.4.0
|
||||
CATEGORIES= print
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/03/14 17:43:21 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/02/04 14:25:23 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
|
||||
|
@ -11,13 +17,22 @@ ${GEM_LIBDIR}/lib/pdf/core/graphics_state.rb
|
|||
${GEM_LIBDIR}/lib/pdf/core/literal_string.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/name_tree.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/object_store.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/outline.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/outline_item.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/outline_root.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/page.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/page_geometry.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/pdf_object.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/reference.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/renderer.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/stream.rb
|
||||
${GEM_LIBDIR}/lib/pdf/core/text.rb
|
||||
${GEM_LIBDIR}/pdf-core.gemspec
|
||||
${GEM_LIBDIR}/spec/filters_spec.rb
|
||||
${GEM_LIBDIR}/spec/name_tree_spec.rb
|
||||
${GEM_LIBDIR}/spec/object_store_spec.rb
|
||||
${GEM_LIBDIR}/spec/pdf_object_spec.rb
|
||||
${GEM_LIBDIR}/spec/reference_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/stream_spec.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
@pkgdir lib/ruby/gems/2.0.0/build_info
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/03/14 17:43:21 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/02/04 14:25:23 taca Exp $
|
||||
|
||||
SHA1 (pdf-core-0.1.6.gem) = 9cc870c53e645889cc4983c2e6030de2b1145e4a
|
||||
RMD160 (pdf-core-0.1.6.gem) = 52cd18fedf18c94019147f60ca896fa09363e094
|
||||
Size (pdf-core-0.1.6.gem) = 21504 bytes
|
||||
SHA1 (pdf-core-0.4.0.gem) = 85047adb2bf64ddce97f9c920cbdd6422807836e
|
||||
RMD160 (pdf-core-0.4.0.gem) = 4465e95e13c77dd1b137f20ebf434eaab8be460c
|
||||
Size (pdf-core-0.4.0.gem) = 42496 bytes
|
||||
|
|
Loading…
Reference in a new issue