Package: gforth Version: 0.6.2 Revision: 4 ### arch restricted by ffcall-1.10 Architecture: i386, powerpc Source: gnu Source-MD5: 869112bd762b07fc4d2038a2d9965148 PatchFile: %n.patch PatchFile-MD5: ca7c7b798aaeac13835df9933b6b04b4 UpdateConfigGuess: true BuildDepends: ffcall, fink (>= 0.24.12-1) DocFiles: README COPYING AUTHORS BUGS NEWS ChangeLog INSTALL INSTALL.DOS INSTALL.BINDIST ToDo InfoDocs: gforth.info GCC: 4.0 InstallScript: << install -d %i/share/emacs/site-lisp/ make install prefix=%i mandir=%i/share/man infodir=%i/share/info << InfoTest: << TestScript: make check || exit 2 << Description: Fast and portable ANS Forth DescDetail: << Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded. << DescPackaging: << Had to add a dummy emacs directory because the makefile checks its existence. Patched engine/Makefile to acknowledge CPPFLAGS. Disabled vmgen installation. << DescPort: << Removed ac_cv_sizeof_longlong override for ppc in configure << License: GPL Homepage: http://www.gnu.org/software/gforth/ Maintainer: Jorge Acereda