pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/php-pdflib



Module Name:    pkgsrc
Committed By:   tm
Date:           Tue Dec 11 14:15:14 UTC 2018

Modified Files:
        pkgsrc/print/php-pdflib: Makefile distinfo
Removed Files:
        pkgsrc/print/php-pdflib/patches: patch-pdf.c patch-pdf4.c patch-pdf7.c

Log Message:
php-pdflib: update to 4.1.2

Use maintained pdflib-lite for build and runtime dependency.

Changelog:

4.1.2
- fix problem in PHP 7 that when extending the PDFlib class it was not possible to access any members of the extended class.

4.1.1
- fix build problem when compiling statically into PHP

4.1.0
- add support for PDFlib 9.1

4.0.1
- fix bug #73249
- improve PHP7 wrapper (fixed crash when extending PDFlib class)

4.0.0
- add support for PHP7

3.0.4
- avoid deprecated warnings for API's which are not yet deprecated when building against an older PDFlib Version.

3.0.3
- fixed bug #66346 (undefined reference to `pdf_begin_pattern_ext')

3.0.2
- support PDFlib 9.0.2

3.0.1
- support PDFlib 9.0.1
- fix bug https://bugs.php.net/bug.php?id=64455
- support for PDFlib 7/8/9 and PDFlib Light
- dropped support for PDFlib 6 and earlier


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/php-pdflib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/php-pdflib/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/php-pdflib/patches/patch-pdf.c \
    pkgsrc/print/php-pdflib/patches/patch-pdf4.c \
    pkgsrc/print/php-pdflib/patches/patch-pdf7.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/php-pdflib/Makefile
diff -u pkgsrc/print/php-pdflib/Makefile:1.26 pkgsrc/print/php-pdflib/Makefile:1.27
--- pkgsrc/print/php-pdflib/Makefile:1.26       Sun Sep 11 17:03:27 2016
+++ pkgsrc/print/php-pdflib/Makefile    Tue Dec 11 14:15:14 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2016/09/11 17:03:27 taca Exp $
+# $NetBSD: Makefile,v 1.27 2018/12/11 14:15:14 tm Exp $
 
 MODNAME=               pdflib
 PKGMODNAME=            pdf
-PECL_VERSION=          2.1.10
+PECL_VERSION=          4.1.2
 PECL_LEGACY_VERSION_SCHEME=    yes
 CATEGORIES+=           print
 COMMENT=               PHP extension for PDFlib on-the-fly PDF generation
@@ -11,8 +11,8 @@ CONFLICTS=    php-pdf-[0-9]*
 
 PHP_VERSIONS_ACCEPTED= 56
 
-CONFIGURE_ARGS+=       --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
+CONFIGURE_ARGS+=       --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib-lite}
 
 .include "../../lang/php/ext.mk"
-.include "../../print/pdflib/buildlink3.mk"
+.include "../../print/pdflib-lite/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/php-pdflib/distinfo
diff -u pkgsrc/print/php-pdflib/distinfo:1.7 pkgsrc/print/php-pdflib/distinfo:1.8
--- pkgsrc/print/php-pdflib/distinfo:1.7        Wed Nov  4 01:01:37 2015
+++ pkgsrc/print/php-pdflib/distinfo    Tue Dec 11 14:15:14 2018
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:01:37 agc Exp $
+$NetBSD: distinfo,v 1.8 2018/12/11 14:15:14 tm Exp $
 
-SHA1 (php-pdflib/pdflib-2.1.10.tgz) = adfb7d0d84e25f0686b524d260d65827de9d9d09
-RMD160 (php-pdflib/pdflib-2.1.10.tgz) = 65dd3567bf1200880378cd8ee01d5341e8d421b7
-SHA512 (php-pdflib/pdflib-2.1.10.tgz) = 8d8d948469e65bc1143e54c737e7780beadb0a679a3d184863bb0de23874b1ff4f62f6979ae4cc89f5a262bb39246c96c92ac2e32a57c8316d14132b03efe76b
-Size (php-pdflib/pdflib-2.1.10.tgz) = 55880 bytes
-SHA1 (patch-pdf.c) = f6a2eb401f5da024df69e6fab119c482d6c8946b
-SHA1 (patch-pdf4.c) = 031c90ac70e3b83a92ea5d7f05388542aad1f2e0
-SHA1 (patch-pdf7.c) = a8cbd01525aa2b4bcbaceb15e82beff1223ce383
+SHA1 (php-pdflib/pdflib-4.1.2.tgz) = 2e9ff9d61547220675de917c5a2424fa941fc4b5
+RMD160 (php-pdflib/pdflib-4.1.2.tgz) = 55a13e9601b3eba90d39a8364b5242623d159720
+SHA512 (php-pdflib/pdflib-4.1.2.tgz) = 0df48587b47f2023c9863f50f71d7425b14dabfce30a5a356698272048197bb112faa788c4ac4c0032340f10795798a54c95e490fa0de4ebd5b6e8983ef064c0
+Size (php-pdflib/pdflib-4.1.2.tgz) = 33081 bytes



Home | Main Index | Thread Index | Old Index