pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update from 0.5.0 to 0.6.2. From Jorge Ramon Acereda ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59889526fb4b
branches:  trunk
changeset: 464234:59889526fb4b
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Fri Dec 05 00:26:38 2003 +0000

description:
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).

diffstat:

 doc/CHANGES                  |    3 +-
 lang/gforth/Makefile         |   21 +-
 lang/gforth/PLIST            |  410 +++++++++++++++++++++++-------------------
 lang/gforth/distinfo         |    8 +-
 lang/gforth/patches/patch-aa |   39 ++-
 5 files changed, 273 insertions(+), 208 deletions(-)

diffs (truncated from 569 to 300 lines):

diff -r 941c3830edc7 -r 59889526fb4b doc/CHANGES
--- a/doc/CHANGES       Thu Dec 04 23:28:10 2003 +0000
+++ b/doc/CHANGES       Fri Dec 05 00:26:38 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3975 2003/12/04 20:53:10 xtraeme Exp $
+$NetBSD: CHANGES,v 1.3976 2003/12/05 00:26:38 uebayasi Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -4967,3 +4967,4 @@
        Updated xfce4-trigger-launcher to 4.0.1nb1 [xtraeme 2003-12-04]
        Updated xscreensaver to 4.13nb1 [xtraeme 2003-12-04]
        Updated xscreensaver-gnome to 4.13nb2 [xtraeme 2003-12-04]
+       Updated gforce to 0.6.2 [uebayasi 2003-12-05]
diff -r 941c3830edc7 -r 59889526fb4b lang/gforth/Makefile
--- a/lang/gforth/Makefile      Thu Dec 04 23:28:10 2003 +0000
+++ b/lang/gforth/Makefile      Fri Dec 05 00:26:38 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/11/03 18:35:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2003/12/05 00:26:38 uebayasi Exp $
 
-DISTNAME=              gforth-0.5.0
-PKGREVISION=           1
+DISTNAME=              gforth-0.6.2
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_GNU:=gforth/}
+MASTER_SITES+=         http://www.complang.tuwien.ac.at/forth/gforth/
 
 MAINTAINER=            simonb%NetBSD.org@localhost
 HOMEPAGE=              http://www.complang.tuwien.ac.at/forth/gforth/
@@ -11,17 +11,26 @@
 
 ONLY_FOR_PLATFORM=     *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc
 
+USE_BUILDLINK2=                YES
 GNU_CONFIGURE=         YES
+
 # Make sure elisp will be installed even if no emacs installed.
 CONFIGURE_ENV+=                EMACS=${PREFIX}/bin/emacs
 CFLAGS+=               -Dunix
-INFO_FILES=            gforth.info
+INFO_FILES=            gforth.info vmgen.info
 
 PLIST_SRC=     ${WRKDIR}/PLIST
 
-# kernel image filename is arch dependent
+TEST_TARGET=   test
+
+# Kernel image filename is arch dependent
 KERNEL_FI=     `cd ${WRKSRC} && (${ECHO} 'prkern:'; ${ECHO} '  @${ECHO} $$(kernel_fi)'; ${ECHO}; ${CAT} Makefile) | ${MAKE} -f - prkern`
 
+# XXX Need test.
+#.if ${OPSYS} == "Darwin"
+#.  include "../../devel/dlcompat/buildlink2.mk"
+#.endif
+
 post-build:
        @${ECHO}; ${ECHO} building PLIST...
        @k=${KERNEL_FI} && ${ECHO} "using kernel image: $$k" && \
@@ -30,4 +39,6 @@
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
 
+.include "../../devel/ffcall/buildlink2.mk"
+
 .include "../../mk/bsd.pkg.mk"
diff -r 941c3830edc7 -r 59889526fb4b lang/gforth/PLIST
--- a/lang/gforth/PLIST Thu Dec 04 23:28:10 2003 +0000
+++ b/lang/gforth/PLIST Fri Dec 05 00:26:38 2003 +0000
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.6 2003/07/05 10:41:35 seb Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/12/05 00:26:38 uebayasi Exp $
+bin/gforth
 bin/${PKGNAME}
-bin/gforth
 bin/gforth-fast
-bin/gforth-fast-0.5.0
+bin/gforth-fast-${PKGVERSION}
+bin/gforth-itc
+bin/gforth-itc-${PKGVERSION}
 bin/gforthmi
