Index: head/net/rubygem-amqp-utils/Makefile =================================================================== --- head/net/rubygem-amqp-utils/Makefile (revision 567355) +++ head/net/rubygem-amqp-utils/Makefile (revision 567356) @@ -1,32 +1,33 @@ # Created by: Loic Pefferkorn # $FreeBSD$ PORTNAME= amqp-utils PORTVERSION= 0.5.1 PORTREVISION= 5 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= loic-freebsd@loicp.eu -COMMENT= Command line utilies for interacting with AMQP compliant queues +COMMENT= Command-line utilities to work with AMQP-compliant queues LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt RUN_DEPENDS= rubygem-amqp>=0.7.1:net/rubygem-amqp \ rubygem-clio>=0.3.0:devel/rubygem-clio \ rubygem-facets>=2.9:devel/rubygem-facets \ rubygem-heredoc_unindent>=1.1.2:textproc/rubygem-heredoc_unindent \ rubygem-json1>=1.5:devel/rubygem-json1 \ rubygem-msgpack>=0.4.5:devel/rubygem-msgpack \ rubygem-trollop1>=1.16.2:devel/rubygem-trollop1 NO_ARCH= yes USE_RUBY= yes USES= gem -PLIST_FILES= bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue bin/amqp-peek bin/amqp-pop \ +PLIST_FILES= bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue \ + bin/amqp-peek bin/amqp-pop \ bin/amqp-purge bin/amqp-spy bin/amqp-statq bin/amqp-unbind \ bin/amqp-delexch bin/amqp-exchange .include Index: head/net/rubygem-amqp-utils/pkg-descr =================================================================== --- head/net/rubygem-amqp-utils/pkg-descr (revision 567355) +++ head/net/rubygem-amqp-utils/pkg-descr (revision 567356) @@ -1,6 +1,7 @@ -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. +Command-line utilities 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: https://github.com/dougbarth/amqp-utils