pkgsrc/lang/gforth/PLIST
uebayasi b0d18a1447 Update from 0.5.0 to 0.6.2. From Jorge Ramon Acereda Macia <al004046 at anubis
dot uji dot es> in PR 23635.

User-visible changes between 0.6.1 and 0.6.2:

Bug fixes (in particular, gforth-0.6.2 compiles with gcc-3.3)
New words: LATEST, LATESTXT (LASTXT deprecated)
Operating environment: Added optional support for a C interface built
  on the ffcall libraries (more portable and powerful than the old
  one, but still not documented).  To use it, the ffcall libraries
  have to be installed before building Gforth (see INSTALL).
Miscellaneous: Gforth-fast now uses static superinstructions (some
  speedup on some platforms); generally this is transparent (apart
  from the speedup), but there are lots of command-line options for
  controlling the static superinstruction generation.

User-visible changes between 0.6.0 and 0.6.1:

Bug fixes (installation on big-endian machines sometimes did not work)

User-visible changes between 0.5.0 and 0.6.0:

Changes in behaviour:

S": interpreted use now ALLOCATEs the string (they live until BYE).
Long word names (512MB on 32-bit systems) are now supported (change to
  the header format).
New threaded code execution method: primitive-centric (allows the
  following), hybrid direct/indirect threaded (easier portability),
  with dynamic superinstructions (typical speedup on Athlon: factor
  2).  New engine gforth-itc for dealing with some potential
  backwards-compatibility problems (see "Direct or Indirect Threaded?"
  in the manual).

Operating environment:

Default dictionary size is now 4MB.
Large file support on OSs that support them (i.e., files with more
  than 2GB on 32-bit machines).
Gforth can now deal well with broken pipes in most situations.
vi tags files can be built with tags.fs (usage like etags.fs).
gforth.el mostly rewritten.
New image file format.

New words:

Keyboard input: EDIT-LINE K-PRIOR K-NEXT K-DELETE
File input: SLURP-FILE SLURP-FID
Programming tools: ID. .ID WORDLIST-WORDS SIMPLE-SEE
Conditional execution: [DEFINED] [UNDEFINED]
Defining Words: CONST-DOES> ]]
Input stream: PARSE-WORD EXECUTE-PARSING EXECUTE-PARSING-FILE
String comparison: STR= STR< STRING-PREFIX?
String literals: S\" .\" \"-PARSE
Floating point output: F.RDP F>STR-RDP F>BUF-RDP

Miscellaneous:

Generalized prims2x.fs into Vmgen (see README.vmgen etc.); used the
  new capabilities in prims (e.g., automatic handling of the return
  stack and instruction stream).
2003-12-05 00:26:38 +00:00

