summaryrefslogtreecommitdiff
path: root/lang/spl/PLIST
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-19 07:49:09 +0000
committerrillig <rillig>2006-05-19 07:49:09 +0000
commit42b89e7688093d752de3eee9e42955bbd2fef074 (patch)
tree1e640475ec7a66ce0ea380cd1f82d5e1711fbd7f /lang/spl/PLIST
parent4ef9ba461c8c2f81da8ff4410c396428a7741618 (diff)
downloadpkgsrc-42b89e7688093d752de3eee9e42955bbd2fef074.tar.gz
Imported spl from PR 33508.
SPL is a powerful scripting language. It is very feature-rich (hashes, regular expressions, objects, exceptions, built-in template language, etc. pp.) and has a c-style syntax. The Name "SPL" is a left-recursive acronym and expands to "SPL Programming Language". The name was meant to be pronounced as an acronym, but I've already heard people pronouncing it "spell", which is also fine with me. The SPL VM is a pure bytecode interpeter. Support for JIT compilation or generating machine code for the host CPU is not planed and doesn't make much sense for various technical reasons. The entire SPL toolchain (compiler, assembler, virtual machine, etc) is pretty small (about 100k on x86 architectures). The additional memory usage by the applications is rather small too. One of the more advanced VM features is the capability to dump the entire VM state to a file and resume later. It is even possible to resume on another machine with a different architecture. SPL has support for loadable modules. The spl package contains already modules for stuff such as accessing SQL databases (SQLite, Postgres, MySQL), XML (incl. XPATH and XSLT), Terminal and File IO, Web Application development (the CGI, WSF and W2T (Web 2.0 Toolkit) modules), SDL, Qt and much more. SPL currently supports Linux,BSD Systems, other POSIX environments, MacOS-X (Darwin), SGI IRIX, Cygwin and native Win32 (using MinGW). Packaged by Raphael Langerhorst.
Diffstat (limited to 'lang/spl/PLIST')
-rw-r--r--lang/spl/PLIST43
1 files changed, 43 insertions, 0 deletions
diff --git a/lang/spl/PLIST b/lang/spl/PLIST
new file mode 100644
index 00000000000..1db451faa98
--- /dev/null
+++ b/lang/spl/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/19 07:49:09 rillig Exp $
+bin/spl-config
+bin/splrun
+include/spl.h
+lib/libspl.a
+lib/spl_modules/mod_array.so
+lib/spl_modules/mod_bits.so
+lib/spl_modules/mod_cgi.so
+lib/spl_modules/mod_crypt.so
+lib/spl_modules/mod_encode_int.splb
+lib/spl_modules/mod_encode_js.splb
+lib/spl_modules/mod_encode_regex.splb
+lib/spl_modules/mod_encode_url.splb
+lib/spl_modules/mod_encode_xml.so
+lib/spl_modules/mod_environ.so
+lib/spl_modules/mod_file.so
+lib/spl_modules/mod_format_ini.splb
+lib/spl_modules/mod_prime.so
+lib/spl_modules/mod_sql.so
+lib/spl_modules/mod_sql_utils.splb
+lib/spl_modules/mod_system.so
+lib/spl_modules/mod_task.so
+lib/spl_modules/mod_termio.so
+lib/spl_modules/mod_time.so
+lib/spl_modules/mod_w2t.splb
+lib/spl_modules/mod_webdebug.so
+lib/spl_modules/mod_wsf.splb
+lib/spl_modules/mod_wsf_action.splb
+lib/spl_modules/mod_wsf_debug.splb
+lib/spl_modules/mod_wsf_dialog.splb
+lib/spl_modules/mod_wsf_display.splb
+lib/spl_modules/mod_wsf_edit.splb
+lib/spl_modules/mod_wsf_edit_sql.splb
+lib/spl_modules/mod_wsf_graph.splb
+lib/spl_modules/mod_wsf_menu.splb
+lib/spl_modules/mod_wsf_switch.splb
+libexec/cgi-bin/spl_modules
+libexec/cgi-bin/webspl.cgi
+share/aclocal/spl.m4
+@dirrm share/aclocal
+@dirrm libexec/cgi-bin/webspl_cache
+@dirrm libexec/cgi-bin
+@dirrm lib/spl_modules