diff options
author | taca <taca@pkgsrc.org> | 2004-03-12 05:12:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-12 05:12:08 +0000 |
commit | 06f8033a44eb83f3fc82a339fe644da3f49b818c (patch) | |
tree | b93b209228781778e942a64e299314b14cc8b6f2 /www/ruby-fcgi/MESSAGE | |
parent | 4ebeb28b9f24bf2f6733a2e0be83af69f28d7857 (diff) | |
download | pkgsrc-06f8033a44eb83f3fc82a339fe644da3f49b818c.tar.gz |
Importing ruby-fcgi package based on PR pkg 24612 from
Rasputin (rasputin at idoru dot mine dot nu).
Ruby bindings for the FastCGI system.
This is merged version matz's C version(fcgi.so) and
Eli's pure ruby version(fastcgi.rb).
Diffstat (limited to 'www/ruby-fcgi/MESSAGE')
-rw-r--r-- | www/ruby-fcgi/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/ruby-fcgi/MESSAGE b/www/ruby-fcgi/MESSAGE new file mode 100644 index 00000000000..d3cf17b92e9 --- /dev/null +++ b/www/ruby-fcgi/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/03/12 05:12:09 taca Exp $ + +If you have a problem with using pure ruby version, please set: + + FCGI_PURE_RUBY=true + +before require fcgi library. + +=========================================================================== |