Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.13 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
1.10.13 23 Sep 2022 14:01:53 |
Dima Panov (fluffy) |
devel/pear: upgrade to 1.10.13 (+)
PEAR 1.10.13 is compatible with PHP 8.2 branch
PR: 236734 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.10.12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.10.12 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.10.12 13 Jun 2022 00:58:11 |
Muhammad Moinur Rahman (bofh) |
devel/pear: Ignore with php82
Approved by: portmgr (blanket) |
1.10.12 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.10.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.12 27 Mar 2021 22:19:05 |
bapt |
Use the new @touch keyword |
1.10.12 04 Nov 2020 14:22:46 |
fluffy |
devel/pear: update to 1.10.12 release
PEAR 1.10.6 => 1.10.12
Bundled packages:
Archive_Tar 1.4.3 => 1.4.10
Console_Getopt 1.4.1 => 1.4.3
XML_Util 1.4.3 => 1.4.5
Respect PHPBASE
Allow build with php80
While here, take maintainership
PR: 250809
Submitted by: myself (fluffy)
Approved by: maintainer (miwi) |
1.10.6 06 Mar 2020 17:05:44 |
joneum |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
1.10.6 14 Dec 2018 11:28:43 |
joneum |
Add me LOCAL site to MASTER_SITES |
1.10.6 23 Nov 2018 17:21:14 |
joneum |
Update to 1.10.6
Changelog:
Update pear to 1.10.6
* Fix notice undefined variable metadata_dir
* fix Warning: count(): Parameter must be an array or an object
* Remove is_executable check
* The is_executable check in the Which method when run on Windows is
unnecessary
* Migrate old while(list() = each()) constructs to foreach
* Fix PHP Warning: "continue" targeting switch is equivalent to "break"
* proxy server auth
* Correctly authenticate at proxy server
* array or Countable error in 7.2
Update Archive_Tar to 1.4.3
* Cannot use result of built-in function in write context in PHP 7.2.0alpha1
Update XML_Util to 1.4.3
* Decrease minimum PEAR version to 1.9.0 to allow PEAR upgrades
PR: 226216
Sponsored by: Netzkommune GmbH |
1.10.5_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.10.5_1 11 Aug 2018 14:17:40 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.10.5_1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.10.5_1 01 Dec 2017 22:09:52 |
joneum |
add patch-php72, now devel/pear is PHP 7.2 ready
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13233 |
1.10.5 04 Aug 2017 14:05:11 |
joneum |
- devel/pear: Update from 1.10.3 to 1.10.5
- Change MASTER_SITES (mirror.miwibox.org is down)
Changelog 1.10.4:
* pear install does not fail on error
* fix warning during pecl list-all
Changelog 1.10.5:
* PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11851 |
1.10.3 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.10.3 26 Mar 2017 11:47:29 |
miwi |
- Update to 1.10.3
Changelog:
http://pear.php.net/package/PEAR/download/1.10.2
http://pear.php.net/package/PEAR/download/1.10.3
Approved by: maintainer via irc |
1.10.1 03 Nov 2016 06:32:17 |
jbeich |
Pass maintainership of PEAR ports to the submitter
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
1.10.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.10.1 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
1.10.1 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.10.1 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.10.1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.10.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.10.1 14 Feb 2016 14:58:18 |
miwi |
- Update to 1.10.1
Changelog:
http://pear.php.net/package/PEAR/download/1.10.0
http://pear.php.net/package/PEAR/download/1.10.1 |
1.9.4_3 26 Nov 2015 12:04:01 |
miwi |
- Take Maintainership
Approved by: mat (mentor) |
1.9.4_3 26 Sep 2015 15:36:20 |
antoine |
Remove @exec mkdir redundant with @dir |
1.9.4_3 24 Sep 2015 22:49:01 |
bapt |
Convert to @sample |
1.9.4_3 14 May 2015 00:47:49 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.9.4_3 07 May 2015 11:00:25 |
antoine |
Remove bsd.pear.mk, it's no longer used |
1.9.4_3 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.9.4_3 28 Oct 2014 06:12:59 |
antoine |
Fix some leftovers |
1.9.4_3 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
1.9.4_3 02 Sep 2014 22:00:52 |
bapt |
Remove NO_STAGE support and pkg_install support |
1.9.4_3 20 Apr 2014 22:36:59 |
antoine |
Clean up STAGEDIR from orphans re-generated by pkg-install/pear-install |
1.9.4_3 12 Feb 2014 07:08:30 |
antoine |
Stage support for devel/pear
Both go-pear and install-pear have been investigated, finally we patch
go-pear in a similar way that pkgsrc does to support stage
Unfortunately with both solutions, pear internals insist on writing
registration information outside of stage if it is writeable (staging as root)
Hide this violation when staging as root on the package builders.
Requested by: miwi (maintainer) |
1.9.4_3 11 Nov 2013 09:17:51 |
antoine |
Correctly handle directory names with space in PEAR_AUTOINSTALL
This is needed for pear-Symfony_Component_Finder update
PR: ports/181672
Reported by: Gasol Wu |
1.9.4_3 08 Nov 2013 21:38:06 |
antoine |
Stage support for pear classes and channels
Reviewed by: bapt, ports@ |
1.9.4_3 08 Nov 2013 21:37:07 |
antoine |
Preliminary work on devel/pear to allow staging of pear classes:
- create 3 empty directories when pkg_install is used
- regenerate .depdb post package install to prevent fs/stage violations
- add a note about staging this port, install-pear.php seems to be the way
- bump PORTREVISION
Reviewed by: bapt, ports@ |
1.9.4_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.9.4_2 18 Jul 2013 16:33:02 |
miwi |
- Reroll pear-1.9.4 to update dependencys and fix some bugs and make it
compatible with php5.4/5
- Bump PORTREVISION
Changelog:
Update Archiv_TAR to 1.3.11
* Fix Bug #19746: Broken with PHP 5.5 [mrook]
* Implement Feature #11258: Custom date/time in files added on-the-fly [mrook]
Update Console_Getopt to 1.3.1
* fix Bug #4475: An ambiguous error occurred when specifying similar longoption
name.
* fix Bug #10055: Not failing properly on short options missing required values
* fix Bug #11068: No way to read plain "-" option [cardoe]
* Implement Request #13140: [PATCH] to skip unknown parameters. [patch by
rquadling, improved on by dufuz]
Update Structures_Graph to 1.0.4
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx] |
1.9.4_1 04 May 2013 22:48:04 |
flo |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
1.9.4_1 30 Apr 2013 10:10:56 |
mm |
Do not include pre-existing directories in the dirrmtry list when using
PEAR_AUTOINSTALL. This fixes possible deletion of directories populated with
ports mtree or by other ports.
Discussed with: Martin Wilke <miwi@FreeBSD.org> |
1.9.4_1 16 Mar 2013 12:27:11 |
bdrewery |
- Add missing build dependency on php
- Trim header
- Pet portlint rm->${RM}
Approved by: miwi (maintainer) |
1.9.4_1 15 Nov 2011 10:25:13 |
mm |
Respect user modifications in ${PREFIX}/etc/pear.conf
Change default directory paths in PEAR/Config.php
Bump PORTREVISION
Feature safe: yes
Approved by: miwi (maintainer, private chat) |
1.9.4 14 Nov 2011 15:52:02 |
miwi |
- Fix some plist problems with PEAR_AUTOINSTALL
Submitted by: mm
Feature safe: yes |
1.9.4 06 Nov 2011 14:46:55 |
miwi |
- Update to 1.9.4
Changelog: http://pear.php.net/package/PEAR/download/ |
1.9.3 11 Jul 2011 09:36:59 |
mm |
Even more simplify pear channel code
Add sanity checks for PEAR_CHANNEL_HOST and PEAR_CHANNEL_REG |
1.9.3 11 Jul 2011 09:24:45 |
mm |
Put common code for PEAR channels to devel/pear/bsd.pear.channel.mk |
1.9.3 10 Jul 2011 22:16:06 |
mm |
Change do-autogenerate-plist:
- get list of files and directories from a temporary installation
- make the target individual (runnable, depends on patch) |
1.9.3 07 Jul 2011 16:50:46 |
mm |
For PEAR_AUTOINSTALL move do-autogenerate-plist to the pre-install stage
This way TMPPLIST gets correctly generated |
1.9.3 07 Jul 2011 16:03:27 |
mm |
Add a show-depends knob to ease maintaining package dependencies |
1.9.3 07 Jul 2011 12:17:05 |
mm |
Make PKGNAMEPREFIX and DIST_SUBDIR definable in ports
Simplify pkg-deinstall |
1.9.3 06 Jul 2011 17:08:32 |
mm |
Fix missing %D in autogenerate-plist |
1.9.3 06 Jul 2011 16:29:58 |
mm |
Update plist autogeneration
Rename post-install to pear-post-install
Approved by: maintainer (private chat) |
1.9.3 22 Jun 2011 08:53:29 |
mm |
Add support for channels and automatic plist generation to bsd.pear.mk
PR: ports/157269
Approved by: maintainer (timeout) |
1.9.3 12 Jun 2011 03:58:34 |
miwi |
- Update to 1.9.3 |
1.9.2 01 Mar 2011 08:24:58 |
miwi |
- Update to 1.9.2 |
1.9.1_2 25 Feb 2011 01:43:50 |
miwi |
- Add a new flag PEAR_CATSRC
- While here remove MD5 support
Since several months ago, I have seen a lot of FreeBSD maintainers
removing the CATEGORY flag from their ports. The problem with that
is the packages won?t be installed at the right location anymore.
This patch resolves that problem.
Thanks to: ale/wen
Tested via: exp-run |
1.9.1_1 29 Dec 2010 07:02:48 |
miwi |
- Add support for pear modules to have non .tgz extensions.
- Fix a plist generation bug when no files are installed into a directory.
PR: 152059 152055
Submitted by: Tom Judge <tom@tomjudge.com>
Tested via: pointyhat |
1.9.1 25 Aug 2010 08:38:44 |
mm |
- Update to 1.9.1
- Update bundled Archive_Tar to 1.3.7
- Update bundled Structures_Graph to 1.0.3
- Use TMPDIR for temporary directory
PR: ports/149615
Approved by: miwi (maintainer, IM) |
1.9.0 03 Sep 2009 21:54:59 |
miwi |
- Update to 1.9.0
Changelog:
http://pear.php.net/package/PEAR/download/1.9.0 |
1.8.1 26 Apr 2009 23:15:47 |
miwi |
- Update to 1.8.1
Changelog:
for 1.8.0 Release http://pear.php.net/package/PEAR/download/1.8.0
for 1.8.1 Release http://pear.php.net/package/PEAR/download/1.8.1
Thanks for help/testing: ale@, dhn@, beat@, tabthorpe@ |
1.7.2 28 Nov 2008 15:32:30 |
tabthorpe |
- Add mirror sites
- Respect PLIST_SUB
PR: ports/129214
Submitted by: tabthorpe
Reviewed by: miwi
Approved by: miwi (maintainer) |
1.7.2 23 May 2008 14:00:22 |
miwi |
- Update to 1.7.2 |
1.7.1 19 Apr 2008 01:37:40 |
edwin |
Make use of the @rmtry macro |
1.7.1 11 Mar 2008 12:46:31 |
miwi |
- Update to 1.7.1
Changelog:
http://pear.php.net/package/PEAR/download/1.7.0
http://pear.php.net/package/PEAR/download/1.7.1 |
1.6.2_1 28 Oct 2007 19:45:56 |
miwi |
- Allow support for choosing an alternate download
location instead of pear.php.net, which was
hard-coded in bsd.pear.mk. Custom install/deinstall
scripts are also enabled which allow calling
"pear channel-add/channel-delete" as needed.
- Bump PORTREVISION
PR: 117286
Submitted by: Greg Larkin <glarkin@sourcehosting.net> |
1.6.2 10 Sep 2007 17:51:34 |
miwi |
- Update to 1.6.2 |
1.6.1 02 Jul 2007 12:51:09 |
miwi |
- Update to 1.6.1
- Take maintainership
Submitted by: miwi
Approved by: ale@ |
1.6.0_1 20 Jun 2007 05:43:16 |
ale |
Convert a @dirrm into @dirrmtry, since a few pear ports install files
into the same directories.
Submitted by: miwi |
1.6.0_1 15 Jun 2007 05:54:40 |
ale |
Try to fix some subtle errors in pear extension deinstallation. |
1.6.0 11 Jun 2007 06:14:57 |
ale |
Update to 1.6.0 release. |
1.5.4 26 May 2007 21:23:36 |
ale |
Update to 1.5.4 release. |
1.5.3 30 Apr 2007 08:40:19 |
ale |
- Update to 1.5.3 release [1]
- Fix pecl command execution [2]
PR: ports/110209 [2]
Submitted by: miwi [1], chinsan [2] |
1.5.0_1 11 Feb 2007 20:14:37 |
ale |
Add documentation to pkg-plist. Bump PORTREVISION. |
1.5.0 09 Feb 2007 09:03:20 |
ale |
Update to 1.5.0 release. |
1.4.11 20 Jan 2007 10:18:09 |
ale |
pear is now in the default include_path. |
1.4.11 21 Aug 2006 08:42:31 |
ale |
Update to 1.4.11 release.
Add a patch to fix 'pear uninstall -r' (should be committed upstream). |
1.4.6 06 May 2006 13:26:49 |
ale |
Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4
*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me). |
1.4.6 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.4.6 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4.6 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4.6 16 Jan 2006 10:04:28 |
ale |
Update to 1.4.6 release (the distfile will be mirrored in the next hours). |
1.4.5_2 25 Dec 2005 18:31:58 |
ale |
Fix plist when CATEGORY has a subcategory. |
1.4.5_2 16 Dec 2005 07:47:24 |
ale |
Partially revert previous commit and fix auto plist generation.
This should fix harmless directory deletion found by pointyhat. |
1.4.5_1 12 Dec 2005 09:16:07 |
ale |
- create required empty dirs on installation
- add runtime pear dependency in bsd.pear.mk
This should fix all the issues reported by pointyhat
and probably obsolates many of the BUILD_DEPENDS and
RUN_DEPENDS on PEAR.php in pear ports. |
1.4.5 09 Dec 2005 18:58:03 |
ale |
New pear bootstrap port based on go-pear, independent to php releases.
Discussed with: thierry, antonio@php.net
Required by: PHP 5.1 |
4.2.3 06 Mar 2004 12:20:42 |
pav |
Remove pear, it's misleading, obsolete metaport used in past by horde.
PR: ports/63833
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) |
4.2.3 12 Nov 2003 23:46:19 |
edwin |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org |
4.2.3 07 Jun 2003 23:00:46 |
nork |
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.2.3 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
4.2.2 20 Nov 2002 22:26:11 |
edwin |
Maintainer update for devel/pear* to fix the make package
PR: ports/45540
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.2.2 19 Nov 2002 00:20:40 |
edwin |
Fix run_depends to check for the right file.
Noticed on: bento |
4.2.2 17 Nov 2002 05:03:54 |
sada |
Resurrection of port devel/pear
PR: ports/44473
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.1.0 13 Oct 2002 03:44:27 |
kris |
The pear port was marked FORBIDDEN 9 months ago because it was incorporated
into mod-php 4.1.0. Remove it. |
20 Jan 2002 22:32:44 |
lioux |
Update maintainer address |