Index: head/www/Makefile =================================================================== --- head/www/Makefile +++ head/www/Makefile @@ -1993,6 +1993,7 @@ SUBDIR += swiggle SUBDIR += swish++ SUBDIR += swish-e + SUBDIR += sws SUBDIR += syndigator SUBDIR += tclhttpd SUBDIR += tclwebtest Index: head/www/sws/Makefile =================================================================== --- head/www/sws/Makefile +++ head/www/sws/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= sws +PORTVERSION= 1.0 +CATEGORIES= www +MASTER_SITES= http://prd4.wynn.com:8080/src/ + +MAINTAINER= wynkoop@wynn.com +COMMENT= Simple, safe, secure, web server written in /bin/sh + +LICENSE= BSD2CLAUSE + +NO_ARCH= yes + +.include Index: head/www/sws/distinfo =================================================================== --- head/www/sws/distinfo +++ head/www/sws/distinfo @@ -0,0 +1,2 @@ +SHA256 (sws-1.0.tar.gz) = 73f6decf47c32d65752efc24acec62fb50556bb005a9f378738c26f61a4081c3 +SIZE (sws-1.0.tar.gz) = 4886 Index: head/www/sws/pkg-descr =================================================================== --- head/www/sws/pkg-descr +++ head/www/sws/pkg-descr @@ -0,0 +1,12 @@ +[simple | small | shell] web server + +sws was born out of a project requirement for a small universal Web server +that could run on any POSIX platform to serve static content. Since it is +written in /bin/sh it should run on any BSD/GNU-Linux/Unix system. It has +been tested on FreeBSD, Solaris, and Debian GNU/Linux. Installation consists +of putting the program somewhere, making it executable, creating the +document directory, and creating an entry in inetd.conf. sws requires +/bin/sh, dirname, cat, and date to function. These should be found on any +modern POSIX system. + +WWW: http://prd4.wynn.com:8080/ Index: head/www/sws/pkg-plist =================================================================== --- head/www/sws/pkg-plist +++ head/www/sws/pkg-plist @@ -0,0 +1,4 @@ +bin/sws +%%ETCDIR%%.cfg +man/man8/sws.8.gz +@dir sws/docs