Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2015 18:11:27 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380221 - in head/www: . sws
Message-ID:  <201503011811.t21IBRbE094110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sun Mar  1 18:11:26 2015
New Revision: 380221
URL: https://svnweb.freebsd.org/changeset/ports/380221
QAT: https://qat.redports.org/buildarchive/r380221/

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)

Added:
  head/www/sws/
  head/www/sws/Makefile   (contents, props changed)
  head/www/sws/distinfo   (contents, props changed)
  head/www/sws/pkg-descr   (contents, props changed)
  head/www/sws/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Mar  1 18:09:14 2015	(r380220)
+++ head/www/Makefile	Sun Mar  1 18:11:26 2015	(r380221)
@@ -1993,6 +1993,7 @@
     SUBDIR += swiggle
     SUBDIR += swish++
     SUBDIR += swish-e
+    SUBDIR += sws
     SUBDIR += syndigator
     SUBDIR += tclhttpd
     SUBDIR += tclwebtest

Added: head/www/sws/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sws/Makefile	Sun Mar  1 18:11:26 2015	(r380221)
@@ -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 <bsd.port.mk>

Added: head/www/sws/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sws/distinfo	Sun Mar  1 18:11:26 2015	(r380221)
@@ -0,0 +1,2 @@
+SHA256 (sws-1.0.tar.gz) = 73f6decf47c32d65752efc24acec62fb50556bb005a9f378738c26f61a4081c3
+SIZE (sws-1.0.tar.gz) = 4886

Added: head/www/sws/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sws/pkg-descr	Sun Mar  1 18:11:26 2015	(r380221)
@@ -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/

Added: head/www/sws/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sws/pkg-plist	Sun Mar  1 18:11:26 2015	(r380221)
@@ -0,0 +1,4 @@
+bin/sws
+%%ETCDIR%%.cfg
+man/man8/sws.8.gz
+@dir sws/docs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503011811.t21IBRbE094110>