pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/hawk-scheme: update to hawk-scheme-0.11
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Wed Sep 9 22:03:12 2026 +0000
Changeset: 6ddaac30c4987e2c8aa2d15a8e7ddd13b7270a10
Modified Files:
hawk-scheme/Makefile
hawk-scheme/PLIST
hawk-scheme/distinfo
Log Message:
wip/hawk-scheme: update to hawk-scheme-0.11
Release notes:
hawk v0.11:
* Improved garbage collector
* Many backend bugfixes
hawk v0.10:
* Improved backend operand fusion
* Added --unsafe flag, that disables vector bounds length checks
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ddaac30c4987e2c8aa2d15a8e7ddd13b7270a10
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
hawk-scheme/Makefile | 6 +++---
hawk-scheme/PLIST | 1 +
hawk-scheme/distinfo | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diffs:
diff --git a/hawk-scheme/Makefile b/hawk-scheme/Makefile
index 8e25abba7b..164247323a 100644
--- a/hawk-scheme/Makefile
+++ b/hawk-scheme/Makefile
@@ -1,16 +1,16 @@
# $NetBSD$
-DISTNAME= hawk-v0.9
+DISTNAME= hawk-v0.11
PKGNAME= ${DISTNAME:S,-v,-scheme-,}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=djwatson/}
GITHUB_PROJECT= hawk
-GITHUB_RELEASE= v0.9
+GITHUB_RELEASE= v0.11
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://djwatson.github.io/hawk/
COMMENT= Scheme jit that makes code fly!
-# not use about this, some third party files are "do as you please"
+# not sure about this, some third party files are "do as you please"
# and some third party files have no explicit copyright
LICENSE= mit AND modified-bsd
diff --git a/hawk-scheme/PLIST b/hawk-scheme/PLIST
index e4bd31f816..eb5675a5a2 100644
--- a/hawk-scheme/PLIST
+++ b/hawk-scheme/PLIST
@@ -3,5 +3,6 @@ bin/hawk
lib/libhawk_core.so
libexec/hawk-cc
man/man1/hawk.1
+share/doc/hawk/copyright
share/hawk/srfi/1.sld
share/hawk/srfi/69.sld
diff --git a/hawk-scheme/distinfo b/hawk-scheme/distinfo
index f998a2d59e..e52124037f 100644
--- a/hawk-scheme/distinfo
+++ b/hawk-scheme/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-BLAKE2s (hawk-v0.9.tar.gz) = f4343e27f91cf99d63c7965e0280657c1f55d7a3c92319daaa08293660f2aa7b
-SHA512 (hawk-v0.9.tar.gz) = 5dae5ea680ceef361c0ba9afd07489d390fc06b9717450765aa9c31caf68540e9f58edfc0ea954426750494086f9ef630a46893e5bf6a68ee7ce7d7eb219cc29
-Size (hawk-v0.9.tar.gz) = 2789298 bytes
+BLAKE2s (hawk-v0.11.tar.gz) = df639bc8e6d67ccecca0eaf9c18df4aabe5be250b18294f6b8acc865f4c573db
+SHA512 (hawk-v0.11.tar.gz) = d560a0e5ef3353c789c88f07bf8345a9878b901bacbd3217eeaac80e38cd4644793d52309d8884417410c7f1de9f214b426f8b0340a67b16816e3d596fb76047
+Size (hawk-v0.11.tar.gz) = 2786927 bytes
SHA1 (patch-CMakeLists.txt) = a9fc0a58bbf65f75d292579b190279491f8dcad0
SHA1 (patch-jitdump.c) = acac908df4817cba5acc51801aa2f0e8f4f81d7b
SHA1 (patch-runtime.c) = fcfe2470936847406db3a4fd3e44ed549e4d3476
Home |
Main Index |
Thread Index |
Old Index