pkgsrc-WIP-changes archive

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

chicken5: Adjust COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Nov 17 12:22:49 2018 +0100
Changeset:	6d14a70291cb2103d58cfce479c12ad8b5756dc6

Modified Files:
	chicken5/COMMIT_MSG

Log Message:
chicken5: Adjust COMMIT_MSG

(It is safer to import it as lang/chicken5 instead of using it to update
lang/chicken, they are not completely compatible and not all eggs were ported
(so lang/chicken can be still handy)).

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

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

diffstat:
 chicken5/COMMIT_MSG | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diffs:
diff --git a/chicken5/COMMIT_MSG b/chicken5/COMMIT_MSG
index 13591847d1..35e6933620 100644
--- a/chicken5/COMMIT_MSG
+++ b/chicken5/COMMIT_MSG
@@ -1,6 +1,20 @@
-chicken: Update lang/chicken to 5.0.0
+chicken5: Import chicken-5.0.0 as lang/chicken5
 
-Changes:
+CHICKEN is a Scheme-to-C compiler supporting most of the language
+features as defined in the Revised^5 Report on Scheme.  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.
+
+
+Changes since chicken-4.13.0:
 5.0.0
 -----
 - Runtime system


Home | Main Index | Thread Index | Old Index