Port details |
- ruby-romp The Ruby Object Message Proxy
- 0.2 net
=0 0.2Version of this port present on the latest quarterly branch. DEPRECATED: Doesn't work with Ruby 1.9
This port expired on: 2011-08-03
- Maintainer: ruby@FreeBSD.org
 - Port Added: 2001-08-24 04:06:19
- Last Update: 2011-08-03 06:49:58
- SVN Revision: UNKNOWN
- Also Listed In: ruby
- License: not specified in port
- Description:
- ROMP is the Ruby Object Message Proxy. It is sort of like drb
(distributed Ruby) in that it allows a Ruby client program to
transparently talk to an object that is sitting on a server. Its
features include:
- Up to 40000 messages per second
- Allows more than one object to reside on the server; supports a sort
for naming service for retrieving references to objects.
- Fully thread-safe, provided the object sitting on the server is
thread-safe.
- Supports one-way calls, so the client does not have to block waiting
for a response from the server.
- Allows exceptions to be propagated from server to client; messages
the backtrace to make debugging easier.
Author: Paul Brannan (paul at atdesk.com)
WWW: http://rubystuff.org/romp/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby18-romp>0:net/ruby-romp
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby18-romp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby18 : lang/ruby18
- Runtime dependencies:
-
- ruby18 : lang/ruby18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2 03 Aug 2011 06:49:58
 |
bapt  |
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 (Only the first 15 lines of the commit message are shown above ) |
0.2 04 Jul 2011 01:30:57
 |
swills  |
- Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by: ruby@ (pgollucci) |
0.2 10 Apr 2011 18:18:09
 |
swills  |
- Mark broken with Ruby 1.9 |
0.2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.2 16 Jun 2009 15:53:25
 |
stas  |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to. |
0.2 25 Nov 2005 16:48:31
 |
pav  |
- Add SHA256 |
0.2 11 Nov 2005 01:18:01
 |
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.2 12 Nov 2003 05:54:43
 |
knu  |
Update to 0.2. |
0.1_1 18 Feb 2003 05:31:31
 |
knu  |
De-pkg-comment. |
0.1_1 08 Feb 2003 07:15:51
 |
knu  |
Update MASTER_SITES. |
0.1_1 04 Dec 2002 08:28:35
 |
knu  |
Update WWW and the author email. |
0.1_1 06 Oct 2002 21:32:50
 |
knu  |
Use RUBY_MOD*. |
0.1_1 26 Sep 2002 18:30:05
 |
knu  |
Somehow ftp-master.freebsd.org still has the old tarball (before a
repack), so list the checksum value of it also in distinfo. |
0.1_1 11 Sep 2002 19:46:21
 |
knu  |
I was confused.. The new distfile NOW contains druby4 files again.
However, since no proper extconf.rb for druby4_helper.so is provided,
just drop druby4 for the moment.
No PORTREVISION bump because nothing has changed. |
0.1_1 11 Sep 2002 19:39:10
 |
knu  |
Seems the author backed out the last repack. The distfile that is
currently on the site does not contain the druby4 example files. |
0.1_1 12 May 2002 19:48:13
 |
knu  |
Chase a repack. Seems two files were just dropped and the rest was
not touched at all.
Submitted by: bento |
17 Sep 2001 18:54:32
    |
knu  |
Bump the PORTREVISION's of the ports which install architecture dependent ruby
modules, due to the RUBY_ARCH change I've just committed. |
12 Sep 2001 14:08:00
    |
knu  |
Chase a repack; no changes observed. |
25 Aug 2001 21:38:29
    |
knu  |
Add MASTER_SITE_LOCAL to MASTER_SITES, since the site refuses to let WWW
clients like fetch, wget, lukemftp, and lftp download the distfile. (Netscape
and curl were okay) |
24 Aug 2001 08:06:19
    |
knu  |
Add ruby-romp, the Ruby Object Message Proxy, a set of classes for providing
distributed object support to a Ruby program. |