mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
921 B
Tcl
19 lines
921 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.4 3.3 3.2 3.1
|
|
ruby.setup eventmachine 1.2.7 gem {} rubygems
|
|
categories-append devel net
|
|
license {Ruby GPL-2}
|
|
maintainers nomaintainer
|
|
description Fast, simple event-processing library for Ruby
|
|
long_description EventMachine implements a fast, single-threaded engine \
|
|
for arbitrary network communications. It is extremely \
|
|
useful for long-running network traffic.
|
|
homepage https://github.com/eventmachine/eventmachine
|
|
checksums rmd160 5c2c8344ce60461787dbae8114ec884a162ac7e7 \
|
|
sha256 994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 \
|
|
size 247296
|