| 
	
		| Port details |  | 
 rubygem-event_stream_parser Spec-compliant event stream parser
 1.0.0 devel  =2          1.0.0Version of this port present on the latest quarterly branch.Maintainer: sunpoet@FreeBSD.org Port Added: 2023-11-02 07:42:22Last Update: 2023-11-14 21:19:34Commit Hash: ad1c20fPeople watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-SaneAlso Listed In: rubygemsLicense: MITWWW: https://github.com/Shopify/event_stream_parserDescription:event_stream_parser is a lightweight, fully spec-compliant parser for the event
stream format.
It only deals with the parsing of events and not any of the client/transport
aspects. This is not a Server-sent Events (SSE) client.
Under the hood, it's a stateful parser that receives chunks (that are received
from an HTTP client, for example) and emits events as it parses them. But it
remembers the last event id and reconnection time and keeps emitting them as
long as they are not overwritten by new ones.
BOM stripping is left as a responsibility of the chunk provider.   ¦  ¦  ¦  ¦ 
 Manual pages:FreshPorts has no man page information for this port.pkg-plist: as obtained via: make generate-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
rubygem-event_stream_parser>0:devel/rubygem-event_stream_parser
To install the port: cd /usr/ports/devel/rubygem-event_stream_parser/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install devel/rubygem-event_stream_parserpkg install rubygem-event_stream_parser
PKGNAME: rubygem-event_stream_parserFlavors: there is no flavor information for this port.distinfo:TIMESTAMP = 1699985611
SHA256 (rubygem/event_stream_parser-1.0.0.gem) = a2683bab70126286f8184dc88f7968ffc4028f813161fb073ec90d171f7de3c8
SIZE (rubygem/event_stream_parser-1.0.0.gem) = 8704 
Packages (timestamps in pop-ups are UTC):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
ruby31 : lang/ruby31gem : devel/ruby-gems
Runtime dependencies:
ruby31 : lang/ruby31gem : devel/ruby-gems
Patch dependencies:
ruby31 : lang/ruby31gem : devel/ruby-gems
This port is required by:for Run
					            
devel/rubygem-ociwww/rubygem-ruby-openai
Configuration Options:
     No options to configureOptions name:devel_rubygem-event_stream_parserUSES:gemFreshPorts was unable to extract/find any pkg message
Master Sites: |  Number of commits found: 2 
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |  | Commit | Credits | Log message | 
|---|
 | 1.0.0 14 Nov 2023 21:19:34
 
       | Po-Chuan Hsieh (sunpoet)  | devel/rubygem-event_stream_parser: Update to 1.0.0
Changes:	https://github.com/Shopify/event_stream_parser/blob/main/CHANGELOG.md |  | 0.3.0 02 Nov 2023 07:37:17
 
       | Po-Chuan Hsieh (sunpoet)  | devel/rubygem-event_stream_parser: Add rubygem-event_stream_parser 0.3.0
event_stream_parser is a lightweight, fully spec-compliant parser for the event
stream format.
It only deals with the parsing of events and not any of the client/transport
aspects. This is not a Server-sent Events (SSE) client.
Under the hood, it's a stateful parser that receives chunks (that are received
from an HTTP client, for example) and emits events as it parses them. But it
remembers the last event id and reconnection time and keeps emitting them as
long as they are not overwritten by new ones.
BOM stripping is left as a responsibility of the chunk provider. |  Number of commits found: 2 |