[libpdf-create-perl] branch master updated (a8ed568 -> 6e4e2b2)

Angel Abad angel at debian.org
Tue Jul 4 17:38:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

angel pushed a change to branch master
in repository libpdf-create-perl.

      from  a8ed568   Update changelog
      adds  7448c2f   remove link to Github from POD
      adds  83a94c5   enable travis
      adds  17e8cea   updated method printnl() slightly in the package PDF::Create::Page.
      adds  4c389e0   - Moved the line setting the param 'current_font' to the top as well.
      adds  9c90a43   Merge pull request #1 from Manwar/minor-changes-to-method-printnl
      adds  a5f9540   add perl 5.22 to travis
      adds  8160649   remte 5.22 turn off sudo in travis
      adds  88f45ab   add blead testing
      adds  f863565   add the perl helper from https://github.com/travis-perl/helpers
      adds  c393af7   - Added parameter validation code to the method new_page(). - Added parameter validation code to the method font(). - Added new unit test 10-generic.t to reflect the above changes. - Minor changes to the description of method new_page() in the pod document. - Minor changes to the description of method font() in the pod document.
      adds  f8e9537   Renamed the @valid_keys appropriately as suggested by Gabor. Also removed -w from the first line in the test script and used 'use warnings' instead.
      adds  a932ce0   Merge pull request #2 from Manwar/add-unit-test-parameter-validation
      adds  32b3d22   - Clean up unit test with respect to the enable warning and BEGIN statement   as suggested by Gabor.
      adds  95551d6   Merge pull request #3 from Manwar/clean-up-unit-test-script
      adds  8f1052b   set version to 1.11
      adds  905a70a   * Validate parameter key and it's value to the constructor. * Update pod document regarding parameter keys to the constructor.
      adds  4ea31a0   Merge pull request #4 from Manwar/validate-params-to-constructor
      adds  cae78d0   Proposed changes to the method get_page_size() in the package PDF::Create - Accept the parameter as it arrives i.e $name = shift; - Check if it is defined then uc($name) and compare against the keys defined in %pagesizes. Croak if it is invalid name. - In case it is not defined then assign the default value 'A4'. - Finally return $pagesizes{$name};
      adds  41d04af   - Fixed the typo in the unit test. Sorry :-(
      adds  ffe0348   Merge pull request #5 from Manwar/validate-method-get-page-size-params
      adds  f130a3a   Updated repository link in the Makefile.PL script (MANWAR).
      adds  32169fd   Fixed the distribution as earlier v1.12 didn't have any code (MANWAR).
      adds  b30a7f6   Added section REPOSITORY, LICENSE to the pod document. Added standard pod syntax testing script t/pod.t Added MANIFEST file.
      adds  9766dba   Added key 'CreationDate' to the list of valid keys to constructor. Tidied up pod document of PDF::Create. Tidied up Makefile.PL script. Removed MANIFEST from .gitignore file.
      adds  40fc9fe   Fixed the warning thrown by method PDF::Image::GIF::UnLZW(). Tidied up example scripts (eg/sample.pl and eg/sample-cgi.pl). Added sample images used by example scripts. Added standard unit test for MANIFEST file.
      adds  56a0780   - Renamed file CHANGES to Changes. - Tidied up Changes file. - Added standard unit test for Changes file (t/changes.t).
      adds  b687bbe   - Added MIN_PERL_VERSION to the Makefile.PL script. - Tidied up and documented package PDF::Create. - Tidied up and documented package PDF::Create::Page. - Tidied up README file.
      adds  b10c3c7   - Added key 'provides' to the Makefile.PL script. - Added standard unit test script (t/00-load.t).
      adds  e6db1f3   Another for manwar
      adds  6710ae5   Add block_text
      adds  ceed6e9   - Updated method block_text() to handle multiple paragraphs.
      adds  1efa25a   - Updated method PDF::Create::Page::string() to handle character/word spacing. (Thanks David Kitcher-Jones). - Updated method PDF::Create::Page::text() to handle font correctly. (Thanks David Kitcher-Jones). - Added new method PDF::Create::Page::block_text() to manage block of text.  (Thanks David Kitcher-Jones). - Updated method PDF::Create::Page::block_text() to handle multiple paragraphs. (MANWAR) - Documented method text() and block_text(). (MANWAR)
      adds  af61c6d   - Fixed issue RT# 109562.
      adds  b881949   - Fixed the debug level handling. - Updated pod document about the same.
      adds  52eb35e   - Added parameter validation check for method new_outline().
      adds  2c7754c   - Documented method version(). - Added check for version number. - Added unit test for method version().
      adds  6de4ebe   Illustrate incorrect character widths
      adds  acae7d8   generate values for correction of character widths
      adds  7a5abbc   bugfix: values for correction of character widths
      adds  c596bac   Illustration of corrected character widths
      adds  ac1caf8   Correct widths of german special characters
      adds  116b20b   Merge branch 'taisnif-master'
      adds  d9fb6e9   - Merged GitHub Pull Request #8 from TAISNIF.
      adds  576ac72   add support for Symbol font and encoding
      adds  89c6910   Merge branch 'symbol-support' of https://github.com/eserte/pdf-create into eserte-symbol-support
      adds  9f5a675   Merge branch 'eserte-symbol-support'
      adds  9404b86   - Merged GitHub Pull Request #9 from ESERTE.
      adds  2787129   - Added LICENSE file.
      adds  69cf117   - Removed +x attribute from some of the test scripts. - Added test scripts t/meta-json.t and t/meta-yml.t.
      adds  a0bd6d7   - Updated method block_text() to parameterize paragraph spacing on email request   by Joel Goode. - Added example code to the pod for the method block_text().
      adds  f452fbf   - Merged master.
      adds  20d7234   - Refactored character width handling for supported fonts. - Fixed method block_text() w.r.t line spacing.
      adds  32c8a97   - Updated method PDF::Font::_generate_char_width() to load data in sorted order. - Added script "verify-char-width" to test char width in different fonts. - Added section "SYNOPSIS" to the package PDF::Font.
      adds  01e1e82   - Corrected Helvetica font width.
      adds  f57e60f   - Updated pod for package PDF::Font describing constructor.
      adds  7290749   - Corrected HelveticaBold font width.
      adds  0ae8cda   small typo fix
      adds  19af9d7   Merge pull request #10 from zhouzhen1/typo
      adds  d639602   - Released PR #10 from zhouzhen1/typo.
      adds  1f0eaac   - Proposed fix for RT #118764 (thanks Andrew Beverley).
      adds  88232e0   - Proposed fix for RT #118776 (thanks Andrew Beverley).
      adds  d56dc1a   - Proposed fix for RT #118777 (thanks Andrew Beverley).
      adds  9ef2392   - Proposed fix for RT #118778 (thanks Andrew Beverley).
      adds  8329c5a   - Proposed fix for RT #118945.
      adds  ecc68cd   - Proposed fix for RT #119292 and rollbacked patch for RT #118764.
      adds  29eefc3   - Assigned filehandle encoding to 'utf8' explicitly. - Assigned default font width.
      adds  c7b0318   New upstream version 1.42
       new  5471f75   Updated version 1.42 from 'upstream/1.42'
       new  4458ce7   Update debian/changelog
       new  68fde5e   debian/copyright: Update debian/* years.
       new  b799257   Bump Standards-Version to 4.0.0 (no changes)
       new  6e4e2b2   Update changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                   |  4 ++++
 META.json                 | 18 +++++++++---------
 META.yml                  | 16 ++++++++--------
 Makefile.PL               | 12 ++++++------
 debian/changelog          |  9 +++++++++
 debian/control            |  2 +-
 debian/copyright          |  3 ++-
 lib/PDF/Create.pm         |  6 +++---
 lib/PDF/Create/Outline.pm |  2 +-
 lib/PDF/Create/Page.pm    |  7 ++++---
 lib/PDF/Font.pm           |  4 ++--
 lib/PDF/Image/GIF.pm      |  2 +-
 lib/PDF/Image/JPEG.pm     |  2 +-
 13 files changed, 51 insertions(+), 36 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-create-perl.git



More information about the Pkg-perl-cvs-commits mailing list