FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 12:42 AM BST
Port details
rubygem-eventmachine 0.12.10 devel on this many watch lists=2 search for ports that depend on this port
A fast, simple event-processing library for Ruby programs
Maintained by: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Apr 2007 18:59:33
Also Listed In: rubygems
License: not specified in port


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.

WWW: http://rubyeventmachine.com
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/ruby-gems, lang/ruby18
Required To Run: devel/ruby-gems, lang/ruby18, lang/ruby18

Required by:
for Run

To install the port: cd /usr/ports/devel/rubygem-eventmachine/ && make install clean
To add the package: pkg_add -r rubygem-eventmachine


Configuration Options
     No options to configure

Master Sites:
http://production.s3.rubygems.org/gems/
http://production.cf.rubygems.org/gems/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rubygem/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Jun 2011 18:03:54
Original commit files touched by this commit  0.12.10
pgollucci search for other commits by this committer
- Removing remaining MD5 from rubygem- ports
08 Dec 2010 23:08:04
Original commit files touched by this commit  0.12.10
avl search for other commits by this committer
- Re-assign all my ruby* ports to ruby@

Discussed with: pgollucci, stas
20 Oct 2010 01:35:47
Original commit files touched by this commit  0.12.10
pgollucci search for other commits by this committer
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info

Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
26 May 2010 19:51:35
Original commit files touched by this commit  0.12.10
pgollucci search for other commits by this committer
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
17 Nov 2009 06:49:26
Original commit files touched by this commit  0.12.10
avl search for other commits by this committer
- Update to 0.12.10
08 Jun 2009 13:30:50
Original commit files touched by this commit  0.12.8
avl search for other commits by this committer
- Update to 0.12.8

PR:             ports/135352
Submitted by:   pgollucci
Approved by:    glarkin (mentor)
28 May 2009 20:44:16
Original commit files touched by this commit  0.12.6
avl search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
15 Mar 2009 19:49:58
Original commit files touched by this commit  0.12.6
miwi search for other commits by this committer
- Update to 0.12.6

PR:             132649
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
19 Feb 2009 20:15:21
Original commit files touched by this commit  0.12.4
miwi search for other commits by this committer
- Update to  0.12.4

PR:             131764
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
02 Oct 2008 07:07:09
Original commit files touched by this commit  0.12.2
clsung search for other commits by this committer
- Update to 0.12.2

PR:             ports/127736
Submitted by:   maintainer (Alexander Logvinov)
16 Jun 2008 21:37:21
Original commit files touched by this commit  0.12.0
wxs search for other commits by this committer
Update to 0.12.0

PR:             ports/124381
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
06 Apr 2008 08:58:21
Original commit files touched by this commit  0.10.0
stas search for other commits by this committer
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:      ports@
14 Dec 2007 23:15:08
Original commit files touched by this commit  0.10.0
miwi search for other commits by this committer
- Update to 0.10.0

PR:             118574
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
20 Sep 2007 00:54:34
Original commit files touched by this commit  0.9.0
miwi search for other commits by this committer
- Update to 0.9.0

PR:             116426
Submitted by:   Alexander Logvinov <ports@logvinov.com>
16 Jul 2007 08:52:01
Original commit files touched by this commit  0.8.0
miwi search for other commits by this committer
- Update to 0.8.0

PR:             114609
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
27 May 2007 10:40:33
Original commit files touched by this commit  0.7.2
miwi search for other commits by this committer
- Update to 0.7.2

PR:             112879
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
15 Apr 2007 18:57:50
Original commit files touched by this commit  0.7.0
miwi search for other commits by this committer
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.

WWW: http://rubyforge.org/projects/eventmachine

PR:             ports/111095
Submitted by:   Alexander Logvinov <ports at logvinov.com>

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.15 seconds.