Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2_3 13 Dec 2022 18:51:42
    |
Florian Smeets (flo)  |
sysutils/pecl-proctitle: Fix warnings with php8.2
Obtained
from: https://github.com/mtorromeo/php-pecl-proctitle/commit/05e7c3e368fae981f6132c1f2979ef9a42b56d78 |
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) |
0.1.2_2 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 ) |
0.1.2_2 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.1.2_2 17 Feb 2022 17:30:27
    |
Florian Smeets (flo)  |
sysutils/pecl-proctitle: PHP8.X compatibility
- add LICENSE
- add patches to make this work with PHP8.X
PR: 261621
Obtained
from: https://github.com/mtorromeo/php-pecl-proctitle/commit/635dbe9a0289b196e53e6da18b3441fe3b3595aa |
0.1.2_1 10 Jan 2022 13:30:00
    |
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
0.1.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.2_1 29 Oct 2020 19:39:56
  |
flo  |
Ignore with PHP 8.0
Reported by: pkg-fallout |
0.1.2_1 10 Apr 2017 15:08:47
  |
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
0.1.2_1 03 Aug 2016 12:47:05
  |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
0.1.2 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 |
0.1.2 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.1.2 17 Jul 2014 08:57:51
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
0.1.2 23 Jan 2014 16:00:15
  |
miwi  |
- Stageify
- Take maintainership of a few ports |
0.1.2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.1.2 20 May 2012 10:21:40
 |
flo  |
This port was updated for php 5.4 support already, revert last commit. |
0.1.2 19 May 2012 22:44:18
 |
flo  |
Update to 0.1.2 to make it work with php 5.4
Reported by: pav |
0.1.1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.1.1 27 Dec 2010 22:02:09
 |
flo  |
- change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor) |
0.1.1 22 Sep 2010 21:21:25
 |
pgollucci  |
- Update maintainer email address flo@kasimir.com -> flo@smeets.im
PR: ports/150855
Submitted by: maintainer |
0.1.1 25 Jan 2010 08:49:07
 |
miwi  |
This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running
processes in process list
WWW: http://www.pecl.php.net/package/proctitle/
PR: ports/143014
Submitted by: Florian Smeets <flo at kasimir.com> |