Port details |
- pecl-zephir_parser Zephir Parser delivered as a C extension for the PHP language
- 1.5.0 textproc
=0 Version of this port present on the latest quarterly branch. - Maintainer: cmcdonald@netgate.com
 - Port Added: 2022-08-10 01:51:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: MIT
- Description:
- Zephir is an open source, high-level/domain specific language
designed to ease the creation and maintainability of extensions for PHP,
with a focus on type and memory safety. Zephir is an attempt to join good
things from the C and PHP worlds, looking for opportunities to make
applications faster.
The Zephir Parser delivered as a C extension for the PHP language.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pecl-zephir_parser>0:textproc/pecl-zephir_parser
- To install the port:
- cd /usr/ports/textproc/pecl-zephir_parser/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/pecl-zephir_parser
- pkg install php81-pecl-zephir_parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-zephir_parser
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-zephir_parser
- php74: php74-pecl-zephir_parser
- php80: php80-pecl-zephir_parser
- php82: php82-pecl-zephir_parser
- distinfo:
- TIMESTAMP = 1659992629
SHA256 (PECL/zephir_parser-1.5.0.tgz) = fb61d7e97b11970a996a29db88b1e9dc7aa168ce8da3bf5f61eb465d289eadc1
SIZE (PECL/zephir_parser-1.5.0.tgz) = 103105
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- re2c>0 : devel/re2c
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- This port is required by:
- for Run
-
- lang/zephir
Configuration Options:
- No options to configure
- Options name:
- textproc_pecl-zephir_parser
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2018-03-08
Affects: */php* */pecl* */pear* Author: mat@FreeBSD.org Reason:
PHP extensions and modules have been flavored.
People using Poudriere 3.2+ and binary packages do not have to do anything if
they are using PHP applications.
PHP modules and extensions may have change their names from php5- or php7- to
fully versionned phpXY-.
PECL extensions and PEAR modules package names have changed from pecl- and
pear- to phpXX-pecl and phpXX-pear-.
To rename an installed package to match the new naming scheme, for example,
for the imagick pecl extension, run:
# pkg set -n pecl-imagick:php56-pecl-imagick
For other people, to build the PHP 7.2 version of, for example,
databases/php-memcached, you need to run:
# make FLAVOR=php72 install
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.5.0 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.5.0 23 Aug 2022 09:01:42
    |
Koichiro Iwao (meta)  |
*/*: drop unnecessary permission
PR: 265986
Reported by: Trond.Endrestol@ximalas.info
Approved by: portmgr blanket |
1.5.0 10 Aug 2022 01:47:09
    |
Vanilla I. Shu (vanilla)  |
textproc/pecl-zephir_parser: add pecl-zephir_parser.
PR: 265725
Reported by: R. Christian McDonald cmcdonald at netgate dot com |
Number of commits found: 4
|