Commit graph

27 commits

Author SHA1 Message Date
wiz
d58272bb84 Update to 1.06, set LICENSE.
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-09-12 12:37:41 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
dholland
72d8e47bc1 Bump PKGREVISION for previous 2008-08-17 05:09:38 +00:00
dholland
b8a86cbb0c Add missing file to REPLACE_PERL; fixes failed build. 2008-08-17 04:45:27 +00:00
he
865477b3f6 Update from version 0.01nb3 to 1.02.
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-08-11 13:28:15 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
70c16a3c43 Fix path to Perl. 2007-08-01 19:48:46 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
d8eb5d1568 s/perl/perl5/ in CATEGORIES, to match all other perl packages. 2003-04-25 20:16:13 +00:00
seb
b3c0771230 buildlink1 -> buildlink2
Use perl5/module.mk
2002-10-02 15:49:21 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
mjl
52b6573aad Initial import of p5-PDF-Create, as per PR/14143. 2001-10-03 15:34:23 +00:00