Port details on branch 2024Q2 |
- rubygem-eventmachine Fast, simple event-processing library for Ruby programs
- 1.2.7 devel =4 1.2.7Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2007-04-15 18:59:33
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- People watching this port, also watch:: rubygem-captcha, mdpop3d, rubygem-daemons, rubygem-railsbench, rubygem-gd2
- Also Listed In: rubygems
- License: GPLv2 RUBY
- WWW:
- https://rubyeventmachine.com
- Description:
- EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-eventmachine>0:devel/rubygem-eventmachine
- To install the port:
- cd /usr/ports/devel/rubygem-eventmachine/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-eventmachine
- pkg install rubygem-eventmachine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-eventmachine
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1526213384
SHA256 (rubygem/eventmachine-1.2.7.gem) = 994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972
SIZE (rubygem/eventmachine-1.2.7.gem) = 247296
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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-em-redis-unified
- devel/rubygem-analogger
- devel/rubygem-pry-remote-em
- devel/rubygem-statsd
- irc/rubygem-cogbot
- net/rubygem-amqp
- net/rubygem-stompserver
-
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:
- devel_rubygem-eventmachine
- USES:
- gem ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|