From f88839ccbf60e00be596a629bdbe649157f7724c Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 20 Jul 2000 10:05:37 +0000 Subject: [PATCH] thttpd - tiny/turbo/throttling HTTP server --- www/thttpd/Makefile | 24 ++++++++++++++++++++++++ www/thttpd/files/md5 | 3 +++ www/thttpd/pkg/COMMENT | 1 + www/thttpd/pkg/DESCR | 5 +++++ www/thttpd/pkg/PLIST | 3 +++ 5 files changed, 36 insertions(+) create mode 100644 www/thttpd/Makefile create mode 100644 www/thttpd/files/md5 create mode 100644 www/thttpd/pkg/COMMENT create mode 100644 www/thttpd/pkg/DESCR create mode 100644 www/thttpd/pkg/PLIST diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile new file mode 100644 index 00000000000..fc1d52bf6b7 --- /dev/null +++ b/www/thttpd/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2000/07/20 10:05:37 jakob Exp $ + +DISTNAME= thttpd-2.19 +CATEGORIES= www +NEED_VERSION= 1.302 + +HOMEPAGE= http://www.acme.com/software/thttpd/ + +MAINTAINER= jakob@openbsd.org + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://www.acme.com/software/thttpd/ + +CONFIGURE_STYLE= autoconf + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8 + +.include diff --git a/www/thttpd/files/md5 b/www/thttpd/files/md5 new file mode 100644 index 00000000000..c3449099e7e --- /dev/null +++ b/www/thttpd/files/md5 @@ -0,0 +1,3 @@ +MD5 (thttpd-2.19.tar.gz) = 69a8cf991cf67b03d82971151d4ba50f +RMD160 (thttpd-2.19.tar.gz) = abf37182a1f645928950d7de2f1de0e4fe9dd218 +SHA1 (thttpd-2.19.tar.gz) = fb27426a24361581b64d10710aca278cebadf446 diff --git a/www/thttpd/pkg/COMMENT b/www/thttpd/pkg/COMMENT new file mode 100644 index 00000000000..cb5397e4aa1 --- /dev/null +++ b/www/thttpd/pkg/COMMENT @@ -0,0 +1 @@ +tiny/turbo/throttling HTTP server diff --git a/www/thttpd/pkg/DESCR b/www/thttpd/pkg/DESCR new file mode 100644 index 00000000000..a9377b4c057 --- /dev/null +++ b/www/thttpd/pkg/DESCR @@ -0,0 +1,5 @@ +httpd is a simple, small, fast, and secure HTTP server. It doesn't have a +lot of special features, but it suffices for most uses of the web, it's +about as fast as the best full-featured servers (Apache, NCSA, Netscape), +and it has one extremely useful feature (URL-traffic-based throttling) +that no other server currently has. diff --git a/www/thttpd/pkg/PLIST b/www/thttpd/pkg/PLIST new file mode 100644 index 00000000000..09943715d6f --- /dev/null +++ b/www/thttpd/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/20 10:05:38 jakob Exp $ +sbin/thttpd +man/man8/thttpd.8