summaryrefslogtreecommitdiff
path: root/devel/ruby-eventmachine
AgeCommit message (Collapse)AuthorFilesLines
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!