Bug 160377 - New port: net/rubygem-stompserver Provide reliable messaging using the stomp protocol
Summary: New port: net/rubygem-stompserver Provide reliable messaging using the stomp ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 21:30 UTC by Mike Carlson
Modified: 2011-10-02 18:10 UTC (History)
0 users

See Also:


Attachments
file.txt (1.98 KB, text/plain)
2011-09-01 21:30 UTC, Mike Carlson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Carlson 2011-09-01 21:30:07 UTC
New Port: net/rubygem-stompserver Provide reliable messaging using the stomp protocol

I'm working on running a local instance of gitorious, and I'd like to stick to using Ports and not gems for installing dependancies

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-01 21:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2011-10-02 02:21:01 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-02 18:03:52 UTC
swills      2011-10-02 17:03:39 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/rubygem-stompserver Makefile distinfo pkg-descr 
  Log:
  Provide reliable messaging using the stomp protocol. A more powerful free
  alternative is ActiveMQ; however, that requires deploying a JVM, which may
  not always be ideal.
  
  PR:             ports/160377
  Submitted by:   Mike Carlson <carlson39@llnl.gov>
  
  Revision  Changes    Path
  1.2385    +1 -0      ports/net/Makefile
  1.1       +25 -0     ports/net/rubygem-stompserver/Makefile (new)
  1.1       +2 -0      ports/net/rubygem-stompserver/distinfo (new)
  1.1       +3 -0      ports/net/rubygem-stompserver/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2011-10-02 18:04:14 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!