Bug 197694

Summary: New port: www/sws - small portable web server written in /bin/sh
Product: Ports & Packages Reporter: wynkoop
Component: Individual Port(s)Assignee: Rui Paulo <rpaulo>
Status: Closed FIXED    
Severity: Affects Many People CC: rpaulo, wynkoop
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
port directory for sws webserver in shar format none

Description wynkoop 2015-02-16 00:36:11 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-01 18:12:20 UTC
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
Comment 2 Rui Paulo freebsd_committer freebsd_triage 2015-03-01 18:17:15 UTC
Thanks!