Created attachment 153022 [details] port directory for sws webserver in shar format sws was born out a project requirment 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 is consists of putting the program somewhere, making it executably, 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.
A commit references this bug: Author: rpaulo Date: Sun Mar 1 18:11:28 UTC 2015 New revision: 380221 URL: https://svnweb.freebsd.org/changeset/ports/380221 Log: New port: www/sws 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. PR: 197694 Differential Revision: https://reviews.freebsd.org/D1988 Reviewed by: swills Approved by: swills (mentor) Changes: head/www/Makefile head/www/sws/ head/www/sws/Makefile head/www/sws/distinfo head/www/sws/pkg-descr head/www/sws/pkg-plist
Thanks!