head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.04.06.00.49.11;	author sylvio;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.02.17.53.18;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.21.20.07.38;	author beat;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Added support to plataform amd64

PR:		ports/145382
Submitted by:	Vitaly Magerya <vmagerya@@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
@
text
@bin/petite
bin/scheme-script
lib/csv%%CHEZ_VERSION%%/%%CHEZ_MACHTYPE%%/petite.boot
lib/csv%%CHEZ_VERSION%%/%%CHEZ_MACHTYPE%%/scheme-script.boot
lib/csv%%CHEZ_VERSION%%/%%CHEZ_MACHTYPE%%/scheme.h
lib/csv%%CHEZ_VERSION%%/lib/Makefile
lib/csv%%CHEZ_VERSION%%/lib/compat.ss
lib/csv%%CHEZ_VERSION%%/lib/csocket.c
lib/csv%%CHEZ_VERSION%%/lib/def.ss
lib/csv%%CHEZ_VERSION%%/lib/edit.ss
lib/csv%%CHEZ_VERSION%%/lib/fact.ss
lib/csv%%CHEZ_VERSION%%/lib/fatfib.ss
lib/csv%%CHEZ_VERSION%%/lib/fft.ss
lib/csv%%CHEZ_VERSION%%/lib/fib.ss
lib/csv%%CHEZ_VERSION%%/lib/foreign.ss
lib/csv%%CHEZ_VERSION%%/lib/freq.ss
lib/csv%%CHEZ_VERSION%%/lib/interpret.ss
lib/csv%%CHEZ_VERSION%%/lib/m4.ss
lib/csv%%CHEZ_VERSION%%/lib/macro.ss
lib/csv%%CHEZ_VERSION%%/lib/matrix.ss
lib/csv%%CHEZ_VERSION%%/lib/object.ss
lib/csv%%CHEZ_VERSION%%/lib/power.ss
lib/csv%%CHEZ_VERSION%%/lib/queue.ss
lib/csv%%CHEZ_VERSION%%/lib/rabbit.ss
lib/csv%%CHEZ_VERSION%%/lib/rsa.ss
lib/csv%%CHEZ_VERSION%%/lib/scons.ss
lib/csv%%CHEZ_VERSION%%/lib/setof.ss
lib/csv%%CHEZ_VERSION%%/lib/socket.ss
lib/csv%%CHEZ_VERSION%%/lib/unify.ss
@@dirrm lib/csv%%CHEZ_VERSION%%/lib
@@dirrm lib/csv%%CHEZ_VERSION%%/%%CHEZ_MACHTYPE%%
@@dirrm lib/csv%%CHEZ_VERSION%%
@


1.2
log
@- Update to 8.0

PR:		145164
Submitted by:	Vitaly Magerya <vmagerya@@gmail.com> (maintainer)
@
text
@d2 1
@


1.1
log
@Petite Chez Scheme is a complete Scheme system that is fully compatible
with Chez Scheme but uses high-speed threaded interpreter technology in
place of Chez Scheme's incremental native-code compiler. Programs written
for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do
not depend specifically on the compiler. In fact, Petite Chez Scheme is
built from the same sources as Chez Scheme, with all but the compiler
sources included.

Petite Chez Scheme was conceived as a freely distributable run-time
environment for compiled Chez Scheme applications. To serve this purpose,
it needed to have a complete run-time environment, including, for many
applications, a working evaluator. The result is a system that is useful
not only to our customers for the applications they distribute, but also
to people who want to use a top-quality Scheme system and can't justify
purchasing Chez Scheme.

WWW: http://www.scheme.com/petitechezscheme.html

PR:		ports/133437
Submitted by:	Vitaly Magerya <vmagerya AT gmail.com>
Approved by:	miwi (mentor)
@
text
@d3 1
@

