summaryrefslogtreecommitdiff
path: root/lang/spl/distinfo
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-19 07:49:09 +0000
committerrillig <rillig@pkgsrc.org>2006-05-19 07:49:09 +0000
commit2fb4b74ee4acc77438e9c89d737fe6036f7a0d39 (patch)
tree1e640475ec7a66ce0ea380cd1f82d5e1711fbd7f /lang/spl/distinfo
parentb99581094dcc7a1a1c47663c751bdb73e98fa046 (diff)
downloadpkgsrc-2fb4b74ee4acc77438e9c89d737fe6036f7a0d39.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/distinfo')
-rw-r--r--lang/spl/distinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/spl/distinfo b/lang/spl/distinfo
new file mode 100644
index 00000000000..7c3a5fbadda
--- /dev/null
+++ b/lang/spl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/19 07:49:09 rillig Exp $
+
+SHA1 (spl-0.9h.tar.gz) = 030b25a13d52629b75e8fd3d076d9e431c1f7b49
+RMD160 (spl-0.9h.tar.gz) = b794f9590e00dd2cd2c161c1edf5ece4007a0a3d
+Size (spl-0.9h.tar.gz) = 329352 bytes