View | Details | Raw Unified | Return to bug 44349
Collapse All | Expand All

(-)lang/Sather/Makefile (-19 / +74 lines)
Lines 8-44 Link Here
8
8
9
PORTNAME=	sather
9
PORTNAME=	sather
10
PORTVERSION=	1.2.1
10
PORTVERSION=	1.2.1
11
PORTREVISION=	1
11
CATEGORIES=	lang
12
CATEGORIES=	lang
12
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	sather
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
17
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
18
LIB_DEPENDS=	gc.1:${PORTSDIR}/devel/boehm-gc \
19
		tk83.1:${PORTSDIR}/x11-toolkits/tk83
18
20
19
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
20
USE_GMAKE=	yes
22
USE_GMAKE=	yes
21
ALL_TARGET=	full
23
ALL_TARGET=	full optional
22
MAN1=		sacomp.1
24
MAN1=		sabrowse.1 sacomp.1
23
25
24
pre-configure:
26
post-extract:
25
	@${REINPLACE_CMD} \
27
	@${MKDIR} ${WRKSRC}/System/Platforms/freebsd
26
		-e "s:%%CC%%:${CC}:g			;" \
28
.for file in CONFIG Makefile Platform.module header.h
27
	        -e "s:%%CFLAGS%%:${CFLAGS}:g		;" \
29
	@${CP} -f ${FILESDIR}/freebsd-${file} \
28
	        -e "s:%%LOCALBASE%%:${LOCALBASE}:g	;" \
30
		${WRKSRC}/System/Platforms/freebsd/${file}
29
	        -e "s:%%GMAKE%%:${GMAKE}:g		;" \
31
.endfor
30
		${WRKSRC}/System/Common/CONFIG.proto
32
33
post-patch:
34
.for file in Boot/sacomp.code/Makefile Browser/Web/convert-1.1 \
35
	Browser/Web/gen_html_class_index Browser/Web/gen_html_sa_files \
36
	Browser/Web/gen_html_shortflat Browser/Web/gen_html_top_level \
37
	Browser/Web/gen_mml_sa_files Browser/Web/gen_mml_shortflat \
38
	Browser/Web/graph2dot Library/System/unix.sa \
39
	System/Common/CONFIG.proto System/Platforms/freebsd/CONFIG \
40
	System/Platforms/X/Platform.module debian/bin-wrapper
41
	@${REINPLACE_CMD} -e 's|%%VERSION%%|${PORTVERSION}|g ; \
42
		 s|%%CC%%|${CC}|g ; \
43
		 s|%%CFLAGS%%|${CFLAGS}|g ; \
44
		 s|%%GMAKE%%|${GMAKE}|g ; \
45
		 s|%%PREFIX%%|${PREFIX}|g ; \
46
		 s|%%LOCALBASE%%|${LOCALBASE}|g ; \
47
		 s|%%X11BASE%%|${X11BASE}|g ; \
48
		 s|CONFIG_PLATFORMS|unix|g ; \
49
		 s|CONFIG_DEFAULT_PLATFORM|freebsd|g ; \
50
		 s|/usr/bin/tclsh|${LOCALBASE}/bin/tclsh8.3|g' ${WRKSRC}/${file}
51
.endfor
52
53
post-build:
54
.for file in sather-tutorial.texinfo sather-mode.texinfo sather.texinfo 
55
	cd ${WRKSRC}/Emacs && /usr/bin/makeinfo --no-split ${file}
56
.endfor
31
57
32
do-install:
58
do-install:
33
	${INSTALL_PROGRAM} ${WRKSRC}/Bin/sacomp ${PREFIX}/bin
59
	@${MKDIR} ${PREFIX}/lib/sather/Bin
