Bug 265737 - [NEW PORT] lang/zephir: a high-level language designed to ease the creation of PHP extensions
Summary: [NEW PORT] lang/zephir: a high-level language designed to ease the creation o...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on: 265725
Blocks:
  Show dependency treegraph
 
Reported: 2022-08-09 13:56 UTC by R. Christian McDonald
Modified: 2022-08-15 15:06 UTC (History)
2 users (show)

See Also:


Attachments
welcome lang/zephir (3.75 KB, application/mbox)
2022-08-09 13:56 UTC, R. Christian McDonald
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description R. Christian McDonald 2022-08-09 13:56:56 UTC
Created attachment 235801 [details]
welcome lang/zephir
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-15 15:05:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99f5901e00bf9b641e62d889875919aee33acba6

commit 99f5901e00bf9b641e62d889875919aee33acba6
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2022-08-15 15:04:08 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2022-08-15 15:05:25 +0000

    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

 Mk/Uses/php.mk                 |  7 ++++---
 lang/Makefile                  |  1 +
 lang/zephir/Makefile (new)     | 36 ++++++++++++++++++++++++++++++++++++
 lang/zephir/distinfo (new)     |  3 +++
 lang/zephir/pkg-descr (new +x) |  6 ++++++
 5 files changed, 50 insertions(+), 3 deletions(-)
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2022-08-15 15:06:02 UTC
committed, thanks.