Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183028 - SICP Scheme source
Summary: SICP Scheme source
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www-mitpress.mit.edu/sicp/code...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-24 09:09 UTC by Marijn Schouten (RETIRED)
Modified: 2013-01-28 19:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sicp-code-1.ebuild (sicp-code-1.ebuild,757 bytes, text/plain)
2007-07-27 10:36 UTC, Magnus Deininger
Details
helper.scm (helper.scm,35 bytes, text/plain)
2007-07-27 10:37 UTC, Magnus Deininger
Details
sicp (sicp,2.67 KB, text/plain)
2007-07-27 10:37 UTC, Magnus Deininger
Details
sicp-code-1.ebuild (sicp-code-1.ebuild,635 bytes, text/plain)
2007-07-27 11:08 UTC, Magnus Deininger
Details
sicp (sicp,2.67 KB, text/plain)
2007-07-27 11:11 UTC, Magnus Deininger
Details
sicp-code-1.ebuild (sicp-code-1.ebuild,621 bytes, text/plain)
2007-07-27 11:23 UTC, Magnus Deininger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten (RETIRED) gentoo-dev 2007-06-24 09:09:09 UTC
We need an ebuild for SICP Scheme sources and test in what implementations it works and a nice script to call _that_ implementation with "sicp 5" to open source for chapter 5 or something like that.
Comment 1 Magnus Deininger 2007-07-27 10:27:43 UTC
had a different textbook, but the sources seem to work fine with mzscheme if i define true and false... made a rough ebuild, helper micro-lib and script to do all the dirty details with mzscheme.
Comment 2 Magnus Deininger 2007-07-27 10:36:49 UTC
Created attachment 126126 [details]
sicp-code-1.ebuild

ebuild for these sources, will fetch and install them in /usr/share/sicp
Comment 3 Magnus Deininger 2007-07-27 10:37:27 UTC
Created attachment 126127 [details]
helper.scm

helper.scm (defines true and false). goes in files/
Comment 4 Magnus Deininger 2007-07-27 10:37:59 UTC
Created attachment 126129 [details]
sicp

shell script that loads the appropriate file(s) for each chapter in mzscheme.
ebuild expects it to be in files/
Comment 5 Magnus Deininger 2007-07-27 11:08:19 UTC
Created attachment 126130 [details]
sicp-code-1.ebuild

removed src_unpack and src_compile
Comment 6 Magnus Deininger 2007-07-27 11:11:16 UTC
Created attachment 126131 [details]
sicp

fixed typos
Comment 7 Magnus Deininger 2007-07-27 11:23:17 UTC
Created attachment 126132 [details]
sicp-code-1.ebuild

+rdepend -inherit
Comment 8 Marijn Schouten (RETIRED) gentoo-dev 2007-11-06 17:15:25 UTC
We should consider using mit-scheme instead. It contains sicp/compat.scm for SICP compatibility which among other things sets 'nil and 't.