summaryrefslogtreecommitdiff
path: root/lang/tinyscheme/PLIST
diff options
context:
space:
mode:
authoragc <agc>2002-10-28 09:04:02 +0000
committeragc <agc>2002-10-28 09:04:02 +0000
commitf95c9345578f724315676e0f7772813112be5bca (patch)
tree6c717e06f378d55002ed6c37bb3b65fb0f67bda1 /lang/tinyscheme/PLIST
parent2cc25c6ece7764a0bb0c54a6d3e4711e34cdb3fe (diff)
downloadpkgsrc-f95c9345578f724315676e0f7772813112be5bca.tar.gz
Import tinyscheme-1.31, a small, embeddable BSD-licensed scheme
interpreter, into the NetBSD Packages Collection. TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. As an embedded interpreter, it allows multiple interpreter states to coexist in the same program, without any interference between them. Programmatically, foreign functions in C can be added and values can be defined in the Scheme environment. Being quite a small program, it is easy to comprehend, get to grips with, and use.
Diffstat (limited to 'lang/tinyscheme/PLIST')
-rw-r--r--lang/tinyscheme/PLIST9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/tinyscheme/PLIST b/lang/tinyscheme/PLIST
new file mode 100644
index 00000000000..2f2eeb4dade
--- /dev/null
+++ b/lang/tinyscheme/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/28 09:04:02 agc Exp $
+bin/tinyscheme
+lib/libtinyscheme.so.1.31
+lib/libtinyscheme.so.1
+lib/libtinyscheme.so
+lib/libtinyscheme.la
+lib/libtinyscheme.a
+share/tinyscheme/init.scm
+@dirrm share/tinyscheme