diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/rubygem-hipchat/Makefile | 20 | ||||
-rw-r--r-- | net-im/rubygem-hipchat/distinfo | 2 | ||||
-rw-r--r-- | net-im/rubygem-hipchat/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index ffaa72d74bec..a35a75d79552 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -159,6 +159,7 @@ SUBDIR += qxmpp-leechcraft SUBDIR += ramblercontacts SUBDIR += rubygem-earthquake + SUBDIR += rubygem-hipchat SUBDIR += rubygem-termtter SUBDIR += rubygem-xmpp4r SUBDIR += sendxmpp diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile new file mode 100644 index 000000000000..0511162c7e91 --- /dev/null +++ b/net-im/rubygem-hipchat/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= hipchat +PORTVERSION= 0.10.0 +CATEGORIES= net-im rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby library to interact with HipChat + +LICENSE= MIT + +RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/net-im/rubygem-hipchat/distinfo b/net-im/rubygem-hipchat/distinfo new file mode 100644 index 000000000000..3d97586881df --- /dev/null +++ b/net-im/rubygem-hipchat/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/hipchat-0.10.0.gem) = 6f6f58e228e3f33cbef3bf6159487cc47585e87ef464ea2878c1132f7d44955f +SIZE (rubygem/hipchat-0.10.0.gem) = 12288 diff --git a/net-im/rubygem-hipchat/pkg-descr b/net-im/rubygem-hipchat/pkg-descr new file mode 100644 index 000000000000..39ae3e5dfaaa --- /dev/null +++ b/net-im/rubygem-hipchat/pkg-descr @@ -0,0 +1,4 @@ +hipchat is a Ruby library to interact with HipChat. + +WWW: https://github.com/hipchat/hipchat-rb +RG: https://rubygems.org/gems/hipchat |