Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_1 20 Oct 2016 19:59:02
  |
rene  |
Remove non-php55 expired ports:
2016-10-20 misc/jive: Offensive
2016-10-20 devel/pecl-spread: Works only with EOL php 5.5
2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5
2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5
2016-10-20 devel/pecl-shape: Works only with EOL php 5.5
2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5
2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5
2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5
2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5
2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5
2016-10-20 devel/pecl-operator: Works only with EOL php 5.5
2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5
2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5
2016-10-20 devel/pecl-automap: Works only with EOL php 5.5
2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5
2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5 |
1.0.2_1 01 Oct 2016 08:22:09
  |
antoine  |
Chase php 5.5 expiration date |
1.0.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 |
1.0.2 25 Jul 2016 20:01:03
  |
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.0.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 |
1.0.2 18 Feb 2016 14:47:06
  |
miwi  |
- Ignore php70
- While here remove old php gruft |
1.0.2 26 Nov 2015 14:39:58
  |
miwi  |
- Take Maintainership
Approved by: mat (mentor) |
1.0.2 25 Feb 2015 11:22:40
  |
antoine  |
Those ports do not build with php 5.6 |
1.0.2 25 Feb 2015 07:44:00
  |
vanilla  |
remove DEFAULT_VERSIONS.
Obtained from: bapt@, mat@ |
1.0.2 24 Feb 2015 15:23:02
  |
vanilla  |
bsd.php.mk handle ${STRIP} already, remove prev patches. |
1.0.2 24 Feb 2015 05:58:14
  |
vanilla  |
strip binary. |
1.0.2 24 Feb 2015 02:53:30
  |
vanilla  |
1: add LICENSE.
2: switch to USES=tar:tgz
3: switch to DEFAULT_VERSIONS. |
1.0.2 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.0.2 10 Jun 2014 07:39:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.0.2 23 Jan 2014 15:12:51
  |
miwi  |
- Marke these ports as stage safe
- While here remove php4 gruft |
1.0.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.0.2 25 Jun 2011 04:15:56
 |
miwi  |
- Update to 1.0.2
PR: 157828
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
0.9.3 12 Apr 2010 23:25:36
 |
glarkin  |
- Upgrade to 0.9.3 (implicitly unbreaks after recent PHP 5.3.2 update)
Reported by: pointyhat
Approved by: portmgr (itetcu, erwin - blanket) |
0.8 28 Aug 2009 18:54:47
 |
miwi  |
- Take maintainership |
0.8 28 Aug 2009 17:37:26
 |
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.8 19 Jan 2007 04:16:29
 |
rafan  |
- Change to FreeBSD.org email
Submitted by: chinsan (maintainer) |
0.8 07 Nov 2006 17:48:40
 |
miwi  |
bcompiler enables you to encode your scripts in phpbytecode,
enabling you to protect the source code.
bcompiler could be used in the following situations
- to create a exe file of a PHP-GTK application (in conjunction with other
software)
- to create closed source libraries
- to provide clients with time expired software (prior to payment)
- to deliver close source applications
- for use on embedded systems, where disk space is a priority.
WWW: http://pecl.php.net/package/bcompiler/
PR: ports/104760
Submitted by: chinsan@ |