From 81dc747b474237a747340d488725890c7a3fe0cc Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Aug 2002 14:53:18 +0000 Subject: Initial import of chicken-0.1072 into the NetBSD Packages Collection. 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. --- lang/chicken/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/chicken/Makefile (limited to 'lang/chicken/Makefile') diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile new file mode 100644 index 00000000000..dd7157ae3b9 --- /dev/null +++ b/lang/chicken/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 14:53:18 agc Exp $ +# + +DISTNAME= chicken-0.1072 +CATEGORIES= lang +MASTER_SITES= http://www.call-with-current-continuation.org/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.call-with-current-continuation.org// +COMMENT= scheme to C compiler, handling R5RS + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3