Date: Sun, 15 Apr 2007 18:57:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-eventmachine Makefile distinfo pkg-descr pkg-plist Message-ID: <200704151857.l3FIvofu093465@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704151857.l3FIvofu093465>