Bug 158816 - New port: net/rubygem-amqp-utils : Command line utilies for interacting with AMQP compliant queues
Summary: New port: net/rubygem-amqp-utils : Command line utilies for interacting with ...
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-07-11 22:20 UTC by loic-freebsd
Modified: 2011-08-06 18:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.14 KB, text/plain)
2011-07-11 22:20 UTC, loic-freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic-freebsd 2011-07-11 22:20:08 UTC
Hello,

This port brings the following utilities : amqp-deleteq, amqp-dequeue, amqp-enqueue, amqp-peek, amqp-pop, amqp-purge, amqp-spy, amqp-statq, amqp-unbind

They are very handy when you have to manage an AMQP queue, like RabbitMQ.

This port needs 2 dependencies not yet committed in the ports tree, bring by PRs ports/158743 (devel/rubygem-clio) and ports/158747 (textproc/rubygem-heredoc_unindent)

# portlint -A
looks fine.

Thanks !

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-11 22:20: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-07-31 15:13:54 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-07-31 16:06:29 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

This seems to need it's dependencies updated. When I attempt to install,
I get this message:

    Unable to resolve dependencies: amqp-utils requires facets (~>
2.7.0), json (~> 1.1.6)

I tried updating to 0.4.2, but that didn't help. So I've forked the
software on github, made the changes and submitted a pull request
upstream asking the author to update them.

Steve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (FreeBSD)

iQEcBAEBAgAGBQJONW91AAoJEPXPYrMgexuhbJwH/26to75xe23Cd+L6QKN2dtDQ
J3NgqNgoTEMPpSB4x6EHBw07RsJ0dOhf+UbqdAkvYrMR03fgoVa2t0YgEwmGoBNI
9VnktI9DYw/9mQl/LROw/BnAtITBD1VoPiu4E15angVPmlwT572ZL+jTaWrX0aRv
iKAeTPo4Re0qMqWr9s2HMIoXU/kESA+umThrkEL2w1Xx1iPZaw6piShTqjLlRowf
5phuvUA3lK06qnGXwMqRc16N+9Or2zgLo0lYz7dAP/Auw3DVreaWKZ6eP/YG14+0
hFhLHkLsPeAQNm4KuA0vaxb3by7FLb1gNezXq0M/g8Qe/bFZk3TlOee1Y3XkLI4=
=c1yq
-----END PGP SIGNATURE-----
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-08-06 18:05:33 UTC
swills      2011-08-06 17:05:18 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/rubygem-amqp-utils Makefile distinfo pkg-descr 
  Log:
  Command line utilies for interacting with AMQP compliant queues.
  The intention is provide simple management tools that can be used to complete
  ad hoc housework on an AMQP queue.
  In addition, simple scripts can be layered over the tools when needed.
  
  WWW: http://rubygems.org/gems/amqp-utils
  
  PR:             ports/158816
  Submitted by:   Loic Pefferkorn <loic-freebsd at loicp.eu>
  
  Revision  Changes    Path
  1.2365    +1 -0      ports/net/Makefile
  1.1       +30 -0     ports/net/rubygem-amqp-utils/Makefile (new)
  1.1       +2 -0      ports/net/rubygem-amqp-utils/distinfo (new)
  1.1       +6 -0      ports/net/rubygem-amqp-utils/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 5 Steve Wills freebsd_committer freebsd_triage 2011-08-06 18:05:37 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!