Bug 197694 - New port: www/sws - small portable web server written in /bin/sh
Summary: New port: www/sws - small portable web server written in /bin/sh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Rui Paulo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 00:36 UTC by wynkoop
Modified: 2015-03-01 18:17 UTC (History)
2 users (show)

See Also:


Attachments
port directory for sws webserver in shar format (1.92 KB, text/plain)
2015-02-16 00:36 UTC, wynkoop
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!