Bug 140445

Summary: New Port: net/rsmb Really Small Message Broker
Product: Ports & Packages Reporter: Andrew Stevenson <andrew>
Component: Individual Port(s)Assignee: Greg Larkin <glarkin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Andrew Stevenson 2009-11-10 14:30:05 UTC
Port of IBM's Really Small Message Broker. This is the redhat linux binary as
the program is closed source and no FreeBSD build is yet available.

You need to agree to a license agreement to download the binary so the port
can't autofetch and is restricted.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-11-10 14:36:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-11-21 11:18:25 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

back to pool, i don't have a ibm account.
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-01-28 05:16:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I have an IBM account, so I'll take this PR.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-02 15:45:13 UTC
glarkin     2010-02-02 15:45:00 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/rsmb             Makefile distinfo pkg-descr pkg-plist 
    net/rsmb/files       broker.cfg rsmbd.in 
  Log:
  This is a port of IBM's Really Small Message Broker (RSMB). RSMB is a small
  message broker that implements the MQTT protocol (http://mqtt.org/).
  
  This port installs the Linux binary for use with the Linuxulator.
  
  WWW: http://www.alphaworks.ibm.com/tech/rsmb
  
  PR:             ports/140445
  Submitted by:   Andrew Stevenson <andrew at ugh.net.au>
  
  Revision  Changes    Path
  1.2176    +1 -0      ports/net/Makefile
  1.1       +52 -0     ports/net/rsmb/Makefile (new)
  1.1       +3 -0      ports/net/rsmb/distinfo (new)
  1.1       +30 -0     ports/net/rsmb/files/broker.cfg (new)
  1.1       +33 -0     ports/net/rsmb/files/rsmbd.in (new)
  1.1       +6 -0      ports/net/rsmb/pkg-descr (new)
  1.1       +6 -0      ports/net/rsmb/pkg-plist (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 5 dfilter service freebsd_committer freebsd_triage 2010-02-02 15:46:03 UTC
glarkin     2010-02-02 15:45:56 UTC

  FreeBSD ports repository

  Modified files:
    .                    LEGAL 
  Log:
  - Added entry for new port net/rsmb
  
  PR:             ports/140445
  
  Revision  Changes    Path
  1.614     +5 -1      ports/LEGAL
_______________________________________________
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 6 Greg Larkin freebsd_committer freebsd_triage 2010-02-02 15:47:44 UTC
State Changed
From-To: open->closed

Committed with minor modifications and an entry in LEGAL, 
thank you!