pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import of NetBSD rakudo compiler system.
Module Name: pkgsrc-wip
Committed By: goon <goon.mage%yahoo.com@localhost>
Pushed By: goon
Date: Sun Nov 16 13:29:31 2025 +0100
Changeset: bb6e26445bf835a87f7648cf059e84a309be8636
Added Files:
nraku/DESCR
nraku/Makefile
nraku/PLIST
nraku/distinfo
Log Message:
import of NetBSD rakudo compiler system.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb6e26445bf835a87f7648cf059e84a309be8636
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nraku/DESCR | 1 +
nraku/Makefile | 20 ++++++++++++++++++++
nraku/PLIST | 2 ++
nraku/distinfo | 5 +++++
4 files changed, 28 insertions(+)
diffs:
diff --git a/nraku/DESCR b/nraku/DESCR
new file mode 100644
index 0000000000..fe79ea7f11
--- /dev/null
+++ b/nraku/DESCR
@@ -0,0 +1 @@
+Raku(do) (formerly perl6) compiler system and sources.
diff --git a/nraku/Makefile b/nraku/Makefile
new file mode 100644
index 0000000000..4342217bce
--- /dev/null
+++ b/nraku/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= nraku-2025
+CATEGORIES= lang
+MASTER_SITES= https://sourceforge.net/projects/nraku/files/
+
+MAINTAINER= goon.mage%yahoo.com@localhost
+HOMEPAGE= https://sourceforge.net/projects/nraku/
+COMMENT= Raku(do) compiler system and sources (formerly perl6)
+LICENSE= Artistic License 2.0
+
+WRKSRC= ${WRKDIR}/nraku-2025
+USE_LANGUAGES= C, NQP
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nraku-2025 ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/nraku/PLIST b/nraku/PLIST
new file mode 100644
index 0000000000..69577e0d96
--- /dev/null
+++ b/nraku/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/perl6
diff --git a/nraku/distinfo b/nraku/distinfo
new file mode 100644
index 0000000000..58b863ec04
--- /dev/null
+++ b/nraku/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nraku-2025.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (nraku-2025.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (nraku-2025.tar.gz) = 3860 bytes
Home |
Main Index |
Thread Index |
Old Index