Port details |
- scsh Unix shell embedded into Scheme, with access to all Posix calls
- 0.6.7 lang
=3 0.6.7Version of this port present on the latest quarterly branch. BROKEN: fails to install on amd64
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
IGNORE: is marked as broken: fails to install on amd64
- 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
 - Port Added: 2002-05-28 19:37:46
- Last Update: 2014-09-10 07:51:20
- SVN Revision: 367800
- People watching this port, also watch:: scheme48, mplayer-skins, python
- Also Listed In: scheme
- License: not specified in port
- WWW:
- http://www.scsh.net/
- Description:
- Scsh is a Unix shell in that is has significant syntax extensions to
make writing Unix shell scripts easy (constructing pipelines, setting
I/O redirection, conditional execution etc.). It also offers access to
lower-level functionality like all Posix system calls, TCP/IP sockets
and a full-featured regular expression library. This is embedded into
a general-purpose programming language with real data types,
extensive, syntactically clean control constructs and "real" quoting
rules.
Scsh is also a full implementation of R4RS Scheme with some
non-standard behavior (required for scripting). As a result, a wide
varity of exiting Scheme code can be used. The underlying Scheme
implementation is a virtual machine for compact byte code.
The name of the installed program is "scsh", the manpage is scsh(1),
other documentation is in (/usr/local/)lib/scsh/doc. To load slib,
install slib into /usr/local/lib/slib and run (load "slib-init.scm")
in scsh. It requires no additional setup (paths or such). The emacs
interface is in the original distribution in emacs/. For documentation
see doc/user-guide.txt.
WWW: http://www.scsh.net/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: scsh
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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.
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.6.7 10 Sep 2014 07:51:20
  |
marino  |
Remove unstaged lang/scsh and net-mgmt/zenoss
The ports that were dependent on them have already been removed. |
0.6.7 05 Jul 2014 19:27:04
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
0.6.7 26 May 2014 14:47:57
  |
miwi  |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
0.6.7 20 Sep 2013 19:53:10
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.6.7 17 Mar 2013 14:13:50
  |
danfe  |
In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file). |
0.6.7 24 Oct 2011 03:33:20
 |
stas  |
- 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). |
0.6.7 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.7 03 Jul 2011 13:45:36
 |
ohauer  |
- remove MD5 |
0.6.7 02 Sep 2009 15:01:56
 |
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.6.7 27 Mar 2007 22:12:03
 |
stas  |
- Change my email.
Suggested by: skv |
0.6.7 29 Jul 2006 20:36:35
 |
miwi  |
- Update to 0.6.7
- Pass maintainership to submitter |
0.6.6 25 Nov 2005 00:33:45
 |
pav  |
- Add SHA256 |
0.6.6 15 Jul 2004 13:50:44
 |
vs  |
Fix module-path.
PR: ports/69070
Submitted by: Bj?rn Lindstr?m |
0.6.6 30 Mar 2004 09:49:03
 |
krion  |
- Update to 0.6.6
PR: ports/64928
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.6.5 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
0.6.5 14 Dec 2003 19:20:28
 |
pav  |
- Update to 0.6.5
PR: ports/59658
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
0.6.4 20 Oct 2003 10:48:57
 |
linimon  |
Per bento logs, mark as broken on non-i386. |
0.6.4 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
0.6.4 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.6.4 20 May 2003 08:47:25
 |
alex  |
Update to 0.6.4 |
0.6.2 07 Mar 2003 06:05:38
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.6.2 28 May 2002 19:40:23
 |
alex  |
Add the changes from the expected default-behaviour into pkg-message.
(They used to be in pkg-descr). |
0.6.2 28 May 2002 19:37:41
 |
alex  |
Fit to 24 lines, add WWW: and my name. |
0.6.2 28 May 2002 19:36:26
 |
alex  |
Move this port from "shells" to "lang", since it is a not an interactive
shell like all the other shells in "shells".
Suggested by: nectar |