summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Andreas Voegele2019-11-30 18:56:29 +0100
committer Willy Sudiarto Raharjo2019-11-30 19:08:31 +0100
commitc2d4efe1fda041a218adc81b03c9fcb77ea83bab (patch)
treea8d76410aeab611529d54ff614101405800ddec2 /perl
parentbf62be74b806213aaa83341b87725b332ea8fd9f (diff)
downloadslackbuilds-c2d4efe1fda041a218adc81b03c9fcb77ea83bab.tar.gz
perl/nqp: Updated for version 2019.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/nqp/README9
-rw-r--r--perl/nqp/nqp.SlackBuild2
-rw-r--r--perl/nqp/nqp.info6
-rw-r--r--perl/nqp/slack-desc12
4 files changed, 13 insertions, 16 deletions
diff --git a/perl/nqp/README b/perl/nqp/README
index 008b7d92fd..cc78d7c7a8 100644
--- a/perl/nqp/README
+++ b/perl/nqp/README
@@ -1,11 +1,8 @@
-NQP, short for "Not Quite Perl", is a lightweight Perl 6-like
-environment for virtual machines. NQP is designed to be very small (as
-compared with, say, perl6 or Rakudo) and is focused on being a
-high-level way to create compilers and libraries for MoarVM, the JVM,
-and others.
+NQP, short for "Not Quite Perl", is a compiler toolchain for MoarVM, the
+JVM, and others.
By default, support for MoarVM is built. The JVM backend is experimental
-and requires JDK 8.
+and requires a recent JDK.
BACKENDS=moar,jvm ./nqp.SlackBuild
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild
index d45b5fbbb5..1e74edb713 100644
--- a/perl/nqp/nqp.SlackBuild
+++ b/perl/nqp/nqp.SlackBuild
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=nqp
-VERSION=${VERSION:-2019.07.1}
+VERSION=${VERSION:-2019.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/perl/nqp/nqp.info b/perl/nqp/nqp.info
index d8f3ae31ab..29e021b4ae 100644
--- a/perl/nqp/nqp.info
+++ b/perl/nqp/nqp.info
@@ -1,8 +1,8 @@
PRGNAM="nqp"
-VERSION="2019.07.1"
+VERSION="2019.11"
HOMEPAGE="https://rakudo.org"
-DOWNLOAD="https://github.com/perl6/nqp/releases/download/2019.07.1/nqp-2019.07.1.tar.gz"
-MD5SUM="d2e26e6c4c1f08c82ec933ef644b5881"
+DOWNLOAD="https://github.com/perl6/nqp/releases/download/2019.11/nqp-2019.11.tar.gz"
+MD5SUM="955cc21b8a6ffbfc0e8400db18d49ac7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"
diff --git a/perl/nqp/slack-desc b/perl/nqp/slack-desc
index d82e9f4cba..5943cc49d9 100644
--- a/perl/nqp/slack-desc
+++ b/perl/nqp/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-nqp: nqp (Perl 6-like environment for virtual machines)
+nqp: nqp (compiler toolchain for MoarVM)
nqp:
-nqp: NQP, short for "Not Quite Perl", is a lightweight Perl 6-like
-nqp: environment for virtual machines. NQP is designed to be very small (as
-nqp: compared with, say, perl6 or Rakudo) and is focused on being a
-nqp: high-level way to create compilers and libraries for MoarVM, the JVM,
-nqp: and others.
+nqp: NQP, short for "Not Quite Perl", is a compiler toolchain for MoarVM,
+nqp: the JVM, and others.
nqp:
nqp: Homepage: https://rakudo.org/
nqp:
nqp:
+nqp:
+nqp:
+nqp: