7784 FreshPorts -- lang/rscheme
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
rscheme 0.7.3.3_1 lang on this many watch lists=2 search for ports that depend on this port
Broken BROKEN: fails to install on amd64
Ignore IGNORE: is marked as broken: fails to install on amd64
An object-oriented, extended version of the Scheme dialect of Lisp

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Jul 2001 07:06:38
Also Listed In: scheme
License: not specified in port


RScheme is an object-oriented, extended version of the Scheme dialect of Lisp.
RScheme is freely redistributable, and offers reasonable performance despite
being extraordinarily portable. RScheme can be compiled to C, and the C can
then compiled with a normal C compiler to generate machine code. By default,
however, RScheme compiles to bytecodes which are interpreted by a (runtime)
virtual machine. This ensures that compilation is fast and keeps code size
down. In general, we recommend using the (default) bytecode code generation
system, and only compiling your time-critical code to machine code. This
allows a nice adjustment of space/time tradeoffs.

WWW: http://www.rscheme.org/rs/
SVNWeb : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/lang/rscheme/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.rscheme.org/rs/b/0.7.3.3/32/

Number of commits found: 21

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Oct 2011 03:33:20
Original commit files touched by this commit  0.7.3.3_1
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
03 Jul 2011 13:45:36
Original commit files touched by this commit  0.7.3.3_1
ohauer search for other commits by this committer
- remove MD5
20 Nov 2007 02:09:32
Original commit files touched by this commit  0.7.3.3_1
linimon search for other commits by this committer
The build on 7.X was fixed back in August, but the BROKEN line was left.

Reported by:    pointyhat
Approved by:    portmgr (self)
27 Mar 2007 22:12:03
Original commit files touched by this commit  0.7.3.3_1
stas search for other commits by this committer
- Change my email.

Suggested by:   skv
18 Aug 2006 18:30:56
Original commit files touched by this commit  0.7.3.3_1
delphij search for other commits by this committer
 - Fix build on -CURRENT
 - Pass maintainership to submitter.

Submitted by:   Stanislav Sedov <ssedov mbsd msk ru>
PR:             ports/100889
26 Jul 2006 06:08:58
Original commit files touched by this commit  0.7.3.3
linimon search for other commits by this committer
Mark broken on current.
20 Apr 2006 21:32:21
Original commit files touched by this commit  0.7.3.3
anray search for other commits by this committer
Fix some portlint(1) warnings.
14 Apr 2006 21:54:10
Original commit files touched by this commit  0.7.3.3
anray search for other commits by this committer
Fix build warnings.
11 Feb 2006 21:40:51
Original commit files touched by this commit  0.7.3.3
anray search for other commits by this committer
Fix plist.

Reported by:    pointyhat(kris)
10 Feb 2006 15:07:06
Original commit files touched by this commit  0.7.3.3
anray search for other commits by this committer
* Update to 0.7.3.3
* Update master sites.
* Fix build and unbreak port.
25 Nov 2005 00:33:45
Original commit files touched by this commit  0.7.3.2
pav search for other commits by this committer
- Add SHA256
09 Oct 2005 22:42:00
Original commit files touched by this commit  0.7.3.2
linimon search for other commits by this committer
Pacify distfile survey.
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.7.3.2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.7.3.2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
26 Sep 2004 02:51:22
Original commit files touched by this commit  0.7.3.2
kris search for other commits by this committer
BROKEN on 5.x: Coredump during build

Approved by:    portmgr (self)
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.7.3.2
trevor search for other commits by this committer
SIZEify.
05 Oct 2003 09:19:40
Original commit files touched by this commit  0.7.3.2
erwin search for other commits by this committer
Per bento, this port gets either signal 11 or signal 4 when
trying to install on non-i386.  Mark it to warn the unwary.
Since it doesn't have a maintainer, I guess you could go either
way on whether it should be "broken" or "ignore".

PR:             57595
Submitted by:   Mark Linimon <linimon@lonesome.com>
28 Aug 2003 00:09:58
Original commit files touched by this commit  0.7.3.2
edwin search for other commits by this committer
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>
04 Apr 2003 20:55:35
Original commit files touched by this commit  0.7.3.2
nork search for other commits by this committer
Update to 0.7.3.2.

PR:             ports/49089
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
20 Feb 2003 18:38:02
Original commit files touched by this commit  0.7.3.1
knu search for other commits by this committer
De-pkg-comment.
31 Jul 2001 11:06:38
files touched by this commit
sobomax search for other commits by this committer
Add rscheme 0.7.3.1, an object-oriented, extended version of the   Scheme
dialect of Lisp.    

Number of commits found: 21

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours9
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0