./textproc/php-json, PHP extension for JSON serialization support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.33, Package name: php74-json-7.4.33, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
This module is an extremely fast PHP C extension for JSON (JavaScript
Object Notation) serialization.


Required to run:
[lang/php74]

Required to build:
[devel/re2c] [devel/pcre2]

Master sites: (Expand)

Filesize: 10175.922 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-12-29 07:05:19 by Takahiro Kambe | Files touched by this commit (16)
Log message:
Retire of php73, PHP 7.3.x.
   2021-03-07 14:45:08 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
textproc/php-json: update for php80

* Restrict this package prior to php80 since php80 contains in it.
* Add c and c++ to USE_LANGUAGES.
* Add yacc to USE_TOOLS.
   2020-03-22 22:21:32 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Tell code explicitly how to find re2c.
   2020-03-22 00:51:57 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs re2c.
   2018-01-05 04:14:52 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: reset PKGREVISION

Reset PKGREVISION with updating of all lang/php* packages.
   2017-12-13 12:42:41 by Jonathan Perkin | Files touched by this commit (3)
Log message:
php-json: Install header and add buildlink3.mk.  Bump PKGREVISION.

Patch from Matthieu Guegan in joyent/pkgsrc#53.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.