notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-event_stream_parser Spec-compliant event stream parser
1.0.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-02 07:42:22
Last Update: 2023-11-14 21:19:34
Commit Hash: ad1c20f
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/Shopify/event_stream_parser
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-event_stream_parser-1.0.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-event_stream_parser-1.0.0/LICENSE
  3. /usr/local/share/licenses/rubygem-event_stream_parser-1.0.0/MIT
Collapse this list.
Dependency 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 clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-event_stream_parser
  • pkg install rubygem-event_stream_parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-event_stream_parser
Flavors: 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):
rubygem-event_stream_parser
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:13:quarterly1.0.01.0.0-1.0.01.0.01.0.01.0.01.0.0
FreeBSD:14:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:14:quarterly1.0.01.0.0-1.0.01.0.01.0.01.0.01.0.0
FreeBSD:15:latest1.0.01.0.0n/a1.0.0n/a1.0.01.0.01.0.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. devel/rubygem-oci
  2. www/rubygem-ruby-openai

Configuration Options:
No options to configure
Options name:
devel_rubygem-event_stream_parser
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0
14 Nov 2023 21:19:34
commit hash: ad1c20fa7a4b86ba9a8354b232a302f6d7c47fb7commit hash: ad1c20fa7a4b86ba9a8354b232a302f6d7c47fb7commit hash: ad1c20fa7a4b86ba9a8354b232a302f6d7c47fb7commit hash: ad1c20fa7a4b86ba9a8354b232a302f6d7c47fb7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 34997bf1ced14f845e1963da17ab7d4e75878a83commit hash: 34997bf1ced14f845e1963da17ab7d4e75878a83commit hash: 34997bf1ced14f845e1963da17ab7d4e75878a83commit hash: 34997bf1ced14f845e1963da17ab7d4e75878a83 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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