| Port details |
- zephir Zephir is a transpiled language used for creating C-extensions for PHP
- 0.19.0 lang
=0 0.19.0Version of this port present on the latest quarterly branch. - Maintainer: rcm@rcm.sh
 - Port Added: 2022-08-15 15:06:06
- Last Update: 2026-03-19 13:41:42
- Commit Hash: e8401511
- License: MIT
- WWW:
- https://github.com/zephir-lang/zephir
- Description:
- Zephir is a high level programming language that eases the creation and
maintainability of extensions for PHP. Zephir extensions are exported to
C code that can be compiled and optimized by major C compilers such as
gcc/clang/vc++. Functionality is exposed to the PHP language.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}zephir>0:lang/zephir
- To install the port:
- cd /usr/ports/lang/zephir/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/zephir
- pkg install php84-zephir
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php84-zephir
- Package flavors (<flavor>: <package>)
- php84: php84-zephir
- php82: php82-zephir
- php83: php83-zephir
- php85: php85-zephir
- distinfo:
- TIMESTAMP = 1772813131
SHA256 (zephir-0.19.0/zephir.phar) = 7a457cd768ccc71e0c05899fe77025357705b318c68c80e5da96a6ba86fb6296
SIZE (zephir-0.19.0/zephir.phar) = 2570555
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- re2c>0 : devel/re2c
- php.h : lang/php84
- dom.so : textproc/php84-dom
- ctype.so : textproc/php84-ctype
- filter.so : security/php84-filter
- mbstring.so : converters/php84-mbstring
- phar.so : archivers/php84-phar
- xml.so : textproc/php84-xml
- zephir_parser.so : textproc/pecl-zephir_parser@php84
- zlib.so : archivers/php84-zlib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_zephir
- USES:
- php:cli,flavors
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.19.0 19 Mar 2026 13:41:42
    |
Vladimir Druzenko (vvd)  Author: Paavo-Einari Kaipila |
lang/zephir: Update 0.17.0 => 0.19.0
Changelogs:
https://github.com/zephir-lang/zephir/releases/tag/0.18.0
https://github.com/zephir-lang/zephir/releases/tag/0.19.0
- Replace PORTVERSION with DISTVERSION.
- Replace custom do-extract (CP) with "EXTRACT_CMD=${CP}".
- Split long lines in do-install.
- Repalce "${LN} -s" with "${RLN}".
PR: 293619
Approved by: R. Christian McDonald <rcm@rcm.sh> (maintainer, timeout 2 weeks)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
0.17.0 21 Jun 2023 00:21:23
    |
Brad Davis (brd)  |
zephir: Update maintainer email to match their bugzilla account
PR: 272107
Approved by: cmcdonald@netgate.com (maintainer) |
0.17.0 04 Apr 2023 13:44:59
    |
Wen Heping (wen)  |
lang/zephir: Update to 0.17.0
PR: 269921
Reported by: rcm@rcm.sh
Approved by: maintainer(timeout, > 30 days) |
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.16.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 ) |
0.16.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 |
0.16.0 15 Aug 2022 15:05:25
    |
Vanilla I. Shu (vanilla)  |
lang/zephir: add zephir, it is a transpiled language used for creating
C-extensions for PHP.
PR: 265737
Reported by: R. Christian McDonald cmcdonald at netgate dot com |
Number of commits found: 7
|