the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pforth
Version: 21
Revision: 1
NoSourceDirectory: true
SourceRename: %n-%v.zip
Source: http://www.softsynth.com/pforth/pfthpc%v.zip
Source-MD5: d1793d327494f7d3b6fd3993224ea84e
Patch: %n.patch
DocFiles: <<
README.txt docs/pf_ref.htm docs/pf_todo.txt
docs/pf_tut.htm docs/pfmanual.txt
<<
CompileScript: <<
mkdir objects
cp csrc/pf_main.c foo
cat foo | sed s^pforth.dic^%p/lib/pforth/pforth.dic^ > csrc/pf_main.c
make
<<
InstallScript: <<
install -d %i/bin
install pforth %i/bin/
install -d %i/lib/pforth
install pforth.dic %i/lib/pforth/
install -d %i/share/pforth
install *.fth %i/share/pforth/
install -d %i/share/pforth/utils
install utils/*.fth %i/share/pforth/utils/
<<
Description: Portable ANS-like Forth written in ANSI 'C'
DescDetail: <<
PForth is an ANSI style Forth designed to be portable across many
platforms. The 'P' in pForth stands for "Portable". PForth is based
on a Forth kernel written in ANSI standard 'C'.
PForth has been designed with portability as the primary design
goal. As a result, pForth avoids any fancy UNIX calls. pForth also
avoids using any clever and original ways of constructing the Forth
dictionary. It just compiles its kernel from ANSI compatible 'C' code
then loads ANS compatible Forth code to build the dictionary. Very
boring but very likely to work on almost any platform.
The pForth software code is dedicated to the public domain, and any
third party may reproduce, distribute and modify the pForth software
code or any derivative works thereof without any compensation or
license. The pForth software code is provided on an "as is" basis
without any warranty of any kind, including, without limitation, the
implied warranties of merchantability and fitness for a particular
purpose and their equivalents under the laws of any jurisdiction.
<<
License: Public Domain
Homepage: http://www.softsynth.com/pforth
Maintainer: Jorge Acereda
--- /tmp/pf/Makefile Mon Apr 6 17:13:12 1998
+++ ./Makefile Thu Jan 9 13:50:28 2003
@@ -18,7 +18,6 @@
-fno-unroll-loops \
-fpeephole \
-fno-keep-inline-functions \
- -x c++ \
-Wcast-qual \
-Wall \
-Wwrite-strings \
@@ -69,7 +68,7 @@
# build basic dictionary by running newly built pforth and including system.fth
pforth.dic: pforth
- pforth -i system.fth
+ ./pforth -i system.fth
${SOURCEDIR}/pfdicdat.h: pforth pforth.dic
@(echo 'INCLUDE utils/savedicd.fth'; \
Package: pforth
Version: 21
Revision: 1
NoSourceDirectory: true
SourceRename: %n-%v.zip
Source: http://www.softsynth.com/pforth/pfthpc%v.zip
Source-MD5: d1793d327494f7d3b6fd3993224ea84e
Patch: %n.patch
DocFiles: <<
README.txt docs/pf_ref.htm docs/pf_todo.txt
docs/pf_tut.htm docs/pfmanual.txt
<<
CompileScript: <<
mkdir objects
cp csrc/pf_main.c foo
cat foo | sed s^pforth.dic^%p/lib/pforth/pforth.dic^ > csrc/pf_main.c
make
<<
InstallScript: <<
install -d %i/bin
install pforth %i/bin/
install -d %i/lib/pforth
install pforth.dic %i/lib/pforth/
install -d %i/share/pforth
install *.fth %i/share/pforth/
install -d %i/share/pforth/utils
install utils/*.fth %i/share/pforth/utils/
<<
Description: Portable ANS-like Forth written in ANSI 'C'
DescDetail: <<
PForth is an ANSI style Forth designed to be portable across many
platforms. The 'P' in pForth stands for "Portable". PForth is based
on a Forth kernel written in ANSI standard 'C'.
PForth has been designed with portability as the primary design
goal. As a result, pForth avoids any fancy UNIX calls. pForth also
avoids using any clever and original ways of constructing the Forth
dictionary. It just compiles its kernel from ANSI compatible 'C' code
then loads ANS compatible Forth code to build the dictionary. Very
boring but very likely to work on almost any platform.
The pForth software code is dedicated to the public domain, and any
third party may reproduce, distribute and modify the pForth software
code or any derivative works thereof without any compensation or
license. The pForth software code is provided on an "as is" basis
without any warranty of any kind, including, without limitation, the
implied warranties of merchantability and fitness for a particular
purpose and their equivalents under the laws of any jurisdiction.
<<
License: Public Domain
Homepage: http://www.softsynth.com/pforth
Maintainer: Jorge Acereda
--- /tmp/pf/Makefile Mon Apr 6 17:13:12 1998
+++ ./Makefile Thu Jan 9 13:50:28 2003
@@ -18,7 +18,6 @@
-fno-unroll-loops \
-fpeephole \
-fno-keep-inline-functions \
- -x c++ \
-Wcast-qual \
-Wall \
-Wwrite-strings \
@@ -69,7 +68,7 @@
# build basic dictionary by running newly built pforth and including system.fth
pforth.dic: pforth
- pforth -i system.fth
+ ./pforth -i system.fth
${SOURCEDIR}/pfdicdat.h: pforth pforth.dic
@(echo 'INCLUDE utils/savedicd.fth'; \