Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Dec 2002 12:52:57 +1300 (NZDT)
From:      User & <berend@nederware.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46044: Port of SmartEiffel 1.0
Message-ID:  <20021206235257.00C2923193@bmach.nederware.nl>

next in thread | raw e-mail | index | archive | help

>Number:         46044
>Category:       ports
>Synopsis:       Port of SmartEiffel 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 06 16:00:12 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD bmach.nederware.nl 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Nov 14 16:47:14 NZDT 2002 berend@bmach.nederware.nl:/usr/src/sys/compile/BMACH i386


>Description:
	Port of SmartEiffel 1.0
>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lang/smarteiffel/
#	lang/smarteiffel/pkg-descr
#	lang/smarteiffel/pkg-message
#	lang/smarteiffel/pkg-install
#	lang/smarteiffel/pkg-plist
#	lang/smarteiffel/pkg-comment
#	lang/smarteiffel/distinfo
#	lang/smarteiffel/Makefile
#
echo c - lang/smarteiffel/
mkdir -p lang/smarteiffel/ > /dev/null 2>&1
echo x - lang/smarteiffel/pkg-descr
sed 's/^X//' >lang/smarteiffel/pkg-descr << 'END-of-lang/smarteiffel/pkg-descr'
XSmartEiffel The GNU Eiffel Compiler is a free open-source Eiffel
Xcompiler distributed under the terms of the GNU General Public License
Xas published by the Free Software Foundation. It is a complete, small
Xand very fast, free Eiffel compiler.
X
XIt is available for a very wide range of platforms. In fact,
XSmartEiffel should run on any platform for which an ANSI C - POSIX
Xcompiler or a standard JVM exists.
X
XThe current distribution includes an Eiffel to C compiler, an Eiffel
Xto Java bytecode compiler, a documentation tool, a pretty printer and
Xvarious other tools, with their sources.  
X
XSmartEiffel features an innovative strategy involving whole system
Xanalysis which allows compilation to be often faster than the
Xincremental compilation of traditional compilers.  
X
XWWW: http://smarteiffel.loria.fr/index.html
X
X- Berend
Xberend@pobox.com
END-of-lang/smarteiffel/pkg-descr
echo x - lang/smarteiffel/pkg-message
sed 's/^X//' >lang/smarteiffel/pkg-message << 'END-of-lang/smarteiffel/pkg-message'
XSmartEiffel is now available through the symbolic link %%PREFIX%%/SmartEiffel.
X
XAdd %%PREFIX%%/SmartEiffel/bin to your path to be able to call 
Xthe SmartEiffel compiler and its other utilities.
X
XMake sure the environment variable SmartEiffel is defined and points to
X%%PREFIX%%/SmartEiffel/sys/system.se.
X
XOne way to do this is to extend /etc/profile with the following line:
X
X  SmartEiffel=%%PREFIX%%/SmartEiffel/sys/system.se; export SmartEiffel
END-of-lang/smarteiffel/pkg-message
echo x - lang/smarteiffel/pkg-install
sed 's/^X//' >lang/smarteiffel/pkg-install << 'END-of-lang/smarteiffel/pkg-install'
Xif [ "X$2" = "XPOST-INSTALL" ]; then
X	rm -f %%PREFIX%%/SmartEiffel
X	ln -s %%PREFIX%%/$1/ %%PREFIX%%/SmartEiffel
Xfi 
END-of-lang/smarteiffel/pkg-install
echo x - lang/smarteiffel/pkg-plist
sed 's/^X//' >lang/smarteiffel/pkg-plist << 'END-of-lang/smarteiffel/pkg-plist'
Xsmarteiffel-1.0/bin/compile_to_jvm
Xsmarteiffel-1.0/bin/clean
Xsmarteiffel-1.0/bin/compile
Xsmarteiffel-1.0/bin/finder
Xsmarteiffel-1.0/bin/ace_check
Xsmarteiffel-1.0/bin/print_jvm_class
Xsmarteiffel-1.0/bin/short
Xsmarteiffel-1.0/bin/pretty
Xsmarteiffel-1.0/bin/compile_to_c
Xsmarteiffel-1.0/man/support.txt
Xsmarteiffel-1.0/man/commands.html
Xsmarteiffel-1.0/man/commands.txt
Xsmarteiffel-1.0/man/install.html
Xsmarteiffel-1.0/man/install.txt
Xsmarteiffel-1.0/man/compile.html
Xsmarteiffel-1.0/man/compile.txt
Xsmarteiffel-1.0/man/compile_to_c.html
Xsmarteiffel-1.0/man/compile_to_c.txt
Xsmarteiffel-1.0/man/compile_to_jvm.html
Xsmarteiffel-1.0/man/compile_to_jvm.txt
Xsmarteiffel-1.0/man/pretty.html
Xsmarteiffel-1.0/man/pretty.txt
Xsmarteiffel-1.0/man/short.html
Xsmarteiffel-1.0/man/short.txt
Xsmarteiffel-1.0/man/finder.html
Xsmarteiffel-1.0/man/finder.txt
Xsmarteiffel-1.0/man/print_jvm_class.html
Xsmarteiffel-1.0/man/print_jvm_class.txt
Xsmarteiffel-1.0/man/cecil.html
Xsmarteiffel-1.0/man/cecil.txt
Xsmarteiffel-1.0/man/external.html
Xsmarteiffel-1.0/man/external.txt
Xsmarteiffel-1.0/man/system.html
Xsmarteiffel-1.0/man/system.txt
Xsmarteiffel-1.0/man/c_code.html
Xsmarteiffel-1.0/man/c_code.txt
Xsmarteiffel-1.0/man/clean.html
Xsmarteiffel-1.0/man/clean.txt
Xsmarteiffel-1.0/man/SmartEiffelFAQ.html
Xsmarteiffel-1.0/man/SmartEiffelFAQ.txt
Xsmarteiffel-1.0/man/support.html
Xsmarteiffel-1.0/man/index.html
Xsmarteiffel-1.0/contrib/edb/READ_ME
Xsmarteiffel-1.0/contrib/edb/edb-emacs.el
Xsmarteiffel-1.0/contrib/edb/edb-xemacs.el
Xsmarteiffel-1.0/contrib/edb/gud-edb.el
Xsmarteiffel-1.0/contrib/edb/gud-patch.el
Xsmarteiffel-1.0/contrib/edb/sec
Xsmarteiffel-1.0/contrib/htmldoc/READ_ME
Xsmarteiffel-1.0/contrib/htmldoc/hooks.sh
Xsmarteiffel-1.0/contrib/htmldoc/htmlshort
Xsmarteiffel-1.0/contrib/lib/case_insensitive_string.e
Xsmarteiffel-1.0/contrib/lib/string_formatter.e
Xsmarteiffel-1.0/contrib/READ_ME
Xsmarteiffel-1.0/lib/random/gen_rand.e
Xsmarteiffel-1.0/lib/random/READ_ME
Xsmarteiffel-1.0/lib/random/min_stand.e
Xsmarteiffel-1.0/lib/random/std_rand.e
Xsmarteiffel-1.0/lib/random/cluster.html
Xsmarteiffel-1.0/lib/io/cluster.html
Xsmarteiffel-1.0/lib/io/binary_file_read.e
Xsmarteiffel-1.0/lib/io/binary_file_write.e
Xsmarteiffel-1.0/lib/io/directory.e
Xsmarteiffel-1.0/lib/io/file_tools.e
Xsmarteiffel-1.0/lib/io/input_stream.e
Xsmarteiffel-1.0/lib/io/output_stream.e
Xsmarteiffel-1.0/lib/io/std_error.e
Xsmarteiffel-1.0/lib/io/std_file_read.e
Xsmarteiffel-1.0/lib/io/std_file_read_write.e
Xsmarteiffel-1.0/lib/io/std_input.e
Xsmarteiffel-1.0/lib/io/std_file_write.e
Xsmarteiffel-1.0/lib/io/std_output.e
Xsmarteiffel-1.0/lib/io/std_input_output.e
Xsmarteiffel-1.0/lib/io/text_file_read_write.e
Xsmarteiffel-1.0/lib/io/text_file_read.e
Xsmarteiffel-1.0/lib/io/text_file_write.e
Xsmarteiffel-1.0/lib/io/basic_directory.e
Xsmarteiffel-1.0/lib/iterator/cluster.html
Xsmarteiffel-1.0/lib/iterator/iterator_on_collection.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_dictionary_items.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_dictionary_keys.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_linked_list.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_set.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_string.e
Xsmarteiffel-1.0/lib/iterator/iterator_on_two_way_linked_list.e
Xsmarteiffel-1.0/lib/iterator/iterator.e
Xsmarteiffel-1.0/lib/kernel/character_constants.e
Xsmarteiffel-1.0/lib/kernel/arguments.e
Xsmarteiffel-1.0/lib/kernel/character.e
Xsmarteiffel-1.0/lib/kernel/array.e
Xsmarteiffel-1.0/lib/kernel/bit_n.e
Xsmarteiffel-1.0/lib/kernel/bit_string.e
Xsmarteiffel-1.0/lib/kernel/integer_16.e
Xsmarteiffel-1.0/lib/kernel/boolean.e
Xsmarteiffel-1.0/lib/kernel/double.e
Xsmarteiffel-1.0/lib/kernel/integer.e
Xsmarteiffel-1.0/lib/kernel/collection.e
Xsmarteiffel-1.0/lib/kernel/comparable.e
Xsmarteiffel-1.0/lib/kernel/numeric.e
Xsmarteiffel-1.0/lib/kernel/pointer.e
Xsmarteiffel-1.0/lib/kernel/exceptions.e
Xsmarteiffel-1.0/lib/kernel/hashable.e
Xsmarteiffel-1.0/lib/kernel/general.e
Xsmarteiffel-1.0/lib/kernel/real.e
Xsmarteiffel-1.0/lib/kernel/integer_general.e
Xsmarteiffel-1.0/lib/kernel/memory.e
Xsmarteiffel-1.0/lib/kernel/native_array.e
Xsmarteiffel-1.0/lib/kernel/platform.e
Xsmarteiffel-1.0/lib/kernel/any.e
Xsmarteiffel-1.0/lib/kernel/system.e
Xsmarteiffel-1.0/lib/kernel/integer_64.e
Xsmarteiffel-1.0/lib/kernel/integer_32.e
Xsmarteiffel-1.0/lib/kernel/math_constants.e
Xsmarteiffel-1.0/lib/kernel/safe_equal.e
Xsmarteiffel-1.0/lib/kernel/string.e
Xsmarteiffel-1.0/lib/kernel/string_handler.e
Xsmarteiffel-1.0/lib/kernel/integer_8.e
Xsmarteiffel-1.0/lib/kernel/cluster.html
Xsmarteiffel-1.0/lib/number/cluster.html
Xsmarteiffel-1.0/lib/number/abstract_integer.e
Xsmarteiffel-1.0/lib/number/integer_fraction.e
Xsmarteiffel-1.0/lib/number/large_integer.e
Xsmarteiffel-1.0/lib/number/large_negative_integer.e
Xsmarteiffel-1.0/lib/number/large_positive_integer.e
Xsmarteiffel-1.0/lib/number/number_tools.e
Xsmarteiffel-1.0/lib/number/number.e
Xsmarteiffel-1.0/lib/number/number_fraction.e
Xsmarteiffel-1.0/lib/number/small_integer.e
Xsmarteiffel-1.0/lib/number/abstract_fraction.e
Xsmarteiffel-1.0/lib/base/cluster.html
Xsmarteiffel-1.0/lib/base/array2.e
Xsmarteiffel-1.0/lib/base/array3.e
Xsmarteiffel-1.0/lib/base/arrayed_collection.e
Xsmarteiffel-1.0/lib/base/collection3.e
Xsmarteiffel-1.0/lib/base/dictionary.e
Xsmarteiffel-1.0/lib/base/counter.e
Xsmarteiffel-1.0/lib/base/dictionary_node.e
Xsmarteiffel-1.0/lib/base/fixed_array.e
Xsmarteiffel-1.0/lib/base/fixed_array2.e
Xsmarteiffel-1.0/lib/base/fixed_array3.e
Xsmarteiffel-1.0/lib/base/hash_table_size.e
Xsmarteiffel-1.0/lib/base/linked_list.e
Xsmarteiffel-1.0/lib/base/link.e
Xsmarteiffel-1.0/lib/base/link2.e
Xsmarteiffel-1.0/lib/base/linked_collection.e
Xsmarteiffel-1.0/lib/base/set_node.e
Xsmarteiffel-1.0/lib/base/memo.e
Xsmarteiffel-1.0/lib/base/set.e
Xsmarteiffel-1.0/lib/base/two_way_linked_list.e
Xsmarteiffel-1.0/lib/base/collection2.e
Xsmarteiffel-1.0/lib/sorting/collection_sorter.e
Xsmarteiffel-1.0/lib/sorting/reverse_collection_sorter.e
Xsmarteiffel-1.0/lib/sorting/cluster.html
Xsmarteiffel-1.0/lib/time/time_in_spanish.e
Xsmarteiffel-1.0/lib/time/cluster.html
Xsmarteiffel-1.0/lib/time/clock.e
Xsmarteiffel-1.0/lib/time/microsecond_time.e
Xsmarteiffel-1.0/lib/time/time.e
Xsmarteiffel-1.0/lib/time/time_in_english.e
Xsmarteiffel-1.0/lib/time/time_in_french.e
Xsmarteiffel-1.0/lib/time/time_in_german.e
Xsmarteiffel-1.0/lib/time/time_in_italian.e
Xsmarteiffel-1.0/lib/time/time_in_some_language.e
Xsmarteiffel-1.0/lib/time/basic_time.e
Xsmarteiffel-1.0/lib/scoop/scoop_utilities.e
Xsmarteiffel-1.0/lib/misc/mini_parser_buffer.e
Xsmarteiffel-1.0/bin_c/compile_to_c34.c
Xsmarteiffel-1.0/bin_c/compile_to_c1.c
Xsmarteiffel-1.0/bin_c/compile_to_c10.c
Xsmarteiffel-1.0/bin_c/compile_to_c11.c
Xsmarteiffel-1.0/bin_c/compile_to_c12.c
Xsmarteiffel-1.0/bin_c/compile_to_c13.c
Xsmarteiffel-1.0/bin_c/compile_to_c14.c
Xsmarteiffel-1.0/bin_c/compile_to_c15.c
Xsmarteiffel-1.0/bin_c/compile_to_c16.c
Xsmarteiffel-1.0/bin_c/compile_to_c17.c
Xsmarteiffel-1.0/bin_c/compile_to_c18.c
Xsmarteiffel-1.0/bin_c/compile_to_c19.c
Xsmarteiffel-1.0/bin_c/compile_to_c2.c
Xsmarteiffel-1.0/bin_c/compile_to_c20.c
Xsmarteiffel-1.0/bin_c/compile_to_c21.c
Xsmarteiffel-1.0/bin_c/compile_to_c22.c
Xsmarteiffel-1.0/bin_c/compile_to_c23.c
Xsmarteiffel-1.0/bin_c/compile_to_c3.c
Xsmarteiffel-1.0/bin_c/compile_to_c24.c
Xsmarteiffel-1.0/bin_c/compile_to_c4.c
Xsmarteiffel-1.0/bin_c/compile_to_c5.c
Xsmarteiffel-1.0/bin_c/compile_to_c6.c
Xsmarteiffel-1.0/bin_c/compile_to_c7.c
Xsmarteiffel-1.0/bin_c/compile_to_c8.c
Xsmarteiffel-1.0/bin_c/compile_to_c9.c
Xsmarteiffel-1.0/bin_c/compile_to_c25.c
Xsmarteiffel-1.0/bin_c/compile_to_c26.c
Xsmarteiffel-1.0/bin_c/compile_to_c27.c
Xsmarteiffel-1.0/bin_c/compile_to_c28.c
Xsmarteiffel-1.0/bin_c/compile_to_c29.c
Xsmarteiffel-1.0/bin_c/compile_to_c30.c
Xsmarteiffel-1.0/bin_c/compile_to_c31.c
Xsmarteiffel-1.0/bin_c/compile_to_c32.c
Xsmarteiffel-1.0/bin_c/compile_to_c33.c
Xsmarteiffel-1.0/bin_c/compile_to_c.h
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/fixed_array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/fixed_array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/fixed_array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/fixed_array_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection2/bench1/array2_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection2/bench1/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection2/bench1/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection2/bench1/fixed_array2_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench1/array3_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench1/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench1/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench1/fixed_array3_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench2/array3_bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench2/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench2/bench.e
Xsmarteiffel-1.0/misc/benchmarks/collection3/bench2/fixed_array3_bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkFSO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkFSO/point.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkFSO/triangle.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PMO/apple.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PMO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PMO/fruit.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PMO/peach.e
Xsmarteiffel-1.0/misc/benchmarks/gc/CNoLfO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/CNoLfO/point.e
Xsmarteiffel-1.0/misc/benchmarks/gc/CNoLfO/triangle.e
Xsmarteiffel-1.0/misc/benchmarks/gc/DNeStr/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/DNeStr/link.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LaEStk/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LaEStk/point.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LaStk/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LaStk/point.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PLk/apple.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PLk/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PLk/fruit.e
Xsmarteiffel-1.0/misc/benchmarks/gc/PLk/peach.e
Xsmarteiffel-1.0/misc/benchmarks/gc/CLfO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkROInc/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkRORnd/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkRORnd/std_rand.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkROSm/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/MFSO/apple.e
Xsmarteiffel-1.0/misc/benchmarks/gc/MFSO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/MFSO/fruit.e
Xsmarteiffel-1.0/misc/benchmarks/gc/MRO/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/LkRODec/bench.e
Xsmarteiffel-1.0/misc/benchmarks/gc/bench.csh
Xsmarteiffel-1.0/misc/benchmarks/all_bench.csh
Xsmarteiffel-1.0/misc/benchmarks/all_bench.elate
Xsmarteiffel-1.0/misc/eiffel.el
Xsmarteiffel-1.0/misc/INSTALL.CSH
Xsmarteiffel-1.0/misc/INSTALL.OS2
Xsmarteiffel-1.0/misc/INSTALL.READ_ME
Xsmarteiffel-1.0/misc/INSTALL.SH
Xsmarteiffel-1.0/misc/SmartEiffel.lsm
Xsmarteiffel-1.0/misc/WeNeedFeedBack.txt
Xsmarteiffel-1.0/misc/header.FREE
Xsmarteiffel-1.0/misc/header.GPL
Xsmarteiffel-1.0/misc/rename.se
Xsmarteiffel-1.0/misc/people.html
Xsmarteiffel-1.0/misc/people.txt
Xsmarteiffel-1.0/misc/THANKS.html
Xsmarteiffel-1.0/misc/THANKS.txt
Xsmarteiffel-1.0/misc/HISTORY.html
Xsmarteiffel-1.0/misc/HISTORY.txt
Xsmarteiffel-1.0/misc/NOT_YET_IMPLEMENTED.html
Xsmarteiffel-1.0/misc/GC.SH
Xsmarteiffel-1.0/misc/NOT_YET_IMPLEMENTED.txt
Xsmarteiffel-1.0/tools/expression/cluster.html
Xsmarteiffel-1.0/tools/expression/abstract_result.e
Xsmarteiffel-1.0/tools/expression/address_of.e
Xsmarteiffel-1.0/tools/expression/agent_expression.e
Xsmarteiffel-1.0/tools/expression/argument_name.e
Xsmarteiffel-1.0/tools/expression/argument_name1.e
Xsmarteiffel-1.0/tools/expression/argument_name2.e
Xsmarteiffel-1.0/tools/expression/base_type_constant.e
Xsmarteiffel-1.0/tools/expression/bit_constant.e
Xsmarteiffel-1.0/tools/expression/boolean_constant.e
Xsmarteiffel-1.0/tools/expression/call_0_c.e
Xsmarteiffel-1.0/tools/expression/call.e
Xsmarteiffel-1.0/tools/expression/call_0.e
Xsmarteiffel-1.0/tools/expression/call_1.e
Xsmarteiffel-1.0/tools/expression/call_1_c.e
Xsmarteiffel-1.0/tools/expression/call_infix.e
Xsmarteiffel-1.0/tools/expression/call_infix1.e
Xsmarteiffel-1.0/tools/expression/call_infix2.e
Xsmarteiffel-1.0/tools/expression/call_infix_and.e
Xsmarteiffel-1.0/tools/expression/e_old.e
Xsmarteiffel-1.0/tools/expression/call_infix_and_then.e
Xsmarteiffel-1.0/tools/expression/call_infix_div.e
Xsmarteiffel-1.0/tools/expression/call_infix_eq.e
Xsmarteiffel-1.0/tools/expression/call_infix_freeop.e
Xsmarteiffel-1.0/tools/expression/call_infix_ge.e
Xsmarteiffel-1.0/tools/expression/call_infix_gt.e
Xsmarteiffel-1.0/tools/expression/call_infix_implies.e
Xsmarteiffel-1.0/tools/expression/call_infix_int_div.e
Xsmarteiffel-1.0/tools/expression/call_infix_int_rem.e
Xsmarteiffel-1.0/tools/expression/call_infix_le.e
Xsmarteiffel-1.0/tools/expression/call_infix_lt.e
Xsmarteiffel-1.0/tools/expression/call_infix_minus.e
Xsmarteiffel-1.0/tools/expression/call_infix_neq.e
Xsmarteiffel-1.0/tools/expression/call_infix_or.e
Xsmarteiffel-1.0/tools/expression/call_infix_or_else.e
Xsmarteiffel-1.0/tools/expression/call_prefix.e
Xsmarteiffel-1.0/tools/expression/call_infix_plus.e
Xsmarteiffel-1.0/tools/expression/call_infix_power.e
Xsmarteiffel-1.0/tools/expression/call_infix_times.e
Xsmarteiffel-1.0/tools/expression/call_infix_xor.e
Xsmarteiffel-1.0/tools/expression/call_n.e
Xsmarteiffel-1.0/tools/expression/call_prefix_freeop.e
Xsmarteiffel-1.0/tools/expression/call_prefix_minus.e
Xsmarteiffel-1.0/tools/expression/call_prefix_not.e
Xsmarteiffel-1.0/tools/expression/call_prefix_plus.e
Xsmarteiffel-1.0/tools/expression/call_proc_call.e
Xsmarteiffel-1.0/tools/expression/character_constant.e
Xsmarteiffel-1.0/tools/expression/create_expression.e
Xsmarteiffel-1.0/tools/expression/e_agent.e
Xsmarteiffel-1.0/tools/expression/e_false.e
Xsmarteiffel-1.0/tools/expression/e_strip.e
Xsmarteiffel-1.0/tools/expression/e_true.e
Xsmarteiffel-1.0/tools/expression/e_void.e
Xsmarteiffel-1.0/tools/expression/expression_with_comment.e
Xsmarteiffel-1.0/tools/expression/face_argument.e
Xsmarteiffel-1.0/tools/expression/face_target.e
Xsmarteiffel-1.0/tools/expression/face_tuple.e
Xsmarteiffel-1.0/tools/expression/feature_name.e
Xsmarteiffel-1.0/tools/expression/implicit_cast.e
Xsmarteiffel-1.0/tools/expression/implicit_current.e
Xsmarteiffel-1.0/tools/expression/integer_constant.e
Xsmarteiffel-1.0/tools/expression/local_argument.e
Xsmarteiffel-1.0/tools/expression/local_argument1.e
Xsmarteiffel-1.0/tools/expression/local_name.e
Xsmarteiffel-1.0/tools/expression/local_name1.e
Xsmarteiffel-1.0/tools/expression/local_name2.e
Xsmarteiffel-1.0/tools/expression/manifest_array.e
Xsmarteiffel-1.0/tools/expression/manifest_string.e
Xsmarteiffel-1.0/tools/expression/once_result.e
Xsmarteiffel-1.0/tools/expression/open_operand.e
Xsmarteiffel-1.0/tools/expression/ordinary_result.e
Xsmarteiffel-1.0/tools/expression/precursor_expression.e
Xsmarteiffel-1.0/tools/expression/real_constant.e
Xsmarteiffel-1.0/tools/expression/tuple_expression.e
Xsmarteiffel-1.0/tools/expression/written_current.e
Xsmarteiffel-1.0/tools/expression/abstract_current.e
Xsmarteiffel-1.0/tools/feature/cluster.html
Xsmarteiffel-1.0/tools/feature/cst_att.e
Xsmarteiffel-1.0/tools/feature/cst_att_bit.e
Xsmarteiffel-1.0/tools/feature/cst_att_boolean.e
Xsmarteiffel-1.0/tools/feature/cst_att_character.e
Xsmarteiffel-1.0/tools/feature/cst_att_double.e
Xsmarteiffel-1.0/tools/feature/cst_att_integer.e
Xsmarteiffel-1.0/tools/feature/cst_att_real.e
Xsmarteiffel-1.0/tools/feature/cst_att_string.e
Xsmarteiffel-1.0/tools/feature/cst_att_unique.e
Xsmarteiffel-1.0/tools/feature/deferred_function.e
Xsmarteiffel-1.0/tools/feature/deferred_procedure.e
Xsmarteiffel-1.0/tools/feature/deferred_routine.e
Xsmarteiffel-1.0/tools/feature/e_ensure.e
Xsmarteiffel-1.0/tools/feature/e_feature.e
Xsmarteiffel-1.0/tools/feature/e_function.e
Xsmarteiffel-1.0/tools/feature/e_procedure.e
Xsmarteiffel-1.0/tools/feature/e_require.e
Xsmarteiffel-1.0/tools/feature/e_routine.e
Xsmarteiffel-1.0/tools/feature/effective_routine.e
Xsmarteiffel-1.0/tools/feature/external_function.e
Xsmarteiffel-1.0/tools/feature/external_procedure.e
Xsmarteiffel-1.0/tools/feature/external_routine.e
Xsmarteiffel-1.0/tools/feature/native.e
Xsmarteiffel-1.0/tools/feature/native_c.e
Xsmarteiffel-1.0/tools/feature/native_c_plus_plus.e
Xsmarteiffel-1.0/tools/feature/native_smart_eiffel.e
Xsmarteiffel-1.0/tools/feature/native_java.e
Xsmarteiffel-1.0/tools/feature/once_function.e
Xsmarteiffel-1.0/tools/feature/once_procedure.e
Xsmarteiffel-1.0/tools/feature/once_routine.e
Xsmarteiffel-1.0/tools/feature/writable_attribute.e
Xsmarteiffel-1.0/tools/feature/run_require.e
Xsmarteiffel-1.0/tools/feature/attribute.e
Xsmarteiffel-1.0/tools/instruction/cluster.html
Xsmarteiffel-1.0/tools/instruction/e_inspect.e
Xsmarteiffel-1.0/tools/instruction/assignment.e
Xsmarteiffel-1.0/tools/instruction/assignment_attempt.e
Xsmarteiffel-1.0/tools/instruction/check_invariant.e
Xsmarteiffel-1.0/tools/instruction/create_instruction.e
Xsmarteiffel-1.0/tools/instruction/e_check.e
Xsmarteiffel-1.0/tools/instruction/e_debug.e
Xsmarteiffel-1.0/tools/instruction/ifthenelse.e
Xsmarteiffel-1.0/tools/instruction/e_loop.e
Xsmarteiffel-1.0/tools/instruction/e_retry.e
Xsmarteiffel-1.0/tools/instruction/e_when.e
Xsmarteiffel-1.0/tools/instruction/ifthen.e
Xsmarteiffel-1.0/tools/instruction/ifthenlist.e
Xsmarteiffel-1.0/tools/instruction/instruction_with_comment.e
Xsmarteiffel-1.0/tools/instruction/loop_invariant.e
Xsmarteiffel-1.0/tools/instruction/loop_variant.e
Xsmarteiffel-1.0/tools/instruction/old_creation.e
Xsmarteiffel-1.0/tools/instruction/precursor_instruction.e
Xsmarteiffel-1.0/tools/instruction/proc_call.e
Xsmarteiffel-1.0/tools/instruction/proc_call_0.e
Xsmarteiffel-1.0/tools/instruction/proc_call_1.e
Xsmarteiffel-1.0/tools/instruction/proc_call_n.e
Xsmarteiffel-1.0/tools/instruction/when_item.e
Xsmarteiffel-1.0/tools/instruction/when_item_1.e
Xsmarteiffel-1.0/tools/instruction/when_item_2.e
Xsmarteiffel-1.0/tools/instruction/when_list.e
Xsmarteiffel-1.0/tools/instruction/agent_instruction.e
Xsmarteiffel-1.0/tools/misc/cluster.html
Xsmarteiffel-1.0/tools/misc/assertion.e
Xsmarteiffel-1.0/tools/misc/assertion_collector.e
Xsmarteiffel-1.0/tools/misc/assertion_level_numbering.e
Xsmarteiffel-1.0/tools/misc/assertion_list.e
Xsmarteiffel-1.0/tools/misc/class_invariant.e
Xsmarteiffel-1.0/tools/misc/class_name_list.e
Xsmarteiffel-1.0/tools/misc/classfile_attribute.e
Xsmarteiffel-1.0/tools/misc/client_list.e
Xsmarteiffel-1.0/tools/misc/compound.e
Xsmarteiffel-1.0/tools/misc/cp_info.e
Xsmarteiffel-1.0/tools/misc/cp_info_tags.e
Xsmarteiffel-1.0/tools/misc/create_tools.e
Xsmarteiffel-1.0/tools/misc/creation_clause.e
Xsmarteiffel-1.0/tools/misc/creation_clause_list.e
Xsmarteiffel-1.0/tools/misc/declaration.e
Xsmarteiffel-1.0/tools/misc/declaration_1.e
Xsmarteiffel-1.0/tools/misc/declaration_group.e
Xsmarteiffel-1.0/tools/misc/declaration_list.e
Xsmarteiffel-1.0/tools/misc/e_agent_call.e
Xsmarteiffel-1.0/tools/misc/effective_arg_list.e
Xsmarteiffel-1.0/tools/misc/exception_table.e
Xsmarteiffel-1.0/tools/misc/exceptions_handler.e
Xsmarteiffel-1.0/tools/misc/export_item.e
Xsmarteiffel-1.0/tools/misc/export_list.e
Xsmarteiffel-1.0/tools/misc/feature_clause.e
Xsmarteiffel-1.0/tools/misc/feature_clause_list.e
Xsmarteiffel-1.0/tools/misc/feature_name_list.e
Xsmarteiffel-1.0/tools/misc/field_info.e
Xsmarteiffel-1.0/tools/misc/field_modifier.e
Xsmarteiffel-1.0/tools/misc/formal_arg_list.e
Xsmarteiffel-1.0/tools/misc/formal_generic_arg.e
Xsmarteiffel-1.0/tools/misc/graph_node.e
Xsmarteiffel-1.0/tools/misc/index_clause.e
Xsmarteiffel-1.0/tools/misc/formal_generic_list.e
Xsmarteiffel-1.0/tools/misc/if_globals.e
Xsmarteiffel-1.0/tools/misc/name.e
Xsmarteiffel-1.0/tools/misc/index_list.e
Xsmarteiffel-1.0/tools/misc/interface_info.e
Xsmarteiffel-1.0/tools/misc/line_number_table.e
Xsmarteiffel-1.0/tools/misc/local_var_list.e
Xsmarteiffel-1.0/tools/misc/mini_buffer.e
Xsmarteiffel-1.0/tools/misc/parent_list.e
Xsmarteiffel-1.0/tools/misc/parent.e
Xsmarteiffel-1.0/tools/misc/rename_list.e
Xsmarteiffel-1.0/tools/misc/precursor_call.e
Xsmarteiffel-1.0/tools/misc/rename_pair.e
Xsmarteiffel-1.0/tools/misc/separate_tools.e
Xsmarteiffel-1.0/tools/misc/tag_name.e
Xsmarteiffel-1.0/tools/misc/tmp_feature.e
Xsmarteiffel-1.0/tools/misc/tmp_name.e
Xsmarteiffel-1.0/tools/misc/agent_args.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_9.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_1.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_10.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_11.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_2.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_3.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_4.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_5.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_6.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_7.e
Xsmarteiffel-1.0/tools/run_feature/run_feature_8.e
Xsmarteiffel-1.0/tools/run_feature/cluster.html
Xsmarteiffel-1.0/tools/e_type/cluster.html
Xsmarteiffel-1.0/tools/e_type/type_anchored.e
Xsmarteiffel-1.0/tools/e_type/type_any.e
Xsmarteiffel-1.0/tools/e_type/type_array.e
Xsmarteiffel-1.0/tools/e_type/type_basic_eiffel_expanded.e
Xsmarteiffel-1.0/tools/e_type/type_bit.e
Xsmarteiffel-1.0/tools/e_type/type_bit_1.e
Xsmarteiffel-1.0/tools/e_type/type_bit_2.e
Xsmarteiffel-1.0/tools/e_type/type_boolean.e
Xsmarteiffel-1.0/tools/e_type/type_character.e
Xsmarteiffel-1.0/tools/e_type/type_class.e
Xsmarteiffel-1.0/tools/e_type/type_double.e
Xsmarteiffel-1.0/tools/e_type/type_expanded.e
Xsmarteiffel-1.0/tools/e_type/type_formal_generic.e
Xsmarteiffel-1.0/tools/e_type/type_function.e
Xsmarteiffel-1.0/tools/e_type/type_generic.e
Xsmarteiffel-1.0/tools/e_type/type_integer.e
Xsmarteiffel-1.0/tools/e_type/type_none.e
Xsmarteiffel-1.0/tools/e_type/type_like_current.e
Xsmarteiffel-1.0/tools/e_type/type_like_argument.e
Xsmarteiffel-1.0/tools/e_type/type_like_feature.e
Xsmarteiffel-1.0/tools/e_type/type_native_array.e
Xsmarteiffel-1.0/tools/e_type/type_of_agent.e
Xsmarteiffel-1.0/tools/e_type/type_pointer.e
Xsmarteiffel-1.0/tools/e_type/type_procedure.e
Xsmarteiffel-1.0/tools/e_type/type_real.e
Xsmarteiffel-1.0/tools/e_type/type_reference.e
Xsmarteiffel-1.0/tools/e_type/type_string.e
Xsmarteiffel-1.0/tools/e_type/type_thread.e
Xsmarteiffel-1.0/tools/e_type/type_separate.e
Xsmarteiffel-1.0/tools/e_type/type_tuple.e
Xsmarteiffel-1.0/tools/e_type/type_routine.e
Xsmarteiffel-1.0/tools/base_class.e
Xsmarteiffel-1.0/tools/c_pretty_printer.e
Xsmarteiffel-1.0/tools/cecil_file.e
Xsmarteiffel-1.0/tools/cecil_pool.e
Xsmarteiffel-1.0/tools/class_name.e
Xsmarteiffel-1.0/tools/clean.e
Xsmarteiffel-1.0/tools/cluster.e
Xsmarteiffel-1.0/tools/code_attribute.e
Xsmarteiffel-1.0/tools/code_printer.e
Xsmarteiffel-1.0/tools/command_line_tools.e
Xsmarteiffel-1.0/tools/comment.e
Xsmarteiffel-1.0/tools/compile.e
Xsmarteiffel-1.0/tools/compile_to_c.e
Xsmarteiffel-1.0/tools/compile_to_jvm.e
Xsmarteiffel-1.0/tools/constant_pool.e
Xsmarteiffel-1.0/tools/e_type.e
Xsmarteiffel-1.0/tools/echo.e
Xsmarteiffel-1.0/tools/eiffel_parser.e
Xsmarteiffel-1.0/tools/error_handler.e
Xsmarteiffel-1.0/tools/expression.e
Xsmarteiffel-1.0/tools/finder.e
Xsmarteiffel-1.0/tools/frozen_string_list.e
Xsmarteiffel-1.0/tools/gc_handler.e
Xsmarteiffel-1.0/tools/globals.e
Xsmarteiffel-1.0/tools/id_provider.e
Xsmarteiffel-1.0/tools/instruction.e
Xsmarteiffel-1.0/tools/jvm.e
Xsmarteiffel-1.0/tools/manifest_array_pool.e
Xsmarteiffel-1.0/tools/method_info.e
Xsmarteiffel-1.0/tools/once_manifest_string_pool.e
Xsmarteiffel-1.0/tools/parser.e
Xsmarteiffel-1.0/tools/once_routine_pool.e
Xsmarteiffel-1.0/tools/parser_buffer.e
Xsmarteiffel-1.0/tools/position.e
Xsmarteiffel-1.0/tools/pretty.e
Xsmarteiffel-1.0/tools/pretty_printer.e
Xsmarteiffel-1.0/tools/print_jvm_class.e
Xsmarteiffel-1.0/tools/run_class.e
Xsmarteiffel-1.0/tools/run_feature.e
Xsmarteiffel-1.0/tools/run_time_set.e
Xsmarteiffel-1.0/tools/same_executables.e
Xsmarteiffel-1.0/tools/short.e
Xsmarteiffel-1.0/tools/short_print.e
Xsmarteiffel-1.0/tools/smart_eiffel.e
Xsmarteiffel-1.0/tools/string_aliaser.e
Xsmarteiffel-1.0/tools/switch.e
Xsmarteiffel-1.0/tools/switch_collection.e
Xsmarteiffel-1.0/tools/system_tools.e
Xsmarteiffel-1.0/tools/ace.e
Xsmarteiffel-1.0/tools/cluster.html
Xsmarteiffel-1.0/tools/ace_check.e
Xsmarteiffel-1.0/tools/address_of_pool.e
Xsmarteiffel-1.0/tools/agent_pool.e
Xsmarteiffel-1.0/tools/aliased_string_list.e
Xsmarteiffel-1.0/tools/assignment_handler.e
Xsmarteiffel-1.0/sys/runtime/basic_pointer.h
Xsmarteiffel-1.0/sys/runtime/SmallEiffelRuntime$DirectoryStream.class
Xsmarteiffel-1.0/sys/runtime/agents.c
Xsmarteiffel-1.0/sys/runtime/no_check.c
Xsmarteiffel-1.0/sys/runtime/no_check.h
Xsmarteiffel-1.0/sys/runtime/SmartEiffelRuntime.java
Xsmarteiffel-1.0/sys/runtime/sedb.c
Xsmarteiffel-1.0/sys/runtime/agents.h
Xsmarteiffel-1.0/sys/runtime/base.c
Xsmarteiffel-1.0/sys/runtime/base.h
Xsmarteiffel-1.0/sys/runtime/basic_clock.h
Xsmarteiffel-1.0/sys/runtime/basic_directory.c
Xsmarteiffel-1.0/sys/runtime/basic_directory.h
Xsmarteiffel-1.0/sys/runtime/basic_fstat.c
Xsmarteiffel-1.0/sys/runtime/basic_fstat.h
Xsmarteiffel-1.0/sys/runtime/sedb.h
Xsmarteiffel-1.0/sys/runtime/basic_getenv.h
Xsmarteiffel-1.0/sys/runtime/basic_io.c
Xsmarteiffel-1.0/sys/runtime/basic_io.h
Xsmarteiffel-1.0/sys/runtime/basic_microsecond.c
Xsmarteiffel-1.0/sys/runtime/boost.c
Xsmarteiffel-1.0/sys/runtime/basic_microsecond.h
Xsmarteiffel-1.0/sys/runtime/basic_putenv.c
Xsmarteiffel-1.0/sys/runtime/basic_putenv.h
Xsmarteiffel-1.0/sys/runtime/basic_sprintf.c
Xsmarteiffel-1.0/sys/runtime/basic_sprintf.h
Xsmarteiffel-1.0/sys/runtime/basic_system.h
Xsmarteiffel-1.0/sys/runtime/basic_time.c
Xsmarteiffel-1.0/sys/runtime/basic_time.h
Xsmarteiffel-1.0/sys/runtime/boost.h
Xsmarteiffel-1.0/sys/runtime/c_plus_plus.h
Xsmarteiffel-1.0/sys/runtime/deep_twin.c
Xsmarteiffel-1.0/sys/runtime/deep_twin.h
Xsmarteiffel-1.0/sys/runtime/exceptions.h
Xsmarteiffel-1.0/sys/runtime/gc_lib.c
Xsmarteiffel-1.0/sys/runtime/gc_lib.h
Xsmarteiffel-1.0/sys/runtime/manifest_string_trace.c
Xsmarteiffel-1.0/sys/runtime/manifest_string_trace.h
Xsmarteiffel-1.0/sys/runtime/SmartEiffelRuntime.class
Xsmarteiffel-1.0/sys/runtime/scoop.c
Xsmarteiffel-1.0/sys/runtime/scoop.h
Xsmarteiffel-1.0/sys/runtime/scoop_thread.c
Xsmarteiffel-1.0/sys/runtime/scoop_thread.h
Xsmarteiffel-1.0/sys/runtime/SmartEiffelRuntime$DirectoryStream.class
Xsmarteiffel-1.0/sys/runtime/exceptions.c
Xsmarteiffel-1.0/sys/gc_lib/windows.c
Xsmarteiffel-1.0/sys/gc_lib/MacintoshPPC.c
Xsmarteiffel-1.0/sys/gc_lib/READ_ME
Xsmarteiffel-1.0/sys/gc_lib/aix.c
Xsmarteiffel-1.0/sys/gc_lib/beos_x86.c
Xsmarteiffel-1.0/sys/gc_lib/bsd.c
Xsmarteiffel-1.0/sys/gc_lib/elate.c
Xsmarteiffel-1.0/sys/gc_lib/generic.c
Xsmarteiffel-1.0/sys/gc_lib/hp-pa.c
Xsmarteiffel-1.0/sys/gc_lib/linux.c
Xsmarteiffel-1.0/sys/gc_lib/m68k-amigaos.c
Xsmarteiffel-1.0/sys/gc_lib/m68k.c
Xsmarteiffel-1.0/sys/gc_lib/psos-diab.c
Xsmarteiffel-1.0/sys/gc_lib/qnx.c
Xsmarteiffel-1.0/sys/gc_lib/sparc.c
Xsmarteiffel-1.0/sys/gc_lib/alpha.c
Xsmarteiffel-1.0/sys/READ_ME
Xsmarteiffel-1.0/sys/gc
Xsmarteiffel-1.0/sys/system.se
Xsmarteiffel-1.0/sys/compiler.se
Xsmarteiffel-1.0/sys/loadpath.UNIX
Xsmarteiffel-1.0/short/tex2/rem
Xsmarteiffel-1.0/short/tex2/AECL
Xsmarteiffel-1.0/short/tex2/Acn
Xsmarteiffel-1.0/short/tex2/Afga
Xsmarteiffel-1.0/short/tex2/BECL
Xsmarteiffel-1.0/short/tex2/Bcn
Xsmarteiffel-1.0/short/tex2/Bfga
Xsmarteiffel-1.0/short/tex2/Ucomment
Xsmarteiffel-1.0/short/tex2/Uan
Xsmarteiffel-1.0/short/tex2/cl_quote
Xsmarteiffel-1.0/short/tex2/Usfn
Xsmarteiffel-1.0/short/tex2/Utag
Xsmarteiffel-1.0/short/tex2/hook000
Xsmarteiffel-1.0/short/tex2/hook013
Xsmarteiffel-1.0/short/tex2/hook100
Xsmarteiffel-1.0/short/tex2/hook200
Xsmarteiffel-1.0/short/tex2/hook202
Xsmarteiffel-1.0/short/tex2/hook204
Xsmarteiffel-1.0/short/tex2/hook401
Xsmarteiffel-1.0/short/tex2/hook402
Xsmarteiffel-1.0/short/tex2/hook511
Xsmarteiffel-1.0/short/tex2/hook811
Xsmarteiffel-1.0/short/tex2/hook900
Xsmarteiffel-1.0/short/tex2/hook904
Xsmarteiffel-1.0/short/tex2/hook999
Xsmarteiffel-1.0/short/tex2/op_quote
Xsmarteiffel-1.0/short/tex2/READ_ME
Xsmarteiffel-1.0/short/tex3/Ufga
Xsmarteiffel-1.0/short/tex3/AECL
Xsmarteiffel-1.0/short/tex3/Aan
Xsmarteiffel-1.0/short/tex3/Acn
Xsmarteiffel-1.0/short/tex3/Afga
Xsmarteiffel-1.0/short/tex3/Asfn
Xsmarteiffel-1.0/short/tex3/BECL
Xsmarteiffel-1.0/short/tex3/Ban
Xsmarteiffel-1.0/short/tex3/Bcn
Xsmarteiffel-1.0/short/tex3/Bfga
Xsmarteiffel-1.0/short/tex3/Bifn
Xsmarteiffel-1.0/short/tex3/Bpfn
Xsmarteiffel-1.0/short/tex3/Bsfn
Xsmarteiffel-1.0/short/tex3/READ_ME
Xsmarteiffel-1.0/short/tex3/Result
Xsmarteiffel-1.0/short/tex3/Uan
Xsmarteiffel-1.0/short/tex3/Ucomment
Xsmarteiffel-1.0/short/tex3/Usfn
Xsmarteiffel-1.0/short/tex3/Utag
Xsmarteiffel-1.0/short/tex3/cl_quote
Xsmarteiffel-1.0/short/tex3/close_sb
Xsmarteiffel-1.0/short/tex3/hook000
Xsmarteiffel-1.0/short/tex3/hook013
Xsmarteiffel-1.0/short/tex3/hook100
Xsmarteiffel-1.0/short/tex3/hook200
Xsmarteiffel-1.0/short/tex3/hook204
Xsmarteiffel-1.0/short/tex3/hook401
Xsmarteiffel-1.0/short/tex3/hook402
Xsmarteiffel-1.0/short/tex3/hook511
Xsmarteiffel-1.0/short/tex3/hook811
Xsmarteiffel-1.0/short/tex3/hook832
Xsmarteiffel-1.0/short/tex3/hook900
Xsmarteiffel-1.0/short/tex3/hook904
Xsmarteiffel-1.0/short/tex3/hook999
Xsmarteiffel-1.0/short/tex3/op_quote
Xsmarteiffel-1.0/short/tex3/open_sb
Xsmarteiffel-1.0/short/tex3/rem
Xsmarteiffel-1.0/short/tex3/Ucn
Xsmarteiffel-1.0/short/tex3/Current
Xsmarteiffel-1.0/short/html2/strip_open
Xsmarteiffel-1.0/short/html2/Acn
Xsmarteiffel-1.0/short/html2/Bcn
Xsmarteiffel-1.0/short/html2/HOOKS.SH
Xsmarteiffel-1.0/short/html2/Mcn
Xsmarteiffel-1.0/short/html2/READ_ME
Xsmarteiffel-1.0/short/html2/Result
Xsmarteiffel-1.0/short/html2/Void
Xsmarteiffel-1.0/short/html2/cl_quote
Xsmarteiffel-1.0/short/html2/hook000
Xsmarteiffel-1.0/short/html2/hook002
Xsmarteiffel-1.0/short/html2/hook010
Xsmarteiffel-1.0/short/html2/hook011
Xsmarteiffel-1.0/short/html2/hook012
Xsmarteiffel-1.0/short/html2/hook015
Xsmarteiffel-1.0/short/html2/hook018
Xsmarteiffel-1.0/short/html2/hook019
Xsmarteiffel-1.0/short/html2/hook100
Xsmarteiffel-1.0/short/html2/hook200
Xsmarteiffel-1.0/short/html2/hook201
Xsmarteiffel-1.0/short/html2/hook202
Xsmarteiffel-1.0/short/html2/hook204
Xsmarteiffel-1.0/short/html2/hook205
Xsmarteiffel-1.0/short/html2/hook208
Xsmarteiffel-1.0/short/html2/hook310
Xsmarteiffel-1.0/short/html2/hook313
Xsmarteiffel-1.0/short/html2/hook401
Xsmarteiffel-1.0/short/html2/hook402
Xsmarteiffel-1.0/short/html2/hook413
Xsmarteiffel-1.0/short/html2/hook416
Xsmarteiffel-1.0/short/html2/old
Xsmarteiffel-1.0/short/html2/hook427
Xsmarteiffel-1.0/short/html2/hook430
Xsmarteiffel-1.0/short/html2/hook511
Xsmarteiffel-1.0/short/html2/hook513
Xsmarteiffel-1.0/short/html2/hook516
Xsmarteiffel-1.0/short/html2/hook527
Xsmarteiffel-1.0/short/html2/hook530
Xsmarteiffel-1.0/short/html2/hook599
Xsmarteiffel-1.0/short/html2/hook811
Xsmarteiffel-1.0/short/html2/hook813
Xsmarteiffel-1.0/short/html2/hook816
Xsmarteiffel-1.0/short/html2/hook819
Xsmarteiffel-1.0/short/html2/hook827
Xsmarteiffel-1.0/short/html2/hook830
Xsmarteiffel-1.0/short/html2/hook900
Xsmarteiffel-1.0/short/html2/hook905
Xsmarteiffel-1.0/short/html2/like
Xsmarteiffel-1.0/short/html2/hook999
Xsmarteiffel-1.0/short/html2/op_quote
Xsmarteiffel-1.0/short/html2/Current
Xsmarteiffel-1.0/short/plain/READ_ME
Xsmarteiffel-1.0/short/html1/op_quote
Xsmarteiffel-1.0/short/html1/Acn
Xsmarteiffel-1.0/short/html1/Bcn
Xsmarteiffel-1.0/short/html1/READ_ME
Xsmarteiffel-1.0/short/html1/Mcn
Xsmarteiffel-1.0/short/html1/cl_quote
Xsmarteiffel-1.0/short/html1/hook000
Xsmarteiffel-1.0/short/html1/hook002
Xsmarteiffel-1.0/short/html1/hook010
Xsmarteiffel-1.0/short/html1/hook011
Xsmarteiffel-1.0/short/html1/hook012
Xsmarteiffel-1.0/short/html1/hook015
Xsmarteiffel-1.0/short/html1/hook018
Xsmarteiffel-1.0/short/html1/hook019
Xsmarteiffel-1.0/short/html1/hook100
Xsmarteiffel-1.0/short/html1/hook200
Xsmarteiffel-1.0/short/html1/hook201
Xsmarteiffel-1.0/short/html1/hook202
Xsmarteiffel-1.0/short/html1/hook204
Xsmarteiffel-1.0/short/html1/hook205
Xsmarteiffel-1.0/short/html1/hook208
Xsmarteiffel-1.0/short/html1/hook310
Xsmarteiffel-1.0/short/html1/hook313
Xsmarteiffel-1.0/short/html1/hook401
Xsmarteiffel-1.0/short/html1/hook402
Xsmarteiffel-1.0/short/html1/hook413
Xsmarteiffel-1.0/short/html1/hook416
Xsmarteiffel-1.0/short/html1/hook427
Xsmarteiffel-1.0/short/html1/hook430
Xsmarteiffel-1.0/short/html1/hook511
Xsmarteiffel-1.0/short/html1/hook513
Xsmarteiffel-1.0/short/html1/hook516
Xsmarteiffel-1.0/short/html1/hook527
Xsmarteiffel-1.0/short/html1/hook530
Xsmarteiffel-1.0/short/html1/hook599
Xsmarteiffel-1.0/short/html1/hook811
Xsmarteiffel-1.0/short/html1/hook813
Xsmarteiffel-1.0/short/html1/hook816
Xsmarteiffel-1.0/short/html1/hook827
Xsmarteiffel-1.0/short/html1/hook830
Xsmarteiffel-1.0/short/html1/hook900
Xsmarteiffel-1.0/short/html1/hook905
Xsmarteiffel-1.0/short/html1/hook999
Xsmarteiffel-1.0/short/html1/HOOKS.SH
Xsmarteiffel-1.0/short/tex1/READ_ME
Xsmarteiffel-1.0/short/tex1/hook000
Xsmarteiffel-1.0/short/tex1/hook999
Xsmarteiffel-1.0/short/pretty/hook900
Xsmarteiffel-1.0/short/pretty/hook100
Xsmarteiffel-1.0/short/pretty/hook200
Xsmarteiffel-1.0/short/pretty/hook202
Xsmarteiffel-1.0/short/pretty/hook204
Xsmarteiffel-1.0/short/pretty/hook300
Xsmarteiffel-1.0/short/pretty/hook311
Xsmarteiffel-1.0/short/pretty/hook811
Xsmarteiffel-1.0/short/pretty/READ_ME
Xsmarteiffel-1.0/short/READ_ME
Xsmarteiffel-1.0/tutorial/agent/peach.e
Xsmarteiffel-1.0/tutorial/agent/example1.e
Xsmarteiffel-1.0/tutorial/agent/example2.e
Xsmarteiffel-1.0/tutorial/agent/example3.e
Xsmarteiffel-1.0/tutorial/agent/example4.e
Xsmarteiffel-1.0/tutorial/agent/example5.e
Xsmarteiffel-1.0/tutorial/agent/fruit.e
Xsmarteiffel-1.0/tutorial/agent/apple.e
Xsmarteiffel-1.0/tutorial/tuple/example1.e
Xsmarteiffel-1.0/tutorial/tuple/example2.e
Xsmarteiffel-1.0/tutorial/triangle/version1/example1.e
Xsmarteiffel-1.0/tutorial/triangle/version1/example2.e
Xsmarteiffel-1.0/tutorial/triangle/version1/example3.e
Xsmarteiffel-1.0/tutorial/triangle/version1/triangle.e
Xsmarteiffel-1.0/tutorial/triangle/version1/point.e
Xsmarteiffel-1.0/tutorial/triangle/version2/example1.e
Xsmarteiffel-1.0/tutorial/triangle/version2/example2.e
Xsmarteiffel-1.0/tutorial/triangle/version2/example3.e
Xsmarteiffel-1.0/tutorial/triangle/version2/triangle.e
Xsmarteiffel-1.0/tutorial/triangle/version2/point.e
Xsmarteiffel-1.0/tutorial/triangle/version3/example1.e
Xsmarteiffel-1.0/tutorial/triangle/version3/example2.e
Xsmarteiffel-1.0/tutorial/triangle/version3/example3.e
Xsmarteiffel-1.0/tutorial/triangle/version3/example4.e
Xsmarteiffel-1.0/tutorial/triangle/version3/triangle.e
Xsmarteiffel-1.0/tutorial/triangle/version3/point.e
Xsmarteiffel-1.0/tutorial/triangle/version4/example2.e
Xsmarteiffel-1.0/tutorial/triangle/version4/example1.e
Xsmarteiffel-1.0/tutorial/triangle/version4/example3.e
Xsmarteiffel-1.0/tutorial/triangle/version4/triangle.e
Xsmarteiffel-1.0/tutorial/triangle/version4/example4.e
Xsmarteiffel-1.0/tutorial/triangle/version4/point.e
Xsmarteiffel-1.0/tutorial/triangle/READ_ME
Xsmarteiffel-1.0/tutorial/time/example4.e
Xsmarteiffel-1.0/tutorial/time/example2.e
Xsmarteiffel-1.0/tutorial/time/example3.e
Xsmarteiffel-1.0/tutorial/time/example1.e
Xsmarteiffel-1.0/tutorial/time/example5.e
Xsmarteiffel-1.0/tutorial/time/example6.e
Xsmarteiffel-1.0/tutorial/time/example7.e
Xsmarteiffel-1.0/tutorial/sorting/example1.e
Xsmarteiffel-1.0/tutorial/sorting/example2.e
Xsmarteiffel-1.0/tutorial/scoop/example3.e
Xsmarteiffel-1.0/tutorial/scoop/example1.e
Xsmarteiffel-1.0/tutorial/scoop/example2.e
Xsmarteiffel-1.0/tutorial/scoop/consumer.e
Xsmarteiffel-1.0/tutorial/scoop/example4.e
Xsmarteiffel-1.0/tutorial/scoop/foreman.e
Xsmarteiffel-1.0/tutorial/scoop/worker.e
Xsmarteiffel-1.0/tutorial/random/example1.e
Xsmarteiffel-1.0/tutorial/random/example2.e
Xsmarteiffel-1.0/tutorial/random/example3.e
Xsmarteiffel-1.0/tutorial/parking/run_parking.e
Xsmarteiffel-1.0/tutorial/parking/command.e
Xsmarteiffel-1.0/tutorial/parking/date.e
Xsmarteiffel-1.0/tutorial/parking/level.e
Xsmarteiffel-1.0/tutorial/parking/parking.e
Xsmarteiffel-1.0/tutorial/parking/ticket.e
Xsmarteiffel-1.0/tutorial/number/example1.e
Xsmarteiffel-1.0/tutorial/number/example2.e
Xsmarteiffel-1.0/tutorial/number/example3.e
Xsmarteiffel-1.0/tutorial/number/example4.e
Xsmarteiffel-1.0/tutorial/number/example5.e
Xsmarteiffel-1.0/tutorial/basic_directory/example1.e
Xsmarteiffel-1.0/tutorial/basic_directory/example2.e
Xsmarteiffel-1.0/tutorial/basic_directory/example3.e
Xsmarteiffel-1.0/tutorial/basic_directory/example4.e
Xsmarteiffel-1.0/tutorial/basic_directory/example5.e
Xsmarteiffel-1.0/tutorial/basic_directory/example6.e
Xsmarteiffel-1.0/tutorial/cecil/example3/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example3/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example3/example.e
Xsmarteiffel-1.0/tutorial/cecil/example3/output
Xsmarteiffel-1.0/tutorial/cecil/example9/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example9/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example9/eif_stuff.e
Xsmarteiffel-1.0/tutorial/cecil/example9/example.e
Xsmarteiffel-1.0/tutorial/cecil/example9/output
Xsmarteiffel-1.0/tutorial/cecil/example1/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example1/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example1/example.e
Xsmarteiffel-1.0/tutorial/cecil/example1/output
Xsmarteiffel-1.0/tutorial/cecil/example2/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example2/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example2/example.e
Xsmarteiffel-1.0/tutorial/cecil/example2/output
Xsmarteiffel-1.0/tutorial/cecil/example8/c_factory.e
Xsmarteiffel-1.0/tutorial/cecil/example8/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example8/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example8/example.e
Xsmarteiffel-1.0/tutorial/cecil/example8/output
Xsmarteiffel-1.0/tutorial/cecil/JVM/Example4.java
Xsmarteiffel-1.0/tutorial/cecil/JVM/Example2.java
Xsmarteiffel-1.0/tutorial/cecil/JVM/Example3.java
Xsmarteiffel-1.0/tutorial/cecil/JVM/Example1.java
Xsmarteiffel-1.0/tutorial/cecil/JVM/root2.e
Xsmarteiffel-1.0/tutorial/cecil/JVM/root3.e
Xsmarteiffel-1.0/tutorial/cecil/JVM/root4.e
Xsmarteiffel-1.0/tutorial/cecil/example5/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example5/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example5/example.e
Xsmarteiffel-1.0/tutorial/cecil/example5/output
Xsmarteiffel-1.0/tutorial/cecil/example6/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example6/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example6/example.e
Xsmarteiffel-1.0/tutorial/cecil/example6/output
Xsmarteiffel-1.0/tutorial/cecil/example7/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example7/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example7/example.e
Xsmarteiffel-1.0/tutorial/cecil/example7/output
Xsmarteiffel-1.0/tutorial/cecil/example4/cecil.se
Xsmarteiffel-1.0/tutorial/cecil/example4/c_prog.c
Xsmarteiffel-1.0/tutorial/cecil/example4/cat.e
Xsmarteiffel-1.0/tutorial/cecil/example4/animal.e
Xsmarteiffel-1.0/tutorial/cecil/example4/dog.e
Xsmarteiffel-1.0/tutorial/cecil/example4/example.e
Xsmarteiffel-1.0/tutorial/cecil/example4/output
Xsmarteiffel-1.0/tutorial/cecil/READ_ME
Xsmarteiffel-1.0/tutorial/directory/example1.e
Xsmarteiffel-1.0/tutorial/ace/example3.ace
Xsmarteiffel-1.0/tutorial/ace/READ_ME
Xsmarteiffel-1.0/tutorial/ace/example1.ace
Xsmarteiffel-1.0/tutorial/ace/example2.ace
Xsmarteiffel-1.0/tutorial/ace/example4.ace
Xsmarteiffel-1.0/tutorial/ace/template.ace
Xsmarteiffel-1.0/tutorial/gcd/test_gcd.e
Xsmarteiffel-1.0/tutorial/hanoi/hanoi.e
Xsmarteiffel-1.0/tutorial/hanoi/tower.e
Xsmarteiffel-1.0/tutorial/iterator/example1.e
Xsmarteiffel-1.0/tutorial/iterator/example2.e
Xsmarteiffel-1.0/tutorial/iterator/example3.e
Xsmarteiffel-1.0/tutorial/iterator/iterator_on_random_generator.e
Xsmarteiffel-1.0/tutorial/iterator/iterator_with_variant.e
Xsmarteiffel-1.0/tutorial/memory/example1.e
Xsmarteiffel-1.0/tutorial/memory/example2.e
Xsmarteiffel-1.0/tutorial/external/C/example4.e
Xsmarteiffel-1.0/tutorial/external/C/c_glue1.c
Xsmarteiffel-1.0/tutorial/external/C/c_glue2.c
Xsmarteiffel-1.0/tutorial/external/C/c_glue3.h
Xsmarteiffel-1.0/tutorial/external/C/c_glue4.c
Xsmarteiffel-1.0/tutorial/external/C/c_glue4.h
Xsmarteiffel-1.0/tutorial/external/C/example2.e
Xsmarteiffel-1.0/tutorial/external/C/example3.e
Xsmarteiffel-1.0/tutorial/external/C/example5.e
Xsmarteiffel-1.0/tutorial/external/C/example1.e
Xsmarteiffel-1.0/tutorial/external/C++/example4.e
Xsmarteiffel-1.0/tutorial/external/C++/Bar.h
Xsmarteiffel-1.0/tutorial/external/C++/Foo.cpp
Xsmarteiffel-1.0/tutorial/external/C++/Foo.h
Xsmarteiffel-1.0/tutorial/external/C++/example1
Xsmarteiffel-1.0/tutorial/external/C++/example1.e
Xsmarteiffel-1.0/tutorial/external/C++/example2
Xsmarteiffel-1.0/tutorial/external/C++/example2.e
Xsmarteiffel-1.0/tutorial/external/C++/example3
Xsmarteiffel-1.0/tutorial/external/C++/example3.e
Xsmarteiffel-1.0/tutorial/external/C++/example4
Xsmarteiffel-1.0/tutorial/external/C++/Bar.cpp
Xsmarteiffel-1.0/tutorial/external/Java/example6.e
Xsmarteiffel-1.0/tutorial/external/Java/BSimple.java
Xsmarteiffel-1.0/tutorial/external/Java/CSimple.java
Xsmarteiffel-1.0/tutorial/external/Java/ISimple.java
Xsmarteiffel-1.0/tutorial/external/Java/example1.e
Xsmarteiffel-1.0/tutorial/external/Java/example2.e
Xsmarteiffel-1.0/tutorial/external/Java/example3.e
Xsmarteiffel-1.0/tutorial/external/Java/example4.e
Xsmarteiffel-1.0/tutorial/external/Java/example5.e
Xsmarteiffel-1.0/tutorial/external/Java/ASimple.java
Xsmarteiffel-1.0/tutorial/external/READ_ME
Xsmarteiffel-1.0/tutorial/print_arguments.e
Xsmarteiffel-1.0/tutorial/pyramid2.e
Xsmarteiffel-1.0/tutorial/pyramid.e
Xsmarteiffel-1.0/tutorial/spread_illness.e
Xsmarteiffel-1.0/tutorial/knight.e
Xsmarteiffel-1.0/tutorial/hello_world.e
Xsmarteiffel-1.0/tutorial/fibonacci.e
Xsmarteiffel-1.0/COPYING
Xsmarteiffel-1.0/install.h
Xsmarteiffel-1.0/install.exe
Xsmarteiffel-1.0/install.e
Xsmarteiffel-1.0/install.c
Xsmarteiffel-1.0/index.html
Xsmarteiffel-1.0/configure
Xsmarteiffel-1.0/READ_ME
Xsmarteiffel-1.0/Makefile
Xsmarteiffel-1.0/GNU_LICENSE
X@dirrm smarteiffel-1.0/bin
X@dirrm smarteiffel-1.0/man
X@dirrm smarteiffel-1.0/contrib/edb
X@dirrm smarteiffel-1.0/contrib/htmldoc
X@dirrm smarteiffel-1.0/contrib/lib
X@dirrm smarteiffel-1.0/contrib
X@dirrm smarteiffel-1.0/lib/random
X@dirrm smarteiffel-1.0/lib/io
X@dirrm smarteiffel-1.0/lib/iterator
X@dirrm smarteiffel-1.0/lib/kernel
X@dirrm smarteiffel-1.0/lib/number
X@dirrm smarteiffel-1.0/lib/base
X@dirrm smarteiffel-1.0/lib/sorting
X@dirrm smarteiffel-1.0/lib/time
X@dirrm smarteiffel-1.0/lib/scoop
X@dirrm smarteiffel-1.0/lib/misc
X@dirrm smarteiffel-1.0/lib
X@dirrm smarteiffel-1.0/bin_c
X@dirrm smarteiffel-1.0/misc/benchmarks/collection/bench1
X@dirrm smarteiffel-1.0/misc/benchmarks/collection/bench2
X@dirrm smarteiffel-1.0/misc/benchmarks/collection/bench3
X@dirrm smarteiffel-1.0/misc/benchmarks/collection/bench4
X@dirrm smarteiffel-1.0/misc/benchmarks/collection
X@dirrm smarteiffel-1.0/misc/benchmarks/collection2/bench1
X@dirrm smarteiffel-1.0/misc/benchmarks/collection2
X@dirrm smarteiffel-1.0/misc/benchmarks/collection3/bench1
X@dirrm smarteiffel-1.0/misc/benchmarks/collection3/bench2
X@dirrm smarteiffel-1.0/misc/benchmarks/collection3
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LkFSO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/PMO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/CNoLfO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/DNeStr
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LaEStk
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LaStk
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/PLk
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/CLfO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LkROInc
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LkRORnd
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LkROSm
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/MFSO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/MRO
X@dirrm smarteiffel-1.0/misc/benchmarks/gc/LkRODec
X@dirrm smarteiffel-1.0/misc/benchmarks/gc
X@dirrm smarteiffel-1.0/misc/benchmarks
X@dirrm smarteiffel-1.0/misc
X@dirrm smarteiffel-1.0/tools/expression
X@dirrm smarteiffel-1.0/tools/feature
X@dirrm smarteiffel-1.0/tools/instruction
X@dirrm smarteiffel-1.0/tools/misc
X@dirrm smarteiffel-1.0/tools/run_feature
X@dirrm smarteiffel-1.0/tools/e_type
X@dirrm smarteiffel-1.0/tools
X@dirrm smarteiffel-1.0/sys/runtime
X@dirrm smarteiffel-1.0/sys/gc_lib
X@dirrm smarteiffel-1.0/sys
X@dirrm smarteiffel-1.0/short/tex2
X@dirrm smarteiffel-1.0/short/tex3
X@dirrm smarteiffel-1.0/short/html2
X@dirrm smarteiffel-1.0/short/plain
X@dirrm smarteiffel-1.0/short/html1
X@dirrm smarteiffel-1.0/short/tex1
X@dirrm smarteiffel-1.0/short/pretty
X@dirrm smarteiffel-1.0/short
X@dirrm smarteiffel-1.0/tutorial/agent
X@dirrm smarteiffel-1.0/tutorial/tuple
X@dirrm smarteiffel-1.0/tutorial/triangle/version1
X@dirrm smarteiffel-1.0/tutorial/triangle/version2
X@dirrm smarteiffel-1.0/tutorial/triangle/version3
X@dirrm smarteiffel-1.0/tutorial/triangle/version4
X@dirrm smarteiffel-1.0/tutorial/triangle
X@dirrm smarteiffel-1.0/tutorial/time
X@dirrm smarteiffel-1.0/tutorial/sorting
X@dirrm smarteiffel-1.0/tutorial/scoop
X@dirrm smarteiffel-1.0/tutorial/random
X@dirrm smarteiffel-1.0/tutorial/parking
X@dirrm smarteiffel-1.0/tutorial/number
X@dirrm smarteiffel-1.0/tutorial/basic_directory
X@dirrm smarteiffel-1.0/tutorial/cecil/example3
X@dirrm smarteiffel-1.0/tutorial/cecil/example9
X@dirrm smarteiffel-1.0/tutorial/cecil/example1
X@dirrm smarteiffel-1.0/tutorial/cecil/example2
X@dirrm smarteiffel-1.0/tutorial/cecil/example8
X@dirrm smarteiffel-1.0/tutorial/cecil/JVM
X@dirrm smarteiffel-1.0/tutorial/cecil/example5
X@dirrm smarteiffel-1.0/tutorial/cecil/example6
X@dirrm smarteiffel-1.0/tutorial/cecil/example7
X@dirrm smarteiffel-1.0/tutorial/cecil/example4
X@dirrm smarteiffel-1.0/tutorial/cecil
X@dirrm smarteiffel-1.0/tutorial/directory
X@dirrm smarteiffel-1.0/tutorial/ace
X@dirrm smarteiffel-1.0/tutorial/gcd
X@dirrm smarteiffel-1.0/tutorial/hanoi
X@dirrm smarteiffel-1.0/tutorial/iterator
X@dirrm smarteiffel-1.0/tutorial/memory
X@dirrm smarteiffel-1.0/tutorial/external/C
X@dirrm smarteiffel-1.0/tutorial/external/C++
X@dirrm smarteiffel-1.0/tutorial/external/Java
X@dirrm smarteiffel-1.0/tutorial/external
X@dirrm smarteiffel-1.0/tutorial
X@dirrm smarteiffel-1.0
END-of-lang/smarteiffel/pkg-plist
echo x - lang/smarteiffel/pkg-comment
sed 's/^X//' >lang/smarteiffel/pkg-comment << 'END-of-lang/smarteiffel/pkg-comment'
XSmartEiffel, the GNU compiler for the object-oriented language Eiffel
END-of-lang/smarteiffel/pkg-comment
echo x - lang/smarteiffel/distinfo
sed 's/^X//' >lang/smarteiffel/distinfo << 'END-of-lang/smarteiffel/distinfo'
XMD5 (se-1.0.tar.bz2) = e11cfa59bafebdbf54707cac0d1ebd42
END-of-lang/smarteiffel/distinfo
echo x - lang/smarteiffel/Makefile
sed 's/^X//' >lang/smarteiffel/Makefile << 'END-of-lang/smarteiffel/Makefile'
X# New ports collection makefile for:	SmartEiffel
X# Date created:				Sat Oct 12 17:47:57 NZDT 2002
X# Whom:					berend@pobox.com
X#
X# $FreeBSD: Exp $
X#
X
XPORTNAME=	smarteiffel
XPORTVERSION=	1.0
XCATEGORIES=	lang
XMASTER_SITES=	ftp://ftp.loria.fr/pub/loria/SmartEiffel/Oldies/
XDISTNAME=	se-${PORTVERSION}
XEXTRACT_SUFX=	.tar.bz2
X
XMAINTAINER=	berend@pobox.com
X
XWRKSRC=		${WRKDIR}/SmartEiffel
X
X# We install in this directory
XSEDIR=		${PREFIX}/${PORTNAME}-${PORTVERSION}
X
X# We alias a directory to the installation directory
X# so it is possible to easily switch between different builds
XALIASDIR=	${PREFIX}/SmartEiffel
X
X# SmartEiffel needs this to find system.se
XMAKE_ENV+=	SmartEiffel=${WRKSRC}/sys/system.se
XALL_TARGET=
XUSE_BZIP2=	yes
X
XPKGMESSAGE=	${WRKDIR}/MESSAGE
XPKGINSTALL=	${WRKDIR}/INSTALL
X
X# Make sure we can set the symbolic link SmartEiffel
X# to the actual release directory.
Xdo-install:
X	@(if ${TEST} -e ${ALIASDIR} ; then \
X	    if ! ${TEST} -L ${ALIASDIR} ; then \
X		${ECHO} "Make sure ${ALIASDIR} is a symbolic link"; \
X		${ECHO} "or does not exist. This directory will point to "; \
X		${ECHO} "the actual SmartEiffel installation directory."; \
X		exit 1; \
X	    fi; \
X	    ${RM} ${ALIASDIR}; \
X	fi; \
X	${LN} -fs ${SEDIR} ${ALIASDIR})
X	@(if ${TEST} -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
X	    ${MKDIR} ${SEDIR}; \
X	    ${CP} -pR ${WRKSRC}/* ${SEDIR}; \
X	    ${ECHO_CMD} ./ > ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_std/ >> ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_iterator/ >> ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_random/ >> ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_number/ >> ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_show/ >> ${SEDIR}/sys/loadpath.UNIX; \
X	    ${ECHO_CMD} ${SEDIR}/lib_se/ >> ${SEDIR}/sys/loadpath.UNIX)
X	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-message \
X		> ${PKGMESSAGE}
X	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-install \
X		> ${PKGINSTALL}
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-lang/smarteiffel/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021206235257.00C2923193>