summaryrefslogtreecommitdiff
path: root/lang/pear
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-03-12 13:19:12 +0000
committertaca <taca@pkgsrc.org>2017-03-12 13:19:12 +0000
commit59a200c1704896f2e098a59eb8d41257e8073cde (patch)
tree6f5923983945dd1c7b6531155fd0468ff8075b58 /lang/pear
parent5e1348aa7834575bf58b80daa0bf2046e68a5637 (diff)
downloadpkgsrc-59a200c1704896f2e098a59eb8d41257e8073cde.tar.gz
Update pear to 1.10.3 also update including XML_Util to 1.4.2.
Pear 1.10.3 2017-02-28 11:25 UTC Changelog: * Bug #21188: Class 'PEAR_Proxy' not found 1.10.2 2017-02-28 08:48 UTC Changelog: * Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna] * Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest] * Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest] * Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc] * Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu] * Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0] * Pull Request #58: Make method signatures compatible. [yunosh] XML_Util 1.4.2. 2017-02-22 14:32 UTC Changelog: * Bug #21184 Collapse issue 1.4.1 2017-02-07 13:12 UTC Changelog: * Bug #21177 XML_Util::collapseEmptyTags() can return NULL 1.4.0 2017-02-03 13:43 UTC Changelog: * Set minimum PHP version to 5.4.0 * Set minimum PEAR version to 1.10.1 * Adds a new XML_UTIL_COLLAPSE_NONE option for preventing empty tag collapsing. * Request #15467 CDATA sections and blank nodes
Diffstat (limited to 'lang/pear')
-rw-r--r--lang/pear/Makefile7
-rw-r--r--lang/pear/PLIST45
-rw-r--r--lang/pear/distinfo18
3 files changed, 36 insertions, 34 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile
index 6d0422ae16a..6df4f83ddfb 100644
--- a/lang/pear/Makefile
+++ b/lang/pear/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2016/09/12 15:43:00 taca Exp $
+# $NetBSD: Makefile,v 1.38 2017/03/12 13:19:12 taca Exp $
#
-DISTNAME= PEAR-1.10.1
+DISTNAME= PEAR-1.10.3
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/}
-PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://download.pear.php.net/package/
EXTRACT_SUFX= .tgz
@@ -47,7 +46,7 @@ EXTRACT_ONLY+= ${CONSOLE_SRCS}
STRUCTURES_SRCS= Structures_Graph-1.1.1${EXTRACT_SUFX}
DISTFILES+= ${STRUCTURES_SRCS}
-XMLUTIL_SRCS= XML_Util-1.3.0${EXTRACT_SUFX}
+XMLUTIL_SRCS= XML_Util-1.4.2${EXTRACT_SUFX}
DISTFILES+= ${XMLUTIL_SRCS}
#
diff --git a/lang/pear/PLIST b/lang/pear/PLIST
index 8e5bbc71bc7..c59be38ec07 100644
--- a/lang/pear/PLIST
+++ b/lang/pear/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/12/12 14:21:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/03/12 13:19:12 taca Exp $
bin/pear
bin/peardev
bin/pecl
@@ -22,7 +22,6 @@ lib/php/Archive/Tar.php
lib/php/Console/Getopt.php
lib/php/OS/Guess.php
lib/php/PEAR.php
-lib/php/PEAR/Autoloader.php
lib/php/PEAR/Builder.php
lib/php/PEAR/ChannelFile.php
lib/php/PEAR/ChannelFile/Parser.php
@@ -93,6 +92,7 @@ lib/php/PEAR/PackageFile/v2.php
lib/php/PEAR/PackageFile/v2/Validator.php
lib/php/PEAR/PackageFile/v2/rw.php
lib/php/PEAR/Packager.php
+lib/php/PEAR/Proxy.php
lib/php/PEAR/REST.php
lib/php/PEAR/REST/10.php
lib/php/PEAR/REST/11.php
@@ -138,25 +138,28 @@ lib/php/test/Structures_Graph/tests/AllTests.php
lib/php/test/Structures_Graph/tests/BasicGraphTest.php
lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php
lib/php/test/Structures_Graph/tests/helper.inc
-lib/php/test/XML_Util/tests/testBasic_apiVersion.phpt
-lib/php/test/XML_Util/tests/testBasic_attributesToString.phpt
-lib/php/test/XML_Util/tests/testBasic_collapseEmptyTags.phpt
-lib/php/test/XML_Util/tests/testBasic_createCDataSection.phpt
-lib/php/test/XML_Util/tests/testBasic_createComment.phpt
-lib/php/test/XML_Util/tests/testBasic_createEndElement.phpt
-lib/php/test/XML_Util/tests/testBasic_createStartElement.phpt
-lib/php/test/XML_Util/tests/testBasic_createTag.phpt
-lib/php/test/XML_Util/tests/testBasic_createTagFromArray.phpt
-lib/php/test/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt
-lib/php/test/XML_Util/tests/testBasic_getXmlDeclaration.phpt
-lib/php/test/XML_Util/tests/testBasic_isValidName.phpt
-lib/php/test/XML_Util/tests/testBasic_raiseError.phpt
-lib/php/test/XML_Util/tests/testBasic_replaceEntities.phpt
-lib/php/test/XML_Util/tests/testBasic_reverseEntities.phpt
-lib/php/test/XML_Util/tests/testBasic_splitQualifiedName.phpt
-lib/php/test/XML_Util/tests/testBug_18343.phpt
-lib/php/test/XML_Util/tests/testBug_4950.phpt
-lib/php/test/XML_Util/tests/testBug_5392.phpt
+lib/php/test/XML_Util/tests/AbstractUnitTests.php
+lib/php/test/XML_Util/tests/ApiVersionTests.php
+lib/php/test/XML_Util/tests/AttributesToStringTests.php
+lib/php/test/XML_Util/tests/Bug18343Tests.php
+lib/php/test/XML_Util/tests/Bug21177Tests.php
+lib/php/test/XML_Util/tests/Bug21184Tests.php
+lib/php/test/XML_Util/tests/Bug4950Tests.php
+lib/php/test/XML_Util/tests/Bug5392Tests.php
+lib/php/test/XML_Util/tests/CollapseEmptyTagsTests.php
+lib/php/test/XML_Util/tests/CreateCDataSectionTests.php
+lib/php/test/XML_Util/tests/CreateCommentTests.php
+lib/php/test/XML_Util/tests/CreateEndElementTests.php
+lib/php/test/XML_Util/tests/CreateStartElementTests.php
+lib/php/test/XML_Util/tests/CreateTagFromArrayTests.php
+lib/php/test/XML_Util/tests/CreateTagTests.php
+lib/php/test/XML_Util/tests/GetDocTypeDeclarationTests.php
+lib/php/test/XML_Util/tests/GetXmlDeclarationTests.php
+lib/php/test/XML_Util/tests/IsValidNameTests.php
+lib/php/test/XML_Util/tests/RaiseErrorTests.php
+lib/php/test/XML_Util/tests/ReplaceEntitiesTests.php
+lib/php/test/XML_Util/tests/ReverseEntitiesTests.php
+lib/php/test/XML_Util/tests/SplitQualifiedNameTests.php
share/examples/pear/pear.conf
@pkgdir lib/php/.registry/.channel.pecl.php.net
@pkgdir lib/php/.registry/.channel.doc.php.net
diff --git a/lang/pear/distinfo b/lang/pear/distinfo
index 93e85d0c04c..8e5272f0d3d 100644
--- a/lang/pear/distinfo
+++ b/lang/pear/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2016/09/12 15:43:00 taca Exp $
+$NetBSD: distinfo,v 1.26 2017/03/12 13:19:12 taca Exp $
SHA1 (pear20151210/Archive_Tar-1.4.2.tgz) = 07a93681a14fcc764fc6396cf66d9f4ec6db0bed
RMD160 (pear20151210/Archive_Tar-1.4.2.tgz) = 003289c0950cf587c8925e35da86bc6ec4d1b282
@@ -8,15 +8,15 @@ SHA1 (pear20151210/Console_Getopt-1.4.1.tgz) = 1db5b48e15547be532a9c836cd7ef448a
RMD160 (pear20151210/Console_Getopt-1.4.1.tgz) = 54d397e321a0168a33a92c98cf39f9f6456d49ea
SHA512 (pear20151210/Console_Getopt-1.4.1.tgz) = e66a78077593ade78a40c59297a24242b0177d21b0e02b08d4fb5e25d8a57a96353c50a9dcc968f60af7458d40443061e0c1cdb11ad3180c7ffed8f0b314b089
Size (pear20151210/Console_Getopt-1.4.1.tgz) = 5672 bytes
-SHA1 (pear20151210/PEAR-1.10.1.tgz) = 7baf9e83f1f0668e943e53e32ee871600e77994e
-RMD160 (pear20151210/PEAR-1.10.1.tgz) = 0d56f3f59dc1b340d4588d91c8e57c4f8da9f042
-SHA512 (pear20151210/PEAR-1.10.1.tgz) = 8f7d9aa1e5e2cd991eaa722f7dd6836317a75a7de43f42d81a5f33c6a038c1728b16c11bef568541afbee301e0397de0bcf622f93336ac20d50ef423ded68c11
-Size (pear20151210/PEAR-1.10.1.tgz) = 296139 bytes
+SHA1 (pear20151210/PEAR-1.10.3.tgz) = f0f848e2b9dec270fb457512c92203524791c351
+RMD160 (pear20151210/PEAR-1.10.3.tgz) = 164b31cbfb49bb26ffcb229e8b1b59246f54381e
+SHA512 (pear20151210/PEAR-1.10.3.tgz) = 1ad531a6e0ac30719b05e58f0758393bc6cdb0e89b4f99f843e7318a40ef18e74767e8ed63346b0ece9d6e8e71c8ebe15b08eaeb6f0c4f3169814bb4bb524332
+Size (pear20151210/PEAR-1.10.3.tgz) = 291095 bytes
SHA1 (pear20151210/Structures_Graph-1.1.1.tgz) = 2a9e5999e035aa3a6789011238b0a9a54806124a
RMD160 (pear20151210/Structures_Graph-1.1.1.tgz) = fff02cabb75ee3531eedae19a2dffe999258a96c
SHA512 (pear20151210/Structures_Graph-1.1.1.tgz) = 28465396cd540fd1619e0c1bec68fa8c3dff440a6e89c3c5583570edbd3de285e101de7c00e60d49d791ff10d8311f8a38d73ea3cdf52cfc74ecbe2f1842693f
Size (pear20151210/Structures_Graph-1.1.1.tgz) = 12579 bytes
-SHA1 (pear20151210/XML_Util-1.3.0.tgz) = 89d24eef494726bbed5ed9ad91570e31b2b73b28
-RMD160 (pear20151210/XML_Util-1.3.0.tgz) = ddf131d6d1ca866b9ade0e6d7546f06eecd665d9
-SHA512 (pear20151210/XML_Util-1.3.0.tgz) = af3edd6c60cd5699bd976ed21d4fe9a96f6176752963427d5613ae73bead47988e398bf52b93c3eb24f91c736b71c6b73facf3c3b93b2693688c3ec0246ffc52
-Size (pear20151210/XML_Util-1.3.0.tgz) = 17351 bytes
+SHA1 (pear20151210/XML_Util-1.4.2.tgz) = 0a3cec953f60a0db7a97808170f008a865500567
+RMD160 (pear20151210/XML_Util-1.4.2.tgz) = 5dd93a83e2fee5bc6ee73a751abb17379ff0f536
+SHA512 (pear20151210/XML_Util-1.4.2.tgz) = e0a328f92cdcd09277238e14d68b73cba319ab9b4e9c50ab102b43f73c889599f5933415dc228bd1feb56a48c1527e0e9a86999ee2209b2d84131691aee74cbe
+Size (pear20151210/XML_Util-1.4.2.tgz) = 18993 bytes