summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-QuickJS
AgeCommit message (Collapse)Author
2025-10-06lang/p5-JavaScript-QuickJS: Fix build after ↵Po-Chuan Hsieh
ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 - Add BUILD_DEPENDS check Reference: https://github.com/bellard/quickjs/commit/f10ef299a6ab4c36c4162cc5840f128f74ec197c
2025-07-29lang/p5-JavaScript-QuickJS: Fix build after ↵Po-Chuan Hsieh
ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 Obtained from: https://github.com/FGasper/p5-JavaScript-QuickJS/issues/13 https://github.com/FGasper/p5-JavaScript-QuickJS/tree/quickjs_2025_04
2025-02-18*/*: chase lang/quickjs SONAME changeRobert Clausecker
PR: 275087
2024-09-16lang/p5-JavaScript-QuickJS: Minimize patch filePo-Chuan Hsieh
2024-09-09lang/p5-JavaScript-QuickJS: Use lang/quickjsPo-Chuan Hsieh
- Bump PORTREVISION for dependency and package change
2024-09-05lang/p5-JavaScript-QuickJS: Add p5-JavaScript-QuickJS 0.21Po-Chuan Hsieh
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.