Version: 1.10.19, Package name: pear-1.10.19 |
Maintained by: Stuart Henderson |
Master sites: |
Description-main PEAR (PHP Extensions and Add-on Repository) is a code repository for PHP extensions and PHP library code inspired by TeX's CTAN and Perl's CPAN. Description-utils Utilities and documentation for PEAR (PHP Extensions and Add-on Repository). |
Filesize: 3536.332 KB |
Version History (View Complete History) |
|
2021-08-01 15:06:54 by Stuart Henderson | Files touched by this commit (11) |
Log message: change some hardcoded 'rm *.orig'-like commands to ${PATCHORIG} |
2021-02-24 09:49:02 by Stuart Henderson | Files touched by this commit (52) |
Log message: switch default MODPHP_VERSION to 7.4 and bump ports which have changed version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode). |
2021-01-25 07:01:52 by Stuart Henderson | Files touched by this commit (3) |
Log message: Set MODPHP_BUILDDEP to No by default, set it to Yes in the ports that need it. The typical ports for PHP-based software are just untarring files and there's no need to have PHP itself on build machines for that. |
2020-11-07 15:13:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: reinstate a pear/lib/.lock file that update-plist wants to remove, which breaks ports trying to build using this. found the hard way by naddy. |
2020-11-06 10:01:24 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pear-1.10.19 and take maintainer, ok robert@ |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-09-26 15:57:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pear-1.10.9 (this is the current stable version listed on PEAR, though there is a newer one in github). fixes things with php 7.2+. switch to github /raw/ upstream rather than a self-hosted .phar file |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-23 14:06:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: adjust the p5-Expect script driving the build (... - this thing is distributed as a .phar with an interactive build) as suhosin is no longer relevant |
2018-10-17 08:15:56 by Stuart Henderson | Files touched by this commit (54) |
Log message: switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still using mcrypt). |
2018-05-22 02:18:09 by Stuart Henderson | Files touched by this commit (39) |
Log message: - bump REVISION for php switch |
2016-04-01 12:46:06 by Stuart Henderson | Files touched by this commit (8) |
Log message: Switch pear to a newer version. We previously used a tarball with a slightly modified version of the go-pear php script but this was awkward to generate and newer versions no longer support recent PHP. So instead I have changed to using an unmodified go-pear.phar archive (mirrored to include a version number, but there are no changes to the upstream file). go-pear.phar is normally interactive and doesn't allow presetting parameters or just piping a simple list of answers, so I am driving it with Expect.pm instead. Some bumps/updates to follow as XML-Util moved to the main pear distro. ok robert@ |
2015-12-03 14:24:32 by Stuart Henderson | Files touched by this commit (78) |
Log message: switch my distfiles mirror to https |
2015-06-06 03:03:50 by Matthias Kilian | Files touched by this commit (1) |
Log message: Bump REVISION-utils for real, and replace REVISION by REVISION-main. |
2015-06-05 00:00:24 by Robert Nagy | Files touched by this commit (72) |
Log message: bump revision due to the change of the default php version to 5.6 ok aja@ |
2014-11-06 10:13:41 by Stuart Henderson | Files touched by this commit (67) |
Log message: bump REVISION for php version switch |
2014-10-30 05:57:59 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pear 1.9.5, ok robert@ tarball is hand-updated from the previous one. the updated dependencies mean this now works with php 5.5. tested with all of pecl-* and pear-*, all good with 5.4, only APC fails with 5.5 (and it's no longer supported there; PHP 5.5 has its own opcode cache anyway) |
2011-07-11 00:22:50 by Robert Nagy | Files touched by this commit (1) |
Log message: unbreak after MODPHP_BUILDDEP support |
2011-07-08 12:40:45 by Robert Nagy | Files touched by this commit (6) |
Log message: cope with changed php binary path |
2011-07-08 12:23:17 by Robert Nagy | Files touched by this commit (1) |
Log message: switch to lang/php |
2011-06-04 05:40:00 by Stuart Henderson | Files touched by this commit (1) |
Log message: set a default PKGNAME in the pear module, ok robert@ PKGNAME ?= pear-${DISTNAME:S/_/-/} |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-08-31 02:15:45 by Antoine Jacoutot | Files touched by this commit (23) |
Log message: Remove PKGNAME=${DISTNAME} constructs where possible, as this is the default anyway. ok jasper@ |
2009-11-06 02:05:24 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: woopsie, missing bit |
2009-11-06 01:32:37 by Jasper Lievisse Adriaanse | Files touched by this commit (41) |
Log message: - if the same two lines are copy/pasted into every single port using the pear module, maybe it's time to copy/paste it into pear.port.mk. thus, move MASTER_SITES and EXTRACT_SUFX to a common place ok sthen@ robert@ |
2008-10-26 09:20:51 by Robert Nagy | Files touched by this commit (1) |
Log message: Force the installation of packages so we can create packages even if a specific pear- package is already installed on the system. This commit also disables the dependency tracking while installing pear packages with the ports tree. |
2008-08-22 08:48:53 by Robert Nagy | Files touched by this commit (5) |
Log message: update to pear 1.7.2 which is the current stable version. |
2007-09-13 08:30:23 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix pear build with safe_mode=on in php.ini by using -n to ignore the ini file. package version not bumped as no plist_db conflicts or package change (it just failed to build if safe mode was enabled in /var/www/conf/php.ini). checked pear modules and stuff. "please build all the pear modules and stuff if it works ok robert@" |
2007-05-31 04:32:08 by Matthias Kilian | Files touched by this commit (1) |
Log message: Don't use RUN_DEPENDS=${BUILD_DEPENDS}. I think that was the last one in the tree. ok robert@ |
2007-05-07 07:46:59 by Bernd Ahlers | Files touched by this commit (6) |
Log message: Add @conflict markers. robert@ will teach php4 how to use the pear port later. ok robert@ |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2007-03-20 05:12:22 by Robert Nagy | Files touched by this commit (3) |
Log message: do not install the pear.conf file as it is not needed and it just breaks things |