svn commit: r367762 - in head/net-im: . rubygem-lita rubygem-lita/files

Steve Wills swills at FreeBSD.org
Tue Sep 9 18:48:02 UTC 2014


Author: swills
Date: Tue Sep  9 18:48:01 2014
New Revision: 367762
URL: http://svnweb.freebsd.org/changeset/ports/367762
QAT: https://qat.redports.org/buildarchive/r367762/

Log:
  net-im/rubygem-lita: add port for Lita
  
  A multi-service chat bot with extendable behavior.
  
  WWW: https://lita.io/

Added:
  head/net-im/rubygem-lita/
  head/net-im/rubygem-lita/Makefile   (contents, props changed)
  head/net-im/rubygem-lita/distinfo   (contents, props changed)
  head/net-im/rubygem-lita/files/
  head/net-im/rubygem-lita/files/patch-gemspec   (contents, props changed)
  head/net-im/rubygem-lita/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Tue Sep  9 18:43:22 2014	(r367761)
+++ head/net-im/Makefile	Tue Sep  9 18:48:01 2014	(r367762)
@@ -132,6 +132,7 @@
     SUBDIR += ramblercontacts
     SUBDIR += rubygem-earthquake
     SUBDIR += rubygem-hipchat
+    SUBDIR += rubygem-lita
     SUBDIR += rubygem-termtter
     SUBDIR += rubygem-tinder
     SUBDIR += sendxmpp

Added: head/net-im/rubygem-lita/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-lita/Makefile	Tue Sep  9 18:48:01 2014	(r367762)
@@ -0,0 +1,30 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	lita
+PORTVERSION=	3.3.1
+CATEGORIES=	net-im rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Multi-service chat bot with extendable behavior
+
+RUN_DEPENDS=	rubygem-bundler>=1.3:${PORTSDIR}/sysutils/rubygem-bundler \
+		rubygem-faraday>=0.8.7:${PORTSDIR}/www/rubygem-faraday \
+		rubygem-http_router>=0.11.1:${PORTSDIR}/www/rubygem-http_router \
+		rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \
+		rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \
+		rubygem-multi_json>=1.7.7:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-puma>=2.7.1:${PORTSDIR}/www/rubygem-puma \
+		rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \
+		rubygem-redis-namespace>=1.3.0:${PORTSDIR}/databases/rubygem-redis-namespace \
+		rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor \
+		redis>=0:${PORTSDIR}/databases/redis
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES=	bin/lita
+
+.include <bsd.port.mk>

Added: head/net-im/rubygem-lita/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-lita/distinfo	Tue Sep  9 18:48:01 2014	(r367762)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/lita-3.3.1.gem) = 65b2a4780d44d7d80e191ef77fe6cda24b1d140bcb26cb18a319479c967cf097
+SIZE (rubygem/lita-3.3.1.gem) = 43520

Added: head/net-im/rubygem-lita/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-lita/files/patch-gemspec	Tue Sep  9 18:48:01 2014	(r367762)
@@ -0,0 +1,33 @@
+--- lita-3.3.1.gemspec.orig	2014-09-08 22:00:06 UTC
++++ lita-3.3.1.gemspec
+@@ -123,20 +123,6 @@
+       - !ruby/object:Gem::Version
+         version: 1.5.2
+ - !ruby/object:Gem::Dependency
+-  name: rb-readline
+-  requirement: !ruby/object:Gem::Requirement
+-    requirements:
+-    - - ">="
+-      - !ruby/object:Gem::Version
+-        version: 0.5.1
+-  type: :runtime
+-  prerelease: false
+-  version_requirements: !ruby/object:Gem::Requirement
+-    requirements:
+-    - - ">="
+-      - !ruby/object:Gem::Version
+-        version: 0.5.1
+-- !ruby/object:Gem::Dependency
+   name: redis-namespace
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+--- lita.gemspec.orig	2014-09-08 22:00:06 UTC
++++ lita.gemspec
+@@ -28,7 +28,6 @@
+   spec.add_runtime_dependency "multi_json", ">= 1.7.7"
+   spec.add_runtime_dependency "puma", ">= 2.7.1"
+   spec.add_runtime_dependency "rack", ">= 1.5.2"
+-  spec.add_runtime_dependency "rb-readline", ">= 0.5.1"
+   spec.add_runtime_dependency "redis-namespace", ">= 1.3.0"
+   spec.add_runtime_dependency "thor", ">= 0.18.1"
+ 

Added: head/net-im/rubygem-lita/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-lita/pkg-descr	Tue Sep  9 18:48:01 2014	(r367762)
@@ -0,0 +1,3 @@
+A multi-service chat bot with extendable behavior.
+
+WWW: https://lita.io/


More information about the svn-ports-head mailing list