cvs commit: ports/devel Makefile ports/devel/rubygem-eventmachine Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sun Apr 15 18:57:50 UTC 2007


miwi        2007-04-15 18:57:50 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-eventmachine Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2733    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/rubygem-eventmachine/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-eventmachine/distinfo (new)
  1.1       +12 -0     ports/devel/rubygem-eventmachine/pkg-descr (new)
  1.1       +295 -0    ports/devel/rubygem-eventmachine/pkg-plist (new)


More information about the cvs-all mailing list