aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-QuickJS
Commit message (Collapse)AuthorAgeFilesLines
* lang/p5-JavaScript-QuickJS: Fix build after ↵Po-Chuan Hsieh2025-10-062-1/+47
| | | | | | | | ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 - Add BUILD_DEPENDS check Reference: https://github.com/bellard/quickjs/commit/f10ef299a6ab4c36c4162cc5840f128f74ec197c
* lang/p5-JavaScript-QuickJS: Fix build after ↵Po-Chuan Hsieh2025-07-291-0/+16
| | | | | | | ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 Obtained from: https://github.com/FGasper/p5-JavaScript-QuickJS/issues/13 https://github.com/FGasper/p5-JavaScript-QuickJS/tree/quickjs_2025_04
* */*: chase lang/quickjs SONAME changeRobert Clausecker2025-02-181-0/+1
| | | | PR: 275087
* lang/p5-JavaScript-QuickJS: Minimize patch filePo-Chuan Hsieh2024-09-151-42/+14
|
* lang/p5-JavaScript-QuickJS: Use lang/quickjsPo-Chuan Hsieh2024-09-082-1/+95
| | | | - Bump PORTREVISION for dependency and package change
* lang/p5-JavaScript-QuickJS: Add p5-JavaScript-QuickJS 0.21Po-Chuan Hsieh2024-09-054-0/+48
JavaScript::QuickJS embeds Fabrice Bellard's QuickJS engine into a Perl XS module. You can thus run JavaScript (ES2020 specification) directly in your Perl programs. This distribution includes all needed C code; unlike with most XS modules that interface with C libraries, you don't need QuickJS pre-installed on your system.