pkgsrc-Bugs archive

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

PR/60583 CVS commit: pkgsrc/lang/chicken6



The following reply was made to PR pkg/60583; it has been noted by GNATS.

From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60583 CVS commit: pkgsrc/lang/chicken6
Date: Sun, 6 Sep 2026 09:44:11 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sun Sep  6 09:44:11 UTC 2026
 
 Added Files:
 	pkgsrc/lang/chicken6: DESCR Makefile PLIST distinfo
 	pkgsrc/lang/chicken6/patches: patch-Makefile.macosx
 	    patch-tests_runtests.sh
 
 Log Message:
 New package, chicken6.
 
 From Kogule Ryo in PR pkg/60583.
 
 CHICKEN is a Scheme-to-C compiler supporting most of the language
 features as defined in the Revised^5 Report on Scheme and Revised^7 Report on
 Scheme small language.  CHICKEN generates quite portable C code, and files
 compiled by it (including itself) should work without any changes on most
 platforms.
 
 The whole package is distributed under a BSD license and as such free
 to use and modify as long as you adhere to its terms (see the manual).
 Linkage to C modules and C-library functions is straightforward, so
 it's easy to access C from Scheme.  Compiled code can be embedded into
 existing C programs without problems.  The generated code supports
 full tail-recursion, first-class continuations, multiple values and
 dynamic-wind.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r0 -r1.1 pkgsrc/lang/chicken6/DESCR \
     pkgsrc/lang/chicken6/Makefile pkgsrc/lang/chicken6/PLIST \
     pkgsrc/lang/chicken6/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/lang/chicken6/patches/patch-Makefile.macosx \
     pkgsrc/lang/chicken6/patches/patch-tests_runtests.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index