251 lines
9.5 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2003/12/05 00:26:38 uebayasi Exp $
bin/gforth
bin/${PKGNAME}
bin/gforth-fast
bin/gforth-fast-${PKGVERSION}
bin/gforth-itc
bin/gforth-itc-${PKGVERSION}
bin/gforthmi
bin/gforthmi-${PKGVERSION}
bin/vmgen
bin/vmgen-${PKGVERSION}
info/gforth.info
info/gforth.info-1
info/gforth.info-10
info/gforth.info-11
info/gforth.info-12
info/gforth.info-13
info/gforth.info-14
info/gforth.info-15
info/gforth.info-2
info/gforth.info-3
info/gforth.info-4
info/gforth.info-5
info/gforth.info-6
info/gforth.info-7
info/gforth.info-8
info/gforth.info-9
info/vmgen.info
info/vmgen.info-1
info/vmgen.info-2
lib/gforth/${PKGVERSION}/gforth-ditc
lib/gforth/${PKGVERSION}/gforth.fi
man/man1/gforth.1
share/emacs/site-lisp/gforth.el
share/gforth/${PKGVERSION}/TAGS
share/gforth/${PKGVERSION}/add.fs
share/gforth/${PKGVERSION}/ans-report.fs
share/gforth/${PKGVERSION}/ansi.fs
share/gforth/${PKGVERSION}/answords.fs
share/gforth/${PKGVERSION}/arch/386/asm.fs
share/gforth/${PKGVERSION}/arch/386/disasm.fs
share/gforth/${PKGVERSION}/arch/alpha/asm.fs
share/gforth/${PKGVERSION}/arch/alpha/disasm.fs
share/gforth/${PKGVERSION}/arch/mips/asm.fs
share/gforth/${PKGVERSION}/arch/mips/disasm.fs
share/gforth/${PKGVERSION}/arch/mips/insts.fs
share/gforth/${PKGVERSION}/asm/README
share/gforth/${PKGVERSION}/asm/basic.fs
share/gforth/${PKGVERSION}/asm/bitmask.fs
share/gforth/${PKGVERSION}/asm/generic.fs
share/gforth/${PKGVERSION}/asm/numref.fs
share/gforth/${PKGVERSION}/asm/target.fs
share/gforth/${PKGVERSION}/assert.fs
share/gforth/${PKGVERSION}/backtrac.fs
share/gforth/${PKGVERSION}/blocked.fb
share/gforth/${PKGVERSION}/blocks.fs
share/gforth/${PKGVERSION}/bubble.fs
share/gforth/${PKGVERSION}/bufio.fs
share/gforth/${PKGVERSION}/chains.fs
share/gforth/${PKGVERSION}/code.fs
share/gforth/${PKGVERSION}/colorize.fs
share/gforth/${PKGVERSION}/comp-i.fs
share/gforth/${PKGVERSION}/compat/README
share/gforth/${PKGVERSION}/compat/anslocal.fs
share/gforth/${PKGVERSION}/compat/assert.fs
share/gforth/${PKGVERSION}/compat/control.fs
share/gforth/${PKGVERSION}/compat/defer.fs
share/gforth/${PKGVERSION}/compat/exception.fs
share/gforth/${PKGVERSION}/compat/loops.fs
share/gforth/${PKGVERSION}/compat/required.fs
share/gforth/${PKGVERSION}/compat/strcomp.fs
share/gforth/${PKGVERSION}/compat/struct.fs
share/gforth/${PKGVERSION}/compat/vocabulary.fs
share/gforth/${PKGVERSION}/cross.fs
share/gforth/${PKGVERSION}/debug.fs
share/gforth/${PKGVERSION}/debugs.fs
share/gforth/${PKGVERSION}/doc/makedoc.fs
share/gforth/${PKGVERSION}/doskey.fs
share/gforth/${PKGVERSION}/ds2texi.fs
share/gforth/${PKGVERSION}/ec/README
share/gforth/${PKGVERSION}/ec/builttag.fs
share/gforth/${PKGVERSION}/ec/dotx.fs
share/gforth/${PKGVERSION}/ec/mirror.fs
share/gforth/${PKGVERSION}/ec/nesting.fs
share/gforth/${PKGVERSION}/ec/shex.fs
share/gforth/${PKGVERSION}/ekey.fs
share/gforth/${PKGVERSION}/environ.fs
share/gforth/${PKGVERSION}/envos.dos
share/gforth/${PKGVERSION}/envos.fs
share/gforth/${PKGVERSION}/envos.os2
share/gforth/${PKGVERSION}/errors.fs
share/gforth/${PKGVERSION}/etags.fs
share/gforth/${PKGVERSION}/exboot.fs
share/gforth/${PKGVERSION}/except.fs
share/gforth/${PKGVERSION}/extend.fs
share/gforth/${PKGVERSION}/fflib.fs
share/gforth/${PKGVERSION}/fi2c.fs
share/gforth/${PKGVERSION}/fib.fs
share/gforth/${PKGVERSION}/filedump.fs
share/gforth/${PKGVERSION}/fixpath.fs
share/gforth/${PKGVERSION}/float.fs
share/gforth/${PKGVERSION}/glocals.fs
share/gforth/${PKGVERSION}/glosgen.fs
share/gforth/${PKGVERSION}/gray.fs
share/gforth/${PKGVERSION}/hash.fs
share/gforth/${PKGVERSION}/history.fs
share/gforth/${PKGVERSION}/httpd.fs
share/gforth/${PKGVERSION}/intcomp.fs
share/gforth/${PKGVERSION}/kernel/accept.fs
share/gforth/${PKGVERSION}/kernel/aliases.fs
share/gforth/${PKGVERSION}/kernel/aliases0.fs
share/gforth/${PKGVERSION}/kernel/args.fs
share/gforth/${PKGVERSION}/kernel/basics.fs
share/gforth/${PKGVERSION}/kernel/cbr.fs
share/gforth/${PKGVERSION}/kernel/cloop.fs
share/gforth/${PKGVERSION}/kernel/comp.fs
share/gforth/${PKGVERSION}/kernel/cond-old.fs
share/gforth/${PKGVERSION}/kernel/cond.fs
share/gforth/${PKGVERSION}/kernel/doers.fs
share/gforth/${PKGVERSION}/kernel/errore.fs
share/gforth/${PKGVERSION}/kernel/files.fs
share/gforth/${PKGVERSION}/kernel/getdoers.fs
share/gforth/${PKGVERSION}/kernel/input.fs
share/gforth/${PKGVERSION}/kernel/int.fs
share/gforth/${PKGVERSION}/kernel/io.fs
share/gforth/${PKGVERSION}/kernel/kernel.fs
share/gforth/${PKGVERSION}/kernel/license.fs
share/gforth/${PKGVERSION}/kernel/main.fs
share/gforth/${PKGVERSION}/kernel/nio.fs
share/gforth/${PKGVERSION}/kernel/pass.fs
share/gforth/${PKGVERSION}/kernel/paths.fs
share/gforth/${PKGVERSION}/kernel/prim0.fs
share/gforth/${PKGVERSION}/kernel/quotes.fs
share/gforth/${PKGVERSION}/kernel/require.fs
share/gforth/${PKGVERSION}/kernel/saccept.fs
share/gforth/${PKGVERSION}/kernel/tools.fs
share/gforth/${PKGVERSION}/kernel/toolsext.fs
share/gforth/${PKGVERSION}/kernel/vars.fs
share/gforth/${PKGVERSION}/@KERNEL_FI@
share/gforth/${PKGVERSION}/lib.fs
share/gforth/${PKGVERSION}/locals.fs
share/gforth/${PKGVERSION}/locate.fs
share/gforth/${PKGVERSION}/look.fs
share/gforth/${PKGVERSION}/mach16b.fs
share/gforth/${PKGVERSION}/mach16l.fs
share/gforth/${PKGVERSION}/mach32b.fs
share/gforth/${PKGVERSION}/mach32l.fs
share/gforth/${PKGVERSION}/mach64b.fs
share/gforth/${PKGVERSION}/mach64l.fs
share/gforth/${PKGVERSION}/machpc.fs.in
share/gforth/${PKGVERSION}/make-app.fs
share/gforth/${PKGVERSION}/matrix.fs
share/gforth/${PKGVERSION}/mini-oof.fs
share/gforth/${PKGVERSION}/moof-exm.fs
share/gforth/${PKGVERSION}/moofglos.fs
share/gforth/${PKGVERSION}/more.fs
share/gforth/${PKGVERSION}/objects.fs
share/gforth/${PKGVERSION}/objexamp.fs
share/gforth/${PKGVERSION}/oldlib.fs
share/gforth/${PKGVERSION}/oof.fs
share/gforth/${PKGVERSION}/oofsampl.fs
share/gforth/${PKGVERSION}/other.fs
share/gforth/${PKGVERSION}/prim
share/gforth/${PKGVERSION}/prims2x.fs
share/gforth/${PKGVERSION}/proxy.fs
share/gforth/${PKGVERSION}/quotes.fs
share/gforth/${PKGVERSION}/random.fs
share/gforth/${PKGVERSION}/savesys.fs
share/gforth/${PKGVERSION}/search.fs
share/gforth/${PKGVERSION}/see-ext.fs
share/gforth/${PKGVERSION}/see.fs
share/gforth/${PKGVERSION}/siev.fs
share/gforth/${PKGVERSION}/sieve.fs
share/gforth/${PKGVERSION}/simp-see.fs
share/gforth/${PKGVERSION}/sokoban.fs
share/gforth/${PKGVERSION}/source.fs
share/gforth/${PKGVERSION}/startup.fs
share/gforth/${PKGVERSION}/string.fs
share/gforth/${PKGVERSION}/struct.fs
share/gforth/${PKGVERSION}/stuff.fs
share/gforth/${PKGVERSION}/table.fs
share/gforth/${PKGVERSION}/tags.fs
share/gforth/${PKGVERSION}/tasker.fs
share/gforth/${PKGVERSION}/termsize.fs
share/gforth/${PKGVERSION}/test/checkans.fs
share/gforth/${PKGVERSION}/test/coretest.fs
share/gforth/${PKGVERSION}/test/dbltest.fs
share/gforth/${PKGVERSION}/test/float.fs
share/gforth/${PKGVERSION}/test/gforth.fs
share/gforth/${PKGVERSION}/test/other.fs
share/gforth/${PKGVERSION}/test/postpone.fs
share/gforth/${PKGVERSION}/test/signals.fs
share/gforth/${PKGVERSION}/test/string.fs
share/gforth/${PKGVERSION}/test/tester.fs
share/gforth/${PKGVERSION}/tt.fs
share/gforth/${PKGVERSION}/unbuffer.fs
share/gforth/${PKGVERSION}/unix/socket.fs
share/gforth/${PKGVERSION}/vt100.fs
share/gforth/${PKGVERSION}/vt100key.fs
share/gforth/${PKGVERSION}/wordinfo.fs
share/gforth/${PKGVERSION}/wordsets.fs
share/gforth/site-forth/siteinit.fs
@dirrm share/gforth/${PKGVERSION}/unix
@dirrm share/gforth/${PKGVERSION}/test
@dirrm share/gforth/${PKGVERSION}/kernel
@dirrm share/gforth/${PKGVERSION}/ec
@dirrm share/gforth/${PKGVERSION}/doc
@dirrm share/gforth/${PKGVERSION}/compat
@dirrm share/gforth/${PKGVERSION}/asm
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/sparc
@dirrm share/gforth/${PKGVERSION}/arch/sparc
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/shboom
@dirrm share/gforth/${PKGVERSION}/arch/shboom
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/sharc
@dirrm share/gforth/${PKGVERSION}/arch/sharc
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/power
@dirrm share/gforth/${PKGVERSION}/arch/power
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/misc
@dirrm share/gforth/${PKGVERSION}/arch/misc
@dirrm share/gforth/${PKGVERSION}/arch/mips
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/m68k
@dirrm share/gforth/${PKGVERSION}/arch/m68k
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/ia64
@dirrm share/gforth/${PKGVERSION}/arch/ia64
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/hppa
@dirrm share/gforth/${PKGVERSION}/arch/hppa
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/h8
@dirrm share/gforth/${PKGVERSION}/arch/h8
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/generic
@dirrm share/gforth/${PKGVERSION}/arch/generic
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/c165
@dirrm share/gforth/${PKGVERSION}/arch/c165
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/avr
@dirrm share/gforth/${PKGVERSION}/arch/avr
@dirrm share/gforth/${PKGVERSION}/arch/alpha
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/8086
@dirrm share/gforth/${PKGVERSION}/arch/8086
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/6502
@dirrm share/gforth/${PKGVERSION}/arch/6502
@exec ${MKDIR} %D/share/gforth/${PKGVERSION}/arch/4stack
@dirrm share/gforth/${PKGVERSION}/arch/4stack
@dirrm share/gforth/${PKGVERSION}/arch/386
@dirrm share/gforth/${PKGVERSION}/arch
@dirrm share/gforth/${PKGVERSION}
@dirrm lib/gforth/${PKGVERSION}
@unexec ${RMDIR} %D/share/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/gforth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth 2>/dev/null || ${TRUE}