summaryrefslogtreecommitdiff
path: root/www/screws/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-22 12:11:01 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-22 12:11:01 +0000
commit36e8bf13778ba9a37a2b3005b5bbb887adbd07d5 (patch)
treeddb44b1932bb8f52e3b04e0415514a9c96b870ea /www/screws/Makefile
parente815167d6c2feeb92ce486aac4a4a37f884d5444 (diff)
downloadpkgsrc-36e8bf13778ba9a37a2b3005b5bbb887adbd07d5.tar.gz
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.
Diffstat (limited to 'www/screws/Makefile')
-rw-r--r--www/screws/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/screws/Makefile b/www/screws/Makefile
index 9eddf9b86cb..a785f4b4d83 100644
--- a/www/screws/Makefile
+++ b/www/screws/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/23 16:09:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/22 12:11:01 xtraeme Exp $
#
-DISTNAME= screws-0.52
+DISTNAME= screws-0.54
CATEGORIES= www
MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/
@@ -17,10 +17,11 @@ PKG_USERS= screws
PKG_GROUPS= www
EGDIR= ${PREFIX}/share/examples
-CONF_FILES= ${EGDIR}/screws.conf ${PKG_SYSCONFDIR}/screws.conf
+CONF_FILES= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/screws.conf
FILESDIR= ${WRKSRC}/src/Utils/files
RCD_SCRIPTS= screws
+.include "../../lang/lua/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"