pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-PDF-Create Update from version 0.01nb3 to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b74820066b91
branches:  trunk
changeset: 545730:b74820066b91
user:      he <he%pkgsrc.org@localhost>
date:      Mon Aug 11 13:28:15 2008 +0000

description:
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@localhost>
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@localhost> for the patch !

commit 52789c0...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue Jun 3 14:47:38 2008 +0200

    Additions to Page.pm by Slaven

commit 886ea2e...
Author: Markus Baertschi <markus%markus.org@localhost>
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@localhost>
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@localhost>
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@localhost>
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@localhost>
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@localhost>
Date:   Sat May 31 12:49:32 2008 +0200

    Version 1.0

commit 875425d...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Sat May 31 12:49:32 2008 +0200

    Version 1.0

commit 9adbcbf...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Sat May 31 12:05:17 2008 +0200

    More POD fixing

commit 6f7ba3f...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Sat May 31 11:23:50 2008 +0200

    Version 0.10

commit f9e1656...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Fri May 30 09:00:53 2008 +0200

    Clarified documentation

commit da76efc...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Thu May 29 22:04:07 2008 +0200

    Fixed 'Rotate', added debugging

commit e240621...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 19:44:21 2008 +0200

    Fixed documentation formatting

commit fe3823d...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 18:00:13 2008 +0200

    Added small cgi sample

commit 87fc07f...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 17:21:57 2008 +0200

    Changed version to 0.9

commit 90f37ce...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 17:18:40 2008 +0200

    Cleaned up samples and comments

commit 2b50205...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 17:07:10 2008 +0200

    Added better testing

commit 48262cc...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 17:03:48 2008 +0200

    Improved documentation

commit 3ed3ded...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Tue May 20 17:02:30 2008 +0200

    Add error-checking

commit a726f88...
Author: Markus Baertschi <markus%markus.org@localhost>
Date:   Sun Sep 30 19:00:42 2007 +0200

    Re-added pdf-logo files

commit 1490f88...
Author: Markus Baertschi <markus%markus.org@localhost>
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@localhost>
Date:   Mon Sep 3 18:05:29 2007 +0200

    Initial import.

Version 0.09 30.9.2007
- Markus Baertschi, markus%markus.org@localhost
  Added stringml for multi-line strings
  Changed get_page_size to case-independent

Version 0.08 3.9.2007
- Markus Baertschi, markus%markus.org@localhost
  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@localhost
  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@localhost
  Packaged for release on CPAN

diffstat:

 textproc/p5-PDF-Create/Makefile |  7 +++----
 textproc/p5-PDF-Create/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 0b9435d87530 -r b74820066b91 textproc/p5-PDF-Create/Makefile
--- a/textproc/p5-PDF-Create/Makefile   Mon Aug 11 13:22:34 2008 +0000
+++ b/textproc/p5-PDF-Create/Makefile   Mon Aug 11 13:28:15 2008 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:48 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/08/11 13:28:15 he Exp $
 #
 
-DISTNAME=      PDF-Create-0.01
+DISTNAME=      PDF-Create-1.02
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5pcr
-PKGREVISION=   3
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=PDF/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=
+HOMEPAGE=      http://search.cpan.org/dist/PDF-Create/
 COMMENT=       Perl5 module for creating pdf documents
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 0b9435d87530 -r b74820066b91 textproc/p5-PDF-Create/distinfo
--- a/textproc/p5-PDF-Create/distinfo   Mon Aug 11 13:22:34 2008 +0000
+++ b/textproc/p5-PDF-Create/distinfo   Mon Aug 11 13:28:15 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2008/08/11 13:28:15 he Exp $
 
-SHA1 (PDF-Create-0.01.tar.gz) = fce573c0475b6d4a6b24b12e47944743e01cffb6
-RMD160 (PDF-Create-0.01.tar.gz) = 40c900a96a8702ae111130b3d2f921a0440381a0
-Size (PDF-Create-0.01.tar.gz) = 12561 bytes
+SHA1 (PDF-Create-1.02.tar.gz) = 1cb3b6ea9567e24acaface4b343db99ba4ffeaa5
+RMD160 (PDF-Create-1.02.tar.gz) = 3579b3323d81442463669444f9b24e13d79097b2
+Size (PDF-Create-1.02.tar.gz) = 103401 bytes



Home | Main Index | Thread Index | Old Index