Port details |
- scheme48 Scheme Underground's implementation of R5RS
- 1.9.2_1 lang =8 1.9.2_1Version of this port present on the latest quarterly branch.
- Maintainer: lichray@gmail.com
- Port Added: unknown
- Last Update: 2024-02-24 16:22:31
- Commit Hash: 5915031
- People watching this port, also watch:: gnome, python, sawfish, gdbm, pth
- Also Listed In: scheme
- License: BSD3CLAUSE MIT
- WWW:
- https://www.s48.org
- Description:
- Scheme 48 is an implementation of the Scheme programming language as
described in the Revised^5 Report on the Algorithmic Language Scheme.
It is based on a compiler and interpreter for a virtual Scheme
machine. The name derives from our desire to have an implementation
that is simple and lucid enough that it looks as if it were written in
just 48 hours. We don't claim to have reached that stage yet; much
more simplification is necessary.
Scheme 48 is an implementation of the Scheme programming language as described
in the Revised5 Report on the Algorithmic Language Scheme [6]. It is based on
a compiler and interpreter for a virtual Scheme machine. Scheme 48 tries to be
faithful to the Revised5 Scheme Report, providing neither more nor less in the
initial user environment. (This is not to say that more isn't available in
other environments; see below.)
Scheme 48 is under continual development. Please report bugs, especially in
the VM, especially core dumps, to scheme-48-bugs@s48.org. Include the version
number x.yy from the "Welcome to Scheme 48 x.yy" greeting message in your bug
report. It is a goal of this project to produce a bullet-proof system; we want
no bugs and, especially, no crashes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/scheme48/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/scheme48
- pkg install scheme48
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scheme48
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (scheme48-1.9.2.tgz) = 9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
SIZE (scheme48-1.9.2.tgz) = 3951356
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for scheme48-1.9.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_scheme48
- USES:
- cpe gmake tar:tgz tex
- 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 |
1.9.2_1 24 Feb 2024 16:22:31 |
Muhammad Moinur Rahman (bofh) |
lang/scheme48: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.2 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
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) |
1.9.2 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 ) |
1.9.2 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 ) |
1.9.2 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
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").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.9.2 08 Oct 2021 11:22:45 |
Bernhard Froehlich (decke) |
lang/scheme48: Add CPE information
Approved by: portmgr (blanket) |
1.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.2 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
1.9.2 06 Dec 2014 20:36:02 |
feld |
Update BSD license
Fix COMMENT to appease portlint |
1.9.2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.9.2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.9.2 06 Jun 2014 21:06:12 |
madpilot |
- Update to 1.9.2
- Stagify
PR: 190385
Submitted by: lichray@gmail.com (maintainer) |
1.9 26 May 2014 14:47:57 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.9 21 Feb 2014 13:37:50 |
ehaupt |
Remove trailing whitespaces from category lang |
1.9 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.9 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.9 20 Jun 2013 00:59:22 |
wen |
- Update to 1.9
- Pass maintainership to submitter
- Trim Makefile headers
PR: 179163
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
1.8 05 Jul 2012 17:36:24 |
pawel |
Add PTHREAD_LIBS to LDFLAGS to fix build with clang |
1.8 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
1.8 16 Dec 2009 10:25:21 |
linimon |
Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no response
to email.
Hat: portmgr |
1.8 23 Jun 2008 07:02:58 |
nemoliu |
- update to 1.8 |
1.7 05 Oct 2007 04:02:35 |
delphij |
Fix previous scheme48 update by including files that was
missed in last commit.
Pointy hat to: delphij |
1.7 24 Sep 2007 08:41:54 |
nemoliu |
- update to 1.7
Approved by: delphij (mentor) |
1.5 30 Apr 2007 06:27:41 |
nemoliu |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
1.5 04 Apr 2007 15:55:52 |
gabor |
- Update to 1.5
- Pass maintainership to submitter
PR: ports/110519
Submitted by: Nemo Liu <nemoliu@gmail.com> |
1.3 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
1.3 12 Jul 2005 13:59:37 |
pav |
- Update to 1.3
PR: ports/83292
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
1.2 27 Dec 2004 14:32:25 |
dd |
Upgrade to 1.2 |
1.1 07 Jul 2004 14:11:59 |
vs |
Update to 1.1
PR: ports/68721
Submitted by: Kimura Fuyuki |
0.57 30 Mar 2004 09:49:45 |
krion |
- Add CONFLICTS
PR: ports/64927
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.57 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.57 20 Oct 2003 10:47:44 |
linimon |
On second thought, even though it works, it is better to be consistent. |
0.57 20 Oct 2003 10:40:52 |
linimon |
Mark broken on non-i386, per bento logs. |
0.57 05 Oct 2003 08:08:37 |
krion |
- Add WWW line in pkg-descr
PR: 57596
Submitted by: Mark Linimon <linimon@lonesome.com> |
0.57 28 Aug 2003 00:09:58 |
edwin |
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
0.57 20 Feb 2003 18:38:02 |
knu |
De-pkg-comment. |
0.57 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
0.57 21 Jun 2002 17:40:05 |
nectar |
Drop MAINTAINER: I'm not really taking care of these anymore. |
14 Jan 2002 06:38:24 |
jkoshy |
Upgrade to v0.57. |
15 Jun 2001 13:42:22 |
nectar |
- upgrade to the current Scheme48 release (0.56) - update MASTER_SITE -
remove FORBIDDEN since installation doesn't seem to email stuff anymore |
05 Feb 2001 15:04:13 |
olgeni |
Some style fixes in the lang category (usual round of spaces -> tabs) |
13 Dec 2000 01:32:43 |
ade |
Mark this port FORBIDDEN. |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |
02 Oct 2000 17:31:15 |
nectar |
Update 0.46 -> 0.53. Assume MAINTAINER role. |