aboutsummaryrefslogtreecommitdiff
path: root/www/sws
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2015-03-01 18:11:26 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2015-03-01 18:11:26 +0000
commita5f08564afa5692c405cf9a70dae60b7d5b3a0c3 (patch)
tree4b921a12cc94c36fc6ce072ac4e3d0ab143417a2 /www/sws
parentc4c1632ed80485fe49875dc02f2fd65f6a1a10bc (diff)
downloadports-a5f08564afa5692c405cf9a70dae60b7d5b3a0c3.tar.gz
ports-a5f08564afa5692c405cf9a70dae60b7d5b3a0c3.zip
Notes
Diffstat (limited to 'www/sws')
-rw-r--r--www/sws/Makefile15
-rw-r--r--www/sws/distinfo2
-rw-r--r--www/sws/pkg-descr12
-rw-r--r--www/sws/pkg-plist4
4 files changed, 33 insertions, 0 deletions
diff --git a/www/sws/Makefile b/www/sws/Makefile
new file mode 100644
index 000000000000..a25c53e72d67
--- /dev/null
+++ b/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 <bsd.port.mk>
diff --git a/www/sws/distinfo b/www/sws/distinfo
new file mode 100644
index 000000000000..af8a0aaa2f4d
--- /dev/null
+++ b/www/sws/distinfo
@@ -0,0 +1,2 @@
+SHA256 (sws-1.0.tar.gz) = 73f6decf47c32d65752efc24acec62fb50556bb005a9f378738c26f61a4081c3
+SIZE (sws-1.0.tar.gz) = 4886
diff --git a/www/sws/pkg-descr b/www/sws/pkg-descr
new file mode 100644
index 000000000000..02c1063825e0
--- /dev/null
+++ b/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/
diff --git a/www/sws/pkg-plist b/www/sws/pkg-plist
new file mode 100644
index 000000000000..8beaa3bddcf8
--- /dev/null
+++ b/www/sws/pkg-plist
@@ -0,0 +1,4 @@
+bin/sws
+%%ETCDIR%%.cfg
+man/man8/sws.8.gz
+@dir sws/docs