summaryrefslogtreecommitdiff
path: root/lang/pforth/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
commita437fd43cc3ece125446142af9ed27ef8c1e6621 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/pforth/DESCR
parentd16ce86994df76c0a92af71f19eef6cc2507fe39 (diff)
downloadpkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/pforth/DESCR')
-rw-r--r--lang/pforth/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/pforth/DESCR b/lang/pforth/DESCR
new file mode 100644
index 00000000000..3b1002d8279
--- /dev/null
+++ b/lang/pforth/DESCR
@@ -0,0 +1,18 @@
+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.