pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyclone docs: update to cyclone-docs-0.26



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Feb 4 22:58:46 2021 +0200
Changeset:	4e3d2dc7acc7278886ca79e6a397ef6446cd9c45

Modified Files:
	cyclone-docs/Makefile
	cyclone-docs/PLIST
	cyclone-docs/distinfo

Log Message:
cyclone docs: update to cyclone-docs-0.26

Announcement:

Released Cyclone Scheme 0.26

February 3rd, 2021

Features

  • Enhanced c-define to emit type checks for parameters.

Bug Fixes

  • Allow pretty-print to display contents of a record type.
  • Re-enable optimizations that were broken when vector? was modified to no longer return true for record types.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e3d2dc7acc7278886ca79e6a397ef6446cd9c45

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cyclone-docs/Makefile | 6 +++---
 cyclone-docs/PLIST    | 2 ++
 cyclone-docs/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/cyclone-docs/Makefile b/cyclone-docs/Makefile
index ea68437dfe..379891021b 100644
--- a/cyclone-docs/Makefile
+++ b/cyclone-docs/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	cyclone
-GITHUB_TAG=	v0.25
-DISTNAME=	v0.25
+GITHUB_TAG=	v0.26
+DISTNAME=	${GITHUB_TAG}
 PKGNAME=	${GITHUB_PROJECT}-docs-${DISTNAME:S,^v,,}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=justinethier/}
@@ -13,7 +13,7 @@ HOMEPAGE=	https://justinethier.github.io/cyclone/index
 COMMENT=	Documentation for wip/cyclone
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/cyclone-0.25
+WRKSRC=		${WRKDIR}/cyclone-${PKGVERSION_NOREV}
 
 INSTALLATION_DIRS+=	share/doc/cyclone
 INSTALLATION_DIRS+=	share/examples/cyclone
diff --git a/cyclone-docs/PLIST b/cyclone-docs/PLIST
index 3a75d187f3..14562add3e 100644
--- a/cyclone-docs/PLIST
+++ b/cyclone-docs/PLIST
@@ -10,6 +10,7 @@ share/doc/cyclone/Garbage-Collector.md
 share/doc/cyclone/Multithreaded-Development.md
 share/doc/cyclone/Release-Checklist.md
 share/doc/cyclone/Scheme-Language-Compliance.md
+share/doc/cyclone/Scheme-code-conventions.md
 share/doc/cyclone/User-Manual.md
 share/doc/cyclone/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md
 share/doc/cyclone/Writing-the-Cyclone-Scheme-Compiler.md
@@ -127,6 +128,7 @@ share/examples/cyclone/call-scm-from-c/full.c
 share/examples/cyclone/call-scm-from-c/full.h
 share/examples/cyclone/cat.scm
 share/examples/cyclone/fac.scm
+share/examples/cyclone/ffi/custom-type.scm
 share/examples/cyclone/ffi/sub-bignums.h
 share/examples/cyclone/ffi/sub-bignums.scm
 share/examples/cyclone/game-of-life-png/Makefile
diff --git a/cyclone-docs/distinfo b/cyclone-docs/distinfo
index 1d4a9870e3..b4887254d4 100644
--- a/cyclone-docs/distinfo
+++ b/cyclone-docs/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (cyclone/v0.25.tar.gz) = 4a552d248be31ec47179a3366a00c2006e5ad6e2
-RMD160 (cyclone/v0.25.tar.gz) = dc047c382c4cae70cb6fa6e30898edc42706ca48
-SHA512 (cyclone/v0.25.tar.gz) = db92da0cabb4d6b7d61a2899851112cd2772d2a16216cdd0f3bc60b70931a9f2feb9789526b4be9896acd0171685ea242c9403ae763119830d48478283adcdec
-Size (cyclone/v0.25.tar.gz) = 4046525 bytes
+SHA1 (cyclone/v0.26.tar.gz) = 67265afdbb4f1aa909d8089b752f0a962a533412
+RMD160 (cyclone/v0.26.tar.gz) = 28d1ab46fcb4af15f6cc2c1ef6c3adf2e2e4720d
+SHA512 (cyclone/v0.26.tar.gz) = aa3d73570a398d1dcfec25fc2c5cc6aca16791d8d7a4aa41b53f1817dc842921b6cd64ad96d56a8d48558f714c8594fed1e3e26a475208aa55d856bb5e76a928
+Size (cyclone/v0.26.tar.gz) = 4052995 bytes


Home | Main Index | Thread Index | Old Index