diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 3f4807d5415..03a7dc108c8 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/10/25 10:40:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2008/10/25 14:54:23 jasper Exp $ ONLY_FOR_ARCHS = amd64 i386 sparc sparc64 COMMENT = ANS Standard Forth interpreter and compiler DISTNAME = gforth-0.6.2 +PKGNAME = ${DISTNAME}p0 CATEGORIES = lang HOMEPAGE = http://www.jwdt.com/~paysan/gforth.html diff --git a/lang/gforth/pkg/DESCR b/lang/gforth/pkg/DESCR index 71b4a1a5060..209f5f1918b 100644 --- a/lang/gforth/pkg/DESCR +++ b/lang/gforth/pkg/DESCR @@ -3,6 +3,6 @@ It works nicely with the Emacs editor, offers some nice features such as input completion and history, backtraces, a decompiler and a powerful locals facility, and it even has a manual. Gforth combines traditional implementation techniques with newer techniques for portability and -performance performance: its inner innerpreter is direct threaded with +performance: its inner innerpreter is direct threaded with several optimizations, but you can also use a traditional-style indirect threaded interpreter.