From owner-svn-ports-head@freebsd.org Tue Nov 24 02:21:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B05EBA3679C; Tue, 24 Nov 2015 02:21:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B0B1A9C; Tue, 24 Nov 2015 02:21:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAO2L0p1010912; Tue, 24 Nov 2015 02:21:00 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAO2L0wh010908; Tue, 24 Nov 2015 02:21:00 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201511240221.tAO2L0wh010908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 24 Nov 2015 02:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402341 - in head/irc: . rubygem-cogbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 02:21:01 -0000 Author: araujo Date: Tue Nov 24 02:21:00 2015 New Revision: 402341 URL: https://svnweb.freebsd.org/changeset/ports/402341 Log: Cogbot is an irc bot written in ruby based on Cinch bot framework. It has its unique plugin system and various features oriented towards ruby development tasks. WWW: https://github.com/mose/cogbot PR: ports/204759 Submitted by: mose Added: head/irc/rubygem-cogbot/ head/irc/rubygem-cogbot/Makefile (contents, props changed) head/irc/rubygem-cogbot/distinfo (contents, props changed) head/irc/rubygem-cogbot/pkg-descr (contents, props changed) Modified: head/irc/Makefile Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Tue Nov 24 01:18:22 2015 (r402340) +++ head/irc/Makefile Tue Nov 24 02:21:00 2015 (r402341) @@ -110,6 +110,7 @@ SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += rubygem-cinch + SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz Added: head/irc/rubygem-cogbot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/rubygem-cogbot/Makefile Tue Nov 24 02:21:00 2015 (r402341) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= cogbot +PORTVERSION= 0.1.4 +CATEGORIES= irc rubygems +MASTER_SITES= RG + +MAINTAINER= mose@mose.com +COMMENT= Irc bot based on Cinch + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-cinch>=2.3.1:${PORTSDIR}/irc/rubygem-cinch \ + rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \ + rubygem-eventmachine>=1.0.8:${PORTSDIR}/devel/rubygem-eventmachine \ + rubygem-eventmachine_httpserver>=0.2.1:${PORTSDIR}/www/rubygem-eventmachine_httpserver \ + rubygem-nokogiri>=1.6.6.4:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-daemons>=1.2.3:${PORTSDIR}/devel/rubygem-daemons \ + rubygem-twitter>=1.6.6.2:${PORTSDIR}/net/rubygem-twitter \ + rubygem-json>=1.8.3:${PORTSDIR}/devel/rubygem-json \ + rubygem-yajl-ruby>=1.2.1:${PORTSDIR}/devel/rubygem-yajl-ruby \ + rubygem-fortune_gem>=0.0.8:${PORTSDIR}/games/rubygem-fortune_gem + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/cogbot + +.include Added: head/irc/rubygem-cogbot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/rubygem-cogbot/distinfo Tue Nov 24 02:21:00 2015 (r402341) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cogbot-0.1.4.gem) = e5de60133e11d1e2df84d1657e5258ca8a5130ddf7cb35b5e7763b04536f929a +SIZE (rubygem/cogbot-0.1.4.gem) = 17920 Added: head/irc/rubygem-cogbot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/rubygem-cogbot/pkg-descr Tue Nov 24 02:21:00 2015 (r402341) @@ -0,0 +1,5 @@ +Cogbot is an irc bot written in ruby based on Cinch bot framework. +It has its unique plugin system and various features oriented +towards ruby development tasks. + +WWW: https://github.com/mose/cogbot