Port details |
- petite-chez Free interpreter for Chez Scheme system
- 8.4_2 lang =3 8.4_2Version of this port present on the latest quarterly branch.
- Maintainer: vmagerya@gmail.com
- Port Added: 2009-05-21 20:08:17
- Last Update: 2024-01-22 20:26:40
- Commit Hash: 2b6ad65
- People watching this port, also watch:: wordgrinder, mpg123, ypsilon, chicken, lemon
- Also Listed In: scheme
- License: not specified in port
- WWW:
- https://www.scheme.com/petitechezscheme.html
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- petite-chez>0:lang/petite-chez
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/petite-chez/ && make install clean
- No package is available: User must accept license terms before installation
- PKGNAME: there is no package for this port: NO_PACKAGE = User must accept license terms before installation
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (pcsv8.4-a6fb.tar.gz) = b064d16e250a2221526ce06d8ddd4d1f5a7593290655d9573b27f7fc9618c20d
SIZE (pcsv8.4-a6fb.tar.gz) = 1334688
SHA256 (pcsv8.4-i3fb.tar.gz) = 9d5310fb0f9d06914cf1a7eb88b9833f42ff215d0cb8f5bedaf44683e06d43d5
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for petite-chez-8.4_2:
THREADS=off: Threading support
===> Use 'make config' to modify these settings
- Options name:
- lang_petite-chez
- USES:
- iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4_2 22 Jan 2024 20:26:40 |
Muhammad Moinur Rahman (bofh) |
lang/petite-chez: Sanitize MANPREFIX
Contrary to others this has not been tested
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.4_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
8.4_1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
8.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
8.4 07 Oct 2015 15:00:46 |
amdmi3 |
- Mark MAKE_JOBS_UNSAFE, there's a race between ld and chmod which leads to
build failure:
chmod 551 ./scheme
/usr/bin/ld: reopening ./scheme: Permission denied
/usr/bin/ld: final link failed: Permission denied
- Fix stripping, files are not writable
Approved by: portmgr blanket |
8.4 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
8.4 05 Jun 2014 21:55:02 |
cs |
- Support staging
- Strip binaries
- Pet portlint
PR: 190504
Submitted by: vmagerya@gmail.com (maintainer) |
8.4 02 Mar 2014 23:37:36 |
gerald |
Sync (and improve) the NO_PACKAGE and IGNORE statements and the entry
in LEGAL.
PR: 184682
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.4 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
8.4 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
8.4 08 Jun 2012 21:27:42 |
sylvio |
- Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNG
equivalents for devel/premake4, lang/ikarus, lang/stklos
and lang/ypsilon.
- Add mutual conflicts to lang/ikarus and lang/petite-chez
as they both install bin/scheme-script (reported by
Sulev-Madis Silber with his ports conflicts checker).
- Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING
is set (i.e. on the pointyhat cluster).
- Add regression-test target to lang/ypsilon.
PR: ports/168715
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.4 04 Jun 2012 02:53:48 |
miwi |
- convert to OptionsNG
PR: 168646
Submitted by: maintainer |
8.4 09 Nov 2011 15:11:10 |
pawel |
- Update to version 8.4
- Prevent linking with devel/libncurses
Changelog: http://scheme.com/csv8.4/8.4.html
PR: ports/161994
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.3 18 May 2011 20:16:28 |
sylvio |
- Update distinfo
PR: ports/157122
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.3 18 May 2011 17:20:40 |
sylvio |
- Update to 8.3
PR: ports/157122
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.2 28 Feb 2011 18:17:14 |
sylvio |
- Update to 8.2
PR: ports/155117
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.1 10 Dec 2010 23:07:40 |
pgollucci |
- Update to 8.1
PR: ports/152918
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
8.0_1 06 Apr 2010 12:58:17 |
sylvio |
- Fix to when used tool of update.
- BUMP PORTREVISION
Submitted by: Vitaly Magerya (vmagerya@gmail.com) (maintainer)
Approved by: itetcu (mentor, implicit) |
8.0 06 Apr 2010 00:49:11 |
sylvio |
- Added support to plataform amd64
PR: ports/145382
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
8.0 02 Apr 2010 17:53:18 |
miwi |
- Update to 8.0
PR: 145164
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
7.4d 16 Aug 2009 23:33:54 |
amdmi3 |
- Update to 7.4d
PR: 137794
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) |
7.4 21 May 2009 20:07:38 |
beat |
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) |