-bin/gforthmi-0.5.0
+bin/gforthmi-${PKGVERSION}
+bin/vmgen
+bin/vmgen-${PKGVERSION}
 info/gforth.info
 info/gforth.info-1
 info/gforth.info-10
@@ -12,6 +16,7 @@
 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
@@ -20,192 +25,227 @@
 info/gforth.info-7
 info/gforth.info-8
 info/gforth.info-9
-lib/gforth/0.5.0/gforth-ditc
-lib/gforth/0.5.0/gforth.fi
+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/0.5.0/TAGS
-share/gforth/0.5.0/add.fs
-share/gforth/0.5.0/ans-report.fs
-share/gforth/0.5.0/ansi.fs
-share/gforth/0.5.0/answords.fs
-share/gforth/0.5.0/arch/386/asm.fs
-share/gforth/0.5.0/arch/386/disasm.fs
-share/gforth/0.5.0/arch/alpha/asm.fs
-share/gforth/0.5.0/arch/alpha/disasm.fs
-share/gforth/0.5.0/arch/mips/asm.fs
-share/gforth/0.5.0/arch/mips/disasm.fs
-share/gforth/0.5.0/arch/mips/insts.fs
-share/gforth/0.5.0/asm/README
-share/gforth/0.5.0/asm/basic.fs
-share/gforth/0.5.0/asm/bitmask.fs
-share/gforth/0.5.0/asm/generic.fs
-share/gforth/0.5.0/asm/numref.fs
-share/gforth/0.5.0/asm/target.fs
-share/gforth/0.5.0/assert.fs
-share/gforth/0.5.0/backtrac.fs
-share/gforth/0.5.0/blocked.fb
-share/gforth/0.5.0/blocks.fs
-share/gforth/0.5.0/bubble.fs
-share/gforth/0.5.0/bufio.fs
-share/gforth/0.5.0/chains.fs
-share/gforth/0.5.0/code.fs
-share/gforth/0.5.0/colorize.fs
-share/gforth/0.5.0/comp-i.fs
-share/gforth/0.5.0/compat/README
-share/gforth/0.5.0/compat/anslocal.fs
-share/gforth/0.5.0/compat/assert.fs
-share/gforth/0.5.0/compat/control.fs
-share/gforth/0.5.0/compat/defer.fs
-share/gforth/0.5.0/compat/exception.fs
-share/gforth/0.5.0/compat/loops.fs
-share/gforth/0.5.0/compat/required.fs
-share/gforth/0.5.0/compat/struct.fs
-share/gforth/0.5.0/compat/vocabulary.fs
-share/gforth/0.5.0/cross.fs
-share/gforth/0.5.0/debug.fs
-share/gforth/0.5.0/debugs.fs
-share/gforth/0.5.0/doc/makedoc.fs
-share/gforth/0.5.0/doskey.fs
-share/gforth/0.5.0/ds2texi.fs
-share/gforth/0.5.0/ec/README
-share/gforth/0.5.0/ec/builttag.fs
-share/gforth/0.5.0/ec/dotx.fs
-share/gforth/0.5.0/ec/mirror.fs
-share/gforth/0.5.0/ec/nesting.fs
-share/gforth/0.5.0/ec/shex.fs
-share/gforth/0.5.0/ekey.fs
-share/gforth/0.5.0/environ.fs
-share/gforth/0.5.0/envos.dos
-share/gforth/0.5.0/envos.fs
-share/gforth/0.5.0/envos.os2
-share/gforth/0.5.0/errors.fs
-share/gforth/0.5.0/etags.fs
-share/gforth/0.5.0/exboot.fs
-share/gforth/0.5.0/except.fs
-share/gforth/0.5.0/extend.fs
-share/gforth/0.5.0/fi2c.fs
-share/gforth/0.5.0/fib.fs
-share/gforth/0.5.0/filedump.fs
-share/gforth/0.5.0/float.fs
-share/gforth/0.5.0/glocals.fs
-share/gforth/0.5.0/glosgen.fs
-share/gforth/0.5.0/gray.fs
-share/gforth/0.5.0/hash.fs
-share/gforth/0.5.0/history.fs
-share/gforth/0.5.0/httpd.fs
-share/gforth/0.5.0/intcomp.fs
-share/gforth/0.5.0/kernel/accept.fs
-share/gforth/0.5.0/kernel/aliases.fs
-share/gforth/0.5.0/kernel/aliases0.fs
-share/gforth/0.5.0/kernel/args.fs
-share/gforth/0.5.0/kernel/basics.fs
-share/gforth/0.5.0/kernel/cbr.fs
-share/gforth/0.5.0/kernel/cloop.fs
-share/gforth/0.5.0/kernel/comp.fs
-share/gforth/0.5.0/kernel/cond-old.fs
-share/gforth/0.5.0/kernel/cond.fs
-share/gforth/0.5.0/kernel/doers.fs
-share/gforth/0.5.0/kernel/errore.fs
-share/gforth/0.5.0/kernel/files.fs
-share/gforth/0.5.0/kernel/getdoers.fs
-share/gforth/0.5.0/kernel/int.fs
-share/gforth/0.5.0/kernel/io.fs
-share/gforth/0.5.0/kernel/kernel.fs
-share/gforth/0.5.0/kernel/license.fs
-share/gforth/0.5.0/kernel/main.fs
-share/gforth/0.5.0/kernel/nio.fs
-share/gforth/0.5.0/kernel/pass.fs
-share/gforth/0.5.0/kernel/paths.fs
-share/gforth/0.5.0/kernel/prim0.fs
-share/gforth/0.5.0/kernel/quotes.fs
-share/gforth/0.5.0/kernel/require.fs
-share/gforth/0.5.0/kernel/saccept.fs
-share/gforth/0.5.0/kernel/tools.fs
-share/gforth/0.5.0/kernel/toolsext.fs
-share/gforth/0.5.0/kernel/vars.fs
-share/gforth/0.5.0/@KERNEL_FI@
-share/gforth/0.5.0/lib.fs
-share/gforth/0.5.0/locals.fs
-share/gforth/0.5.0/look.fs
-share/gforth/0.5.0/mach16b.fs
-share/gforth/0.5.0/mach16l.fs
-share/gforth/0.5.0/mach32b.fs
-share/gforth/0.5.0/mach32l.fs
-share/gforth/0.5.0/mach64b.fs
-share/gforth/0.5.0/mach64l.fs
-share/gforth/0.5.0/machpc.fs
-share/gforth/0.5.0/make-app.fs
-share/gforth/0.5.0/matrix.fs
-share/gforth/0.5.0/mini-oof.fs
-share/gforth/0.5.0/moof-exm.fs
-share/gforth/0.5.0/moofglos.fs
-share/gforth/0.5.0/more.fs
-share/gforth/0.5.0/objects.fs
-share/gforth/0.5.0/objexamp.fs
-share/gforth/0.5.0/oof.fs
-share/gforth/0.5.0/oofsampl.fs
-share/gforth/0.5.0/other.fs
-share/gforth/0.5.0/prim
-share/gforth/0.5.0/prims2x.fs
-share/gforth/0.5.0/random.fs
-share/gforth/0.5.0/savesys.fs
-share/gforth/0.5.0/search.fs
-share/gforth/0.5.0/see-ext.fs
-share/gforth/0.5.0/see.fs
-share/gforth/0.5.0/siev.fs
-share/gforth/0.5.0/sieve.fs
-share/gforth/0.5.0/sokoban.fs
-share/gforth/0.5.0/source.fs
-share/gforth/0.5.0/startup.fs
-share/gforth/0.5.0/string.fs
-share/gforth/0.5.0/struct.fs
-share/gforth/0.5.0/stuff.fs
-share/gforth/0.5.0/table.fs
-share/gforth/0.5.0/tasker.fs
-share/gforth/0.5.0/termsize.fs
-share/gforth/0.5.0/test/checkans.fs
-share/gforth/0.5.0/test/coretest.fs
-share/gforth/0.5.0/test/dbltest.fs
-share/gforth/0.5.0/test/other.fs
-share/gforth/0.5.0/test/postpone.fs
-share/gforth/0.5.0/test/tester.fs
-share/gforth/0.5.0/tt.fs
-share/gforth/0.5.0/unbuffer.fs
-share/gforth/0.5.0/vt100.fs
-share/gforth/0.5.0/vt100key.fs
-share/gforth/0.5.0/wordinfo.fs
-share/gforth/0.5.0/wordsets.fs
+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



Home | Main Index | Thread Index | Old Index