pkgsrc/www/screws/PLIST

107 lines
3.2 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:07 reed Exp $
bin/hsml
lib/screws/BasicExec.so
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
lib/screws/CleanLog.so
lib/screws/Hello.so
lib/screws/HsmlExec.so
lib/screws/LoadBalancing.so
lib/screws/Mime.so
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
lib/screws/MyReq.so
lib/screws/lang_brainfuck.so
lib/screws/lang_c.so
lib/screws/lang_perl.so
lib/screws/lang_python.so
lib/screws/noupdir.so
lib/screws/unicode.so
libexec/screws/README
libexec/screws/c/Makefile
libexec/screws/c/index.html
libexec/screws/c/linksys.c
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
libexec/screws/htdocs/env.hsml
libexec/screws/htdocs/index.html
libexec/screws/htdocs/index2.html
libexec/screws/htdocs/logo.png
libexec/screws/obsd-qos.x
libexec/screws/perl.pl
libexec/screws/perl/check.pl
libexec/screws/perl/config.pl
libexec/screws/perl/defpages/400.html
libexec/screws/perl/defpages/403.html
libexec/screws/perl/defpages/404.html
libexec/screws/perl/error.pl
libexec/screws/perl/get.pl
libexec/screws/perl/htdocs/.hidden
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
libexec/screws/perl/htdocs/dmesg.x
libexec/screws/perl/htdocs/env.hsml
libexec/screws/perl/htdocs/example.c
libexec/screws/perl/htdocs/example.dir/OtherDir/nullfile
libexec/screws/perl/htdocs/example.dir/onefile
libexec/screws/perl/htdocs/example.dir/otherfile
libexec/screws/perl/htdocs/example.hsml
libexec/screws/perl/htdocs/example.php
libexec/screws/perl/htdocs/example.pl.html
libexec/screws/perl/htdocs/example.x
libexec/screws/perl/htdocs/example.xslt/enlix.xml
libexec/screws/perl/htdocs/example.xslt/index.xml
libexec/screws/perl/htdocs/example.xslt/logos.xml
libexec/screws/perl/htdocs/example.xslt/secciones-noticias.xml
libexec/screws/perl/htdocs/example.xslt/xtraeme.xsl
libexec/screws/perl/htdocs/hsml2.lua.html
libexec/screws/perl/htdocs/hsml2.pl.html
libexec/screws/perl/htdocs/index.html
libexec/screws/perl/htdocs/logo-old.png
libexec/screws/perl/htdocs/logo.png
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
libexec/screws/perl/htdocs/pop.hsml
libexec/screws/perl/htdocs/post.hsml
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
libexec/screws/perl/htdocs/redirect.hsml
libexec/screws/perl/http1.pl
libexec/screws/perl/listdir.pl
libexec/screws/perl/main.pl
libexec/screws/perl/method.pl
libexec/screws/perl/mime.pl
libexec/screws/perl/mime.types
libexec/screws/sh/basic.sh
libexec/screws/sh/basic.sh.old
libexec/screws/sh/index.html
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
man/man1/screwsctl.1
man/man5/screws.conf.5
man/man8/screwsd.8
sbin/screwsctl
sbin/screwsd
share/doc/screws/CA.pl
share/doc/screws/cert-key-pem.example
share/doc/screws/configuration
share/doc/screws/env-vars
share/doc/screws/hacking
share/doc/screws/io
share/doc/screws/logs
share/doc/screws/modules
share/doc/screws/screws.png
share/doc/screws/security
share/doc/screws/ssl
share/doc/screws/tcpwin
share/doc/screws/verbose
share/doc/screws/virtual-hosts
share/doc/screws/wrt54g.txt
share/examples/rc.d/screws
Update www/screws to 0.54. Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22 14:11:01 +02:00
share/examples/screws/default.conf
share/examples/screws/screws.conf
share/screws/hsml-inc/include.pl.html
share/screws/mime.types
@dirrm share/screws/hsml-inc
@dirrm share/screws
@dirrm share/examples/screws
@dirrm share/doc/screws/examples
@dirrm share/doc/screws
@dirrm libexec/screws/sh
@dirrm libexec/screws/perl/htdocs/example.xslt
@dirrm libexec/screws/perl/htdocs/example.dir/OtherDir
@dirrm libexec/screws/perl/htdocs/example.dir
@dirrm libexec/screws/perl/htdocs
@dirrm libexec/screws/perl/defpages
@dirrm libexec/screws/perl
@dirrm libexec/screws/htdocs
@dirrm libexec/screws/c
@dirrm libexec/screws
@dirrm lib/screws