summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-1/+2
2019-11-04Update to 1.46wen2-8/+7
Upstream changes: 1.46 2019-09-30 15:15:00 MANWAR - Updated SYNOPSIS code with/without 'use utf8;', thanks Mike West. 1.45 2019-09-29 10:10:00 MANWAR - Moved author test scripts to xt/ subfolder. 1.44 2019-09-28 02:30:00 MANWAR - Fixed typo in the pod w.r.t method string_underline().
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-09-26p5-PDF-Create: update to 1.43.wiz2-9/+7
1.43 2017-09-23 20:20:00 MANWAR - Proposed fix for issues RT #123075 and #123076 with regard to setting encoding to file handle.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-04-29Updated textproc/p5-PDF-Create to 1.42mef2-7/+7
-------------------------------------- 1.42 2017-04-11 12:15:00 MANWAR - Assigned filehandle encoding to 'utf8' explicitly. - Assigned default font width.
2017-01-30Update to 1.41wen2-7/+7
Upstream changes: 1.41 2016-12-29 15:10:00 MANWAR - Proposed fix for RT #119292 and rollbacked patch for RT #118764. Document how close() deals when <filename> or <fh> is involved. i.e. When <fh> is provided then don't try to close the file handle at the end. Leave that for the end user to deal with it outside. Added new method flush() that does exactly this. 1.40 2016-12-20 12:00:00 MANWAR - Proposed fix for RT #118945.
2016-12-11Update to 1.39wen2-7/+8
Upstream changes: 1.39 2016-11-19 07:50:00 MANWAR - Proposed fix for RT #118778 (thanks Andrew Beverley).
2016-11-17Update to 1.38wen2-7/+7
Upstream changes: 1.38 2016-11-17 10:25:00 MANWAR - Proposed fix for RT #118777 (thanks Andrew Beverley). 1.37 2016-11-16 06:25:00 MANWAR - Proposed fix for RT #118776 (thanks Andrew Beverley). 1.36 2016-11-15 09:50:00 MANWAR - Proposed fix for RT #118764 (thanks Andrew Beverley).
2016-09-17Updated textproc/p5-PDF-Create to 1.35mef2-7/+7
-------------------------------------- 1.35 2016-09-09 10:20:00 MANWAR - Merge pull request #10 from zhouzhen1/typo
2016-09-03Update to 1.34wen2-7/+7
Upstream changes: 1.34 2016-08-26 08:40:00 MANWAR - Corrected HelveticaBold font width.
2016-07-26Update to 1.33wen2-8/+7
Upstream changes: 1.33 2016-07-22 12:00:00 MANWAR - Updated pod for package PDF::Font describing constructor.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2016-06-08Add missing DEPENDSwen1-1/+4
Spotted by: joerg@
2016-06-05Update to 1.32wen2-12/+10
Update DEPENDS Upstream changes: 1.32 2016-06-03 12:00:00 MANWAR - Corrected Helvetica font width. 1.31 2016-05-02 02:45:00 MANWAR - 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. 1.30 2016-04-30 08:00:00 MANWAR - Refactored character width handling for supported fonts. - Fixed method block_text() w.r.t line spacing. 1.29 2016-02-12 11:15:00 MANWAR - Updated method block_text() to parameterize paragraph spacing on email request of Joel Goode. - Added example code to the pod for the method block_text().
2016-02-03Update 1.27 to 1.28mef2-7/+11
------------------- 1.28 2016-02-01 16:10:00 MANWAR - Removed +x attribute from some of the test scripts. - Added test scripts t/meta-json.t and t/meta-yml.t.
2016-01-15Update to 1.27wen2-7/+7
Upstream changes: 1.27 2016-01-14 10:50:00 MANWAR - Added LICENSE file. 1.26 2016-01-03 00:45:00 MANWAR - Merged GitHub Pull Request #9 from ESERTE. 1.25 2016-01-02 01:05:00 MANWAR - Merged GitHub Pull Request #8 from TAISNIF. 1.24 2015-12-14 11:35:00 MANWAR - Documented method version(). - Added check for version number. - Added unit test for method version(). 1.23 2015-12-05 12:40:00 MANWAR - Added parameter validation check for method new_outline().
2015-11-28Update to 1.22wen2-7/+7
Upstream changes: 1.22 2015-11-25 10:35:00 MANWAR - Fixed the debug level handling. - Updated pod document about the same. 1.21 2015-11-24 14:00:00 MANWAR - Fixed issue RT# 109562. 1.20 2015-11-24 MANWAR - 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)
2015-11-08Update to 1.19wen2-7/+7
Upstream changes: 1.19 2015-10-28 MANWAR - Added key 'provides' to the Makefile.PL script. - Added standard unit test script (t/00-load.t). 1.18 2015-10-26 MANWAR - 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. 1.17 2015-10-25 MANWAR - Renamed file CHANGES to Changes. - Tidied up Changes file. - Added standard unit test for Changes file (t/changes.t). 1.16 2015-10-24 MANWAR - 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. 1.15 2015-10-24 MANWAR - 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. 1.14 2015-10-23 MANWAR - Added section REPOSITORY, LICENSE to the pod document. - Added standard pod syntax testing script t/pod.t - Added MANIFEST file. 1.13 2015-10-22 MANWAR - Fixed the distribution as earlier v1.12 didn't have any code (MANWAR). 1.12 2015-10-22 MANWAR - Updated repository link in the Makefile.PL script (MANWAR).
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-04Update to 1.11wen2-7/+8
Add missing DEPENDS Upstream changes: 1.11 2015.10.02 Test cleanups. (Mohammad S Anwar) Input validation. (Mohammad S Anwar)
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-26Update 1.08 to 1.10mef2-7/+6
------------------- 1.10 2014.08.22 Fix test that used to use CGI.pm 1.09 2014.08.21 Eliminate the need for CGI.pm in the test RT #98222 Some POD updates. Eliminate memory leak RT #93412 thanks to Chris Jack.
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-12Update to 1.08wen2-7/+6
Upstream changes: 1.08 2013.12.11 Eliminate pipe from CGI test script t/09 Filehandle => FileHandle typo fixed #91312 1.07 2013.12.10 New maintainer SZABGAB Tried to reconstruct entries in the CHANGES file Some more test case Code clean-up (remove indirect calls) Remove Build.PL use warnings; Officially require perl 5.006. Move example file to the eg/ directory
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-12Update to 1.06, set LICENSE.wiz2-7/+7
Updated version number Updated Howto Fixed Makefile and MANIFEST for Build.PL Added Build.PL Save locale in Page-image (rt.perl.org bug #57340) Made this test windows-compatible (rt.perl.org bug #55505) Add prerequisite for perl 5.005 (rt bug #55198) Fix typo File permissions changed Fixed POD (rt bug #55184) Test-script cleanup, proper use of ok() with pdftotext Run the cgi with the correct perl from $Config{perlpath}. Fixed some typos in the POD Fixed the usage of the test suite (skip was used wrongly). Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL Even more POD additions Changed version number to 1.05 Fixed minor Perl::Critic issues Image scaling bug, patch by Simon Green <simon@simongreen.name> I have noticed one bug with the software though. If you are scaling an image, and are centering it, it calculates the the bottom left based on the original image size, not the scaled size. Attached is a patch (against 1.03) that fixes this. more POD fixes and comments PerlTidy, Fixed comments and POD PerlTidy, Fixed comments and POD Fixed formatting (perltidy) and updated POD documentation git in eclipe is a mess Added new test scripts Added experimental 'text' function Added Gary's annotation fonction and related stuff (string_underline). Cleaned up test files, grouped by topic, uses Test::More Cosmetic and toolchain mods. As sent to Gary Fixed debug() stuff Removed history from comments General cleanup fixed corrupt xref Improved debugging, Initial version of annotations Set version to 'perl' for Fedora Fix the MANIFEST file with all test updates Fixed Changes.PL Cleanup test files Add 'real' test using 'pdftotext' Add a cgi-script test/example Changing version number Some more test cleanup (eliminate warnings, remove test 7) Fix and unify test samples (generate pdf name from script name). Add new sample 'parabola.t', to show how to generate graphices. Improve doc and error message for unsupported gif images. Add new sample featuring font color and drawing/writing on images. Improved git detection in Changes.PL by Philippe Audéoud Hacked Changes.PL to skip out in a non-obstrusive way if git is not found or the git environment is not right.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-17Bump PKGREVISION for previousdholland1-1/+2
2008-08-17Add missing file to REPLACE_PERL; fixes failed build.dholland1-2/+2
2008-08-11Update from version 0.01nb3 to 1.02.he2-8/+7
Pkgsrc changes: o Add HOMEPAGE using search.cpan.org Upstream changes: commit 73d46b5... Author: Markus Baertschi <markus@markus.org> Date: Thu Jul 10 17:49:15 2008 +0200 Fixed gif image processing on big-endian machines. Thanks to Neil Watkiss <neil.watkiss@gmail.com> for the patch ! commit 52789c0... Author: Markus Baertschi <markus@markus.org> Date: Tue Jun 3 14:47:38 2008 +0200 Additions to Page.pm by Slaven commit 886ea2e... Author: Markus Baertschi <markus@markus.org> Date: Tue Jun 3 12:43:41 2008 +0200 Renamed Image modules to fix bug 28636 (rt.cpan.org). commit 7acfe62... Author: Markus Baertschi <markus@markus.org> Date: Tue Jun 3 10:53:56 2008 +0200 Updates Michael's email, added reference to git repository at github commit e52ef1f... Merge: 88fad3e... 875425d... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 19:26:23 2008 +0200 Merge branch 'master' of git://github.com/markusb/pdf-create commit 88fad3e... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 19:20:33 2008 +0200 Updated version to 1.0 to fit better with PDF::Create and show maturity commit ccf26de... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 19:18:35 2008 +0200 Updated build system to generate Changes file directly from git log commit 28b0922... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 12:49:32 2008 +0200 Version 1.0 commit 875425d... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 12:49:32 2008 +0200 Version 1.0 commit 9adbcbf... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 12:05:17 2008 +0200 More POD fixing commit 6f7ba3f... Author: Markus Baertschi <markus@markus.org> Date: Sat May 31 11:23:50 2008 +0200 Version 0.10 commit f9e1656... Author: Markus Baertschi <markus@markus.org> Date: Fri May 30 09:00:53 2008 +0200 Clarified documentation commit da76efc... Author: Markus Baertschi <markus@markus.org> Date: Thu May 29 22:04:07 2008 +0200 Fixed 'Rotate', added debugging commit e240621... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 19:44:21 2008 +0200 Fixed documentation formatting commit fe3823d... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 18:00:13 2008 +0200 Added small cgi sample commit 87fc07f... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 17:21:57 2008 +0200 Changed version to 0.9 commit 90f37ce... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 17:18:40 2008 +0200 Cleaned up samples and comments commit 2b50205... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 17:07:10 2008 +0200 Added better testing commit 48262cc... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 17:03:48 2008 +0200 Improved documentation commit 3ed3ded... Author: Markus Baertschi <markus@markus.org> Date: Tue May 20 17:02:30 2008 +0200 Add error-checking commit a726f88... Author: Markus Baertschi <markus@markus.org> Date: Sun Sep 30 19:00:42 2007 +0200 Re-added pdf-logo files commit 1490f88... Author: Markus Baertschi <markus@markus.org> Date: Sun Sep 30 18:59:04 2007 +0200 New function: printnl (print multiple lines) Modified: get_page_size (arguments case-independent) commit e4d7378... Author: Markus Baertschi <markus@markus.org> Date: Mon Sep 3 18:05:29 2007 +0200 Initial import. Version 0.09 30.9.2007 - Markus Baertschi, markus@markus.org Added stringml for multi-line strings Changed get_page_size to case-independent Version 0.08 3.9.2007 - Markus Baertschi, markus@markus.org Get back in sync with CPAN/PAUSE Fixed check for open file in Create.pm Touched up the README Version 0.07 - Markus Baertschi, markus@markus.org Added image samples to sample.pl Touched up the README Added check for open file in JPEG/GIFImages Version 0.06 - Fabien Tassin Added support for JPEG and GIF images - Markus Baertschi, markus@markus.org Packaged for release on CPAN
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-08-01Fix path to Perl.joerg1-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2