34
	${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/sacomp.1 ${PREFIX}/man/man1
60
.for file in sabrowse sacomp
35
	@${MKDIR} ${PREFIX}/share/doc/sather
61
	${INSTALL_PROGRAM} ${WRKSRC}/Bin/${file} ${PREFIX}/lib/sather/Bin
36
	${INSTALL_DATA} ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather
62
.endfor
37
.if !defined(NOPORTDOCS)
63
.for file in PP gen_html saprep
38
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sather
64
	${INSTALL_SCRIPT} ${WRKSRC}/Bin/${file} ${PREFIX}/lib/sather/Bin
39
.for file in Bugs Changes Contributing FAQ programmer-manual.ps
40
	${INSTALL_DATA} ${WRKSRC}/Doc/${file} ${PREFIX}/share/doc/sather
41
.endfor
65
.endfor
66
	${INSTALL_SCRIPT} ${WRKSRC}/debian/bin-wrapper ${PREFIX}/lib/sather/Bin
67
.for link in sabrowse sacomp
68
	${LN} -sf ${PREFIX}/lib/sather/Bin/bin-wrapper ${PREFIX}/bin/${link}
69
.endfor
70
.for obj in Browser Library System/Common System/Debug System/FORBID \
71
	System/Platforms/X System/Platforms/dualgui System/Platforms/f77 \
72
	System/Platforms/freebsd System/Platforms/gui System/Platforms/tcltk
73
	${TAR} -C ${WRKSRC} -cf - \
74
		--exclude "ActiveThreads" --exclude "Brahma" \
75
		--exclude "CONFIG.proto" --exclude "Siva" \
76
		--exclude "dual_gui_server.code" --exclude "*.bak" \
77
		--exclude "*.config" --exclude "*.orig" \
78
		--exclude "*Makefile*" ${obj} | \
79
		${TAR} -C ${PREFIX}/lib/sather --unlink -xf -
80
	@${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/sather/${obj}
81
.endfor
82
.for file in sabrowse.1 sacomp.1
83
	${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/${file} ${MANPREFIX}/man/man1
84
.endfor
85
.for file in sather-mode.info sather-tutorial.info sather.info
86
	${INSTALL_DATA} ${WRKSRC}/Emacs/${file} ${PREFIX}/info
87
	@install-info ${PREFIX}/info/${file} ${PREFIX}/info/dir
88
.endfor
89
.for file in hl319.el sather-lib.el sather-module.el sather.el
90
	${INSTALL_DATA} ${WRKSRC}/Emacs/${file} ${PREFIX}/share/emacs/site-lisp
91
.endfor
92
.if !defined(NOPORTDOCS)
93
	@${MKDIR} ${DOCSDIR}
94
	${TAR} -C ${WRKSRC}/Doc --exclude '*GPL' --exclude man -cf - . | \
95
		${TAR} -C ${DOCSDIR} --unlink -xf -
96
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
42
.endif
97
.endif
43
98
44
.include <bsd.port.mk>
99
.include <bsd.port.mk>
(-)lang/Sather/files/freebsd-CONFIG (+1 lines)
Line 0 Link Here
1
CC_OPTIONS:	"-I%%LOCALBASE%%/include -I%%X11BASE%%/include -I%%LOCALBASE%%/include/tcl8.3 -I%%LOCALBASE%%/include/tk8.3 ";
(-)lang/Sather/files/freebsd-Makefile (+7 lines)
Line 0 Link Here
1
all:
2
clean:
3
test:
4
boot:
5
	ln -s `pwd`/header.h ../BOOT
6
	$(MAKE) -C $(SATHER_HOME)/Boot/sacomp.code CC=$(CC)
7
	rm -f ../BOOT/header.h
(-)lang/Sather/files/freebsd-Platform.module (+5 lines)
Line 0 Link Here
1
$(SATHER_HOME)/Library/System/Socket/Socket.module
2
-external C_SOCKET "$(SATHER_HOME)/Library/System/Socket/socket_support.c "  -end
3
-external BROWSER " " -end
4
-external C_TCL_TK " " -end
5
(-)lang/Sather/files/freebsd-header.h (+14 lines)
Line 0 Link Here
1
#ifndef _HEADER_H_
2
#define _HEADER_H_
3
4
#ifndef ZONES
5
#  include <gc.h>
6
#endif
7
8
#include "../../Common/c_header.h"
9
#include "../../Common/runtime.h"
10
11
#undef GC_ENABLE_INCREMENTAL
12
13
#endif
14
(-)lang/Sather/files/patch-02 (-29 lines)
Lines 1-29 Link Here
1
--- System/Common/CONFIG.proto.orig	Thu Nov  4 03:48:17 1999
2
+++ System/Common/CONFIG.proto	Wed Feb  2 20:25:35 2000
3
@@ -23,12 +23,12 @@
4
 ZONES:			false;
5
 TRACE:			false;
6
 LIBRARY:		"SATHER_LIBRARY","Library/Library.module";
7
-VERSION:		"1.2b";
8
-C_COMPILER:		"gcc ";
9
-CC_OPTIONS:		"";
10
-GC_LINK:		"-lgc";
11
+VERSION:		"1.2.1";
12
+C_COMPILER:		"%%CC%% ";
13
+CC_OPTIONS:		"-I%%LOCALBASE%%/include";
14
+GC_LINK:		"-lgc -L%%LOCALBASE%%/lib";
15
 LINK_OPTIONS:		"-lm";
16
-MAKE_COMMAND:		"make";
17
+MAKE_COMMAND:		"%%GMAKE%%";
18
 OBJECT_EXT:		".o";
19
 LIB_EXT:		".a";
20
 C_EXT:			".c";
21
@@ -38,7 +38,7 @@
22
 SEPARATE_POINTERS:	false;
23
 PSATHER_FLAG:		"","";
24
 CC_DEBUG_FLAG:		"","-g";
25
-CC_OPTIMIZE_FLAG:	"","-O2";
26
+CC_OPTIMIZE_FLAG:	"","%%CFLAGS%%";
27
 CC_PROLIX_FLAG:		"",""; -- passed to the C compiler (prolix implies verbose)
28
 MAKE_VERBOSE_FLAG:	"-s","-s"; -- passed to make
29
 
(-)lang/Sather/files/patch-03 (-12 lines)
Lines 1-12 Link Here
1
--- Boot/sacomp.code/Makefile.orig	Thu Nov  4 00:04:49 1999
2
+++ Boot/sacomp.code/Makefile	Sat Feb 19 17:30:50 2000
3
@@ -1,6 +1,6 @@
4
 SHOME  =../..
5
-CFLAGS = -I.  -O2  -I../System/Common
6
-CC     =gcc 
7
+CFLAGS += -I. -I../System/Common -I${LOCALBASE}/include
8
+CC     ?=gcc 
9
 HDR    =sather.h tags.h
10
-LIBS   = -lgc -lm
11
+LIBS   = -lgc -lm -L${LOCALBASE}/lib
12
 CS     =sacomp
(-)lang/Sather/files/patch-04 (-14 lines)
Lines 1-14 Link Here
1
--- System/Platforms/unix/header.h.orig	Sat Sep 11 23:33:03 1999
2
+++ System/Platforms/unix/header.h	Wed Feb  2 20:57:51 2000
3
@@ -15,7 +15,11 @@
4
 #define _HEADER_H_
5
 
6
 #ifndef ZONES
7
+#  ifdef __FreeBSD__
8
+#  include <gc.h>
9
+#  else
10
 #  include <gc/gc.h>
11
+#  endif
12
 #endif
13
 
14
 #include "../../Common/c_header.h"
(-)lang/Sather/files/patch-Boot::sacomp.code::Makefile (+12 lines)
Line 0 Link Here
1
--- Boot/sacomp.code/Makefile.orig	Thu Nov  4 00:04:49 1999
2
+++ Boot/sacomp.code/Makefile	Sat Feb 19 17:30:50 2000
3
@@ -1,6 +1,6 @@
4
 SHOME  =../..
5
-CFLAGS = -I.  -O2  -I../System/Common
6
-CC     =gcc 
7
+CFLAGS = -I.  %%CFLAGS%%   -I../System/Common -I%%LOCALBASE%%/include
8
+CC     =%%CC%%
9
 HDR    =sather.h tags.h
10
-LIBS   = -lgc -lm
11
+LIBS   = -lgc -lm -L%%LOCALBASE%%/lib
12
 CS     =sacomp
(-)lang/Sather/files/patch-Emacs::sather-mode.texinfo (+19 lines)
Line 0 Link Here
1
--- Emacs/sather-mode.texinfo.orig	Wed Nov  3 22:09:35 1999
2
+++ Emacs/sather-mode.texinfo	Thu May  2 22:00:14 2002
3
@@ -5,7 +5,16 @@
4
 @setchapternewpage off
5
 @c %**end of header
6
 
7
+
8
 @ifinfo
9
+@format
10
+INFO-DIR-SECTION Sather
11
+START-INFO-DIR-ENTRY
12
+* sather-mode: (sather-mode).
13
+			The Sather Emacs Programming Environment.
14
+END-INFO-DIR-ENTRY
15
+@end format
16
+
17
 This file describes the Emacs editing environment for the Sather
18
 language.
19
 
(-)lang/Sather/files/patch-Emacs::sather-tutorial.texinfo (+17 lines)
Line 0 Link Here
1
--- Emacs/sather-tutorial.texinfo.orig	Wed Nov  3 22:09:35 1999
2
+++ Emacs/sather-tutorial.texinfo	Thu May  2 22:01:24 2002
3
@@ -7,6 +7,14 @@
4
 @setchapternewpage odd
5
 
6
 @ifinfo
7
+@format
8
+INFO-DIR-SECTION Sather
9
+START-INFO-DIR-ENTRY
10
+* sather-tutorial: (sather-tutorial).
11
+			The Sather Eclectic Tutorial.
12
+END-INFO-DIR-ENTRY
13
+@end format
14
+
15
 Sather Eclectic Tutorial
16
 
17
 Copyright (C) 1995 by International Computer Science Institute
(-)lang/Sather/files/patch-Emacs::sather.texinfo (+16 lines)
Line 0 Link Here
1
--- Emacs/sather.texinfo.orig	Sun Jul 25 17:23:34 1999
2
+++ Emacs/sather.texinfo	Thu May  2 22:01:13 2002
3
@@ -9,6 +9,13 @@
4
 @c %**end of header
5
 
6
 @ifinfo
7
+@format
8
+INFO-DIR-SECTION Sather
9
+START-INFO-DIR-ENTRY
10
+* sather: (sather).	The Sather Specification.
11
+END-INFO-DIR-ENTRY
12
+@end format
13
+
14
 This file describes the Sather language.
15
 
16
 Copyright (C) 1995 by International Computer Science Institute
(-)lang/Sather/files/patch-Library::System::unix.sa (+11 lines)
Line 0 Link Here
1
--- Library/System/unix.sa.orig	Wed Oct 13 13:34:47 1999
2
+++ Library/System/unix.sa
3
@@ -20,7 +20,7 @@
4
    sather_home: STR is
5
       r ::= get_env("SATHER_HOME");
6
       if void(r) then 
7
-	 r := "/usr/lib/sather";
8
+	 r := "%%PREFIX%%/lib/sather";
9
       end;
10
 	 if r[r.size-1] = '/' then
11
 	    raise "Environment variable SATHER_HOME should not end with /";
(-)lang/Sather/files/patch-Makefile (+22 lines)
Line 0 Link Here
1
--- Makefile.orig	Thu Nov  4 17:04:28 1999
2
+++ Makefile	Fri Oct 11 10:13:26 2002
3
@@ -30,8 +30,8 @@
4
 LN=ln -s
5
 CP=cp
6
 
7
-CPP=/lib/cpp -C -P
8
-CC=gcc
9
+CPP=/usr/bin/cpp -C -P
10
+CC?=cc
11
 EXEC_SUFFIX=
12
 # CC is only used for bootstrapping, check System/Common/CONFIG.proto if
13
 # you want to change it for all Sather compilations
14
@@ -90,7 +90,7 @@
15
 # The platform to use if not overridden by a -<platform> option
16
 # or the SATHER_PLATFORM environment variable
17
 # Should be edited for a particular system
18
-DEFAULT_PLATFORM=unix
19
+DEFAULT_PLATFORM=freebsd
20
 
21
 # The platform used to compile the boot compiler. Usually just default, but has to
22
 # be one of: freebsd, hpux_at, iris-4, linux, osf_at, solaris, solaris_at, unix,
(-)lang/Sather/files/patch-System::Common::CONFIG.proto (+34 lines)
Line 0 Link Here
1
--- System/Common/CONFIG.proto.orig	Thu Nov  4 03:48:17 1999
2
+++ System/Common/CONFIG.proto	Fri Oct 11 10:15:05 2002
3
@@ -23,12 +23,12 @@
4
 ZONES:			false;
5
 TRACE:			false;
6
 LIBRARY:		"SATHER_LIBRARY","Library/Library.module";
7
-VERSION:		"1.2b";
8
-C_COMPILER:		"gcc ";
9
-CC_OPTIONS:		"";
10
-GC_LINK:		"-lgc";
11
+VERSION:		"%%VERSION%%";
12
+C_COMPILER:		"%%CC%% ";
13
+CC_OPTIONS:		"-I%%LOCALBASE%%/include";
14
+GC_LINK:		"-lgc -L%%LOCALBASE%%/lib";
15
 LINK_OPTIONS:		"-lm";
16
-MAKE_COMMAND:		"make";
17
+MAKE_COMMAND:		"%%GMAKE%%";
18
 OBJECT_EXT:		".o";
19
 LIB_EXT:		".a";
20
 C_EXT:			".c";
21
@@ -38,11 +38,11 @@
22
 SEPARATE_POINTERS:	false;
23
 PSATHER_FLAG:		"","";
24
 CC_DEBUG_FLAG:		"","-g";
25
-CC_OPTIMIZE_FLAG:	"","-O2";
26
+CC_OPTIMIZE_FLAG:	"","%%CFLAGS%%";
27
 CC_PROLIX_FLAG:		"",""; -- passed to the C compiler (prolix implies verbose)
28
 MAKE_VERBOSE_FLAG:	"-s","-s"; -- passed to make
29
 
30
-FORTRAN_APPEND_UNDERSCORE:	"false";
31
+FORTRAN_APPEND_UNDERSCORE:	"true";
32
 FORTRAN_PREFIX_UNDERSCORE:	"false";
33
 FORTRAN_BIND_FUNC:		"true";
34
 
(-)lang/Sather/files/patch-System::Platforms::X::Platform.module (+15 lines)
Line 0 Link Here
1
--- System/Platforms/X/Platform.module.orig	Thu May  2 17:18:27 2002
2
+++ System/Platforms/X/Platform.module	Thu May  2 17:19:33 2002
3
@@ -16,10 +16,10 @@
4
 -- Gui, DualGui and the Browser all rely on these paths
5
 -not_a_real_platform
6
 
7
--C_flag -I/usr/X11R6/include/X11/      	-- Expected to contain X11/ headers
8
+-C_flag -I%%X11BASE%%/include      	-- Expected to contain X11/ headers
9
 -- -C_flag -lm
10
 
11
--C_flag -L/usr/X11R6/lib/           -- Expected to contain libX11.a
12
+-C_flag -L%%X11BASE%%/lib           -- Expected to contain libX11.a
13
 -C_flag -lX11 
14
 
15
 
(-)lang/Sather/files/patch-System::Platforms::tcltk::Make.target.inc (+7 lines)
Line 0 Link Here
1
--- System/Platforms/tcltk/Make.target.inc.orig	Thu May  2 17:21:52 2002
2
+++ System/Platforms/tcltk/Make.target.inc	Thu May  2 17:21:35 2002
3
@@ -1,2 +1,2 @@
4
-TCL_LIB_NAME = $(shell if [ -e /usr/lib/libtcl8.0.so ] ; then echo "tcl8.0" ; else echo "tcl"; fi)
5
-TK_LIB_NAME = $(shell if [ -e /usr/lib/libtk8.0.so ] ; then echo "tk8.0" ; else echo "tk"; fi)
6
+TCL_LIB_NAME = tcl83
7
+TK_LIB_NAME = tk83
(-)lang/Sather/files/patch-System::Platforms::unix::header.h (+14 lines)
Line 0 Link Here
1
--- System/Platforms/unix/header.h.orig	Sat Sep 11 23:33:03 1999
2
+++ System/Platforms/unix/header.h	Wed Feb  2 20:57:51 2000
3
@@ -15,7 +15,11 @@
4
 #define _HEADER_H_
5
 
6
 #ifndef ZONES
7
+#  ifdef __FreeBSD__
8
+#  include <gc.h>
9
+#  else
10
 #  include <gc/gc.h>
11
+#  endif
12
 #endif
13
 
14
 #include "../../Common/c_header.h"
(-)lang/Sather/files/patch-ab (-13 lines)
Lines 1-13 Link Here
1
--- Makefile.orig	Thu Nov  4 17:04:28 1999
2
+++ Makefile	Wed Feb  2 19:46:11 2000
3
@@ -30,8 +30,8 @@
4
 LN=ln -s
5
 CP=cp
6
 
7
-CPP=/lib/cpp -C -P
8
-CC=gcc
9
+CPP=/usr/bin/cpp -C -P
10
+CC?=gcc
11
 EXEC_SUFFIX=
12
 # CC is only used for bootstrapping, check System/Common/CONFIG.proto if
13
 # you want to change it for all Sather compilations
(-)lang/Sather/files/patch-debian::bin-wrapper (+10 lines)
Line 0 Link Here
1
--- debian/bin-wrapper.orig	Thu May  2 19:23:45 2002
2
+++ debian/bin-wrapper	Thu May  2 19:24:10 2002
3
@@ -1,6 +1,6 @@
4
 #!/bin/sh
5
 
6
-export SATHER_HOME=/usr/lib/sather
7
+export SATHER_HOME=%%PREFIX%%/lib/sather
8
 
9
 BIN_NAME=`basename $0`
10
 
(-)lang/Sather/pkg-plist (-9 / +482 lines)
Lines 1-10 Link Here
1
@comment $FreeBSD: ports/lang/Sather/pkg-plist,v 1.4 2001/05/23 08:10:20 obrien Exp $
1
bin/sabrowse
2
bin/sacomp
2
bin/sacomp
3
share/doc/sather/Bugs
3
@unexec install-info --delete %D/info/sather.info %D/info/dir
4
share/doc/sather/Changes
4
info/sather.info
5
share/doc/sather/Contributing
5
@exec install-info %D/info/sather-mode.info %D/info/dir
6
share/doc/sather/FAQ
6
@unexec install-info --delete %D/info/sather-mode.info %D/info/dir
7
share/doc/sather/License
7
info/sather-mode.info
8
share/doc/sather/README
8
@exec install-info %D/info/sather.info %D/info/dir
9
share/doc/sather/programmer-manual.ps
9
@unexec install-info --delete %D/info/sather-tutorial.info %D/info/dir
10
@dirrm share/doc/sather
10
info/sather-tutorial.info
11
@exec install-info %D/info/sather-tutorial.info %D/info/dir
12
lib/sather/Bin/PP
13
lib/sather/Bin/bin-wrapper
14
lib/sather/Bin/gen_html
15
lib/sather/Bin/sabrowse
16
lib/sather/Bin/sacomp
17
lib/sather/Bin/saprep
18
lib/sather/Browser/Help/Files
19
lib/sather/Browser/Help/HTML
20
lib/sather/Browser/Help/NewStuff
21
lib/sather/Browser/Help/VersionHistory
22
lib/sather/Browser/Help/acknowledgements
23
lib/sather/Browser/Help/browser-tut.tex
24
lib/sather/Browser/Help/bugs
25
lib/sather/Browser/Help/buttons
26
lib/sather/Browser/Help/classListPane
27
lib/sather/Browser/Help/customization
28
lib/sather/Browser/Help/emacs
29
lib/sather/Browser/Help/featureListPane
30
lib/sather/Browser/Help/graphPane
31
lib/sather/Browser/Help/help
32
lib/sather/Browser/Help/historyPane
33
lib/sather/Browser/Help/implementation
34
lib/sather/Browser/Help/menuPane
35
lib/sather/Browser/Help/speed
36
lib/sather/Browser/Help/tcl-sather-interface
37
lib/sather/Browser/Help/textPane
38
lib/sather/Browser/README
39
lib/sather/Browser/Sather/abs_graph.sa
40
lib/sather/Browser/Sather/browser.sa
41
lib/sather/Browser/Sather/digraph.sa
42
lib/sather/Browser/Sather/digraph_aux.sa
43
lib/sather/Browser/Sather/dummy_compiler.sa
44
lib/sather/Browser/Tcl/browser.tcl
45
lib/sather/Browser/Tcl/browserClassList.tcl
46
lib/sather/Browser/Tcl/browserConfig.tcl
47
lib/sather/Browser/Tcl/browserDump.tcl
48
lib/sather/Browser/Tcl/browserFeatureList.tcl
49
lib/sather/Browser/Tcl/browserFontsNColors.tcl
50
lib/sather/Browser/Tcl/browserGraph.tcl
51
lib/sather/Browser/Tcl/browserHelp.tcl
52
lib/sather/Browser/Tcl/browserHistory.tcl
53
lib/sather/Browser/Tcl/browserMisc.tcl
54
lib/sather/Browser/Tcl/browserPrompters.tcl
55
lib/sather/Browser/Tcl/browserStartupWindow.tcl
56
lib/sather/Browser/Tcl/browserText.tcl
57
lib/sather/Browser/Tcl/campanile.gif
58
lib/sather/Browser/Tcl/campanile_smaller.gif
59
lib/sather/Browser/Tcl/dotty-header
60
lib/sather/Browser/Tcl/sather.xbm
61
lib/sather/Browser/Tcl/sathermask.xbm
62
lib/sather/Browser/TkKit/TkKit.html
63
lib/sather/Browser/TkKit/TkKit.module
64
lib/sather/Browser/TkKit/entry_arr.sa
65
lib/sather/Browser/TkKit/exceptions.sa
66
lib/sather/Browser/TkKit/simpleTkApp.sa
67
lib/sather/Browser/TkKit/temperature.sa
68
lib/sather/Browser/TkKit/tkApp.sa
69
lib/sather/Browser/TkKit/tkCallback.sa
70
lib/sather/Browser/TkKit/tkMiscWidgets.sa
71
lib/sather/Browser/TkKit/tkToplevel.sa
72
lib/sather/Browser/TkKit/tkWidget.sa
73
lib/sather/Browser/TkKit/tkWindow.sa
74
lib/sather/Browser/Web/Bugs
75
lib/sather/Browser/Web/README
76
lib/sather/Browser/Web/common_funcs
77
lib/sather/Browser/Web/convert-1.1
78
lib/sather/Browser/Web/dotty-header
79
lib/sather/Browser/Web/dump-pre-html-info
80
lib/sather/Browser/Web/gen_html_class_index
81
lib/sather/Browser/Web/gen_html_quick
82
lib/sather/Browser/Web/gen_html_sa_files
83
lib/sather/Browser/Web/gen_html_shortflat
84
lib/sather/Browser/Web/gen_html_top_level
85
lib/sather/Browser/Web/gen_mml_sa_files
86
lib/sather/Browser/Web/gen_mml_shortflat
87
lib/sather/Browser/Web/gif2jpg
88
lib/sather/Browser/Web/gr2gif
89
lib/sather/Browser/Web/gr2jpg
90
lib/sather/Browser/Web/graph2dot
91
lib/sather/Browser/Web/ps2gif
92
lib/sather/Browser/all-classes.sa
93
lib/sather/Browser/browser-debug.module
94
lib/sather/Browser/browser.module
95
lib/sather/Browser/gen_lib
96
lib/sather/Browser/test.sa
97
lib/sather/Library/Base/Base.module
98
lib/sather/Library/Base/abstract.sa
99
lib/sather/Library/Base/aref.sa
100
lib/sather/Library/Base/aref_test.sa
101
lib/sather/Library/Base/aval.sa
102
lib/sather/Library/Base/bool.sa
103
lib/sather/Library/Base/bool_test.sa
104
lib/sather/Library/Base/char.sa
105
lib/sather/Library/Base/char_test.sa
106
lib/sather/Library/Base/compare.sa
107
lib/sather/Library/Base/elt_alg.sa
108
lib/sather/Library/Base/flt.sa
109
lib/sather/Library/Base/flt_dummy.sa
110
lib/sather/Library/Base/flt_other.sa
111
lib/sather/Library/Base/fltd.sa
112
lib/sather/Library/Base/fltd_test.sa
113
lib/sather/Library/Base/int.sa
114
lib/sather/Library/Base/int_test.sa
115
lib/sather/Library/Base/math_test.sa
116
lib/sather/Library/Base/misc.sa
117
lib/sather/Library/Base/number.sa
118
lib/sather/Library/Base/succ_stream.sa
119
lib/sather/Library/Containers/Containers.module
120
lib/sather/Library/Containers/ContainersArrays.module
121
lib/sather/Library/Containers/ContainersBags.module
122
lib/sather/Library/Containers/ContainersDispensers.module
123
lib/sather/Library/Containers/ContainersF_classes.module
124
lib/sather/Library/Containers/ContainersLists.module
125
lib/sather/Library/Containers/ContainersMaps.module
126
lib/sather/Library/Containers/ContainersSets.module
127
lib/sather/Library/Containers/GeneratedContainers.module
128
lib/sather/Library/Containers/a_list.sa
129
lib/sather/Library/Containers/a_pq.sa
130
lib/sather/Library/Containers/a_queue.sa
131
lib/sather/Library/Containers/a_stack.sa
132
lib/sather/Library/Containers/arr.sa
133
lib/sather/Library/Containers/arr_alg.sa
134
lib/sather/Library/Containers/arr_permute_alg.sa
135
lib/sather/Library/Containers/arr_search_alg.sa
136
lib/sather/Library/Containers/arr_select_alg.sa
137
lib/sather/Library/Containers/arr_sort_alg.sa
138
lib/sather/Library/Containers/array.sa
139
lib/sather/Library/Containers/array2.sa
140
lib/sather/Library/Containers/array2_test.sa
141
lib/sather/Library/Containers/array3.sa
142
lib/sather/Library/Containers/array3_test.sa
143
lib/sather/Library/Containers/arrays_test.sa
144
lib/sather/Library/Containers/bag.sa
145
lib/sather/Library/Containers/bag_incl.sa
146
lib/sather/Library/Containers/bag_test.sa
147
lib/sather/Library/Containers/btree.sa
148
lib/sather/Library/Containers/btree_test.sa
149
lib/sather/Library/Containers/container.sa
150
lib/sather/Library/Containers/container_alg.sa
151
lib/sather/Library/Containers/dispenser.sa
152
lib/sather/Library/Containers/fgap_list.sa
153
lib/sather/Library/Containers/fgap_list_test.sa
154
lib/sather/Library/Containers/flist.sa
155
lib/sather/Library/Containers/flist_test.sa
156
lib/sather/Library/Containers/fmap.sa
157
lib/sather/Library/Containers/fmap_test.sa
158
lib/sather/Library/Containers/fmultimap.sa
159
lib/sather/Library/Containers/fmultimap_test.sa
160
lib/sather/Library/Containers/fqset.sa
161
lib/sather/Library/Containers/fset.sa
162
lib/sather/Library/Containers/fset_test.sa
163
lib/sather/Library/Containers/h_bag.sa
164
lib/sather/Library/Containers/h_map.sa
165
lib/sather/Library/Containers/h_multimap.sa
166
lib/sather/Library/Containers/h_set.sa
167
lib/sather/Library/Containers/hashtab.sa
168
lib/sather/Library/Containers/list.sa
169
lib/sather/Library/Containers/list_test.sa
170
lib/sather/Library/Containers/llist.sa
171
lib/sather/Library/Containers/llist_test.sa
172
lib/sather/Library/Containers/map.sa
173
lib/sather/Library/Containers/map_alg.sa
174
lib/sather/Library/Containers/map_incl.sa
175
lib/sather/Library/Containers/map_test.sa
176
lib/sather/Library/Containers/multimap.sa
177
lib/sather/Library/Containers/multimap_incl.sa
178
lib/sather/Library/Containers/multimap_test.sa
179
lib/sather/Library/Containers/next.sa
180
lib/sather/Library/Containers/nr_a_stack.sa
181
lib/sather/Library/Containers/nr_stack.sa
182
lib/sather/Library/Containers/orig_fset.sa
183
lib/sather/Library/Containers/pq.sa
184
lib/sather/Library/Containers/pq_test.sa
185
lib/sather/Library/Containers/queue.sa
186
lib/sather/Library/Containers/queue_test.sa
187
lib/sather/Library/Containers/set.sa
188
lib/sather/Library/Containers/set_incl.sa
189
lib/sather/Library/Containers/set_test.sa
190
lib/sather/Library/Containers/set_views.sa
191
lib/sather/Library/Containers/set_views_test.sa
192
lib/sather/Library/Containers/stack.sa
193
lib/sather/Library/Containers/stack_test.sa
194
lib/sather/Library/Containers/tup.sa
195
lib/sather/Library/Containers/tup_test.sa
196
lib/sather/Library/Ext/External.module
197
lib/sather/Library/Ext/bind_fortran.sa
198
lib/sather/Library/Ext/c.sa
199
lib/sather/Library/Ext/c_ptr.sa
200
lib/sather/Library/Ext/fortran.sa
201
lib/sather/Library/Ext/other_c_ptrs.sa
202
lib/sather/Library/Graphs/Graphs.module
203
lib/sather/Library/Graphs/abs_digraph.sa
204
lib/sather/Library/Graphs/abs_graph.sa
205
lib/sather/Library/Graphs/abs_ugraph.sa
206
lib/sather/Library/Graphs/digraph.sa
207
lib/sather/Library/Graphs/digraph_alg.sa
208
lib/sather/Library/Graphs/digraph_incl.sa
209
lib/sather/Library/Graphs/digraph_mat.sa
210
lib/sather/Library/Graphs/digraph_test.sa
211
lib/sather/Library/Graphs/digraph_views.sa
212
lib/sather/Library/Graphs/digraph_views_test.sa
213
lib/sather/Library/Graphs/edges.sa
214
lib/sather/Library/Graphs/graph_exc.sa
215
lib/sather/Library/Graphs/lbld_digraph.sa
216
lib/sather/Library/Graphs/ugraph.sa
217
lib/sather/Library/Graphs/ugraph_incl.sa
218
lib/sather/Library/Graphs/ugraph_test.sa
219
lib/sather/Library/Graphs/wtd_digraph.sa
220
lib/sather/Library/Graphs/wtd_digraph_alg.sa
221
lib/sather/Library/Graphs/wtd_digraph_test.sa
222
lib/sather/Library/IO/IO.module
223
lib/sather/Library/IO/err.sa
224
lib/sather/Library/IO/file.sa
225
lib/sather/Library/IO/in.sa
226
lib/sather/Library/IO/out.sa
227
lib/sather/Library/IO/str_stream.sa
228
lib/sather/Library/IO/stream.sa
229
lib/sather/Library/Library.module
230
lib/sather/Library/Math/Math.module
231
lib/sather/Library/Math/Matvec.module
232
lib/sather/Library/Math/abs_mat.sa
233
lib/sather/Library/Math/abs_vec.sa
234
lib/sather/Library/Math/cpx.sa
235
lib/sather/Library/Math/cpx_test.sa
236
lib/sather/Library/Math/cpxd.sa
237
lib/sather/Library/Math/fft.sa
238
lib/sather/Library/Math/i_interval.sa
239
lib/sather/Library/Math/inti.sa
240
lib/sather/Library/Math/jacobi.sa
241
lib/sather/Library/Math/mat.sa
242
lib/sather/Library/Math/matcpx.sa
243
lib/sather/Library/Math/matd.sa
244
lib/sather/Library/Math/perm_random_gen.sa
245
lib/sather/Library/Math/rat.sa
246
lib/sather/Library/Math/rnd.sa
247
lib/sather/Library/Math/rnd_test.sa
248
lib/sather/Library/Math/svd.sa
249
lib/sather/Library/Math/test_i_interval.sa
250
lib/sather/Library/Math/test_matvec.sa
251
lib/sather/Library/Math/vec.sa
252
lib/sather/Library/Math/veccpx.sa
253
lib/sather/Library/Math/vecd.sa
254
lib/sather/Library/Strings/Strings.module
255
lib/sather/Library/Strings/base_format.sa
256
lib/sather/Library/Strings/format.sa
257
lib/sather/Library/Strings/fstr.sa
258
lib/sather/Library/Strings/fstr_test.sa
259
lib/sather/Library/Strings/glob.sa
260
lib/sather/Library/Strings/regex.c
261
lib/sather/Library/Strings/regex.h
262
lib/sather/Library/Strings/regexp.c
263
lib/sather/Library/Strings/regexp.sa
264
lib/sather/Library/Strings/str.sa
265
lib/sather/Library/Strings/str_cursor.sa
266
lib/sather/Library/Strings/str_cursor_test.sa
267
lib/sather/Library/Strings/test_format.sa
268
lib/sather/Library/System/DualGui/DualGuiAppToServer.module
269
lib/sather/Library/System/DualGui/gui_app_end.sa
270
lib/sather/Library/System/DualGui/gui_server_end.sa
271
lib/sather/Library/System/DualGui/gui_util.sa
272
lib/sather/Library/System/Gui/Demos/demo1.sa
273
lib/sather/Library/System/Gui/Demos/demo2.sa
274
lib/sather/Library/System/Gui/Demos/demo_listbox.sa
275
lib/sather/Library/System/Gui/Demos/demo_menu.sa
276
lib/sather/Library/System/Gui/Demos/demo_raster.sa
277
lib/sather/Library/System/Gui/Demos/demo_text.sa
278
lib/sather/Library/System/Gui/Demos/pizza.sa
279
lib/sather/Library/System/Gui/GuiRaster.module
280
lib/sather/Library/System/Gui/GuiTclTkInterface.module
281
lib/sather/Library/System/Gui/GuiWidgets.module
282
lib/sather/Library/System/Gui/anchor.sa
283
lib/sather/Library/System/Gui/button.sa
284
lib/sather/Library/System/Gui/canvas.sa
285
lib/sather/Library/System/Gui/check.sa
286
lib/sather/Library/System/Gui/color.sa
287
lib/sather/Library/System/Gui/entry.sa
288
lib/sather/Library/System/Gui/events.sa
289
lib/sather/Library/System/Gui/frame.sa
290
lib/sather/Library/System/Gui/gui.sa
291
lib/sather/Library/System/Gui/gui_util.sa
292
lib/sather/Library/System/Gui/init_gui.sa
293
lib/sather/Library/System/Gui/label.sa
294
lib/sather/Library/System/Gui/listbox.sa
295
lib/sather/Library/System/Gui/menu.sa
296
lib/sather/Library/System/Gui/menubutton.sa
297
lib/sather/Library/System/Gui/misc.sa
298
lib/sather/Library/System/Gui/pack.sa
299
lib/sather/Library/System/Gui/radio.sa
300
lib/sather/Library/System/Gui/raster.sa
301
lib/sather/Library/System/Gui/root_window.sa
302
lib/sather/Library/System/Gui/text.sa
303
lib/sather/Library/System/Gui/tk.sa
304
lib/sather/Library/System/Gui/toplevel.sa
305
lib/sather/Library/System/Gui/widget.sa
306
lib/sather/Library/System/Gui/widget_config.sa
307
lib/sather/Library/System/Gui/wmgr.sa
308
lib/sather/Library/System/Socket/Socket.module
309
lib/sather/Library/System/Socket/experimental/README
310
lib/sather/Library/System/Socket/experimental/Socket.module
311
lib/sather/Library/System/Socket/experimental/socket.sa
312
lib/sather/Library/System/Socket/experimental/socket_support.c
313
lib/sather/Library/System/Socket/experimental/test/TODO
314
lib/sather/Library/System/Socket/experimental/test/socket.sa
315
lib/sather/Library/System/Socket/experimental/test/test.module
316
lib/sather/Library/System/Socket/socket.sa
317
lib/sather/Library/System/Socket/socket_support.c
318
lib/sather/Library/System/Socket/socket_support_unix.c
319
lib/sather/Library/System/Socket/socket_support_win32.c
320
lib/sather/Library/System/Socket/socket_test.sa
321
lib/sather/Library/System/System.module
322
lib/sather/Library/System/TclTk/TclTk.module
323
lib/sather/Library/System/TclTk/c_interface.c
324
lib/sather/Library/System/TclTk/c_interface.sa
325
lib/sather/Library/System/TclTk/c_raster.c
326
lib/sather/Library/System/TclTk/tkRaster.c
327
lib/sather/Library/System/TclTk/tkRaster.h
328
lib/sather/Library/System/TclTk/tkRasterBuiltIn.c
329
lib/sather/Library/System/TclTk/tkRasterBuiltIn.h
330
lib/sather/Library/System/Zones/Zones.module
331
lib/sather/Library/System/Zones/zone.sa
332
lib/sather/Library/System/runtime.sa
333
lib/sather/Library/System/sys.sa
334
lib/sather/Library/System/test.sa
335
lib/sather/Library/System/time.sa
336
lib/sather/Library/System/unix.sa
337
lib/sather/Library/pSather/pSather.module
338
lib/sather/Library/pSather/psather.sa
339
lib/sather/System/Common/CONFIG
340
lib/sather/System/Common/Common.module
341
lib/sather/System/Common/c.h
342
lib/sather/System/Common/c_header.h
343
lib/sather/System/Common/exception.h
344
lib/sather/System/Common/floatmath.h
345
lib/sather/System/Common/fortran.h
346
lib/sather/System/Common/header.h
347
lib/sather/System/Common/runtime.c
348
lib/sather/System/Common/runtime.h
349
lib/sather/System/Debug/PO.module
350
lib/sather/System/Debug/POG.module
351
lib/sather/System/Debug/debug.sa
352
lib/sather/System/Debug/po.sa
353
lib/sather/System/Debug/pog.sa
354
lib/sather/System/Debug/pohelp.sa
355
lib/sather/System/Debug/print.c
356
lib/sather/System/FORBID
357
lib/sather/System/Platforms/X/CONFIG
358
lib/sather/System/Platforms/X/Platform.module
359
lib/sather/System/Platforms/X/header.h
360
lib/sather/System/Platforms/dualgui/CONFIG
361
lib/sather/System/Platforms/dualgui/GuiServer.module
362
lib/sather/System/Platforms/dualgui/Platform.module
363
lib/sather/System/Platforms/dualgui/dual_gui_server
364
lib/sather/System/Platforms/dualgui/header.h
365
lib/sather/System/Platforms/f77/CONFIG
366
lib/sather/System/Platforms/f77/Platform.module
367
lib/sather/System/Platforms/f77/header.h
368
lib/sather/System/Platforms/gui/CONFIG
369
lib/sather/System/Platforms/gui/Platform.module
370
lib/sather/System/Platforms/gui/TclCode/README
371
lib/sather/System/Platforms/gui/TclCode/gui_post_socket_init.tcl
372
lib/sather/System/Platforms/gui/TclCode/gui_setup.tcl
373
lib/sather/System/Platforms/gui/TclCode/sather.xbm
374
lib/sather/System/Platforms/gui/TclCode/sathermask.xbm
375
lib/sather/System/Platforms/gui/TclCode/startup.tcl
376
lib/sather/System/Platforms/gui/TclCode/tcl-system-init.tcl
377
lib/sather/System/Platforms/gui/TclCode/tk-system-init.tcl
378
lib/sather/System/Platforms/gui/gui_post_socket_init.tcl
379
lib/sather/System/Platforms/gui/gui_setup.tcl
380
lib/sather/System/Platforms/gui/header.h
381
lib/sather/System/Platforms/freebsd/CONFIG
382
lib/sather/System/Platforms/freebsd/Platform.module
383
lib/sather/System/Platforms/freebsd/header.h
384
lib/sather/System/Platforms/tcltk/CONFIG
385
lib/sather/System/Platforms/tcltk/Make.target.inc
386
lib/sather/System/Platforms/tcltk/Platform.module
387
lib/sather/System/Platforms/tcltk/header.h
388
lib/sather/System/Platforms/tcltk/init/button.tcl
389
lib/sather/System/Platforms/tcltk/init/dialog.tcl
390
lib/sather/System/Platforms/tcltk/init/entry.tcl
391
lib/sather/System/Platforms/tcltk/init/focus.tcl
392
lib/sather/System/Platforms/tcltk/init/listbox.tcl
393
lib/sather/System/Platforms/tcltk/init/menu.tcl
394
lib/sather/System/Platforms/tcltk/init/obsolete.tcl
395
lib/sather/System/Platforms/tcltk/init/optionMenu.tcl
396
lib/sather/System/Platforms/tcltk/init/palette.tcl
397
lib/sather/System/Platforms/tcltk/init/scale.tcl
398
lib/sather/System/Platforms/tcltk/init/scrollbar.tcl
399
lib/sather/System/Platforms/tcltk/init/tcl-system-init.tcl
400
lib/sather/System/Platforms/tcltk/init/tearoff.tcl
401
lib/sather/System/Platforms/tcltk/init/text.tcl
402
lib/sather/System/Platforms/tcltk/init/tk-system-init.tcl
403
lib/sather/System/Platforms/tcltk/init/tk.tcl
404
lib/sather/System/Platforms/tcltk/init/tkerror.tcl
405
lib/sather/System/Platforms/tcltk/sather.xbm
406
lib/sather/System/Platforms/tcltk/sathermask.xbm
407
lib/sather/System/Platforms/tcltk/startup.tcl
408
%%PORTDOCS%%share/doc/sather/BugReport
409
%%PORTDOCS%%share/doc/sather/Bugs
410
%%PORTDOCS%%share/doc/sather/Changes
411
%%PORTDOCS%%share/doc/sather/Contributing
412
%%PORTDOCS%%share/doc/sather/Debugging.html
413
%%PORTDOCS%%share/doc/sather/FAQ
414
%%PORTDOCS%%share/doc/sather/GC-incremental
415
%%PORTDOCS%%share/doc/sather/Gui/Doc.fmk.ps
416
%%PORTDOCS%%share/doc/sather/Gui/index.html
417
%%PORTDOCS%%share/doc/sather/Gui/install
418
%%PORTDOCS%%share/doc/sather/Installation.html
419
%%PORTDOCS%%share/doc/sather/License
420
%%PORTDOCS%%share/doc/sather/PP.description
421
%%PORTDOCS%%share/doc/sather/Sather-1.1.ps
422
%%PORTDOCS%%share/doc/sather/ToDo
423
%%PORTDOCS%%share/doc/sather/WebBrowser.html
424
%%PORTDOCS%%share/doc/sather/compiler.ps
425
%%PORTDOCS%%share/doc/sather/header/README
426
%%PORTDOCS%%share/doc/sather/header/c
427
%%PORTDOCS%%share/doc/sather/header/c-lgpl
428
%%PORTDOCS%%share/doc/sather/header/h
429
%%PORTDOCS%%share/doc/sather/header/h-lgpl
430
%%PORTDOCS%%share/doc/sather/header/make
431
%%PORTDOCS%%share/doc/sather/header/module
432
%%PORTDOCS%%share/doc/sather/header/sa
433
%%PORTDOCS%%share/doc/sather/header/sa-lgpl
434
%%PORTDOCS%%share/doc/sather/index.html
435
%%PORTDOCS%%share/doc/sather/iterators.ps
436
%%PORTDOCS%%share/doc/sather/pSather-notes
437
%%PORTDOCS%%share/doc/sather/programmer-manual.ps
438
%%PORTDOCS%%share/doc/sather/runtime_spec
439
share/emacs/site-lisp/hl319.el
440
share/emacs/site-lisp/sather-lib.el
441
share/emacs/site-lisp/sather-module.el
442
share/emacs/site-lisp/sather.el
443
%%PORTDOCS%%@dirrm share/doc/sather/header
444
%%PORTDOCS%%@dirrm share/doc/sather/Gui
445
%%PORTDOCS%%@dirrm share/doc/sather
446
@dirrm lib/sather/System/Platforms/tcltk/init
447
@dirrm lib/sather/System/Platforms/tcltk
448
@dirrm lib/sather/System/Platforms/freebsd
449
@dirrm lib/sather/System/Platforms/gui/TclCode
450
@dirrm lib/sather/System/Platforms/gui
451
@dirrm lib/sather/System/Platforms/f77
452
@dirrm lib/sather/System/Platforms/dualgui
453
@dirrm lib/sather/System/Platforms/X
454
@dirrm lib/sather/System/Platforms
455
@dirrm lib/sather/System/Debug
456
@dirrm lib/sather/System/Common
457
@dirrm lib/sather/System
458
@dirrm lib/sather/Library/pSather
459
@dirrm lib/sather/Library/System/Zones
460
@dirrm lib/sather/Library/System/TclTk
461
@dirrm lib/sather/Library/System/Socket/experimental/test
462
@dirrm lib/sather/Library/System/Socket/experimental
463
@dirrm lib/sather/Library/System/Socket
464
@dirrm lib/sather/Library/System/Gui/Demos
465
@dirrm lib/sather/Library/System/Gui
466
@dirrm lib/sather/Library/System/DualGui
467
@dirrm lib/sather/Library/System
468
@dirrm lib/sather/Library/Strings
469
@dirrm lib/sather/Library/Math
470
@dirrm lib/sather/Library/IO
471
@dirrm lib/sather/Library/Graphs
472
@dirrm lib/sather/Library/Ext
473
@dirrm lib/sather/Library/Containers
474
@dirrm lib/sather/Library/Base
475
@dirrm lib/sather/Library
476
@dirrm lib/sather/Browser/Web
477
@dirrm lib/sather/Browser/TkKit
478
@dirrm lib/sather/Browser/Tcl
479
@dirrm lib/sather/Browser/Sather
480
@dirrm lib/sather/Browser/Help
481
@dirrm lib/sather/Browser
482
@dirrm lib/sather/Bin
483
@dirrm lib/sather

Return to bug 44349