FreeBSD Bugzilla – Attachment 172556 Details for
Bug 211144
New port: devel/zephir Language for creating C-extensions in PHP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Port source
zephir.shar (text/plain), 4.10 KB, created by
ThePanaceya
on 2016-07-15 14:42:35 UTC
(
hide
)
Description:
Port source
Filename:
MIME Type:
Creator:
ThePanaceya
Created:
2016-07-15 14:42:35 UTC
Size:
4.10 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># zephir ># zephir/distinfo ># zephir/Makefile ># zephir/pkg-descr ># zephir/config.json ># >echo c - zephir >mkdir -p zephir > /dev/null 2>&1 >echo x - zephir/distinfo >sed 's/^X//' >zephir/distinfo << '2bdb4c00ced4b7149a1f1856df234422' >XTIMESTAMP = 1468583221 >XSHA256 (phalcon-zephir-0.9.3_GH0.tar.gz) = dc8219b7bbf86502ebd114f0633ec2d3c0c74d3e6657d1778bd101cba52ca28e >XSIZE (phalcon-zephir-0.9.3_GH0.tar.gz) = 1027377 >2bdb4c00ced4b7149a1f1856df234422 >echo x - zephir/Makefile >sed 's/^X//' >zephir/Makefile << '867ce26f749538fbac70ed70787f7be1' >X# $FreeBSD$ >X >XPORTNAME= zephir >XPORTVERSION= 0.9.3 >XCATEGORIES= devel >X >XMAINTAINER= vyacheslav@omnilance.com >XCOMMENT= Language for creating C-extensions for PHP >X >XLICENSE= MIT >X >XWANT_PHP_CLI= yes >X >XUSE_GITHUB= yes >XGH_ACCOUNT= phalcon >XGH_PROJECT= ${PORTNAME} >X >XPKG_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash >X >Xdo-build: >X ${SED} -i "" 's|%ZEPHIRDIR%|${LOCALBASE}/lib/${PORTNAME}-${PORTVERSION}|g' ${WRKSRC}/bin/zephir >X ${SED} -i "" '1s|.*|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/bin/zephir >X >Xdo-install: >X ${INSTALL_SCRIPT} ${WRKSRC}/bin/zephir ${LOCALBASE}/bin/zephir >X ${cd} ${WRKSRC} && ${COPYTREE_SHARE} . ${LOCALBASE}/lib/${PORTNAME}-${PORTVERSION} >X >X.include <bsd.port.mk> >867ce26f749538fbac70ed70787f7be1 >echo x - zephir/pkg-descr >sed 's/^X//' >zephir/pkg-descr << '92f3b9405b354655fe75b15e289a11fd' >XZephir - is a high level language that eases the creation and >Xmaintainability of extensions for PHP. >X >XZephir extensions are exported to C code that can be compiled >Xand optimized by major C compilers such as gcc/clang/vc++. >X >XFunctionality is exposed to the PHP language. >X >XWWW: http://zephir-lang.com/ >92f3b9405b354655fe75b15e289a11fd >echo x - zephir/config.json >sed 's/^X//' >zephir/config.json << '21ed2b917c64df44e5a7b64ec90ec209' >X{ >X "stubs": { >X "path": "ide\/%version%\/%namespace%\/", >X "stubs-run-after-generate": false >X }, >X "api": { >X "path": "doc\/%version%", >X "theme": { >X "name": "zephir", >X "options": { >X "github": null, >X "analytics": null, >X "main_color": "#3E6496", >X "link_color": "#3E6496", >X "link_hover_color": "#5F9AE7" >X } >X } >X }, >X "warnings": { >X "unused-variable": true, >X "unused-variable-external": false, >X "possible-wrong-parameter": true, >X "possible-wrong-parameter-undefined": false, >X "nonexistent-function": true, >X "nonexistent-class": true, >X "non-valid-isset": true, >X "non-array-update": true, >X "non-valid-objectupdate": true, >X "non-valid-fetch": true, >X "invalid-array-index": true, >X "non-array-append": true, >X "invalid-return-type": true, >X "unreachable-code": true, >X "nonexistent-constant": true, >X "not-supported-magic-constant": true, >X "non-valid-decrement": true, >X "non-valid-increment": true, >X "non-valid-clone": true, >X "non-valid-new": true, >X "non-array-access": true, >X "invalid-reference": true, >X "invalid-typeof-comparison": true, >X "conditional-initialization": true >X }, >X "optimizations": { >X "static-type-inference": true, >X "static-type-inference-second-pass": true, >X "local-context-pass": true, >X "constant-folding": true, >X "static-constant-class-folding": true, >X "call-gatherer-pass": true, >X "check-invalid-reads": false, >X "internal-call-transformation": false >X }, >X "namespace": "", >X "name": "", >X "description": "", >X "author": "", >X "version": "0.0.1", >X "verbose": false, >X "requires": { >X "extensions": [] >X }, >X "extra": { >X "backend": "ZendEngine3" >X } >X} >21ed2b917c64df44e5a7b64ec90ec209 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211144
: 172556 |
174967
|
179206