summaryrefslogtreecommitdiff
path: root/devel/ruby-eventmachine
AgeCommit message (Collapse)AuthorFilesLines
2014-03-16Add GEM_EXTSDIR entries for rubygems 2.2 (Ruby 2.1.1).taca1-1/+3
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-03-10Update ruby-eventmachine to 1.0.3.taca3-8/+12
# Changelog ## 1.0.x * EM.system was broken in 1.0.2 release [#413] ## 1.0.2 (March 8, 2013) * binary win32 gems now include fastfilereader shim [#222] * fix long-standing connection timeout issues [27fdd5b, igrigorik/em-http-request#222] * http and line protocol cleanups [#193, #151] * reactor return value cleanup [#225] * fix double require from gemspec [#284] * fix smtp server reset behavior [#351] * fix EM.system argument handling [#322] * ruby 1.9 compat in smtp server and stomp protocols [#349, #315] * fix pause from post_init [#380] ## 1.0.1 (February 27, 2013) * use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation * fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389] * fix memory leak when verifying ssl cerificates [#403] * fix initial connection delay [#393, #374]
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-09-16Update ruby-eventmachine to 1.0.0.taca4-115/+64
Changes are unavailable.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+2
* Remove default value of GEM_BUILD.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-10Fix NetBSD build by expanding the pattern in patch-aa to two more cases.fhajny3-7/+32
2009-12-04Update ruby-eventmachine to 0.12.10.fhajny4-42/+107
More than a year worth of fixes and improvements.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2008-09-23Restrict cast with patch-aa to NetBSD only. It should fix PR pkg/39586.taca2-8/+14
Other *BSD has void pointer for udata member of kevent structure. NetBSD's kqueue is something behind to others?
2008-09-15Update ruby-eventmachine to 0.12.0.taca4-7/+34
Changes are unknown.
2008-04-04Initial import of ruby18-eventmachine-0.10.0 as devel/ruby-eventmachine.jlam4-0/+127
Ruby/EventMachine is a fast, simple event-processing library for Ruby programs. It lets you write network clients and servers without handling sockets -- all you do is send and receive data. Single-threaded socket engine -- scalable and fast!