Port details on branch 2024Q4 |
- p5-HTTP-Daemon Simple HTTP server class
- 6.16 www =31 6.16Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-04-15 19:08:41
- Last Update: 2023-03-21 19:20:24
- Commit Hash: ab44308
- People watching this port, also watch:: p5-HTTP-Date, p5-Digest-HMAC, p5-Net-SSLeay, pcre, p5-Encode-Locale
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/HTTP-Daemon
- Description:
- Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket
for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so
you can perform socket operations directly on it too.
The accept() method will return when a connection from a client is available.
The returned value will be an HTTP::Daemon::ClientConn object which is another
IO::Socket::INET subclass. Calling the get_request() method on this object will
read data from the client and return an HTTP::Request object. The ClientConn
object also provide methods to send back various responses.
This HTTP daemon does not fork(2) for you. Your application, i.e. the user of
the HTTP::Daemon is responsible for forking if that is desirable. Also note that
the user is responsible for generating responses that conform to the HTTP/1.1
protocol.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTTP-Daemon>0:www/p5-HTTP-Daemon
- To install the port:
- cd /usr/ports/www/p5-HTTP-Daemon/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTTP-Daemon
- pkg install p5-HTTP-Daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-HTTP-Daemon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1677771157
SHA256 (HTTP-Daemon-6.16.tar.gz) = b38d092725e6fa4e0c4dc2a47e157070491bafa0dbe16c78a358e806aa7e173d
SIZE (HTTP-Daemon-6.16.tar.gz) = 45830
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-HTTP-Date>=6 : www/p5-HTTP-Date
- p5-HTTP-Message>=6 : www/p5-HTTP-Message
- p5-LWP-MediaTypes>=6 : www/p5-LWP-MediaTypes
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- p5-Test-Needs>=0 : devel/p5-Test-Needs
- Runtime dependencies:
-
- p5-HTTP-Date>=6 : www/p5-HTTP-Date
- p5-HTTP-Message>=6 : www/p5-HTTP-Message
- p5-LWP-MediaTypes>=6 : www/p5-LWP-MediaTypes
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Test-Fake-HTTPD
- net-mgmt/p5-FusionInventory-Agent
- www/p5-Continuity
- www/p5-Firefox-Marionette
- www/p5-HTTP-Proxy
- www/p5-LWPx-TimedHTTP
- www/p5-Squatting
- for Run
-
- devel/p5-Test-Fake-HTTPD
- japanese/p5-2chproxy
- net-mgmt/p5-FusionInventory-Agent
- www/p5-Continuity
- www/p5-HTTP-Proxy
- www/p5-Squatting
- www/p5-Test-HTTP-LocalServer
Configuration Options:
- No options to configure
- Options name:
- www_p5-HTTP-Daemon
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|