The FreeBSD Ports Archive
FreeBSD lang : STk4>
A scheme interpreter with full access to the Tk graphical package
STk is a Scheme interpreter which can access to the Tk graphical package.
Concretely it can be seen as the John Ousterhout's Tk package where
the Tcl language has been replaced by Scheme.
The Scheme interpreter is now R4RS conformant.
This release provides an efficient object oriented system called STklos.
STklos is a full OO system with multi-inheritance, generic functions,
multi-methods and a true meta object protocol).
http://kaolin.unice.fr/STk/
|
STk history
v. 1.31
date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2004/04/12 04:01:32; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.29
date: 2003/09/27 01:15:22; author: edwin; state: Exp; lines: +1 -1
backout ports/56801
Noticed by: FreshPorts sanity checking
v. 1.28
date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +1 -1
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru
v. 1.27
date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +1 -1
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
v. 1.26
date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2001/12/24 10:37:40; author: dirk; state: Exp; lines: +2 -2
portlint: remove extra whitespaces before end of line.
v. 1.22
date: 2000/12/05 15:34:32; author: kevlo; state: Exp; lines: +12 -13
- Update to version 4.0.1
- Switch maintainer to ports@FreeBSD.org
PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
v. 1.21
date: 2000/04/12 06:17:42; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.20
date: 1999/09/21 10:11:24; author: asami; state: Exp; lines: +1 -3
These ports are building now, so take out BROKEN_ELF.
v. 1.19
date: 1999/08/31 06:46:40; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.18
date: 1999/08/25 06:34:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1998/12/22 07:41:43; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB.
v. 1.16
date: 1998/11/11 02:03:40; author: asami; state: Exp; lines: +3 -1
Expand lib/stk directory properly. Use PLIST_SUB to encode info.
v. 1.15
date: 1998/10/13 23:09:20; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
cc -O -pipe -DSTK_VERSION=\"3.1.1\" -DMACHINE=\"FreeBSD-3.0-BETA-i386\" -DUSE_DYNLOAD -DUSE_TK -DSTk_CODE -DFREEBSD -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I/usr/X11R6/include -o stk userinit.o libstk.a ../Mp/libgmp.a ../Tk/unix/libtk.a ../Tcl/libtcl.a ../Tcl/libevtcl.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lm
cc: ../Mp/libgmp.a: No such file or directory
cc: ../Tk/unix/libtk.a: No such file or directory
v. 1.14
date: 1998/03/08 01:39:21; author: jmacd; state: Exp; lines: +2 -2
Update to 3.1.1 (due to missing distfile). Though I'm the maintainer
of this port it has been a while since I used it and I was unable to
thoroughly test it today. A lot of the patches were removed.
v. 1.13
date: 1997/03/06 10:58:52; author: asami; state: Exp; lines: +1 -2
Don't ask whether I want to delete the old installation or not.
v. 1.12
date: 1996/11/12 02:18:01; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11
date: 1996/09/17 23:55:28; author: jmacd; state: Exp; lines: +6 -5
c
v. 1.10
date: 1995/11/22 13:12:24; author: asami; state: Exp; lines: +2 -2
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
v. 1.9
date: 1995/06/26 00:13:51; author: jmacd; state: Exp; lines: +2 -2
Reviewed by:
Submitted by:
Obtained from:
v. 1.8
date: 1995/04/24 22:10:25; author: asami; state: Exp; lines: +5 -2
Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.
v. 1.7
date: 1995/04/24 21:50:34; author: asami; state: Exp; lines: +2 -1
This port IS_INTERACTIVE (asks if you want to delete old installation).
v. 1.6
date: 1995/04/15 23:41:41; author: jmacd; state: Exp; lines: +3 -2
add myself as maintainer
v. 1.5
date: 1995/04/15 05:44:28; author: asami; state: Exp; lines: +3 -2
Update of lang Makefiles....
v. 1.4
date: 1995/04/01 12:46:39; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.3
date: 1995/02/25 21:59:40; author: ats; state: Exp; lines: +1 -2
Delete the patch prefix to get it more uniform with the other ports.
v. 1.2
date: 1995/02/24 10:35:36; author: jmacd; state: Exp; lines: +4 -3
Updated port for version 2.1.6, now supports dynamic loading
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
v. 1.1
date: 1995/01/04 09:54:36; author: swallace; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 09:54:37; author: swallace; state: Exp; lines: +0 -0
STk 2.1, a scheme interpreter with Tk support
Submitted by: Josh MacDonald,
=============================================================================
v. 1.31
date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2004/04/12 04:01:32; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.29
date: 2003/09/27 01:15:22; author: edwin; state: Exp; lines: +1 -1
backout ports/56801
Noticed by: FreshPorts sanity checking
v. 1.28
date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +1 -1
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru
v. 1.27
date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +1 -1
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
v. 1.26
date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2001/12/24 10:37:40; author: dirk; state: Exp; lines: +2 -2
portlint: remove extra whitespaces before end of line.
v. 1.22
date: 2000/12/05 15:34:32; author: kevlo; state: Exp; lines: +12 -13
- Update to version 4.0.1
- Switch maintainer to ports@FreeBSD.org
PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
v. 1.21
date: 2000/04/12 06:17:42; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.20
date: 1999/09/21 10:11:24; author: asami; state: Exp; lines: +1 -3
These ports are building now, so take out BROKEN_ELF.
v. 1.19
date: 1999/08/31 06:46:40; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.18
date: 1999/08/25 06:34:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1998/12/22 07:41:43; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB.
v. 1.16
date: 1998/11/11 02:03:40; author: asami; state: Exp; lines: +3 -1
Expand lib/stk directory properly. Use PLIST_SUB to encode info.
v. 1.15
date: 1998/10/13 23:09:20; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
cc -O -pipe -DSTK_VERSION=\"3.1.1\" -DMACHINE=\"FreeBSD-3.0-BETA-i386\" -DUSE_DYNLOAD -DUSE_TK -DSTk_CODE -DFREEBSD -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I/usr/X11R6/include -o stk userinit.o libstk.a ../Mp/libgmp.a ../Tk/unix/libtk.a ../Tcl/libtcl.a ../Tcl/libevtcl.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lm
cc: ../Mp/libgmp.a: No such file or directory
cc: ../Tk/unix/libtk.a: No such file or directory
v. 1.14
date: 1998/03/08 01:39:21; author: jmacd; state: Exp; lines: +2 -2
Update to 3.1.1 (due to missing distfile). Though I'm the maintainer
of this port it has been a while since I used it and I was unable to
thoroughly test it today. A lot of the patches were removed.
v. 1.13
date: 1997/03/06 10:58:52; author: asami; state: Exp; lines: +1 -2
Don't ask whether I want to delete the old installation or not.
v. 1.12
date: 1996/11/12 02:18:01; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11
date: 1996/09/17 23:55:28; author: jmacd; state: Exp; lines: +6 -5
c
v. 1.10
date: 1995/11/22 13:12:24; author: asami; state: Exp; lines: +2 -2
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
v. 1.9
date: 1995/06/26 00:13:51; author: jmacd; state: Exp; lines: +2 -2
Reviewed by:
Submitted by:
Obtained from:
v. 1.8
date: 1995/04/24 22:10:25; author: asami; state: Exp; lines: +5 -2
Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.
v. 1.7
date: 1995/04/24 21:50:34; author: asami; state: Exp; lines: +2 -1
This port IS_INTERACTIVE (asks if you want to delete old installation).
v. 1.6
date: 1995/04/15 23:41:41; author: jmacd; state: Exp; lines: +3 -2
add myself as maintainer
v. 1.5
date: 1995/04/15 05:44:28; author: asami; state: Exp; lines: +3 -2
Update of lang Makefiles....
v. 1.4
date: 1995/04/01 12:46:39; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.3
date: 1995/02/25 21:59:40; author: ats; state: Exp; lines: +1 -2
Delete the patch prefix to get it more uniform with the other ports.
v. 1.2
date: 1995/02/24 10:35:36; author: jmacd; state: Exp; lines: +4 -3
Updated port for version 2.1.6, now supports dynamic loading
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
v. 1.1
date: 1995/01/04 09:54:36; author: swallace; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 09:54:37; author: swallace; state: Exp; lines: +0 -0
STk 2.1, a scheme interpreter with Tk support
Submitted by: Josh MacDonald,
=============================================================================
v. 1.31
date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2004/04/12 04:01:32; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.29
date: 2003/09/27 01:15:22; author: edwin; state: Exp; lines: +1 -1
backout ports/56801
Noticed by: FreshPorts sanity checking
v. 1.28
date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +1 -1
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru
v. 1.27
date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +1 -1
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
v. 1.26
date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.25
date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2001/12/24 10:37:40; author: dirk; state: Exp; lines: +2 -2
portlint: remove extra whitespaces before end of line.
v. 1.22
date: 2000/12/05 15:34:32; author: kevlo; state: Exp; lines: +12 -13
- Update to version 4.0.1
- Switch maintainer to ports@FreeBSD.org
PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
v. 1.21
date: 2000/04/12 06:17:42; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.20
date: 1999/09/21 10:11:24; author: asami; state: Exp; lines: +1 -3
These ports are building now, so take out BROKEN_ELF.
v. 1.19
date: 1999/08/31 06:46:40; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.18
date: 1999/08/25 06:34:12; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.17
date: 1998/12/22 07:41:43; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB.
v. 1.16
date: 1998/11/11 02:03:40; author: asami; state: Exp; lines: +3 -1
Expand lib/stk directory properly. Use PLIST_SUB to encode info.
v. 1.15
date: 1998/10/13 23:09:20; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
cc -O -pipe -DSTK_VERSION=\"3.1.1\" -DMACHINE=\"FreeBSD-3.0-BETA-i386\" -DUSE_DYNLOAD -DUSE_TK -DSTk_CODE -DFREEBSD -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I/usr/X11R6/include -o stk userinit.o libstk.a ../Mp/libgmp.a ../Tk/unix/libtk.a ../Tcl/libtcl.a ../Tcl/libevtcl.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lm
cc: ../Mp/libgmp.a: No such file or directory
cc: ../Tk/unix/libtk.a: No such file or directory
v. 1.14
date: 1998/03/08 01:39:21; author: jmacd; state: Exp; lines: +2 -2
Update to 3.1.1 (due to missing distfile). Though I'm the maintainer
of this port it has been a while since I used it and I was unable to
thoroughly test it today. A lot of the patches were removed.
v. 1.13
date: 1997/03/06 10:58:52; author: asami; state: Exp; lines: +1 -2
Don't ask whether I want to delete the old installation or not.
v. 1.12
date: 1996/11/12 02:18:01; author: obrien; state: Exp; lines: +2 -2
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11
date: 1996/09/17 23:55:28; author: jmacd; state: Exp; lines: +6 -5
c
v. 1.10
date: 1995/11/22 13:12:24; author: asami; state: Exp; lines: +2 -2
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
v. 1.9
date: 1995/06/26 00:13:51; author: jmacd; state: Exp; lines: +2 -2
Reviewed by:
Submitted by:
Obtained from:
v. 1.8
date: 1995/04/24 22:10:25; author: asami; state: Exp; lines: +5 -2
Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.
v. 1.7
date: 1995/04/24 21:50:34; author: asami; state: Exp; lines: +2 -1
This port IS_INTERACTIVE (asks if you want to delete old installation).
v. 1.6
date: 1995/04/15 23:41:41; author: jmacd; state: Exp; lines: +3 -2
add myself as maintainer
v. 1.5
date: 1995/04/15 05:44:28; author: asami; state: Exp; lines: +3 -2
Update of lang Makefiles....
v. 1.4
date: 1995/04/01 12:46:39; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.3
date: 1995/02/25 21:59:40; author: ats; state: Exp; lines: +1 -2
Delete the patch prefix to get it more uniform with the other ports.
v. 1.2
date: 1995/02/24 10:35:36; author: jmacd; state: Exp; lines: +4 -3
Updated port for version 2.1.6, now supports dynamic loading
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
v. 1.1
date: 1995/01/04 09:54:36; author: swallace; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 09:54:37; author: swallace; state: Exp; lines: +0 -0
STk 2.1, a scheme interpreter with Tk support
Submitted by: Josh MacDonald,
=============================================================================
|
| |

|