Up to [cvs.NetBSD.org] / pkgsrc / lang / lua54
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 25 18:55:47 2023 UTC (8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
lua*: honor BUILD_USES_CMAKE
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 2 21:42:23 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.2: +9 -1
lines
Diff to previous 1.2 (colored)
lua: move cmake bits to per-interpreter buildlink3s
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 30 13:48:59 2020 UTC (3 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
lua54: correct version check
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 30 13:16:14 2020 UTC (3 years, 5 months ago) by nia
Branch: MAIN
lang: Add lua54. Note: this is slightly different than other Lua packages and, among other things, implements its own install target. This is becuase I wanted to minimize the amount of patching to Makefiles to make it fit into the pkgsrc world. Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. This version is a preferred choice for new Lua modules.