summaryrefslogtreecommitdiff
path: root/lang/pear
AgeCommit message (Collapse)AuthorFilesLines
2010-08-24Update PEAR to 1.9.1.obache4-72/+101
pkgsrc changes, * Update base pear packages:Archive_Tar-1.3.7 (recommented) * Remove ${FILESDIR}/pear.sh, same as bundled one. * set LICENSE=2-clause-bsd * add user-destdir support Upstream Changelog: * svntag improvements, tag package files passed into the command and better directory checks [dufuz] * rely on Structures_Graph minimum version instead of recommended version [saltybeagle] * Fix Bug #12613: running go-pear.phar from C:\ fails [dufuz] * Fix Bug #14841: Installing pear into directory with space fails [dufuz] * Fix Bug #16644: pear.bat returns syntax error when parenthesis are in install path. [dufuz] [patch by bwaters (Bryan Waters)] * Fix Bug #16767: Use of Depreciated HTML Attributes in the Exception class [dufuz] [patch by fuhrysteve (Stephen J. Fuhry)] * Fix Bug #16864: "pear list-upgrades -i" issues E_WARNINGS [dufuz] [patch by rquadling (Richard Quadling)] * Fix Bug #17220: command `pear help` outputs to stderr instead of stdout [dufuz] * Fix Bug #17234: channel-discover adds port to HTTP Host header [dufuz] * Fix Bug #17292: Code Coverage in PEAR_RunTest does not work with namespaces [sebastian] * Fix Bug #17359: loadExtension() fails over missing dl() when used in multithread env [dufuz] * Fix Bug #17378: pear info $package fails if directory with that name exists [dufuz]
2010-03-15Remove one more php4 part.taca1-9/+1
2010-03-09Remove wrong ${DESTDIR} addition.obache1-2/+2
2009-10-29Update pear from version 1.5.4nb3 to version 1.9.0.seb7-548/+1863
Pkgsrc changes: - Update base pear packages:Archive_Tar-1.3.3, Console_Getopt-1.2.3 Structures_Graph-1.0.3 - Update ${FILESDIR}/go-pear.php from latest version at http://pear.php.net/go-pear - Update ${FILESDIR}/pear.sh from the bundled version - Provide bootstrap PEAR.php via ${FILESDIR}/PEAR.php from http://cvs.php.net/viewvc.cgi/pear-core/PEAR.php?view=co&pathrev=PEAR_1_4 (see FILESDIR/go-pear.php's code) and put it into ${WRKSRC} at the extract phase - Update PLIST Upstream changes: A lot! IMHO more than what can be recorded here. Please see individual releases Changelog since version 1.5.4 at http://pear.php.net/package/PEAR.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Replace @exec/@unexec with @pkgdir or drop it.joerg1-7/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-45/+1
2009-05-30Partial conversion to DESTDIRabs1-5/+5
2008-12-20Fix some pkglint warningsadrianp3-7/+8
Apply a fix for PR#39284
2008-09-15Implement a proper fix for PR 39449adrianp3-15/+22
Don't leak tmp_dir in pear.conf Should also fix builk builds (pointed out by joerg@) Remove evil pear.conf handling PKGREVISION++
2008-09-02Change /tmp directory used on installation (fix for PR 39449)adrianp3-6/+7
2008-08-17Add a comment about the changed behaviour in include_path WRT php{4,5}adrianp1-1/+3
packages.
2007-09-05remove ${WRKSRC}/INSTALL before creating ${WRKSRC}/install, so that this wouldjdolecek1-1/+2
build on case-insensitive filesystem
2007-06-08Move the refined php dependency after the b3.mk include.adrianp1-2/+4
Bump PKGREVISION
2007-05-16Update to 1.5.4adrianp2-8/+7
1.5.4 MAJOR SECURITY BUGFIX RELEASE arbitrary file execution see http://pear.php.net/news/vulnerability2.php * Fix Bug #10865: using --packagingroot regression [tias/cellog] * Fix Bug #10873: pear channel-discover broken - pear temp directories not writeable [cellog] 1.5.3 * Fix Bug #10311: use clearContents to delete bundledPackages [cellog] * Fix Bug #10602: notice on line 157 PEAR/REST/11.php [cellog] * Fix Bug #10620: use \z instead of $ in regexes [cellog] * Fix Bug #10621: channel-info does not handle mirrors properly [cellog] * Fix Bug #10645: Patch for verbose sign command [cweiske] * Fix Bug #10647: no mktempdir but config temp_dir in Channels.php [tias] * Fix Bug #10656: no userConfirm() check in Frontend::setFrontendObject [tias] * Fix Bug #10661: Failure to install local package [cellog] * Fix Bug #10676: tmpdir() search variables in wrong order. [cellog] * Fix Bug #10690: RunTest.php parses HTTP headers for non-CGI tests [jstump] * Fix Bug #10720: Notice: Undefined variable: group in PEAR/Downloader/Package.php on line 698 [cellog] * Fix Bug #10733: Validator cannot handle invalid package2.xml file [cellog] * Fix Bug #10768: if a package is not installed, upgrade will not install it [cellog] * Fix Bug #10771: upgrade-all/upgrade will not upgrade non-PEAR channels [cellog]
2007-05-16Get PEAR to install a system-wide configuration file instead of oneadrianp2-3/+12
just for root. Spotted by joerg@'s bulk builds PKGREVISION++
2007-05-05The PEAR package contains:adrianp8-0/+2997
* the PEAR installer, for creating, distributing and installing packages * the PEAR_Exception PHP5 error handling mechanism * the PEAR_ErrorStack advanced error handling mechanism * the PEAR_Error error handling mechanism * the OS_Guess class for retrieving info about the OS where PHP is running on * the System class for quick handling of common operations with files and directories * the PEAR base class