svn commit: r320785 - in head/net-im: . rubygem-hipchat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 13 11:56:04 UTC 2013


Author: sunpoet
Date: Thu Jun 13 11:56:03 2013
New Revision: 320785
URL: http://svnweb.freebsd.org/changeset/ports/320785

Log:
  - Add rubygem-hipchat 0.10.0
  
  hipchat is a Ruby library to interact with HipChat.
  
  WWW: https://github.com/hipchat/hipchat-rb
  RG:  https://rubygems.org/gems/hipchat

Added:
  head/net-im/rubygem-hipchat/
  head/net-im/rubygem-hipchat/Makefile   (contents, props changed)
  head/net-im/rubygem-hipchat/distinfo   (contents, props changed)
  head/net-im/rubygem-hipchat/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Thu Jun 13 11:54:26 2013	(r320784)
+++ head/net-im/Makefile	Thu Jun 13 11:56:03 2013	(r320785)
@@ -159,6 +159,7 @@
     SUBDIR += qxmpp-leechcraft
     SUBDIR += ramblercontacts
     SUBDIR += rubygem-earthquake
+    SUBDIR += rubygem-hipchat
     SUBDIR += rubygem-termtter
     SUBDIR += rubygem-xmpp4r
     SUBDIR += sendxmpp

Added: head/net-im/rubygem-hipchat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-hipchat/Makefile	Thu Jun 13 11:56:03 2013	(r320785)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hipchat
+PORTVERSION=	0.10.0
+CATEGORIES=	net-im rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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>

Added: head/net-im/rubygem-hipchat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-hipchat/distinfo	Thu Jun 13 11:56:03 2013	(r320785)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hipchat-0.10.0.gem) = 6f6f58e228e3f33cbef3bf6159487cc47585e87ef464ea2878c1132f7d44955f
+SIZE (rubygem/hipchat-0.10.0.gem) = 12288

Added: head/net-im/rubygem-hipchat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-hipchat/pkg-descr	Thu Jun 13 11:56:03 2013	(r320785)
@@ -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


More information about the svn-ports-all mailing list