diff options
Diffstat (limited to 'www/sws')
-rw-r--r-- | www/sws/Makefile | 19 | ||||
-rw-r--r-- | www/sws/distinfo | 2 | ||||
-rw-r--r-- | www/sws/files/patch-Makefile | 9 | ||||
-rw-r--r-- | www/sws/pkg-descr | 12 | ||||
-rw-r--r-- | www/sws/pkg-plist | 4 |
5 files changed, 0 insertions, 46 deletions
diff --git a/www/sws/Makefile b/www/sws/Makefile deleted file mode 100644 index 0f0c2698271f..000000000000 --- a/www/sws/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $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 - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD2CLAUSE - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/sws/distinfo b/www/sws/distinfo deleted file mode 100644 index af8a0aaa2f4d..000000000000 --- a/www/sws/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sws-1.0.tar.gz) = 73f6decf47c32d65752efc24acec62fb50556bb005a9f378738c26f61a4081c3 -SIZE (sws-1.0.tar.gz) = 4886 diff --git a/www/sws/files/patch-Makefile b/www/sws/files/patch-Makefile deleted file mode 100644 index fe1a7de880ef..000000000000 --- a/www/sws/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig 2015-02-15 23:56:31 UTC -+++ Makefile -@@ -16,6 +16,3 @@ install: - cp sws.8.txt ${DST}/man/man8/sws.8 - chmod 755 ${DST}/bin/sws - chmod 644 ${DST}/man/man8/sws.8 -- chown root:wheel ${DST}/bin/sws ${DST}/man/man8/sws.8 -- chown www:www ${DST}/sws/docs -- chown www:www ${DST}/etc/sws.cfg diff --git a/www/sws/pkg-descr b/www/sws/pkg-descr deleted file mode 100644 index 1a7c7a477ec0..000000000000 --- a/www/sws/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -[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 deleted file mode 100644 index 8beaa3bddcf8..000000000000 --- a/www/sws/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/sws -%%ETCDIR%%.cfg -man/man8/sws.8.gz -@dir sws/docs |