thttpd - tiny/turbo/throttling HTTP server

This commit is contained in:
jakob 2000-07-20 10:05:37 +00:00
parent 337e6b68da
commit f88839ccbf
5 changed files with 36 additions and 0 deletions

24
www/thttpd/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
www/thttpd/files/md5 Normal file
View File

@ -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

1
www/thttpd/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
tiny/turbo/throttling HTTP server

5
www/thttpd/pkg/DESCR Normal file
View File

@ -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.

3
www/thttpd/pkg/PLIST Normal file
View File

@ -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