Path to this page:
./
lang/nqp,
Not Quite Perl -- lightweight Perl 6-like environment for VM
Branch: CURRENT,
Version: 2025.02,
Package name: nqp-2025.02,
Maintainer: pkgsrc-usersThis is "Not Quite Perl" -- a lightweight Perl 6-like environment for
virtual machines. The key feature of NQP is that it's designed to be a
very small environment (as compared with, say, perl6 or Rakudo) and
is focused on being a high-level way to create compilers and libraries
for virtual machines (such as the Parrot Virtual Machine [1] and the JVM).
Unlike a full-fledged implementation of Perl 6, NQP strives to have as
small a runtime footprint as it can, while still providing a Perl 6 object
model and regular expression engine for the virtual machine.
Required to run:[
devel/MoarVM]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 9454.272 KB
Version history: (Expand)
- (2025-03-02) Updated to version: nqp-2025.02
- (2025-02-15) Updated to version: nqp-2025.01
- (2024-12-31) Updated to version: nqp-2024.12
- (2024-11-22) Updated to version: nqp-2024.10nb1
- (2024-10-27) Updated to version: nqp-2024.10
- (2024-10-14) Updated to version: nqp-2024.09
CVS history: (Expand)
2025-03-12 12:27:43 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(lang/nqp) Add two files, missed at last update
|
2025-03-02 03:15:46 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(lang/nqp) Updated 2025.01 to 2025.02, explicit ChangeLog unknown,
(pkgsrc)
- configure style with previous version ask for deleted files,
as interim work around, old two files are now at files/ directory
and copied before configure stage
(upstream)
- diff from previous versinon, but just file names
mef20@makoto 11:04:24/250302(/tmp/xx)% diff -urN nqp-2025.01 nqp-2025.02 |& \
grep ^\++
(deleted files)
+++ nqp-2025.02/3rdparty/nqp-configure/.git 1970-01-01 09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/LICENSE 1970-01-01 09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/README.md 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/bin/make.nqp 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/doc/Macros.md 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/doc/NQP-Config.md 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/lib/NQP/Config/Test.pm 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/lib/NQP/Config.pm 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/lib/NQP/Macros.pm 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/t/10-config.t 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/t/20-macros.t 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/3rdparty/nqp-configure/t/30-if-macro.t 1970-01-01 \
09:00:00.000000000 +0900
+++ nqp-2025.02/MANIFEST 1970-01-01 09:00:00.000000000 +0900
(changed files)
+++ nqp-2025.02/VERSION 2025-02-23 05:06:01.000000000 +0900
+++ nqp-2025.02/azure-pipelines.yml 2025-02-23 05:06:01.000000000 +0900
+++ nqp-2025.02/src/QAST/Block.nqp 2025-02-23 05:06:01.000000000 +0900
+++ nqp-2025.02/src/QAST/Node.nqp 2025-02-23 05:06:01.000000000 +0900
+++ nqp-2025.02/src/vm/moar/QAST/QASTOperationsMAST.nqp 2025-02-23 \
05:06:01.000000000 +0900
+++ nqp-2025.02/tools/templates/MOAR_REVISION 2025-02-23 05:06:01.000000000 +0900
|
2025-02-15 12:46:55 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(lang/nqp) Updated 2024.12 to 2025.01, explicit ChangeLog unknown
|
2024-12-30 23:12:38 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(lang/nqp) Updated 2024.10 to 2024.12, explicit ChangeLog unknown
|
2024-11-22 04:48:50 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(lang/rakudo, lang/nqp) adapt to perl-5.40, sorry for hard coding
|
2024-10-27 06:41:36 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(lang/nqp) Updated 2024.09 to 2024.10, explicit ChangeLog unknown
|
2024-10-14 03:47:34 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(lang/nqp) Update buildlink3.mk also
|
2024-10-14 03:45:33 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(lang/nqp) Updated 2024.08 to 2024.09, explicit ChangeLog unknown
|