initial capture of my stuff
[rrq/thttpd.git] / debian / control
1 Source: thttpd
2 Section: unknown
3 Priority: optional
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Build-Depends: debhelper (>= 9), autotools-dev
6 Standards-Version: 3.9.8
7 Homepage: https://acme.com/software/thttpd/
8 #Vcs-Git: https://anonscm.debian.org/collab-maint/thttpd.git
9 #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/thttpd.git
10
11 Package: thttpd
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: tiny/turbo/throttling HTTP server
15   thttpd is a simple, small, portable, fast, and secure HTTP server.
16  .
17  Simple:
18     It handles only the minimum necessary to implement HTTP/1.1. Well, maybe a little more than the minimum. 
19  Small:
20     See the comparison chart. It also has a very small run-time size, since it does not fork and is very careful about memory allocation. 
21  Portable:
22     It compiles cleanly on most any Unix-like OS, specifically including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, OSF. 
23  Fast:
24     In typical use it's about as fast as the best full-featured servers (Apache, NCSA, Netscape). Under extreme load it's much faster. 
25  Secure:
26     It goes to great lengths to protect the web server machine against attacks and breakins from other sites. 
27  .
28  It also has one extremely useful feature (URL-traffic-based throttling) that no other server currently has. Plus, it supports IPv6 out of the box, no patching required