File:  [gforth] / gforth / gforth.lsm
Revision 1.5: download - view: text, annotated - select for diffs
Fri Dec 27 12:32:52 2002 UTC (21 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
replaced some automake macros with autoconf macros; related changes in
  autoconf variables (e.g., @VERSION@ -> @PACKAGE_VERSION@)
gforth-prof and gforth-native are now not built by default
modernized "Automatic Remaking" section of Makefile.in
Updated bug reporting instructions
Eliminated use of old bug reporting email address

    1: Begin4
    2: Title: 		Gforth
    3: Version: 	0.5.0
    4: Entered-date: 	2000-10-25
    5: Description:	Gforth is a fast and portable implementation of the ANS
    6: 		Forth language. It works nicely with the Emacs editor,
    7: 		offers some nice features such as input completion and
    8: 		history and a powerful locals facility, and it even
    9: 		has a manual. Gforth employs traditional
   10: 		implementation techniques: its inner innerpreter
   11: 		is indirect or direct threaded.
   12: Keywords: 	Forth, interpreter
   13: Author:         bernd.paysan@gmx.de (Bernd Paysan)
   14: 		anton@mips.complang.tuwien.ac.at (Anton Ertl)
   15: 		wilke@jwdt.com (Jens Wilke)
   16: 		neal@pinga.free-online.co.uk (Neal Crook)
   17: Maintained-by: 	anton@mips.complang.tuwien.ac.at (Anton Ertl)
   18: Primary-site:   http://www.complang.tuwien.ac.at/forth/gforth/
   19: 			1.6M gforth-0.5.0-i386-pc-linux-gnulibc1.tar.gz
   20: 			1.6M gforth-0.5.0-i386-pc-linux-gnu.tar.gz
   21: 			2K gforth.lsm
   22: Alternate-site: ftp://metalab.unc.edu/pub/Linux/devel/lang/forth/
   23: Original-site:  ftp://ftp.gnu.org/gnu/gforth/
   24: 			1.4 M gforth-0.5.0.tar.gz
   25: Platforms: 	GCC-2.x (if you use the source package)
   26: Copying-policy: GPL
   27: End

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>