Port details |
- http-parser HTTP request/response parser written in C
- 2.9.4 www =6 2.9.4Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2019-07-05 16:01:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xorg-fonts-truetype, p5-Error, indexinfo, libevent, jpeg-turbo
- License: MIT
- WWW:
- https://github.com/nodejs/http-parser
- Description:
- This is a parser for HTTP messages written in C. It parses both requests
and responses. The parser is designed to be used in performance HTTP
applications. It does not make any system calls nor allocations, it does
not buffer data, it can be interrupted at anytime. Depending on the
architecture, it only requires about 40 bytes of data per message stream
(in a web server that is per connection).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- http-parser>0:www/http-parser
- To install the port:
- cd /usr/ports/www/http-parser/ && make install clean
- To add the package, run one of these commands:
- pkg install www/http-parser
- pkg install http-parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: http-parser
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1585047246
SHA256 (nodejs-http-parser-v2.9.4_GH0.tar.gz) = 467b9e30fd0979ee301065e70f637d525c28193449e1b13fbcb1b1fab3ad224f
SIZE (nodejs-http-parser-v2.9.4_GH0.tar.gz) = 52056
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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- devel/gitaly
-
Deleted ports which required this port:
- for Libraries
-
- benchmarks/apib
- deskutils/ausweisapp2
- devel/libgit2
- devel/opendht
- net/arataga
- sysutils/slurm-wlm
- www/py-httptools
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_http-parser
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.4 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.4 09 Dec 2021 06:06:28 |
Alexey Dokuchaev (danfe) Author: Michael Zhilin |
www/http-parser: unbreak the port's build against WITH_DEBUG
When building WITH_DEBUG, bsd.port.mk would change the target from
`install-strip' to plain `install', thus it must be patched in the
same way as `install-strip' to avoid using -D option which meaning
is different in GNU and BSD implementations of install(1).
PR: 260277 |
2.9.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.4 25 Mar 2020 09:46:27 |
danfe |
Update to version 2.9.4.
Reported by: portscout |
2.9.3 07 Feb 2020 08:08:14 |
danfe |
Update to version 2.9.3.
Reported by: portscout |
2.9.2 05 Jul 2019 16:01:37 |
danfe |
This is a parser for HTTP messages written in C.
WWW: https://github.com/nodejs/http-parser |
Number of commits found: 8
|