From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 01:11:45 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3BD29B6; Sun, 20 Oct 2013 01:11:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C61472BCD; Sun, 20 Oct 2013 01:11:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K1Biup036024; Sun, 20 Oct 2013 01:11:44 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K1BiYV036023; Sun, 20 Oct 2013 01:11:44 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 01:11:44 GMT Message-Id: <201310200111.r9K1BiYV036023@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182653: new port www/rubygem-carrierwave X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 01:11:45 -0000 Synopsis: new port www/rubygem-carrierwave Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 01:11:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182653 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 02:10:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07FEE7A5 for ; Sun, 20 Oct 2013 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA8242E1F for ; Sun, 20 Oct 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K2A1Ge047410 for ; Sun, 20 Oct 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K2A1NM047409; Sun, 20 Oct 2013 02:10:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 02:10:01 GMT Message-Id: <201310200210.r9K2A1NM047409@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182650: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 02:10:02 -0000 The following reply was made to PR ports/182650; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182650: commit references a PR Date: Sun, 20 Oct 2013 02:03:38 +0000 (UTC) Author: swills Date: Sun Oct 20 02:03:29 2013 New Revision: 330959 URL: http://svnweb.freebsd.org/changeset/ports/330959 Log: A fast, open source text processor and publishing toolchain, written in Ruby, for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and custom outupt formats. WWW: http://asciidoctor.org/ PR: ports/182650 Submitted by: Loic Blot Added: head/textproc/rubygem-asciidoctor/ head/textproc/rubygem-asciidoctor/Makefile (contents, props changed) head/textproc/rubygem-asciidoctor/distinfo (contents, props changed) head/textproc/rubygem-asciidoctor/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 01:56:51 2013 (r330958) +++ head/textproc/Makefile Sun Oct 20 02:03:29 2013 (r330959) @@ -1282,6 +1282,7 @@ SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-albino + SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-augeas SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay Added: head/textproc/rubygem-asciidoctor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor/Makefile Sun Oct 20 02:03:29 2013 (r330959) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= asciidoctor +PORTVERSION= 0.1.4 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A fast, open source text processor and publishing toolchain + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-asciidoctor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor/distinfo Sun Oct 20 02:03:29 2013 (r330959) @@ -0,0 +1,2 @@ +SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92 +SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840 Added: head/textproc/rubygem-asciidoctor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor/pkg-descr Sun Oct 20 02:03:29 2013 (r330959) @@ -0,0 +1,5 @@ +A fast, open source text processor and publishing toolchain, written in Ruby, +for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and +custom outupt formats. + +WWW: http://asciidoctor.org/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 02:45:15 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38BDAB4B; Sun, 20 Oct 2013 02:45:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E1262F45; Sun, 20 Oct 2013 02:45:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K2jExJ055759; Sun, 20 Oct 2013 02:45:14 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K2jEku055758; Sun, 20 Oct 2013 02:45:14 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 02:45:14 GMT Message-Id: <201310200245.r9K2jEku055758@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182654: new port devel/rubygem-temple X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 02:45:15 -0000 Synopsis: new port devel/rubygem-temple Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 02:45:14 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182654 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 03:02:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17DC7E85; Sun, 20 Oct 2013 03:02:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E160F207C; Sun, 20 Oct 2013 03:02:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K320kg060016; Sun, 20 Oct 2013 03:02:00 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K320Ik060015; Sun, 20 Oct 2013 03:02:00 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 03:02:00 GMT Message-Id: <201310200302.r9K320Ik060015@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/181585: [MAINTAINER] sysutils/rubygem-chef: update to 11.6.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 03:02:01 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.6.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 03:02:00 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181585 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 03:09:36 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5FA267C; Sun, 20 Oct 2013 03:09:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F81F20C0; Sun, 20 Oct 2013 03:09:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K39aF0060573; Sun, 20 Oct 2013 03:09:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K39a3S060572; Sun, 20 Oct 2013 03:09:36 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 03:09:36 GMT Message-Id: <201310200309.r9K39a3S060572@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182655: new port devel/rubygem-slim X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 03:09:36 -0000 Synopsis: new port devel/rubygem-slim Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 03:09:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182655 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 03:30:20 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AAE9320; Sun, 20 Oct 2013 03:30:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F95F21C5; Sun, 20 Oct 2013 03:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K3UK6O067010; Sun, 20 Oct 2013 03:30:20 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K3UK8Q067009; Sun, 20 Oct 2013 03:30:20 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 03:30:20 GMT Message-Id: <201310200330.r9K3UK8Q067009@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/183035: new port devel/rubygem-debugger-linecache Caches(Ruby source) Files as Might Be Used in a Debugger X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 03:30:20 -0000 Synopsis: new port devel/rubygem-debugger-linecache Caches(Ruby source) Files as Might Be Used in a Debugger Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 03:30:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183035 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 03:47:33 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0AB96673; Sun, 20 Oct 2013 03:47:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D301A2275; Sun, 20 Oct 2013 03:47:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K3lWPd069358; Sun, 20 Oct 2013 03:47:32 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K3lWj9069357; Sun, 20 Oct 2013 03:47:32 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 03:47:32 GMT Message-Id: <201310200347.r9K3lWj9069357@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/183036: new port devel/rubygem-debugger Fast implementation of the standard Ruby debugger X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 03:47:33 -0000 Synopsis: new port devel/rubygem-debugger Fast implementation of the standard Ruby debugger Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 03:47:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183036 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 03:58:50 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A65508AE; Sun, 20 Oct 2013 03:58:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BCCC22E0; Sun, 20 Oct 2013 03:58:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K3wo7k071692; Sun, 20 Oct 2013 03:58:50 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K3woWe071691; Sun, 20 Oct 2013 03:58:50 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 03:58:50 GMT Message-Id: <201310200358.r9K3woWe071691@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/183037: new port devel/rubygem-debugger-xml XML interface for rubygem-debugger X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 03:58:50 -0000 Synopsis: new port devel/rubygem-debugger-xml XML interface for rubygem-debugger Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 03:58:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183037 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 04:03:51 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20FFA9F1; Sun, 20 Oct 2013 04:03:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB858232E; Sun, 20 Oct 2013 04:03:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K43oP7073755; Sun, 20 Oct 2013 04:03:50 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K43ojf073754; Sun, 20 Oct 2013 04:03:50 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 04:03:50 GMT Message-Id: <201310200403.r9K43ojf073754@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182650: new port www/rubygem-asciidoctor X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 04:03:51 -0000 Synopsis: new port www/rubygem-asciidoctor Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 04:03:50 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182650 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 04:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94310F0 for ; Sun, 20 Oct 2013 04:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69FA82453 for ; Sun, 20 Oct 2013 04:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K4U1OO078933 for ; Sun, 20 Oct 2013 04:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K4U1ls078932; Sun, 20 Oct 2013 04:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 04:30:01 GMT Message-Id: <201310200430.r9K4U1ls078932@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182656: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 04:30:01 -0000 The following reply was made to PR ports/182656; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182656: commit references a PR Date: Sun, 20 Oct 2013 04:29:42 +0000 (UTC) Author: swills Date: Sun Oct 20 04:29:33 2013 New Revision: 330974 URL: http://svnweb.freebsd.org/changeset/ports/330974 Log: Integrate Compass into Rails 2.3 and up. WWW: https://github.com/Compass/compass-rails PR: ports/182656 Submitted by: Loic Blot Added: head/textproc/rubygem-compass-rails/ head/textproc/rubygem-compass-rails/Makefile (contents, props changed) head/textproc/rubygem-compass-rails/distinfo (contents, props changed) head/textproc/rubygem-compass-rails/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 04:20:04 2013 (r330973) +++ head/textproc/Makefile Sun Oct 20 04:29:33 2013 (r330974) @@ -1289,6 +1289,7 @@ SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass + SUBDIR += rubygem-compass-rails SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy Added: head/textproc/rubygem-compass-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-rails/Makefile Sun Oct 20 04:29:33 2013 (r330974) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= compass-rails +PORTVERSION= 1.0.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Integrate Compass into Rails 2.3 and up + +RUN_DEPENDS= rubygem-compass>=0.12.2:${PORTSDIR}/textproc/rubygem-compass + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-compass-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-rails/distinfo Sun Oct 20 04:29:33 2013 (r330974) @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-rails-1.0.3.gem) = b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d +SIZE (rubygem/compass-rails-1.0.3.gem) = 19456 Added: head/textproc/rubygem-compass-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-rails/pkg-descr Sun Oct 20 04:29:33 2013 (r330974) @@ -0,0 +1,3 @@ +Integrate Compass into Rails 2.3 and up. + +WWW: https://github.com/Compass/compass-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 04:30:24 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D09B8105; Sun, 20 Oct 2013 04:30:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A604A247B; Sun, 20 Oct 2013 04:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K4UOXX079022; Sun, 20 Oct 2013 04:30:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K4UOgd079021; Sun, 20 Oct 2013 04:30:24 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 04:30:24 GMT Message-Id: <201310200430.r9K4UOgd079021@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182656: new port textproc/rubygem-compass-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 04:30:24 -0000 Synopsis: new port textproc/rubygem-compass-rails Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 04:30:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182656 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 05:08:59 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14E874F6; Sun, 20 Oct 2013 05:08:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCA46259F; Sun, 20 Oct 2013 05:08:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K58wrZ086652; Sun, 20 Oct 2013 05:08:58 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K58wbQ086651; Sun, 20 Oct 2013 05:08:58 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 05:08:58 GMT Message-Id: <201310200508.r9K58wbQ086651@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182663: new port www/rubygem-chosen-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 05:08:59 -0000 Synopsis: new port www/rubygem-chosen-rails Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Oct 20 05:08:58 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182663 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 10:30:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D94C558 for ; Sun, 20 Oct 2013 10:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC4D20F6 for ; Sun, 20 Oct 2013 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KAU18a072807 for ; Sun, 20 Oct 2013 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KAU1m4072806; Sun, 20 Oct 2013 10:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 10:30:01 GMT Message-Id: <201310201030.r9KAU1m4072806@freefall.freebsd.org> To: ruby@FreeBSD.org From: clutton Subject: Re: ports/183096: lang/ruby-doc-stdlib updating X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: clutton List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 10:30:02 -0000 The following reply was made to PR ports/183096; it has been noted by GNATS. From: clutton To: bug-followup@FreeBSD.org, clutton@zoho.com Cc: Subject: Re: ports/183096: lang/ruby-doc-stdlib updating Date: Sun, 20 Oct 2013 13:19:57 +0300 --=-m5+SJ4pU48LiFCHHcNe8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sorry, broken link. Here you go:=20 https://sourceforge.net/projects/rubydocstdlib/files/ruby-doc-stdlib.diff/d= ownload --=-m5+SJ4pU48LiFCHHcNe8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJSY65NAAoJECNkWbjnbjuiewIP+wcSRdQZGdZ9fOuNJ1Qqx1Yo c7ZWfWvK5AYjbNdzSg1egPeqrboeeJiaTJvHWyNicQSGlPsKM3FICtGfxFST/glY 1Yb0fj949/qPw4zlgDDYLasH+b9LgorEX6wFzLDp6HZ8iwJiTtD3C8loE9aq1Oqv qyVAOmyiF5Tb2DMCISWwi9oP3MpXBmPvXLHTNETbTt/w6CsWOuCLBdxY9EkWQXUW UXEOlNbHobzQwgikE8BoxCB6njHEVsviYeI4fMHJdLssH3cvg85pbGYJ5HsyOMnC KdNBvReOUX+VTN5cF+CVSW69vk8RrPyyFUWO5Cn9lPmmVmQWiK7XaTqe4V39Fx5p mNjBS1mDuAiLDcEurEgZHKDEBgwp4ILmQaz5o4YIxXye0ikwG7wkb2oKG7CHy0AD DyXHI8bkl7nRpnbcROohaQwkhVzdFb19vgk4/xM1cTLZRXLLEzvSY9YgwXeSv6Q3 +R4NFahV39hmg444iBE95p+Zy/SAuxhnYQ8ibho/5W7cTVyLbACxOITasLnH6TBS DcnmIa4rB0f5/gQ7gbF90HizUHyRwrSIMcOKmtH4hw1x6vbbFpUMFk7kcrc8r+y6 17FpLf3k5IyiGMkhEBxjx4aMJ47Fu4uZW6ylGof5cbfn8QL8Z4WnQ8001Uyc/PYy uWEjwhoxQ5UKo52dXzmO =slm8 -----END PGP SIGNATURE----- --=-m5+SJ4pU48LiFCHHcNe8-- From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 12:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5C1E18C for ; Sun, 20 Oct 2013 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 846DC260F for ; Sun, 20 Oct 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KCU1AO000549 for ; Sun, 20 Oct 2013 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KCU19j000548; Sun, 20 Oct 2013 12:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 12:30:01 GMT Message-Id: <201310201230.r9KCU19j000548@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182664: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 12:30:01 -0000 The following reply was made to PR ports/182664; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182664: commit references a PR Date: Sun, 20 Oct 2013 12:29:54 +0000 (UTC) Author: swills Date: Sun Oct 20 12:29:45 2013 New Revision: 331010 URL: http://svnweb.freebsd.org/changeset/ports/331010 Log: Generic connection pool for Ruby WWW: https://github.com/mperham/connection_pool PR: ports/182664 Submitted by: Loic Blot Added: head/net/rubygem-connection_pool/ head/net/rubygem-connection_pool/Makefile (contents, props changed) head/net/rubygem-connection_pool/distinfo (contents, props changed) head/net/rubygem-connection_pool/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Oct 20 12:07:27 2013 (r331009) +++ head/net/Makefile Sun Oct 20 12:29:45 2013 (r331010) @@ -1026,6 +1026,7 @@ SUBDIR += rubygem-amqp067 SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-bunny + SUBDIR += rubygem-connection_pool SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-geoip Added: head/net/rubygem-connection_pool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-connection_pool/Makefile Sun Oct 20 12:29:45 2013 (r331010) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= connection_pool +PORTVERSION= 1.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generic connection pool for Ruby + +RUN_DEPENDS= rubygem-minitest>=5.0.0:${PORTSDIR}/devel/rubygem-minitest + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-connection_pool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-connection_pool/distinfo Sun Oct 20 12:29:45 2013 (r331010) @@ -0,0 +1,2 @@ +SHA256 (rubygem/connection_pool-1.1.0.gem) = db29f71e2d6c941c0cb6a0f9c40e1790e16a6825f7951f810fbc9090cc3b09ac +SIZE (rubygem/connection_pool-1.1.0.gem) = 8704 Added: head/net/rubygem-connection_pool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-connection_pool/pkg-descr Sun Oct 20 12:29:45 2013 (r331010) @@ -0,0 +1,3 @@ +Generic connection pool for Ruby + +WWW: https://github.com/mperham/connection_pool _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 12:49:47 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F8C87F2; Sun, 20 Oct 2013 12:49:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7159F2706; Sun, 20 Oct 2013 12:49:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KCnlBb004136; Sun, 20 Oct 2013 12:49:47 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KCnl7b004135; Sun, 20 Oct 2013 12:49:47 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 12:49:47 GMT Message-Id: <201310201249.r9KCnl7b004135@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182666: new port www/rubygem-d3_rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 12:49:47 -0000 Synopsis: new port www/rubygem-d3_rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 12:49:46 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182666 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 12:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4569F808 for ; Sun, 20 Oct 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24341270C for ; Sun, 20 Oct 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KCo1NQ004235 for ; Sun, 20 Oct 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KCo0Km004218; Sun, 20 Oct 2013 12:50:00 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 12:50:00 GMT Message-Id: <201310201250.r9KCo0Km004218@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182666: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 12:50:01 -0000 The following reply was made to PR ports/182666; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182666: commit references a PR Date: Sun, 20 Oct 2013 12:49:31 +0000 (UTC) Author: swills Date: Sun Oct 20 12:49:22 2013 New Revision: 331012 URL: http://svnweb.freebsd.org/changeset/ports/331012 Log: Gem installation of javascript framework for data visualization, D3 WWW: https://github.com/logical42/d3_rails PR: ports/182666 Submitted by: Loic Blot Added: head/www/rubygem-d3_rails/ head/www/rubygem-d3_rails/Makefile (contents, props changed) head/www/rubygem-d3_rails/distinfo (contents, props changed) head/www/rubygem-d3_rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 20 12:46:44 2013 (r331011) +++ head/www/Makefile Sun Oct 20 12:49:22 2013 (r331012) @@ -1742,6 +1742,7 @@ SUBDIR += rubygem-chosen-rails SUBDIR += rubygem-cookiejar SUBDIR += rubygem-cuba + SUBDIR += rubygem-d3_rails SUBDIR += rubygem-davclient SUBDIR += rubygem-domainatrix SUBDIR += rubygem-em-http-request Added: head/www/rubygem-d3_rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-d3_rails/Makefile Sun Oct 20 12:49:22 2013 (r331012) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= d3_rails +PORTVERSION= 3.3.6 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= JavaScript framework for data visualization + +RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-d3_rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-d3_rails/distinfo Sun Oct 20 12:49:22 2013 (r331012) @@ -0,0 +1,2 @@ +SHA256 (rubygem/d3_rails-3.3.6.gem) = 29c5d9aa8a23d5d7325f37e148191b353e4d63eac30d463880b9694d28c64b14 +SIZE (rubygem/d3_rails-3.3.6.gem) = 125440 Added: head/www/rubygem-d3_rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-d3_rails/pkg-descr Sun Oct 20 12:49:22 2013 (r331012) @@ -0,0 +1,3 @@ +Gem installation of javascript framework for data visualization, D3 + +WWW: https://github.com/logical42/d3_rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DC40DF5 for ; Sun, 20 Oct 2013 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7028E282C for ; Sun, 20 Oct 2013 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDK1ZD010861 for ; Sun, 20 Oct 2013 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDK1VH010860; Sun, 20 Oct 2013 13:20:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 13:20:01 GMT Message-Id: <201310201320.r9KDK1VH010860@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182667: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:20:01 -0000 The following reply was made to PR ports/182667; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182667: commit references a PR Date: Sun, 20 Oct 2013 13:11:30 +0000 (UTC) Author: swills Date: Sun Oct 20 13:11:22 2013 New Revision: 331014 URL: http://svnweb.freebsd.org/changeset/ports/331014 Log: Loads environment variables from `.env`. WWW: https://github.com/bkeepers/dotenv PR: ports/182667 Submitted by: Loic Blot Added: head/misc/rubygem-dotenv/ head/misc/rubygem-dotenv/Makefile (contents, props changed) head/misc/rubygem-dotenv/distinfo (contents, props changed) head/misc/rubygem-dotenv/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Oct 20 12:54:30 2013 (r331013) +++ head/misc/Makefile Sun Oct 20 13:11:22 2013 (r331014) @@ -400,6 +400,7 @@ SUBDIR += rtfm SUBDIR += ruby-progressbar SUBDIR += ruby-vpim + SUBDIR += rubygem-dotenv SUBDIR += rubygem-mime-types SUBDIR += rubygem-rabbit SUBDIR += rubygem-vpim Added: head/misc/rubygem-dotenv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rubygem-dotenv/Makefile Sun Oct 20 13:11:22 2013 (r331014) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= dotenv +PORTVERSION= 0.9.0 +CATEGORIES= misc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Loads environment variables from `.env` + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/dotenv + +NO_STAGE= yes + +.include Added: head/misc/rubygem-dotenv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rubygem-dotenv/distinfo Sun Oct 20 13:11:22 2013 (r331014) @@ -0,0 +1,2 @@ +SHA256 (rubygem/dotenv-0.9.0.gem) = 838e235fa00d343c3138dbc05aa2cf1ec626ff9f065d521917a79a86b4a980be +SIZE (rubygem/dotenv-0.9.0.gem) = 10752 Added: head/misc/rubygem-dotenv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rubygem-dotenv/pkg-descr Sun Oct 20 13:11:22 2013 (r331014) @@ -0,0 +1,3 @@ +Loads environment variables from `.env`. + +WWW: https://github.com/bkeepers/dotenv _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:34:47 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B441F9F; Sun, 20 Oct 2013 13:34:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ED5228CF; Sun, 20 Oct 2013 13:34:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDYlit014348; Sun, 20 Oct 2013 13:34:47 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDYlBQ014347; Sun, 20 Oct 2013 13:34:47 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 13:34:47 GMT Message-Id: <201310201334.r9KDYlBQ014347@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182667: new port misc/rubygem-dotenv X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:34:47 -0000 Synopsis: new port misc/rubygem-dotenv State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 13:34:46 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182667 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:34:56 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E941FB1; Sun, 20 Oct 2013 13:34:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 240B028D1; Sun, 20 Oct 2013 13:34:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDYt9q014450; Sun, 20 Oct 2013 13:34:56 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDYtPp014449; Sun, 20 Oct 2013 13:34:55 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 13:34:55 GMT Message-Id: <201310201334.r9KDYtPp014449@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182668: new port security/rubygem-ruby-hmac X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:34:56 -0000 Synopsis: new port security/rubygem-ruby-hmac State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 13:34:55 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182668 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3021FEB for ; Sun, 20 Oct 2013 13:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B12A428E7 for ; Sun, 20 Oct 2013 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDe1pm014803 for ; Sun, 20 Oct 2013 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDe1Db014649; Sun, 20 Oct 2013 13:40:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 13:40:01 GMT Message-Id: <201310201340.r9KDe1Db014649@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182668: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:40:01 -0000 The following reply was made to PR ports/182668; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182668: commit references a PR Date: Sun, 20 Oct 2013 13:34:23 +0000 (UTC) Author: swills Date: Sun Oct 20 13:34:15 2013 New Revision: 331015 URL: http://svnweb.freebsd.org/changeset/ports/331015 Log: This module provides common interface to HMAC functionality. HMAC is a kind of "Message Authentication Code" (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key. Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach WWW: http://ruby-hmac.rubyforge.org/ PR: ports/182668 Submitted by: http://ruby-hmac.rubyforge.org/ Added: head/security/rubygem-ruby-hmac/ head/security/rubygem-ruby-hmac/Makefile (contents, props changed) head/security/rubygem-ruby-hmac/distinfo (contents, props changed) head/security/rubygem-ruby-hmac/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 20 13:11:22 2013 (r331014) +++ head/security/Makefile Sun Oct 20 13:34:15 2013 (r331015) @@ -869,6 +869,7 @@ SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth + SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += saint Added: head/security/rubygem-ruby-hmac/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-hmac/Makefile Sun Oct 20 13:34:15 2013 (r331015) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= ruby-hmac +PORTVERSION= 0.4.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Common interface to HMAC functionality + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/security/rubygem-ruby-hmac/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-hmac/distinfo Sun Oct 20 13:34:15 2013 (r331015) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07 +SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168 Added: head/security/rubygem-ruby-hmac/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-hmac/pkg-descr Sun Oct 20 13:34:15 2013 (r331015) @@ -0,0 +1,7 @@ +This module provides common interface to HMAC functionality. HMAC is a kind of +"Message Authentication Code" (MAC) algorithm whose standard is documented in +RFC2104. Namely, a MAC provides a way to check the integrity of information +transmitted over or stored in an unreliable medium, based on a secret key. +Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach + +WWW: http://ruby-hmac.rubyforge.org/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:45:36 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C464C2BD; Sun, 20 Oct 2013 13:45:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87EDE293A; Sun, 20 Oct 2013 13:45:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDjaJP016334; Sun, 20 Oct 2013 13:45:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDjan4016333; Sun, 20 Oct 2013 13:45:36 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 13:45:36 GMT Message-Id: <201310201345.r9KDjan4016333@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182669: new port devel/rubygem-enumerize X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:45:36 -0000 Synopsis: new port devel/rubygem-enumerize State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 13:45:36 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182669 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 13:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8482440A for ; Sun, 20 Oct 2013 13:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB3C295D for ; Sun, 20 Oct 2013 13:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KDo1n0016490 for ; Sun, 20 Oct 2013 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KDo1oS016489; Sun, 20 Oct 2013 13:50:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 13:50:01 GMT Message-Id: <201310201350.r9KDo1oS016489@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182669: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 13:50:01 -0000 The following reply was made to PR ports/182669; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182669: commit references a PR Date: Sun, 20 Oct 2013 13:45:37 +0000 (UTC) Author: swills Date: Sun Oct 20 13:45:29 2013 New Revision: 331016 URL: http://svnweb.freebsd.org/changeset/ports/331016 Log: Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support WWW: https://github.com/brainspec/enumerize PR: ports/182669 Submitted by: Loic Blot Added: head/devel/rubygem-enumerize/ head/devel/rubygem-enumerize/Makefile (contents, props changed) head/devel/rubygem-enumerize/distinfo (contents, props changed) head/devel/rubygem-enumerize/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 13:34:15 2013 (r331015) +++ head/devel/Makefile Sun Oct 20 13:45:29 2013 (r331016) @@ -4069,6 +4069,7 @@ SUBDIR += rubygem-echoe SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif + SUBDIR += rubygem-enumerize SUBDIR += rubygem-errand SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon Added: head/devel/rubygem-enumerize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-enumerize/Makefile Sun Oct 20 13:45:29 2013 (r331016) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= enumerize +PORTVERSION= 0.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support + +RUN_DEPENDS= rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +USE_RUBY_FEATURES= iconv + +NOPORTDOCS= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-enumerize/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-enumerize/distinfo Sun Oct 20 13:45:29 2013 (r331016) @@ -0,0 +1,2 @@ +SHA256 (rubygem/enumerize-0.7.0.gem) = 4608034132557260e16a936c0eef54bf26c21eda261da25f89e49edd475de665 +SIZE (rubygem/enumerize-0.7.0.gem) = 20480 Added: head/devel/rubygem-enumerize/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-enumerize/pkg-descr Sun Oct 20 13:45:29 2013 (r331016) @@ -0,0 +1,3 @@ +Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support + +WWW: https://github.com/brainspec/enumerize _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:10:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DA0A723 for ; Sun, 20 Oct 2013 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C3062A66 for ; Sun, 20 Oct 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEA1E2020367 for ; Sun, 20 Oct 2013 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEA1L4020366; Sun, 20 Oct 2013 14:10:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 14:10:01 GMT Message-Id: <201310201410.r9KEA1L4020366@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182670: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:10:01 -0000 The following reply was made to PR ports/182670; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182670: commit references a PR Date: Sun, 20 Oct 2013 14:02:23 +0000 (UTC) Author: swills Date: Sun Oct 20 14:02:15 2013 New Revision: 331018 URL: http://svnweb.freebsd.org/changeset/ports/331018 Log: Module that adds descendant tracking to a class WWW: https://github.com/dkubb/descendants_tracker PR: ports/182670 Submitted by: Loic Blot Added: head/devel/rubygem-descendants_tracker/ head/devel/rubygem-descendants_tracker/Makefile (contents, props changed) head/devel/rubygem-descendants_tracker/distinfo (contents, props changed) head/devel/rubygem-descendants_tracker/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 13:49:04 2013 (r331017) +++ head/devel/Makefile Sun Oct 20 14:02:15 2013 (r331018) @@ -4061,6 +4061,7 @@ SUBDIR += rubygem-dep_selector SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 + SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz Added: head/devel/rubygem-descendants_tracker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-descendants_tracker/Makefile Sun Oct 20 14:02:15 2013 (r331018) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= descendants_tracker +PORTVERSION= 0.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Module that adds descendant tracking to a class + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-descendants_tracker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-descendants_tracker/distinfo Sun Oct 20 14:02:15 2013 (r331018) @@ -0,0 +1,2 @@ +SHA256 (rubygem/descendants_tracker-0.0.1.gem) = fdfffd8345dc4ad36e2ae114822305e7a8397db92c8f6c76ec461341a94ea4da +SIZE (rubygem/descendants_tracker-0.0.1.gem) = 13312 Added: head/devel/rubygem-descendants_tracker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-descendants_tracker/pkg-descr Sun Oct 20 14:02:15 2013 (r331018) @@ -0,0 +1,3 @@ +Module that adds descendant tracking to a class + +WWW: https://github.com/dkubb/descendants_tracker _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:45:16 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 330D4B90; Sun, 20 Oct 2013 14:45:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 099B02C06; Sun, 20 Oct 2013 14:45:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEjFv9028241; Sun, 20 Oct 2013 14:45:15 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEjFJq028240; Sun, 20 Oct 2013 14:45:15 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 14:45:15 GMT Message-Id: <201310201445.r9KEjFJq028240@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182670: new port devel/rubygem-descendant_tracker X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:45:16 -0000 Synopsis: new port devel/rubygem-descendant_tracker State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 14:45:15 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182670 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:45:32 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17710BA5; Sun, 20 Oct 2013 14:45:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E05FD2C0A; Sun, 20 Oct 2013 14:45:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEjVu6028344; Sun, 20 Oct 2013 14:45:31 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEjVLA028343; Sun, 20 Oct 2013 14:45:31 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 14:45:31 GMT Message-Id: <201310201445.r9KEjVLA028343@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182671: new port devel/rubygem-virtus X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:45:32 -0000 Synopsis: new port devel/rubygem-virtus State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 14:45:31 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182671 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:46:00 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E807FBB9; Sun, 20 Oct 2013 14:46:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1D62C0B; Sun, 20 Oct 2013 14:46:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEk0Av028445; Sun, 20 Oct 2013 14:46:00 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEk0el028444; Sun, 20 Oct 2013 14:46:00 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 14:46:00 GMT Message-Id: <201310201446.r9KEk0el028444@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182664: new port net/rubygem-connection_pool X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:46:01 -0000 Synopsis: new port net/rubygem-connection_pool State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 14:46:00 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182664 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFEC7CCC for ; Sun, 20 Oct 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0EF2C20 for ; Sun, 20 Oct 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEo11k028630 for ; Sun, 20 Oct 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEo1WL028629; Sun, 20 Oct 2013 14:50:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 14:50:01 GMT Message-Id: <201310201450.r9KEo1WL028629@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182671: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:50:01 -0000 The following reply was made to PR ports/182671; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182671: commit references a PR Date: Sun, 20 Oct 2013 14:44:59 +0000 (UTC) Author: swills Date: Sun Oct 20 14:44:50 2013 New Revision: 331019 URL: http://svnweb.freebsd.org/changeset/ports/331019 Log: Attributes on Steroids for Plain Old Ruby Objects WWW: https://github.com/solnic/virtus PR: ports/182671 Submitted by: Loic Blot Added: head/devel/rubygem-virtus/ head/devel/rubygem-virtus/Makefile (contents, props changed) head/devel/rubygem-virtus/distinfo (contents, props changed) head/devel/rubygem-virtus/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 14:02:15 2013 (r331018) +++ head/devel/Makefile Sun Oct 20 14:44:50 2013 (r331019) @@ -4260,6 +4260,7 @@ SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable SUBDIR += rubygem-versionomy + SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-webby Added: head/devel/rubygem-virtus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-virtus/Makefile Sun Oct 20 14:44:50 2013 (r331019) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= virtus +PORTVERSION= 0.5.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Attributes on Steroids for Plain Old Ruby Objects + +RUN_DEPENDS= rubygem-backports>=3.3:${PORTSDIR}/devel/rubygem-backports \ + rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-virtus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-virtus/distinfo Sun Oct 20 14:44:50 2013 (r331019) @@ -0,0 +1,2 @@ +SHA256 (rubygem/virtus-0.5.5.gem) = b7de2f3be82838065033e5d1b7e93dc5ed913f1acb78a920badb8e0eb696c54f +SIZE (rubygem/virtus-0.5.5.gem) = 56320 Added: head/devel/rubygem-virtus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-virtus/pkg-descr Sun Oct 20 14:44:50 2013 (r331019) @@ -0,0 +1,3 @@ +Attributes on Steroids for Plain Old Ruby Objects + +WWW: https://github.com/solnic/virtus _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 14:56:48 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46ECE1FE; Sun, 20 Oct 2013 14:56:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2682C9C; Sun, 20 Oct 2013 14:56:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KEul0g030550; Sun, 20 Oct 2013 14:56:47 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KEulZX030549; Sun, 20 Oct 2013 14:56:47 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 14:56:47 GMT Message-Id: <201310201456.r9KEulZX030549@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182672: new port www/rubygem-rack-accept X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 14:56:48 -0000 Synopsis: new port www/rubygem-rack-accept State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 14:56:47 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182672 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:00:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A21C124E for ; Sun, 20 Oct 2013 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80E582CC2 for ; Sun, 20 Oct 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KF01pL030897 for ; Sun, 20 Oct 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KF01Zq030896; Sun, 20 Oct 2013 15:00:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 15:00:01 GMT Message-Id: <201310201500.r9KF01Zq030896@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182672: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:00:01 -0000 The following reply was made to PR ports/182672; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182672: commit references a PR Date: Sun, 20 Oct 2013 14:56:44 +0000 (UTC) Author: swills Date: Sun Oct 20 14:56:31 2013 New Revision: 331022 URL: http://svnweb.freebsd.org/changeset/ports/331022 Log: HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack WWW: http://mjijackson.github.com/rack-accept PR: ports/182672 Submitted by: Loic Blot Added: head/www/rubygem-rack-accept/ head/www/rubygem-rack-accept/Makefile (contents, props changed) head/www/rubygem-rack-accept/distinfo (contents, props changed) head/www/rubygem-rack-accept/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 20 14:53:20 2013 (r331021) +++ head/www/Makefile Sun Oct 20 14:56:31 2013 (r331022) @@ -1792,6 +1792,7 @@ SUBDIR += rubygem-passenger SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack + SUBDIR += rubygem-rack-accept SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-mount Added: head/www/rubygem-rack-accept/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-accept/Makefile Sun Oct 20 14:56:31 2013 (r331022) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rack-accept +PORTVERSION= 0.4.5 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack + +RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-rack-accept/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-accept/distinfo Sun Oct 20 14:56:31 2013 (r331022) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rack-accept-0.4.5.gem) = 66247b5449db64ebb93ae2ec4af4764b87d1ae8a7463c7c68893ac13fa8d4da2 +SIZE (rubygem/rack-accept-0.4.5.gem) = 14336 Added: head/www/rubygem-rack-accept/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-accept/pkg-descr Sun Oct 20 14:56:31 2013 (r331022) @@ -0,0 +1,3 @@ +HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack + +WWW: http://mjijackson.github.com/rack-accept _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:19:00 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 686CC775; Sun, 20 Oct 2013 15:19:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD632DB8; Sun, 20 Oct 2013 15:19:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFJ0ZB035673; Sun, 20 Oct 2013 15:19:00 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFJ0ku035672; Sun, 20 Oct 2013 15:19:00 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 15:19:00 GMT Message-Id: <201310201519.r9KFJ0ku035672@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182673: new port devel/rubygem-grape X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:19:00 -0000 Synopsis: new port devel/rubygem-grape State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 15:18:59 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182673 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:19:12 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10E88860; Sun, 20 Oct 2013 15:19:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA3A82DB9; Sun, 20 Oct 2013 15:19:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFJBR1035771; Sun, 20 Oct 2013 15:19:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFJBdx035770; Sun, 20 Oct 2013 15:19:11 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 15:19:11 GMT Message-Id: <201310201519.r9KFJBdx035770@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182675: new port devel/rubygem-foreman X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:19:12 -0000 Synopsis: new port devel/rubygem-foreman State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 15:19:11 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182675 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C7008BC for ; Sun, 20 Oct 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC3F2DC6 for ; Sun, 20 Oct 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFK1r4035896 for ; Sun, 20 Oct 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFK1BG035895; Sun, 20 Oct 2013 15:20:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 15:20:01 GMT Message-Id: <201310201520.r9KFK1BG035895@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182673: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:20:01 -0000 The following reply was made to PR ports/182673; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182673: commit references a PR Date: Sun, 20 Oct 2013 15:12:09 +0000 (UTC) Author: swills Date: Sun Oct 20 15:11:56 2013 New Revision: 331025 URL: http://svnweb.freebsd.org/changeset/ports/331025 Log: A Ruby framework for rapid API development with great conventions. WWW: https://github.com/intridea/grape PR: ports/182673 Submitted by: Loic Blot Added: head/devel/rubygem-grape/ head/devel/rubygem-grape/Makefile (contents, props changed) head/devel/rubygem-grape/distinfo (contents, props changed) head/devel/rubygem-grape/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 15:04:26 2013 (r331024) +++ head/devel/Makefile Sun Oct 20 15:11:56 2013 (r331025) @@ -4100,6 +4100,7 @@ SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf + SUBDIR += rubygem-grape SUBDIR += rubygem-grit SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie Added: head/devel/rubygem-grape/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape/Makefile Sun Oct 20 15:11:56 2013 (r331025) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= grape +PORTVERSION= 0.6.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Framework for rapid API development with great conventions + +RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-hashie>=1.2.0:${PORTSDIR}/devel/rubygem-hashie \ + rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-multi_xml>=0.5.2:${PORTSDIR}/textproc/rubygem-multi_xml \ + rubygem-rack>=1.3.0:${PORTSDIR}/www/rubygem-rack \ + rubygem-rack-accept>=0:${PORTSDIR}/www/rubygem-rack-accept \ + rubygem-rack-mount>=0:${PORTSDIR}/www/rubygem-rack-mount\ + rubygem-virtus>=0:${PORTSDIR}/devel/rubygem-virtus + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-grape/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape/distinfo Sun Oct 20 15:11:56 2013 (r331025) @@ -0,0 +1,2 @@ +SHA256 (rubygem/grape-0.6.0.gem) = 8c4e3ffdd29b2f59abbeb957122085478b263c1ad7afc5966692a16c5ecbe798 +SIZE (rubygem/grape-0.6.0.gem) = 75776 Added: head/devel/rubygem-grape/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape/pkg-descr Sun Oct 20 15:11:56 2013 (r331025) @@ -0,0 +1,3 @@ +A Ruby framework for rapid API development with great conventions. + +WWW: https://github.com/intridea/grape _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:20:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79DB08C0 for ; Sun, 20 Oct 2013 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 587E42DC7 for ; Sun, 20 Oct 2013 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFK27i035904 for ; Sun, 20 Oct 2013 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFK2wC035903; Sun, 20 Oct 2013 15:20:02 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 15:20:02 GMT Message-Id: <201310201520.r9KFK2wC035903@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182675: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:20:02 -0000 The following reply was made to PR ports/182675; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182675: commit references a PR Date: Sun, 20 Oct 2013 15:19:08 +0000 (UTC) Author: swills Date: Sun Oct 20 15:18:54 2013 New Revision: 331026 URL: http://svnweb.freebsd.org/changeset/ports/331026 Log: A Ruby framework for rapid API development with great conventions. WWW: http://github.com/ddollar/foreman PR: ports/182675 Submitted by: Loic Blot Added: head/devel/rubygem-foreman/ head/devel/rubygem-foreman/Makefile (contents, props changed) head/devel/rubygem-foreman/distinfo (contents, props changed) head/devel/rubygem-foreman/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 15:11:56 2013 (r331025) +++ head/devel/Makefile Sun Oct 20 15:18:54 2013 (r331026) @@ -4086,6 +4086,7 @@ SUBDIR += rubygem-file-tail SUBDIR += rubygem-filemagic SUBDIR += rubygem-fog + SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin Added: head/devel/rubygem-foreman/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-foreman/Makefile Sun Oct 20 15:18:54 2013 (r331026) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= foreman +PORTVERSION= 0.63.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Process manager for applications with multiple components + +RUN_DEPENDS= rubygem-dotenv>=0.7:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-thor>=0.13.6:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-foreman/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-foreman/distinfo Sun Oct 20 15:18:54 2013 (r331026) @@ -0,0 +1,2 @@ +SHA256 (rubygem/foreman-0.63.0.gem) = 937e1b895042139d578936b1c099bc1989dcb7188c0f4798e79154997a941e7b +SIZE (rubygem/foreman-0.63.0.gem) = 27136 Added: head/devel/rubygem-foreman/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-foreman/pkg-descr Sun Oct 20 15:18:54 2013 (r331026) @@ -0,0 +1,3 @@ +A Ruby framework for rapid API development with great conventions. + +WWW: http://github.com/ddollar/foreman _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B41EF32 for ; Sun, 20 Oct 2013 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79F012E99 for ; Sun, 20 Oct 2013 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFU1vc037692 for ; Sun, 20 Oct 2013 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFU1Ub037691; Sun, 20 Oct 2013 15:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 15:30:01 GMT Message-Id: <201310201530.r9KFU1Ub037691@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182676: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:30:01 -0000 The following reply was made to PR ports/182676; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182676: commit references a PR Date: Sun, 20 Oct 2013 15:29:26 +0000 (UTC) Author: swills Date: Sun Oct 20 15:29:17 2013 New Revision: 331030 URL: http://svnweb.freebsd.org/changeset/ports/331030 Log: Entities - a simple Facade to use with your models and API - extracted from Grape. WWW: https://github.com/intridea/grape-entity PR: ports/182676 Submitted by: Loic Blot Added: head/devel/rubygem-grape-entity/ head/devel/rubygem-grape-entity/Makefile (contents, props changed) head/devel/rubygem-grape-entity/distinfo (contents, props changed) head/devel/rubygem-grape-entity/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 15:29:02 2013 (r331029) +++ head/devel/Makefile Sun Oct 20 15:29:17 2013 (r331030) @@ -4102,6 +4102,7 @@ SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape + SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grit SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie Added: head/devel/rubygem-grape-entity/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-entity/Makefile Sun Oct 20 15:29:17 2013 (r331030) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= grape-entity +PORTVERSION= 0.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Entities - a simple Facade to use with your models and API + +RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-grape-entity/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-entity/distinfo Sun Oct 20 15:29:17 2013 (r331030) @@ -0,0 +1,2 @@ +SHA256 (rubygem/grape-entity-0.3.0.gem) = c62d39fd7351f17cb7d12afb3c4a250bb62436bcf74ffc074a5391cb26b19ffd +SIZE (rubygem/grape-entity-0.3.0.gem) = 17408 Added: head/devel/rubygem-grape-entity/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-entity/pkg-descr Sun Oct 20 15:29:17 2013 (r331030) @@ -0,0 +1,4 @@ +Entities - a simple Facade to use with your models and API - extracted from +Grape. + +WWW: https://github.com/intridea/grape-entity _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:30:43 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E49D5F4D; Sun, 20 Oct 2013 15:30:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9CE02E9E; Sun, 20 Oct 2013 15:30:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFUhb9037798; Sun, 20 Oct 2013 15:30:43 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFUhLZ037797; Sun, 20 Oct 2013 15:30:43 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 15:30:43 GMT Message-Id: <201310201530.r9KFUhLZ037797@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182676: new port devel/rubygem-grape-entity X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:30:44 -0000 Synopsis: new port devel/rubygem-grape-entity State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 15:30:43 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182676 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 15:56:11 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15793437; Sun, 20 Oct 2013 15:56:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E11752FB1; Sun, 20 Oct 2013 15:56:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KFuAa4043163; Sun, 20 Oct 2013 15:56:10 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KFuA2v043162; Sun, 20 Oct 2013 15:56:10 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 15:56:10 GMT Message-Id: <201310201556.r9KFuA2v043162@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182677: new port textproc/rubygem-gemoji X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 15:56:11 -0000 Synopsis: new port textproc/rubygem-gemoji State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 15:56:09 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182677 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 16:00:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0594346E for ; Sun, 20 Oct 2013 16:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE4E02FCB for ; Sun, 20 Oct 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KG01rD043393 for ; Sun, 20 Oct 2013 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KG01KA043392; Sun, 20 Oct 2013 16:00:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 16:00:01 GMT Message-Id: <201310201600.r9KG01KA043392@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182677: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 16:00:02 -0000 The following reply was made to PR ports/182677; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182677: commit references a PR Date: Sun, 20 Oct 2013 15:56:10 +0000 (UTC) Author: swills Date: Sun Oct 20 15:56:02 2013 New Revision: 331032 URL: http://svnweb.freebsd.org/changeset/ports/331032 Log: Emoji assets WWW: https://github.com/github/gemoji PR: ports/182677 Submitted by: Loic Blot Added: head/textproc/rubygem-gemoji/ head/textproc/rubygem-gemoji/Makefile (contents, props changed) head/textproc/rubygem-gemoji/distinfo (contents, props changed) head/textproc/rubygem-gemoji/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 15:50:24 2013 (r331031) +++ head/textproc/Makefile Sun Oct 20 15:56:02 2013 (r331032) @@ -1298,6 +1298,7 @@ SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret + SUBDIR += rubygem-gemoji SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-gemoji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/Makefile Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gemoji +PORTVERSION= 1.4.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Emoji assets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-gemoji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/distinfo Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemoji-1.4.0.gem) = ae8897d824e11c2d43747d02d1e183bc2fc252a37e50e817ed96541ff1998921 +SIZE (rubygem/gemoji-1.4.0.gem) = 7889408 Added: head/textproc/rubygem-gemoji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/pkg-descr Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,3 @@ +Emoji assets + +WWW: https://github.com/github/gemoji _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 16:09:59 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A113E898; Sun, 20 Oct 2013 16:09:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 745D02095; Sun, 20 Oct 2013 16:09:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KG9x8T045576; Sun, 20 Oct 2013 16:09:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KG9xmu045575; Sun, 20 Oct 2013 16:09:59 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 16:09:59 GMT Message-Id: <201310201609.r9KG9xmu045575@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182678: new port www/rubygem-gon X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 16:09:59 -0000 Synopsis: new port www/rubygem-gon State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 16:09:59 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182678 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 16:10:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 359CD8A1 for ; Sun, 20 Oct 2013 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1422A209E for ; Sun, 20 Oct 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KGA15n045694 for ; Sun, 20 Oct 2013 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KGA1tM045693; Sun, 20 Oct 2013 16:10:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 16:10:01 GMT Message-Id: <201310201610.r9KGA1tM045693@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182678: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 16:10:02 -0000 The following reply was made to PR ports/182678; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182678: commit references a PR Date: Sun, 20 Oct 2013 16:07:35 +0000 (UTC) Author: swills Date: Sun Oct 20 16:07:22 2013 New Revision: 331033 URL: http://svnweb.freebsd.org/changeset/ports/331033 Log: If you need to send some data to your js files and you don't want to do this with long way trough views and parsing - use this force! WWW: https://github.com/gazay/gon PR: ports/182678 Submitted by: Loic Blot Added: head/www/rubygem-gon/ head/www/rubygem-gon/Makefile (contents, props changed) head/www/rubygem-gon/distinfo (contents, props changed) head/www/rubygem-gon/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 20 15:56:02 2013 (r331032) +++ head/www/Makefile Sun Oct 20 16:07:22 2013 (r331033) @@ -1758,6 +1758,7 @@ SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedzirra SUBDIR += rubygem-geminabox + SUBDIR += rubygem-gon SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-hpricot Added: head/www/rubygem-gon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gon/Makefile Sun Oct 20 16:07:22 2013 (r331033) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gon +PORTVERSION= 4.1.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Framework to pass data to JS easily + +RUN_DEPENDS= rubygem-actionpack>=0:${PORTSDIR}/www/rubygem-actionpack \ + rubygem-json>=0:${PORTSDIR}/devel/rubygem-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-gon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gon/distinfo Sun Oct 20 16:07:22 2013 (r331033) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gon-4.1.1.gem) = c064b5158c2ff58e46d8975ced0db40de2ae6d1e2a1d613798fb24cb8d274f8c +SIZE (rubygem/gon-4.1.1.gem) = 152064 Added: head/www/rubygem-gon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gon/pkg-descr Sun Oct 20 16:07:22 2013 (r331033) @@ -0,0 +1,4 @@ +If you need to send some data to your js files and you don't want to do this +with long way trough views and parsing - use this force! + +WWW: https://github.com/gazay/gon _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 18:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6428149 for ; Sun, 20 Oct 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C27ED27F1 for ; Sun, 20 Oct 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KIK1Bp076123 for ; Sun, 20 Oct 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KIK1s3076122; Sun, 20 Oct 2013 18:20:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 18:20:01 GMT Message-Id: <201310201820.r9KIK1s3076122@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182679: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 18:20:02 -0000 The following reply was made to PR ports/182679; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182679: commit references a PR Date: Sun, 20 Oct 2013 18:19:36 +0000 (UTC) Author: swills Date: Sun Oct 20 18:19:28 2013 New Revision: 331048 URL: http://svnweb.freebsd.org/changeset/ports/331048 Log: A Ruby API for interfacing with Campfire, the 37Signals chat application. WWW: http://github.com/collectiveidea/tinder PR: ports/182679 Submitted by: Loic Blot Added: head/net-im/rubygem-tinder/ head/net-im/rubygem-tinder/Makefile (contents, props changed) head/net-im/rubygem-tinder/distinfo (contents, props changed) head/net-im/rubygem-tinder/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Oct 20 18:17:10 2013 (r331047) +++ head/net-im/Makefile Sun Oct 20 18:19:28 2013 (r331048) @@ -155,6 +155,7 @@ SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-termtter + SUBDIR += rubygem-tinder SUBDIR += sendxmpp SUBDIR += skype SUBDIR += skype-devel Added: head/net-im/rubygem-tinder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/rubygem-tinder/Makefile Sun Oct 20 18:19:28 2013 (r331048) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= tinder +PORTVERSION= 1.9.3 +CATEGORIES= net-im rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby API for interfacing with Campfire + +RUN_DEPENDS= rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json \ + rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \ + rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday\ + rubygem-faraday_middleware>=0.9:${PORTSDIR}/www/rubygem-faraday_middleware \ + rubygem-hashie>=1.0:${PORTSDIR}/devel/rubygem-hashie \ + rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-twitter-stream>=0.1:${PORTSDIR}/net/rubygem-twitter-stream + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net-im/rubygem-tinder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/rubygem-tinder/distinfo Sun Oct 20 18:19:28 2013 (r331048) @@ -0,0 +1,2 @@ +SHA256 (rubygem/tinder-1.9.3.gem) = 0b06fd2a72ed424e82b1896852dd9ebb10791ef6ab8412e74ad2fa9069f6bd47 +SIZE (rubygem/tinder-1.9.3.gem) = 18944 Added: head/net-im/rubygem-tinder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/rubygem-tinder/pkg-descr Sun Oct 20 18:19:28 2013 (r331048) @@ -0,0 +1,3 @@ +A Ruby API for interfacing with Campfire, the 37Signals chat application. + +WWW: http://github.com/collectiveidea/tinder _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 18:20:10 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31341156; Sun, 20 Oct 2013 18:20:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06BD627F2; Sun, 20 Oct 2013 18:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KIK9t1076220; Sun, 20 Oct 2013 18:20:09 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KIK91a076219; Sun, 20 Oct 2013 18:20:09 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 18:20:09 GMT Message-Id: <201310201820.r9KIK91a076219@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182679: new port net-im/rubygem-tinder X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 18:20:10 -0000 Synopsis: new port net-im/rubygem-tinder State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 18:20:09 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182679 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 19:15:22 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2A143AE; Sun, 20 Oct 2013 19:15:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 984142AD7; Sun, 20 Oct 2013 19:15:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KJFM8L088534; Sun, 20 Oct 2013 19:15:22 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KJFM7I088533; Sun, 20 Oct 2013 19:15:22 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 19:15:22 GMT Message-Id: <201310201915.r9KJFM7I088533@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182687: new port textproc/rubygem-gherkin X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 19:15:22 -0000 Synopsis: new port textproc/rubygem-gherkin State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 19:15:21 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182687 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 19:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B49F63E7 for ; Sun, 20 Oct 2013 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91D562AEA for ; Sun, 20 Oct 2013 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KJK1pq088706 for ; Sun, 20 Oct 2013 19:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KJK1eZ088705; Sun, 20 Oct 2013 19:20:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 19:20:01 GMT Message-Id: <201310201920.r9KJK1eZ088705@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182687: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 19:20:01 -0000 The following reply was made to PR ports/182687; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182687: commit references a PR Date: Sun, 20 Oct 2013 19:15:07 +0000 (UTC) Author: swills Date: Sun Oct 20 19:14:52 2013 New Revision: 331056 URL: http://svnweb.freebsd.org/changeset/ports/331056 Log: A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. WWW: http://github.com/cucumber/gherkin PR: ports/182687 Submitted by: Loic Blot Added: head/textproc/rubygem-gherkin/ head/textproc/rubygem-gherkin/Makefile (contents, props changed) head/textproc/rubygem-gherkin/distinfo (contents, props changed) head/textproc/rubygem-gherkin/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 19:00:14 2013 (r331055) +++ head/textproc/Makefile Sun Oct 20 19:14:52 2013 (r331056) @@ -1299,6 +1299,7 @@ SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-gemoji + SUBDIR += rubygem-gherkin SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-gherkin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/Makefile Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= gherkin +PORTVERSION= 2.12.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler + +RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-gherkin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/distinfo Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gherkin-2.12.1.gem) = 8534d17bd87416d52b19c73266caae7154298e4433b533532da3cdb91b64df1e +SIZE (rubygem/gherkin-2.12.1.gem) = 1053184 Added: head/textproc/rubygem-gherkin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/pkg-descr Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,3 @@ +A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. + +WWW: http://github.com/cucumber/gherkin _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 19:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7AE26C7 for ; Sun, 20 Oct 2013 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9699E2B70 for ; Sun, 20 Oct 2013 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KJU1f9090534 for ; Sun, 20 Oct 2013 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KJU1Cd090533; Sun, 20 Oct 2013 19:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 19:30:01 GMT Message-Id: <201310201930.r9KJU1Cd090533@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182688: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 19:30:01 -0000 The following reply was made to PR ports/182688; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182688: commit references a PR Date: Sun, 20 Oct 2013 19:28:47 +0000 (UTC) Author: swills Date: Sun Oct 20 19:28:39 2013 New Revision: 331058 URL: http://svnweb.freebsd.org/changeset/ports/331058 Log: Wafter-thin gem to help control rogue test/unit/autorun requires WWW: http://cukes.info/ PR: ports/182688 Submitted by: Loic Blot Added: head/devel/rubygem-multi_test/ head/devel/rubygem-multi_test/Makefile (contents, props changed) head/devel/rubygem-multi_test/distinfo (contents, props changed) head/devel/rubygem-multi_test/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 19:20:15 2013 (r331057) +++ head/devel/Makefile Sun Oct 20 19:28:39 2013 (r331058) @@ -4154,6 +4154,7 @@ SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json + SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mutter SUBDIR += rubygem-needle Added: head/devel/rubygem-multi_test/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multi_test/Makefile Sun Oct 20 19:28:39 2013 (r331058) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= multi_test +PORTVERSION= 0.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Help control rogue test, unit, autorun requirments + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-multi_test/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multi_test/distinfo Sun Oct 20 19:28:39 2013 (r331058) @@ -0,0 +1,2 @@ +SHA256 (rubygem/multi_test-0.0.2.gem) = 79dec46eaa4f2e01df69b807129cd7dc7c522622237ccca2a20731aec0061179 +SIZE (rubygem/multi_test-0.0.2.gem) = 7168 Added: head/devel/rubygem-multi_test/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multi_test/pkg-descr Sun Oct 20 19:28:39 2013 (r331058) @@ -0,0 +1,3 @@ +Wafter-thin gem to help control rogue test/unit/autorun requires + +WWW: http://cukes.info/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 20:12:28 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 135B3F65; Sun, 20 Oct 2013 20:12:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC5072D07; Sun, 20 Oct 2013 20:12:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KKCRcd099632; Sun, 20 Oct 2013 20:12:27 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KKCRVS099631; Sun, 20 Oct 2013 20:12:27 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 20:12:27 GMT Message-Id: <201310202012.r9KKCRVS099631@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182689: new port devel/rubygem-cucumber X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 20:12:28 -0000 Synopsis: new port devel/rubygem-cucumber State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 20:12:27 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182689 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 20:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51B36145 for ; Sun, 20 Oct 2013 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E52D2D50 for ; Sun, 20 Oct 2013 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KKK1Ms001237 for ; Sun, 20 Oct 2013 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KKK0v0001236; Sun, 20 Oct 2013 20:20:00 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 20:20:00 GMT Message-Id: <201310202020.r9KKK0v0001236@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182689: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 20:20:01 -0000 The following reply was made to PR ports/182689; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182689: commit references a PR Date: Sun, 20 Oct 2013 20:11:57 +0000 (UTC) Author: swills Date: Sun Oct 20 20:11:48 2013 New Revision: 331061 URL: http://svnweb.freebsd.org/changeset/ports/331061 Log: Behaviour Driven Development with elegance and joy WWW: http://cukes.info/ PR: ports/182689 Submitted by: Loic Blot Added: head/devel/rubygem-cucumber/ head/devel/rubygem-cucumber/Makefile (contents, props changed) head/devel/rubygem-cucumber/distinfo (contents, props changed) head/devel/rubygem-cucumber/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 19:37:16 2013 (r331060) +++ head/devel/Makefile Sun Oct 20 20:11:48 2013 (r331061) @@ -4051,6 +4051,7 @@ SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri + SUBDIR += rubygem-cucumber SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debugger Added: head/devel/rubygem-cucumber/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber/Makefile Sun Oct 20 20:11:48 2013 (r331061) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= cucumber +PORTVERSION= 1.3.8 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Behaviour Driven Development with elegance and joy + +RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ + rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \ + rubygem-gherkin>=2.12.1:${PORTSDIR}/textproc/rubygem-gherkin \ + rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-multi_test>=0.0.2:${PORTSDIR}/devel/rubygem-multi_test + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/cucumber + +NO_STAGE= yes + +.include Added: head/devel/rubygem-cucumber/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber/distinfo Sun Oct 20 20:11:48 2013 (r331061) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cucumber-1.3.8.gem) = aa863e690c0ee8d2682328edfa8a056c4176ca7b394f1b829f9cd1be837c912c +SIZE (rubygem/cucumber-1.3.8.gem) = 275456 Added: head/devel/rubygem-cucumber/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber/pkg-descr Sun Oct 20 20:11:48 2013 (r331061) @@ -0,0 +1,3 @@ +Behaviour Driven Development with elegance and joy + +WWW: http://cukes.info/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 21:30:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34FD4CBD for ; Sun, 20 Oct 2013 21:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A23D2164 for ; Sun, 20 Oct 2013 21:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KLU1Y4015564 for ; Sun, 20 Oct 2013 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KLU1pX015562; Sun, 20 Oct 2013 21:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 21:30:01 GMT Message-Id: <201310202130.r9KLU1pX015562@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182690: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 21:30:02 -0000 The following reply was made to PR ports/182690; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182690: commit references a PR Date: Sun, 20 Oct 2013 21:29:41 +0000 (UTC) Author: swills Date: Sun Oct 20 21:29:32 2013 New Revision: 331063 URL: http://svnweb.freebsd.org/changeset/ports/331063 Log: Very simple authorization gem WWW: https://github.com/randx/six PR: ports/182690 Submitted by: Loic Blot Added: head/security/rubygem-six/ head/security/rubygem-six/Makefile (contents, props changed) head/security/rubygem-six/distinfo (contents, props changed) head/security/rubygem-six/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 20 21:11:00 2013 (r331062) +++ head/security/Makefile Sun Oct 20 21:29:32 2013 (r331063) @@ -870,6 +870,7 @@ SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac + SUBDIR += rubygem-six SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += saint Added: head/security/rubygem-six/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-six/Makefile Sun Oct 20 21:29:32 2013 (r331063) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= six +PORTVERSION= 0.2.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Very simple authorization gem + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/security/rubygem-six/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-six/distinfo Sun Oct 20 21:29:32 2013 (r331063) @@ -0,0 +1,2 @@ +SHA256 (rubygem/six-0.2.0.gem) = 83c73d4aa60ff76172ec257f45b098c66f7a8b89883bcaaec42517287dbc0aae +SIZE (rubygem/six-0.2.0.gem) = 4096 Added: head/security/rubygem-six/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-six/pkg-descr Sun Oct 20 21:29:32 2013 (r331063) @@ -0,0 +1,3 @@ +Very simple authorization gem + +WWW: https://github.com/randx/six _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 21:43:08 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CA2FEA1; Sun, 20 Oct 2013 21:43:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60BC12258; Sun, 20 Oct 2013 21:43:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KLh8M3019075; Sun, 20 Oct 2013 21:43:08 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KLh8IQ019074; Sun, 20 Oct 2013 21:43:08 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 21:43:08 GMT Message-Id: <201310202143.r9KLh8IQ019074@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182690: new port security/rubygem-six X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 21:43:08 -0000 Synopsis: new port security/rubygem-six State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 21:43:07 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182690 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 21:47:20 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D91A4D9; Sun, 20 Oct 2013 21:47:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAE02227B; Sun, 20 Oct 2013 21:47:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KLlK0n019316; Sun, 20 Oct 2013 21:47:20 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KLlK0v019315; Sun, 20 Oct 2013 21:47:20 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 21:47:20 GMT Message-Id: <201310202147.r9KLlK0v019315@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182691: new port textproc/rubygem-stamp X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 21:47:20 -0000 Synopsis: new port textproc/rubygem-stamp State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 21:47:20 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182691 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 21:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 636EE10A for ; Sun, 20 Oct 2013 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F18E228D for ; Sun, 20 Oct 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KLo1Mr019466 for ; Sun, 20 Oct 2013 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KLo0Hk019465; Sun, 20 Oct 2013 21:50:00 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 21:50:00 GMT Message-Id: <201310202150.r9KLo0Hk019465@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182691: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 21:50:01 -0000 The following reply was made to PR ports/182691; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182691: commit references a PR Date: Sun, 20 Oct 2013 21:45:14 +0000 (UTC) Author: swills Date: Sun Oct 20 21:45:06 2013 New Revision: 331064 URL: http://svnweb.freebsd.org/changeset/ports/331064 Log: Format dates and times based on human-friendly examples, not arcane strftime directives. WWW: https://github.com/jeremyw/stamp PR: ports/182691 Submitted by: Loic Blot Added: head/textproc/rubygem-stamp/ head/textproc/rubygem-stamp/Makefile (contents, props changed) head/textproc/rubygem-stamp/distinfo (contents, props changed) head/textproc/rubygem-stamp/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 21:29:32 2013 (r331063) +++ head/textproc/Makefile Sun Oct 20 21:45:06 2013 (r331064) @@ -1331,6 +1331,7 @@ SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet + SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table Added: head/textproc/rubygem-stamp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-stamp/Makefile Sun Oct 20 21:45:06 2013 (r331064) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= stamp +PORTVERSION= 0.5.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Format dates and times + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-stamp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-stamp/distinfo Sun Oct 20 21:45:06 2013 (r331064) @@ -0,0 +1,2 @@ +SHA256 (rubygem/stamp-0.5.0.gem) = 1ad6622d000cd390b9b523eb9270fc902abd24a685ce0c73529f344d6a9fa4f0 +SIZE (rubygem/stamp-0.5.0.gem) = 11776 Added: head/textproc/rubygem-stamp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-stamp/pkg-descr Sun Oct 20 21:45:06 2013 (r331064) @@ -0,0 +1,4 @@ +Format dates and times based on human-friendly examples, not arcane strftime +directives. + +WWW: https://github.com/jeremyw/stamp _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 22:00:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5DD265D for ; Sun, 20 Oct 2013 22:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A472C2366 for ; Sun, 20 Oct 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KM01rI021428 for ; Sun, 20 Oct 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KM01cq021427; Sun, 20 Oct 2013 22:00:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 22:00:01 GMT Message-Id: <201310202200.r9KM01cq021427@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182692: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 22:00:01 -0000 The following reply was made to PR ports/182692; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182692: commit references a PR Date: Sun, 20 Oct 2013 21:57:26 +0000 (UTC) Author: swills Date: Sun Oct 20 21:57:18 2013 New Revision: 331065 URL: http://svnweb.freebsd.org/changeset/ports/331065 Log: underscore.js asset pipeline provider/wrapper WWW: https://github.com/rweng/underscore-rails PR: ports/182692 Submitted by: Loic Blot Added: head/www/rubygem-underscore-rails/ head/www/rubygem-underscore-rails/Makefile (contents, props changed) head/www/rubygem-underscore-rails/distinfo (contents, props changed) head/www/rubygem-underscore-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 20 21:45:06 2013 (r331064) +++ head/www/Makefile Sun Oct 20 21:57:18 2013 (r331065) @@ -1826,6 +1826,7 @@ SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier + SUBDIR += rubygem-underscore-rails SUBDIR += rubygem-unicorn SUBDIR += rubygem-url-mount SUBDIR += rubygem-url_escape Added: head/www/rubygem-underscore-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-underscore-rails/Makefile Sun Oct 20 21:57:18 2013 (r331065) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= underscore-rails +PORTVERSION= 1.5.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= underscore.js asset pipeline provider/wrapper + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-underscore-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-underscore-rails/distinfo Sun Oct 20 21:57:18 2013 (r331065) @@ -0,0 +1,2 @@ +SHA256 (rubygem/underscore-rails-1.5.2.gem) = 364c8bcf998e3488a56bf49189e8f8ff387475d8b6264374783e80c3eee67062 +SIZE (rubygem/underscore-rails-1.5.2.gem) = 18432 Added: head/www/rubygem-underscore-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-underscore-rails/pkg-descr Sun Oct 20 21:57:18 2013 (r331065) @@ -0,0 +1,3 @@ +underscore.js asset pipeline provider/wrapper + +WWW: https://github.com/rweng/underscore-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 22:04:19 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11D8784C; Sun, 20 Oct 2013 22:04:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAEA623BB; Sun, 20 Oct 2013 22:04:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KM4Igj023271; Sun, 20 Oct 2013 22:04:18 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KM4IPc023270; Sun, 20 Oct 2013 22:04:18 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 22:04:18 GMT Message-Id: <201310202204.r9KM4IPc023270@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182692: new port www/rubygem-underscore-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 22:04:19 -0000 Synopsis: new port www/rubygem-underscore-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 22:04:18 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182692 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 22:18:41 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC5BA9B8; Sun, 20 Oct 2013 22:18:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF71B245C; Sun, 20 Oct 2013 22:18:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KMIfp9026555; Sun, 20 Oct 2013 22:18:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KMIe40026554; Sun, 20 Oct 2013 22:18:40 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 22:18:40 GMT Message-Id: <201310202218.r9KMIe40026554@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182688: new port devel/rubygem-multi_test X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 22:18:41 -0000 Synopsis: new port devel/rubygem-multi_test State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 22:18:40 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182688 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 22:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FB5BD7F for ; Sun, 20 Oct 2013 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F1A924E5 for ; Sun, 20 Oct 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KMU1BK029197 for ; Sun, 20 Oct 2013 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KMU1ND029196; Sun, 20 Oct 2013 22:30:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 22:30:01 GMT Message-Id: <201310202230.r9KMU1ND029196@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182694: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 22:30:01 -0000 The following reply was made to PR ports/182694; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182694: commit references a PR Date: Sun, 20 Oct 2013 22:20:13 +0000 (UTC) Author: swills Date: Sun Oct 20 22:20:05 2013 New Revision: 331067 URL: http://svnweb.freebsd.org/changeset/ports/331067 Log: Test spies, for rspec WWW: https://github.com/technicalpickles/rspec-spies PR: ports/182694 Submitted by: Loic Blot Added: head/devel/rubygem-rspec-spies/ head/devel/rubygem-rspec-spies/Makefile (contents, props changed) head/devel/rubygem-rspec-spies/distinfo (contents, props changed) head/devel/rubygem-rspec-spies/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 22:03:29 2013 (r331066) +++ head/devel/Makefile Sun Oct 20 22:20:05 2013 (r331067) @@ -4199,6 +4199,7 @@ SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-mocks + SUBDIR += rubygem-rspec-spies SUBDIR += rubygem-rubigen SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-debug Added: head/devel/rubygem-rspec-spies/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-spies/Makefile Sun Oct 20 22:20:05 2013 (r331067) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rspec-spies +PORTVERSION= 2.1.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Test spies, for rspec + +RUN_DEPENDS= rubygem-rspec>=2.0:${PORTSDIR}/devel/rubygem-rspec + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-rspec-spies/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-spies/distinfo Sun Oct 20 22:20:05 2013 (r331067) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rspec-spies-2.1.4.gem) = fb49db9b301af5f92a95e9332f99875bbcf948f7051544cf8efaa532cbf0d25f +SIZE (rubygem/rspec-spies-2.1.4.gem) = 9728 Added: head/devel/rubygem-rspec-spies/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-spies/pkg-descr Sun Oct 20 22:20:05 2013 (r331067) @@ -0,0 +1,3 @@ +Test spies, for rspec + +WWW: https://github.com/technicalpickles/rspec-spies _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:14:29 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA99E9E7; Sun, 20 Oct 2013 23:14:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5D62781; Sun, 20 Oct 2013 23:14:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNETnM039810; Sun, 20 Oct 2013 23:14:29 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNETCD039809; Sun, 20 Oct 2013 23:14:29 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 23:14:29 GMT Message-Id: <201310202314.r9KNETCD039809@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182695: new port devel/rubygem-ref X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:14:29 -0000 Synopsis: new port devel/rubygem-ref State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 23:14:29 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182695 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70504D3D for ; Sun, 20 Oct 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E70C2854 for ; Sun, 20 Oct 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNK1NW040158 for ; Sun, 20 Oct 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNK1mh040156; Sun, 20 Oct 2013 23:20:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 23:20:01 GMT Message-Id: <201310202320.r9KNK1mh040156@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182695: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:20:01 -0000 The following reply was made to PR ports/182695; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182695: commit references a PR Date: Sun, 20 Oct 2013 23:14:06 +0000 (UTC) Author: swills Date: Sun Oct 20 23:13:58 2013 New Revision: 331070 URL: http://svnweb.freebsd.org/changeset/ports/331070 Log: Library that implements weak, soft, and strong references in Ruby that work across multiple runtimes (MRI, REE, YARV, Jruby, Rubinius, and IronRuby). Also includes implementation of maps/hashes that use references and a reference queue. WWW: http://github.com/bdurand/ref PR: ports/182695 Submitted by: Loic Blot Added: head/devel/rubygem-ref/ head/devel/rubygem-ref/Makefile (contents, props changed) head/devel/rubygem-ref/distinfo (contents, props changed) head/devel/rubygem-ref/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 22:55:19 2013 (r331069) +++ head/devel/Makefile Sun Oct 20 23:13:58 2013 (r331070) @@ -4190,6 +4190,7 @@ SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc SUBDIR += rubygem-redmine_plugin_support + SUBDIR += rubygem-ref SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl SUBDIR += rubygem-ripper Added: head/devel/rubygem-ref/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ref/Makefile Sun Oct 20 23:13:58 2013 (r331070) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= ref +PORTVERSION= 1.0.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library with refs across runtimes (MRI, REE, YARV, ...) + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-ref/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ref/distinfo Sun Oct 20 23:13:58 2013 (r331070) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ref-1.0.5.gem) = 8a8ec8f40f1e622c4324055d85300e03d9a78a9faf476ea0d382f1af9dbe0fa7 +SIZE (rubygem/ref-1.0.5.gem) = 27136 Added: head/devel/rubygem-ref/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ref/pkg-descr Sun Oct 20 23:13:58 2013 (r331070) @@ -0,0 +1,6 @@ +Library that implements weak, soft, and strong references in Ruby that +work across multiple runtimes (MRI, REE, YARV, Jruby, Rubinius, and +IronRuby). Also includes implementation of maps/hashes that use references +and a reference queue. + +WWW: http://github.com/bdurand/ref _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:36:24 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7B0F2E7; Sun, 20 Oct 2013 23:36:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6C1298C; Sun, 20 Oct 2013 23:36:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNaOsS044031; Sun, 20 Oct 2013 23:36:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNaOgO044030; Sun, 20 Oct 2013 23:36:24 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 23:36:24 GMT Message-Id: <201310202336.r9KNaOgO044030@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182696: new port security/rubygem-omniauth X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:36:24 -0000 Synopsis: new port security/rubygem-omniauth State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 23:36:24 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182696 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3262339 for ; Sun, 20 Oct 2013 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A18AE29B5 for ; Sun, 20 Oct 2013 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNe1hX044180 for ; Sun, 20 Oct 2013 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNe1eS044179; Sun, 20 Oct 2013 23:40:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 23:40:01 GMT Message-Id: <201310202340.r9KNe1eS044179@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182696: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:40:01 -0000 The following reply was made to PR ports/182696; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182696: commit references a PR Date: Sun, 20 Oct 2013 23:35:39 +0000 (UTC) Author: swills Date: Sun Oct 20 23:35:32 2013 New Revision: 331073 URL: http://svnweb.freebsd.org/changeset/ports/331073 Log: A generalized Rack framework for multiple-provider authentication. WWW: http://github.com/intridea/omniauth PR: ports/182696 Submitted by: Loic Blot Added: head/security/rubygem-omniauth/ head/security/rubygem-omniauth/Makefile (contents, props changed) head/security/rubygem-omniauth/distinfo (contents, props changed) head/security/rubygem-omniauth/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 20 23:32:25 2013 (r331072) +++ head/security/Makefile Sun Oct 20 23:35:32 2013 (r331073) @@ -865,6 +865,7 @@ SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-nmap-parser + SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 Added: head/security/rubygem-omniauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/Makefile Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth +PORTVERSION= 1.1.4 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generalized Rack framework for multiple-provider authentication. + +RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/security/rubygem-omniauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/distinfo Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-1.1.4.gem) = d47132daf1c59b8c97b4c51f3f2e379b5b6ae2cd9e169d0a3e46de45b335efbd +SIZE (rubygem/omniauth-1.1.4.gem) = 29184 Added: head/security/rubygem-omniauth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/pkg-descr Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,3 @@ +A generalized Rack framework for multiple-provider authentication. + +WWW: http://github.com/intridea/omniauth _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:48:23 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB3A664C; Sun, 20 Oct 2013 23:48:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF1B62A29; Sun, 20 Oct 2013 23:48:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNmNgt046210; Sun, 20 Oct 2013 23:48:23 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNmNBr046209; Sun, 20 Oct 2013 23:48:23 GMT (envelope-from swills) Date: Sun, 20 Oct 2013 23:48:23 GMT Message-Id: <201310202348.r9KNmNBr046209@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182697: new port net/rubygem-omniauth-oauth X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:48:24 -0000 Synopsis: new port net/rubygem-omniauth-oauth State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Sun Oct 20 23:48:23 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182697 From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 20 23:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC9506B0 for ; Sun, 20 Oct 2013 23:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B77F2A51 for ; Sun, 20 Oct 2013 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KNo1r4046334 for ; Sun, 20 Oct 2013 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KNo12k046333; Sun, 20 Oct 2013 23:50:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 23:50:01 GMT Message-Id: <201310202350.r9KNo12k046333@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182697: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 23:50:01 -0000 The following reply was made to PR ports/182697; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182697: commit references a PR Date: Sun, 20 Oct 2013 23:48:14 +0000 (UTC) Author: swills Date: Sun Oct 20 23:48:06 2013 New Revision: 331074 URL: http://svnweb.freebsd.org/changeset/ports/331074 Log: A generic OAuth (1.0/1.0a) strategy for OmniAuth. WWW: https://github.com/intridea/omniauth-oauth PR: ports/182697 Submitted by: Loic Blot Added: head/net/rubygem-omniauth-oauth/ head/net/rubygem-omniauth-oauth/Makefile (contents, props changed) head/net/rubygem-omniauth-oauth/distinfo (contents, props changed) head/net/rubygem-omniauth-oauth/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Oct 20 23:35:32 2013 (r331073) +++ head/net/Makefile Sun Oct 20 23:48:06 2013 (r331074) @@ -1040,6 +1040,7 @@ SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 + SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid SUBDIR += rubygem-packetfu Added: head/net/rubygem-omniauth-oauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth/Makefile Sun Oct 20 23:48:06 2013 (r331074) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-oauth +PORTVERSION= 1.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generic OAuth strategy for OmniAuth + +RUN_DEPENDS= rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-omniauth-oauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth/distinfo Sun Oct 20 23:48:06 2013 (r331074) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-oauth-1.0.1.gem) = 9f1bfb30fe6ba823935330d2036e08a5406e980f1e20c9b1271b82ee34fbe759 +SIZE (rubygem/omniauth-oauth-1.0.1.gem) = 8192 Added: head/net/rubygem-omniauth-oauth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth/pkg-descr Sun Oct 20 23:48:06 2013 (r331074) @@ -0,0 +1,3 @@ +A generic OAuth (1.0/1.0a) strategy for OmniAuth. + +WWW: https://github.com/intridea/omniauth-oauth _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 01:40:25 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C3EADB0; Mon, 21 Oct 2013 01:40:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5D032FD2; Mon, 21 Oct 2013 01:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L1eOCp081341; Mon, 21 Oct 2013 01:40:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L1eOXs081340; Mon, 21 Oct 2013 01:40:24 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 01:40:24 GMT Message-Id: <201310210140.r9L1eOXs081340@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182698: new port net/rubygem-omniauth-oauth2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 01:40:25 -0000 Synopsis: new port net/rubygem-omniauth-oauth2 State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 01:40:23 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182698 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 01:40:48 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 921B8DF2; Mon, 21 Oct 2013 01:40:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67406200C; Mon, 21 Oct 2013 01:40:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L1emWm082949; Mon, 21 Oct 2013 01:40:48 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L1emYt082948; Mon, 21 Oct 2013 01:40:48 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 01:40:48 GMT Message-Id: <201310210140.r9L1emYt082948@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182694: new port devel/rubygem-rspec-spies X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 01:40:48 -0000 Synopsis: new port devel/rubygem-rspec-spies State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 01:40:48 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182694 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 01:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB85AEDA for ; Mon, 21 Oct 2013 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9B3C2060 for ; Mon, 21 Oct 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L1o1Tj083216 for ; Mon, 21 Oct 2013 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L1o1pb083215; Mon, 21 Oct 2013 01:50:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 01:50:01 GMT Message-Id: <201310210150.r9L1o1pb083215@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182698: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 01:50:01 -0000 The following reply was made to PR ports/182698; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182698: commit references a PR Date: Mon, 21 Oct 2013 01:40:27 +0000 (UTC) Author: swills Date: Mon Oct 21 01:40:12 2013 New Revision: 331079 URL: http://svnweb.freebsd.org/changeset/ports/331079 Log: An abstract OAuth2 strategy for OmniAuth. WWW: https://rubygems.org/gems/omniauth-oauth2 PR: ports/182698 Submitted by: Loic Blot Added: head/net/rubygem-omniauth-oauth2/ head/net/rubygem-omniauth-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-oauth2/distinfo (contents, props changed) head/net/rubygem-omniauth-oauth2/files/ head/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver (contents, props changed) head/net/rubygem-omniauth-oauth2/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 21 01:09:16 2013 (r331078) +++ head/net/Makefile Mon Oct 21 01:40:12 2013 (r331079) @@ -1041,6 +1041,7 @@ SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-omniauth-oauth + SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid SUBDIR += rubygem-packetfu Added: head/net/rubygem-omniauth-oauth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth2/Makefile Mon Oct 21 01:40:12 2013 (r331079) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-oauth2 +PORTVERSION= 1.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Abstract OAuth2 strategy for OmniAuth + +RUN_DEPENDS= rubygem-oauth2>=0.8.0:${PORTSDIR}/net/rubygem-oauth2 \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-omniauth-oauth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth2/distinfo Mon Oct 21 01:40:12 2013 (r331079) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-oauth2-1.1.1.gem) = 72b8ba77b9ead4320e7f4e430aee0f3ef759aed79ae52c3b0e8fb2f41785eb68 +SIZE (rubygem/omniauth-oauth2-1.1.1.gem) = 7680 Added: head/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver Mon Oct 21 01:40:12 2013 (r331079) @@ -0,0 +1,31 @@ +--- omniauth-oauth2-1.1.1.gemspec.orig 2013-10-20 23:55:59.202502414 +0000 ++++ omniauth-oauth2-1.1.1.gemspec 2013-10-20 23:56:22.411500458 +0000 +@@ -34,7 +34,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 0.8.0 ++ version: 0.9.0 + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement +@@ -42,7 +42,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 0.8.0 ++ version: 0.9.0 + - !ruby/object:Gem::Dependency + name: rspec + requirement: !ruby/object:Gem::Requirement +--- omniauth-oauth2.gemspec.orig 2013-10-20 23:56:06.122501604 +0000 ++++ omniauth-oauth2.gemspec 2013-10-20 23:56:27.040820651 +0000 +@@ -3,7 +3,7 @@ + + Gem::Specification.new do |gem| + gem.add_dependency 'omniauth', '~> 1.0' +- gem.add_dependency 'oauth2', '~> 0.8.0' ++ gem.add_dependency 'oauth2', '~> 0.9.0' + + gem.add_development_dependency 'rspec', '~> 2.7' + gem.add_development_dependency 'rack-test' Added: head/net/rubygem-omniauth-oauth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-oauth2/pkg-descr Mon Oct 21 01:40:12 2013 (r331079) @@ -0,0 +1,3 @@ +An abstract OAuth2 strategy for OmniAuth. + +WWW: https://rubygems.org/gems/omniauth-oauth2 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:10:38 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C759D4E1; Mon, 21 Oct 2013 02:10:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7A72122; Mon, 21 Oct 2013 02:10:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2Acag088946; Mon, 21 Oct 2013 02:10:38 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2Achv088945; Mon, 21 Oct 2013 02:10:38 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 02:10:38 GMT Message-Id: <201310210210.r9L2Achv088945@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182700: new port net/rubygem-omniauth-google-oauth2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:10:38 -0000 Synopsis: new port net/rubygem-omniauth-google-oauth2 State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 02:10:38 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182700 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B30335C9 for ; Mon, 21 Oct 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 902A42195 for ; Mon, 21 Oct 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2K1BD090131 for ; Mon, 21 Oct 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2K1Oj090130; Mon, 21 Oct 2013 02:20:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 02:20:01 GMT Message-Id: <201310210220.r9L2K1Oj090130@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182700: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:20:01 -0000 The following reply was made to PR ports/182700; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182700: commit references a PR Date: Mon, 21 Oct 2013 02:10:34 +0000 (UTC) Author: swills Date: Mon Oct 21 02:10:23 2013 New Revision: 331082 URL: http://svnweb.freebsd.org/changeset/ports/331082 Log: A Google OAuth2 strategy for OmniAuth 1.x WWW: https://rubygems.org/gems/omniauth-google-oauth2 PR: ports/182700 Submitted by: Loic Blot Added: head/net/rubygem-omniauth-google-oauth2/ head/net/rubygem-omniauth-google-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-google-oauth2/distinfo (contents, props changed) head/net/rubygem-omniauth-google-oauth2/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 21 01:59:58 2013 (r331081) +++ head/net/Makefile Mon Oct 21 02:10:23 2013 (r331082) @@ -1041,6 +1041,7 @@ SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-omniauth-github + SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-open-uri-cached Added: head/net/rubygem-omniauth-google-oauth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-google-oauth2/Makefile Mon Oct 21 02:10:23 2013 (r331082) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-google-oauth2 +PORTVERSION= 0.2.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Google OAuth2 strategy for OmniAuth 1.x + +RUN_DEPENDS= rubygem-omniauth-oauth2>=0:${PORTSDIR}/net/rubygem-omniauth-oauth2 \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-omniauth-google-oauth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-google-oauth2/distinfo Mon Oct 21 02:10:23 2013 (r331082) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-google-oauth2-0.2.1.gem) = 0d2565e1c2b40a55e243aa237ba94b93ff095225735f4db25740b91ef8c60d85 +SIZE (rubygem/omniauth-google-oauth2-0.2.1.gem) = 12288 Added: head/net/rubygem-omniauth-google-oauth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-google-oauth2/pkg-descr Mon Oct 21 02:10:23 2013 (r331082) @@ -0,0 +1,3 @@ +A Google OAuth2 strategy for OmniAuth 1.x + +WWW: https://rubygems.org/gems/omniauth-google-oauth2 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:24:06 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9876E6D4; Mon, 21 Oct 2013 02:24:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCA421CE; Mon, 21 Oct 2013 02:24:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2O6G7091786; Mon, 21 Oct 2013 02:24:06 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2O6wn091785; Mon, 21 Oct 2013 02:24:06 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 02:24:06 GMT Message-Id: <201310210224.r9L2O6wn091785@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182701: new port net/rubygem-omniauth-twitter X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:24:06 -0000 Synopsis: new port net/rubygem-omniauth-twitter State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 02:24:05 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182701 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5B6076A for ; Mon, 21 Oct 2013 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95A9B21F2 for ; Mon, 21 Oct 2013 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2U1GQ092005 for ; Mon, 21 Oct 2013 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2U1Rk092004; Mon, 21 Oct 2013 02:30:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 02:30:01 GMT Message-Id: <201310210230.r9L2U1Rk092004@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182701: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:30:01 -0000 The following reply was made to PR ports/182701; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182701: commit references a PR Date: Mon, 21 Oct 2013 02:23:14 +0000 (UTC) Author: swills Date: Mon Oct 21 02:23:06 2013 New Revision: 331083 URL: http://svnweb.freebsd.org/changeset/ports/331083 Log: OmniAuth strategy for Twitter WWW: https://github.com/arunagw/omniauth-twitter PR: ports/182701 Submitted by: Loic Blot Added: head/net/rubygem-omniauth-twitter/ head/net/rubygem-omniauth-twitter/Makefile (contents, props changed) head/net/rubygem-omniauth-twitter/distinfo (contents, props changed) head/net/rubygem-omniauth-twitter/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 21 02:10:23 2013 (r331082) +++ head/net/Makefile Mon Oct 21 02:23:06 2013 (r331083) @@ -1044,6 +1044,7 @@ SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 + SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid SUBDIR += rubygem-packetfu Added: head/net/rubygem-omniauth-twitter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-twitter/Makefile Mon Oct 21 02:23:06 2013 (r331083) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-twitter +PORTVERSION= 1.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for Twitter + +RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-omniauth-twitter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-twitter/distinfo Mon Oct 21 02:23:06 2013 (r331083) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-twitter-1.0.1.gem) = cd110801549953505a6152ae1426956785aca0cb749ff82835e8d49898b30f18 +SIZE (rubygem/omniauth-twitter-1.0.1.gem) = 10752 Added: head/net/rubygem-omniauth-twitter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-twitter/pkg-descr Mon Oct 21 02:23:06 2013 (r331083) @@ -0,0 +1,3 @@ +OmniAuth strategy for Twitter + +WWW: https://github.com/arunagw/omniauth-twitter _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:38:33 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D3F995A; Mon, 21 Oct 2013 02:38:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5091C2255; Mon, 21 Oct 2013 02:38:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2cXTS093834; Mon, 21 Oct 2013 02:38:33 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2cXi6093833; Mon, 21 Oct 2013 02:38:33 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 02:38:33 GMT Message-Id: <201310210238.r9L2cXi6093833@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182702: new port www/rubygem-jquery-ui-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:38:33 -0000 Synopsis: new port www/rubygem-jquery-ui-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 02:38:33 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182702 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 991DD980 for ; Mon, 21 Oct 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79E912263 for ; Mon, 21 Oct 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2e1Xl093956 for ; Mon, 21 Oct 2013 02:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2e1oa093955; Mon, 21 Oct 2013 02:40:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 02:40:01 GMT Message-Id: <201310210240.r9L2e1oa093955@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182702: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:40:01 -0000 The following reply was made to PR ports/182702; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182702: commit references a PR Date: Mon, 21 Oct 2013 02:37:31 +0000 (UTC) Author: swills Date: Mon Oct 21 02:37:22 2013 New Revision: 331084 URL: http://svnweb.freebsd.org/changeset/ports/331084 Log: jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline WWW: https://github.com/joliss/jquery-ui-rails PR: ports/182702 Submitted by: Loic Blot Added: head/www/rubygem-jquery-ui-rails/ head/www/rubygem-jquery-ui-rails/Makefile (contents, props changed) head/www/rubygem-jquery-ui-rails/distinfo (contents, props changed) head/www/rubygem-jquery-ui-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 21 02:23:06 2013 (r331083) +++ head/www/Makefile Mon Oct 21 02:37:22 2013 (r331084) @@ -1769,6 +1769,7 @@ SUBDIR += rubygem-jekyll SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-rails + SUBDIR += rubygem-jquery-ui-rails SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari Added: head/www/rubygem-jquery-ui-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-ui-rails/Makefile Mon Oct 21 02:37:22 2013 (r331084) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= jquery-ui-rails +PORTVERSION= 4.0.5 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= jQuery UI's JavaScript, CSS, and image files packaged for Rails + +RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-jquery-ui-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-ui-rails/distinfo Mon Oct 21 02:37:22 2013 (r331084) @@ -0,0 +1,2 @@ +SHA256 (rubygem/jquery-ui-rails-4.0.5.gem) = 8ff0bfd18143d0e6a773296da877aee7ec930f66923093c4b6bdbc2a6b54d9aa +SIZE (rubygem/jquery-ui-rails-4.0.5.gem) = 154112 Added: head/www/rubygem-jquery-ui-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-jquery-ui-rails/pkg-descr Mon Oct 21 02:37:22 2013 (r331084) @@ -0,0 +1,3 @@ +jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline + +WWW: https://github.com/joliss/jquery-ui-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 02:50:37 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 049B2BA9; Mon, 21 Oct 2013 02:50:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD17422D9; Mon, 21 Oct 2013 02:50:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2oakc097316; Mon, 21 Oct 2013 02:50:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L2oan0097315; Mon, 21 Oct 2013 02:50:36 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 02:50:36 GMT Message-Id: <201310210250.r9L2oan0097315@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182704: new port www/rubygem-modernizr X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:50:37 -0000 Synopsis: new port www/rubygem-modernizr State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 02:50:36 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182704 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:00:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD173C21 for ; Mon, 21 Oct 2013 03:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDFCE232D for ; Mon, 21 Oct 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L301KG097619 for ; Mon, 21 Oct 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L301e9097618; Mon, 21 Oct 2013 03:00:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 03:00:01 GMT Message-Id: <201310210300.r9L301e9097618@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182704: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:00:02 -0000 The following reply was made to PR ports/182704; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182704: commit references a PR Date: Mon, 21 Oct 2013 02:50:18 +0000 (UTC) Author: swills Date: Mon Oct 21 02:50:09 2013 New Revision: 331086 URL: http://svnweb.freebsd.org/changeset/ports/331086 Log: Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline. WWW: https://github.com/josh/ruby-modernizr PR: ports/182704 Submitted by: Loic Blot Added: head/www/rubygem-modernizr/ head/www/rubygem-modernizr/Makefile (contents, props changed) head/www/rubygem-modernizr/distinfo (contents, props changed) head/www/rubygem-modernizr/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 21 02:49:40 2013 (r331085) +++ head/www/Makefile Mon Oct 21 02:50:09 2013 (r331086) @@ -1783,6 +1783,7 @@ SUBDIR += rubygem-merb-haml SUBDIR += rubygem-merb-helpers SUBDIR += rubygem-merb-param-protection + SUBDIR += rubygem-modernizr SUBDIR += rubygem-mongrel SUBDIR += rubygem-mongrel_cluster SUBDIR += rubygem-multipart-post Added: head/www/rubygem-modernizr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-modernizr/Makefile Mon Oct 21 02:50:09 2013 (r331086) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= modernizr +PORTVERSION= 2.6.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Neatly packaged Modernizr JS assets + +RUN_DEPENDS= rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-modernizr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-modernizr/distinfo Mon Oct 21 02:50:09 2013 (r331086) @@ -0,0 +1,2 @@ +SHA256 (rubygem/modernizr-2.6.2.gem) = f461355bb24a013275c8687bbeb02861ac404cd3a1db81a78166376422ac8f3c +SIZE (rubygem/modernizr-2.6.2.gem) = 43520 Added: head/www/rubygem-modernizr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-modernizr/pkg-descr Mon Oct 21 02:50:09 2013 (r331086) @@ -0,0 +1,3 @@ +Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline. + +WWW: https://github.com/josh/ruby-modernizr _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:11:07 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2496A177; Mon, 21 Oct 2013 03:11:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDB4024B6; Mon, 21 Oct 2013 03:11:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3B6ud001765; Mon, 21 Oct 2013 03:11:06 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3B6GY001764; Mon, 21 Oct 2013 03:11:06 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 03:11:06 GMT Message-Id: <201310210311.r9L3B6GY001764@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182705: new port databases/rubygem-seed-fu X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:11:07 -0000 Synopsis: new port databases/rubygem-seed-fu State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 03:11:06 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182705 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA7A625D for ; Mon, 21 Oct 2013 03:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A87792508 for ; Mon, 21 Oct 2013 03:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3K1df002941 for ; Mon, 21 Oct 2013 03:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3K1hh002940; Mon, 21 Oct 2013 03:20:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 03:20:01 GMT Message-Id: <201310210320.r9L3K1hh002940@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182705: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:20:01 -0000 The following reply was made to PR ports/182705; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182705: commit references a PR Date: Mon, 21 Oct 2013 03:11:00 +0000 (UTC) Author: swills Date: Mon Oct 21 03:10:52 2013 New Revision: 331087 URL: http://svnweb.freebsd.org/changeset/ports/331087 Log: Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around. WWW: http://github.com/mbleigh/seed-fu PR: ports/182705 Submitted by: Loic Blot Added: head/databases/rubygem-seed-fu/ head/databases/rubygem-seed-fu/Makefile (contents, props changed) head/databases/rubygem-seed-fu/distinfo (contents, props changed) head/databases/rubygem-seed-fu/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Oct 21 02:50:09 2013 (r331086) +++ head/databases/Makefile Mon Oct 21 03:10:52 2013 (r331087) @@ -876,6 +876,7 @@ SUBDIR += rubygem-redis SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep + SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool Added: head/databases/rubygem-seed-fu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-seed-fu/Makefile Mon Oct 21 03:10:52 2013 (r331087) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= seed-fu +PORTVERSION= 2.2.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A library to maintain seed datas + +RUN_DEPENDS= rubygem-activerecord>=3.1:${PORTSDIR}/databases/rubygem-activerecord \ + rubygem-activesupport>=3.1:${PORTSDIR}/devel/rubygem-activesupport + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes +.include Added: head/databases/rubygem-seed-fu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-seed-fu/distinfo Mon Oct 21 03:10:52 2013 (r331087) @@ -0,0 +1,2 @@ +SHA256 (rubygem/seed-fu-2.2.0.gem) = 0c29e08e0ceaedc0c4ed2d18e35403f9ecde1eb308acac76794641cf04e38400 +SIZE (rubygem/seed-fu-2.2.0.gem) = 12288 Added: head/databases/rubygem-seed-fu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-seed-fu/pkg-descr Mon Oct 21 03:10:52 2013 (r331087) @@ -0,0 +1,6 @@ +Seed Fu is an attempt to once and for all solve the problem of inserting and +maintaining seed data in a database. It uses a variety of techniques gathered +from various places around the web and combines them to create what is +hopefully the most robust seed data system around. + +WWW: http://github.com/mbleigh/seed-fu _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:20:38 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFA233AF; Mon, 21 Oct 2013 03:20:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C51E4253A; Mon, 21 Oct 2013 03:20:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3Kc8W004642; Mon, 21 Oct 2013 03:20:38 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3KcM5004641; Mon, 21 Oct 2013 03:20:38 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 03:20:38 GMT Message-Id: <201310210320.r9L3KcM5004641@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182708: new port devel/rubygem-settingslogic X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:20:39 -0000 Synopsis: new port devel/rubygem-settingslogic State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 03:20:38 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182708 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6012943B for ; Mon, 21 Oct 2013 03:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40833256E for ; Mon, 21 Oct 2013 03:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3U1ER005006 for ; Mon, 21 Oct 2013 03:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3U03p005005; Mon, 21 Oct 2013 03:30:00 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 03:30:00 GMT Message-Id: <201310210330.r9L3U03p005005@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182708: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:30:01 -0000 The following reply was made to PR ports/182708; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182708: commit references a PR Date: Mon, 21 Oct 2013 03:20:22 +0000 (UTC) Author: swills Date: Mon Oct 21 03:20:07 2013 New Revision: 331088 URL: http://svnweb.freebsd.org/changeset/ports/331088 Log: A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. WWW: http://github.com/binarylogic/settingslogic PR: ports/182708 Submitted by: Loic Blot Added: head/devel/rubygem-settingslogic/ head/devel/rubygem-settingslogic/Makefile (contents, props changed) head/devel/rubygem-settingslogic/distinfo (contents, props changed) head/devel/rubygem-settingslogic/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 21 03:10:52 2013 (r331087) +++ head/devel/Makefile Mon Oct 21 03:20:07 2013 (r331088) @@ -4221,6 +4221,7 @@ SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 + SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context Added: head/devel/rubygem-settingslogic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-settingslogic/Makefile Mon Oct 21 03:20:07 2013 (r331088) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= settingslogic +PORTVERSION= 2.0.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A gem to use YAML and singleton design paterns + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-settingslogic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-settingslogic/distinfo Mon Oct 21 03:20:07 2013 (r331088) @@ -0,0 +1,2 @@ +SHA256 (rubygem/settingslogic-2.0.9.gem) = 5925a91d0d48dfb59a6e48ae2bb9c9b801fe6fab25a8e8d302ce8699d92f2ae6 +SIZE (rubygem/settingslogic-2.0.9.gem) = 10752 Added: head/devel/rubygem-settingslogic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-settingslogic/pkg-descr Mon Oct 21 03:20:07 2013 (r331088) @@ -0,0 +1,4 @@ +A simple and straightforward settings solution that uses an ERB enabled YAML +file and a singleton design pattern. + +WWW: http://github.com/binarylogic/settingslogic _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:31:26 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E779B549; Mon, 21 Oct 2013 03:31:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD72325A5; Mon, 21 Oct 2013 03:31:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3VQXh006638; Mon, 21 Oct 2013 03:31:26 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3VQh5006637; Mon, 21 Oct 2013 03:31:26 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 03:31:26 GMT Message-Id: <201310210331.r9L3VQh5006637@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182726: new port devel/rubygem-redis-store X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:31:27 -0000 Synopsis: new port devel/rubygem-redis-store State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 03:31:26 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182726 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 03:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 962EC7F8 for ; Mon, 21 Oct 2013 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 755C92638 for ; Mon, 21 Oct 2013 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L3e1Vd006919 for ; Mon, 21 Oct 2013 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L3e1A0006918; Mon, 21 Oct 2013 03:40:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 03:40:01 GMT Message-Id: <201310210340.r9L3e1A0006918@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182726: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 03:40:01 -0000 The following reply was made to PR ports/182726; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182726: commit references a PR Date: Mon, 21 Oct 2013 03:31:06 +0000 (UTC) Author: swills Date: Mon Oct 21 03:30:57 2013 New Revision: 331089 URL: http://svnweb.freebsd.org/changeset/ports/331089 Log: Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks. WWW: http://redis-store.org/redis-store PR: ports/182726 Submitted by: Loic Blot Added: head/devel/rubygem-redis-store/ head/devel/rubygem-redis-store/Makefile (contents, props changed) head/devel/rubygem-redis-store/distinfo (contents, props changed) head/devel/rubygem-redis-store/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 21 03:20:07 2013 (r331088) +++ head/devel/Makefile Mon Oct 21 03:30:57 2013 (r331089) @@ -4189,6 +4189,7 @@ SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc + SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-require_all Added: head/devel/rubygem-redis-store/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-store/Makefile Mon Oct 21 03:30:57 2013 (r331089) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= redis-store +PORTVERSION= 1.1.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Namespaced Redis stores for Ruby web frameworks + +RUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-redis-store/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-store/distinfo Mon Oct 21 03:30:57 2013 (r331089) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redis-store-1.1.4.gem) = 9fb47e5dbc6bce6ab4206899f49c6ee8d4a0c6d4830bb0f042ea49df72804249 +SIZE (rubygem/redis-store-1.1.4.gem) = 13312 Added: head/devel/rubygem-redis-store/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-store/pkg-descr Mon Oct 21 03:30:57 2013 (r331089) @@ -0,0 +1,4 @@ +Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web +frameworks. + +WWW: http://redis-store.org/redis-store _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 05:40:09 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AEE9A4F; Mon, 21 Oct 2013 05:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 333AB2B33; Mon, 21 Oct 2013 05:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L5e9Of031234; Mon, 21 Oct 2013 05:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9L5e9Sh031233; Mon, 21 Oct 2013 05:40:09 GMT (envelope-from edwin) Date: Mon, 21 Oct 2013 05:40:09 GMT Message-Id: <201310210540.r9L5e9Sh031233@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/183145: Update port: devel/rubygem-jeweler Upgrade to 1.8.8 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 05:40:09 -0000 Synopsis: Update port: devel/rubygem-jeweler Upgrade to 1.8.8 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 21 05:40:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=183145 From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 08:28:23 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B838C962 for ; Mon, 21 Oct 2013 08:28:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A849E23C2 for ; Mon, 21 Oct 2013 08:28:23 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L8SNnm073142 for ; Mon, 21 Oct 2013 08:28:23 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Oct 2013 08:28:23 GMT Message-Id: <201310210828.r9L8SNnm073142@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 08:28:23 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: devel/ruby-io-reactor broken because: does not build with ruby 1.9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-io-reactor portname: devel/rubygem-linecache broken because: does not work with ruby 1.9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-linecache portname: graphics/ruby-opengl broken because: does not build with ruby 1.9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-opengl portname: sysutils/rubygem-chef-expander broken because: fails to install build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20131001065611.pointyhat/rubygem-chef-expander-10.24.0.log (Sep 2 12:14:37 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rubygem-chef-expander portname: sysutils/rubygem-chef-solr broken because: fails to install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rubygem-chef-solr portname: www/rubygem-mongrel broken because: does not work with ruby 1.9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-mongrel portname: x11-toolkits/ruby-gtk broken because: does not build with ruby 1.9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-gtk If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 08:28:54 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48E3AB69 for ; Mon, 21 Oct 2013 08:28:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F91E241D for ; Mon, 21 Oct 2013 08:28:54 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L8SsG6083137 for ; Mon, 21 Oct 2013 08:28:54 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Oct 2013 08:28:54 GMT Message-Id: <201310210828.r9L8SsG6083137@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 08:28:54 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: databases/ruby-memcache description: A memcached client library for Ruby maintainer: ruby@FreeBSD.org deprecated because: Development has been abandoned upstream expiration date: 2013-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-memcache portname: devel/ruby-io-reactor description: Ruby module that implements an asynchronous multiplexed IO Reactor maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-io-reactor portname: devel/ruby-sdl description: Ruby extension library to use SDL library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/ruby18-sdl-1.3.1_8.log (Mar 14 00:10:25 UTC 2013) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-sdl portname: devel/rubygem-linecache description: Caches(Ruby source) Files as Might Be Used in a Debugger maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-linecache portname: graphics/ruby-opengl description: OpenGL/GLU/GLUT interface modules for Ruby maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-opengl portname: lang/ruby18 description: An object-oriented interpreted scripting language maintainer: ruby@FreeBSD.org status: FORBIDDEN deprecated because: Please use lang/ruby19 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby18 portname: www/rubygem-mongrel description: Fast HTTP 1.1 library and server for Ruby web applications maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-mongrel portname: www/rubygem-mongrel_cluster description: Manages multiple Mongrel processes maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-mongrel_cluster portname: www/rubygem-rails-app-installer description: An installer for Rails apps maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-rails-app-installer portname: x11-toolkits/ruby-gtk description: Ruby binding for GTK+ maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-gtk If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 08:29:10 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89022CA8 for ; Mon, 21 Oct 2013 08:29:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79B5B243D for ; Mon, 21 Oct 2013 08:29:10 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L8TAEP088619 for ; Mon, 21 Oct 2013 08:29:10 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Oct 2013 08:29:10 GMT Message-Id: <201310210829.r9L8TAEP088619@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 08:29:10 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: lang/ruby18 forbidden because: Vulernerable, http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby18 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 09:22:14 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73BC095D for ; Mon, 21 Oct 2013 09:22:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F744281E for ; Mon, 21 Oct 2013 09:22:14 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L9MEoC090748 for ; Mon, 21 Oct 2013 09:22:14 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9L9MEcu090737; Mon, 21 Oct 2013 09:22:14 GMT (envelope-from portscout) Message-Id: <201310210922.r9L9MEcu090737@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 21 Oct 2013 09:22:14 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 09:22:14 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-descendants_tracker | 0.0.1 | 0.0.2 ------------------------------------------------+-----------------+------------ devel/rubygem-grape | 0.6.0 | 0.6.1 ------------------------------------------------+-----------------+------------ devel/rubygem-virtus | 0.5.5 | 1.0.0 ------------------------------------------------+-----------------+------------ textproc/rubygem-gherkin | 2.12.1 | 2.12.2 ------------------------------------------------+-----------------+------------ www/rubygem-chosen-rails | 1.0.0 | 1.0.1 ------------------------------------------------+-----------------+------------ www/rubygem-d3_rails | 3.3.6 | 3.3.7 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 11:08:00 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26A18296 for ; Mon, 21 Oct 2013 11:08:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF2852F36 for ; Mon, 21 Oct 2013 11:07:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LB7xL8020077 for ; Mon, 21 Oct 2013 11:07:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9LB7xTq020075 for ruby@FreeBSD.org; Mon, 21 Oct 2013 11:07:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Oct 2013 11:07:59 GMT Message-Id: <201310211107.r9LB7xTq020075@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 11:08:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/183145 ruby Update port: devel/rubygem-jeweler Upgrade to 1.8.8 o ports/183096 ruby lang/ruby-doc-stdlib updating o ports/182940 ruby [patch] www/redmine: update to 2.3.3 o ports/182773 ruby new port www/rubygem-gitlab-gollum-lib o ports/182768 ruby new port devel/rubygem-gitlab-pygments.rb o ports/182764 ruby new port devel/rubygem-gitlab_meta o ports/182761 ruby new port devel/rubygem-generator_spec o ports/182760 ruby new port www/rubygem-haml-rails o ports/182759 ruby new port net/rubygem-rubyntlm o ports/182757 ruby new port devel/rubygem-simplecov o ports/182756 ruby new port textproc/rubygem-simplecov-html o ports/182753 ruby new port security/rubygem-pyu-ruby-sasl o ports/182738 ruby new port textproc/rubygem-github-markup o ports/182737 ruby new port textproc/rubygem-github-markdown o ports/182736 ruby new port www/rubygem-select2-rails o ports/182734 ruby new port www/rubygem-redis-rails o ports/182733 ruby [new port] databases/rubygem-redis-actionpack o ports/182731 ruby new port www/rubygem-turbolinks o ports/182729 ruby new port www/rubygem-redis-rack o ports/182728 ruby new port devel/rubygem-redis-activesupport o ports/182727 ruby new port www/rubygem-raphael-rails o ports/182278 ruby [PATCH] databases/rubygem-pg | please update from 0.15 o ports/182276 ruby [PATCH] databases/rubygem-sqlite3 | please update from o ports/182275 ruby [PATCH] devel/rubygem-treetop | please update from 1.4 o ports/182273 ruby [PATCH] misc/rubygem-mime-types | please update from 1 o ports/182271 ruby [PATCH] devel/rubygem-multi_json | please update from o ports/182270 ruby [PATCH] devel/rubygem-rake | please update from 10.0.4 o ports/182243 ruby |PATCH| sysutils/rubygem-capistrano: update to 2.15.4 o ports/182131 ruby [patch] www/redmine: multiple small errors o ports/181743 ruby New port: graphics/rubygem-fastimage ruby library that o ports/181663 ruby [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATIO o ports/181587 ruby [MAINTAINER] net/rubygem-bunny: update to 0.10.4 o ports/181447 ruby textproc/rubygem-sass: Update to the last version o ports/181262 ruby lang/ruby19|20 and devel/py-yaml problem install o ports/181246 ruby devel/ruby-build: Update to 20130806 35 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 14:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F00477A for ; Mon, 21 Oct 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7542BC9 for ; Mon, 21 Oct 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LEU1e7066723 for ; Mon, 21 Oct 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9LEU19Y066721; Mon, 21 Oct 2013 14:30:01 GMT (envelope-from gnats) Date: Mon, 21 Oct 2013 14:30:01 GMT Message-Id: <201310211430.r9LEU19Y066721@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182727: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 14:30:01 -0000 The following reply was made to PR ports/182727; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182727: commit references a PR Date: Mon, 21 Oct 2013 14:24:36 +0000 (UTC) Author: swills Date: Mon Oct 21 14:24:28 2013 New Revision: 331143 URL: http://svnweb.freebsd.org/changeset/ports/331143 Log: Raphael JS as a Rubygem for use in the Rails asset pipeline WWW: https://github.com/mockdeep/raphael-rails PR: ports/182727 Submitted by: Loic Blot Added: head/www/rubygem-raphael-rails/ head/www/rubygem-raphael-rails/Makefile (contents, props changed) head/www/rubygem-raphael-rails/distinfo (contents, props changed) head/www/rubygem-raphael-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 21 14:12:26 2013 (r331142) +++ head/www/Makefile Mon Oct 21 14:24:28 2013 (r331143) @@ -1808,6 +1808,7 @@ SUBDIR += rubygem-railties SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze + SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client Added: head/www/rubygem-raphael-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-raphael-rails/Makefile Mon Oct 21 14:24:28 2013 (r331143) @@ -0,0 +1,17 @@ +# $FreeBSDd$ + +PORTNAME= raphael-rails +PORTVERSION= 2.1.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Raphael JS as a Rubygem for use in the Rails asset pipeline + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-raphael-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-raphael-rails/distinfo Mon Oct 21 14:24:28 2013 (r331143) @@ -0,0 +1,2 @@ +SHA256 (rubygem/raphael-rails-2.1.2.gem) = 6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a +SIZE (rubygem/raphael-rails-2.1.2.gem) = 193536 Added: head/www/rubygem-raphael-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-raphael-rails/pkg-descr Mon Oct 21 14:24:28 2013 (r331143) @@ -0,0 +1,3 @@ +Raphael JS as a Rubygem for use in the Rails asset pipeline + +WWW: https://github.com/mockdeep/raphael-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 21 15:20:40 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E61F962F; Mon, 21 Oct 2013 15:20:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC44B2EC2; Mon, 21 Oct 2013 15:20:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LFKe53076949; Mon, 21 Oct 2013 15:20:40 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9LFKe5i076948; Mon, 21 Oct 2013 15:20:40 GMT (envelope-from swills) Date: Mon, 21 Oct 2013 15:20:40 GMT Message-Id: <201310211520.r9LFKe5i076948@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182727: new port www/rubygem-raphael-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 15:20:41 -0000 Synopsis: new port www/rubygem-raphael-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Mon Oct 21 15:20:40 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182727 From owner-freebsd-ruby@FreeBSD.ORG Tue Oct 22 11:02:46 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7E77539 for ; Tue, 22 Oct 2013 11:02:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5EEC2135 for ; Tue, 22 Oct 2013 11:02:46 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MB2kbZ097847 for ; Tue, 22 Oct 2013 11:02:46 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9MB2k9b097842; Tue, 22 Oct 2013 11:02:46 GMT (envelope-from portscout) Message-Id: <201310221102.r9MB2k9b097842@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 22 Oct 2013 11:02:46 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 11:02:47 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-descendants_tracker | 0.0.1 | 0.0.3 ------------------------------------------------+-----------------+------------ www/rubygem-d3_rails | 3.3.6 | 3.3.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Oct 22 19:22:35 2013 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E80D825C for ; Tue, 22 Oct 2013 19:22:35 +0000 (UTC) (envelope-from clutton@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id CC7E5215D for ; Tue, 22 Oct 2013 19:22:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=s31DwXg6YJI4clLMM/uXZywOVNLncYs6HRE0XuRcF05PtvNTyXcwAQTIKVQsgBC3gWR38a6YKmEt 320S1HBkU6u8leu+iSDzMWdHAgQuqX89lcYOhH5xHmS3UMAeO6K2 Received: from [192.168.11.5] (213.111.120.236 [213.111.120.236]) by mx.zohomail.com with SMTPS id 1382469747951621.6601076910854; Tue, 22 Oct 2013 12:22:27 -0700 (PDT) Subject: Re: Calling all ruby enthusiasts From: clutton To: freebsd-ruby@freebsd.org In-Reply-To: <20131014163219.GD55918@goodking.ca> References: <20131012050414.GA49144@goodking.ca> <1381669375.84219.14.camel@eva02> <20131014163219.GD55918@goodking.ca> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-cvXjKkztV5LCEVKrtCrz" Date: Tue, 22 Oct 2013 22:22:23 +0300 Message-ID: <1382469743.3466.18.camel@eva02.mbsd> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SGR3_1_17103_254 X-ZohoMail-Owner: <1382469743.3466.18.camel@eva02.mbsd>+zmo_0_ X-ZohoMail-Sender: 213.111.120.236 X-ZohoMailClient: External X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 19:22:36 -0000 --=-cvXjKkztV5LCEVKrtCrz Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ok, who are|is then? I've found that lang/ruby-reference is died a long time ago, in 2007... It was consumed by the ruby-doc.org. The site is dead, the project is dead. The reference covers only Ruby 1.6 I really like reading docs/api offline. That is the reason why I am concern. On Mon, 2013-10-14 at 12:32 -0400, Thomas Abthorpe wrote: > On Sun, Oct 13, 2013 at 04:02:55PM +0300, clutton wrote: > > Let's speak about updating/removing a lang/ruby-doc-stdlib and a > > lang/ruby-reference. > > Should this ports survive? If so, I can update them. >=20 > That would be great, please file a PR for them. >=20 > >=20 > > And also let's remove lang/ruby-man, lang/ruby-programmingruby, and > > lang/ruby-usersguide. These are worthless ports. > >=20 > >=20 >=20 > I am not in a position to debate the removal of some of these ports, as > I am not a contributor to ruby. I will leave this to the judgement of > those who are. >=20 >=20 > Thomas >=20 --=-cvXjKkztV5LCEVKrtCrz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJSZtBvAAoJECNkWbjnbjuiUW4P/A3B/O/ORA/sC6ZEFeqB6rA/ tItiUMa4mjG0Us7JDkQ0wCRWekuW32WUzmMGyMV6v7pJ6Y21YPjRZcoJtxU1OcIf JE42Ikt3z6djBufqd5xkRtNqF0penjrho+q4iwEUIViUNJgpDHTHxgt1SfxSnOdZ +i90EW0YTVMKlgaoCAQhIIReNZRFENHoWJ3Z+m50sJqL/CvZQEbqRMWhwq4hgFvM ausrx1HuqCle3DjOQV99eSxVxWNAANNisAWTyX2hj5MpKpPR0XnN5ubrfyLKtxnU Y5ugu1wo49XOYXZAwyYdzKoPTLJaXKj9BY+3ABeCWEbXeLkIZeMshWB6iZ3qzCMd 5s4s+jvoLOEmp7VUI4juJsvicXkWoTtUvq3HTKcowkHbmUTvuOIh2dnGLyLKyZjX STNv1u3fG4/6BaUUj/dmeIcoHqnWZbuKfifc+w9QyYsDgRtVKNrCgFvU8C7D/9y+ mboro1pU4ipySvrXpa4pS/NPfSSnTbzx2mfJJpxGVEcOJsifuHHwDwhmxfqDb67/ 4L6r5++Yq6Kyrtos4tQiVdvAWqSWwe0IJjlvMW+jyoWkj6F7CdbPzPnpt8Aknf/E w0g+1noj6Elu5YhjpavzgVCHqyraH8C66ac/UF5yLEiGVIS7o1efXk6r7SfD/3/8 xIVjHEvzd1cKecIthxE4 =T9u+ -----END PGP SIGNATURE----- --=-cvXjKkztV5LCEVKrtCrz-- From owner-freebsd-ruby@FreeBSD.ORG Wed Oct 23 10:36:02 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47F16B39 for ; Wed, 23 Oct 2013 10:36:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 362042418 for ; Wed, 23 Oct 2013 10:36:02 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NAa2P5074169 for ; Wed, 23 Oct 2013 10:36:02 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9NAa2Ka074165; Wed, 23 Oct 2013 10:36:02 GMT (envelope-from portscout) Message-Id: <201310231036.r9NAa2Ka074165@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 23 Oct 2013 10:36:02 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 10:36:02 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/rubygem-arel | 3.0.2 | 4.0.1 ------------------------------------------------+-----------------+------------ databases/rubygem-seed-fu | 2.2.0 | 2.3.0 ------------------------------------------------+-----------------+------------ devel/rubygem-cocaine | 0.5.1 | 0.5.3 ------------------------------------------------+-----------------+------------ devel/rubygem-jruby-jars | 1.7.4 | 1.7.6 ------------------------------------------------+-----------------+------------ devel/rubygem-paperclip | 3.4.2 | 3.5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Wed Oct 23 11:27:38 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9443EFE for ; Wed, 23 Oct 2013 11:27:38 +0000 (UTC) (envelope-from knu@iDaemons.org) Received: from mail.musha.org (v055125.ppp.asahi-net.or.jp [124.155.55.125]) by mx1.freebsd.org (Postfix) with ESMTP id A3D7F26D9 for ; Wed, 23 Oct 2013 11:27:38 +0000 (UTC) Received: by mail.musha.org (Postfix, from userid 58) id 3d4Td94dWszWp67; Wed, 23 Oct 2013 20:19:41 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on daemon.musha.org X-Spam-Level: X-Spam-Status: No, score=-4.5 required=13.0 tests=BAYES_00, CONTENT_TYPE_PRESENT,FAKEDWORD_ONE,FAKEDWORD_VERTICALLINE,ONLY1HOPDIRECT, RP_MATCHES_RCVD,SPF_HELO_FAIL,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.11.11]) by mail.musha.org (Postfix) with ESMTP id 3d4Td557V8zWp60; Wed, 23 Oct 2013 20:19:37 +0900 (JST) Date: Wed, 23 Oct 2013 20:19:37 +0900 Message-ID: <861u3cmdyu.knu@iDaemons.org> From: "Akinori MUSHA" To: Bryan Drewery Subject: Re: Time to mark lang/ruby18 DEPRECATED In-Reply-To: <20130925144423.GI74496@admin.xzibition.com> References: <20130923173906.GR95595@goodking.org> <20130925144423.GI74496@admin.xzibition.com> Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Wed_Oct_23_20:19:32_2013-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Cc: Thomas Abthorpe , ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 11:27:38 -0000 --pgp-sign-Multipart_Wed_Oct_23_20:19:32_2013-1 Content-Type: text/plain; charset=US-ASCII Great! It's fantastic to see ruby 1.8 finally go. Now, why don't we make Ruby 2.0 the default version instead of 1.9? Ruby 2.0 is highly (upper) compatible with 1.9 and there should be no reason to adopt Ruby 1.9.3 by now. Ruby 1.9 is unlikely to have any more build/platform related change that would expand supported platforms, architectures or compilers, so I think we should adopt Ruby 2.0 now that FreeBSD 10 is soon to be shipped with a new compiler and toolchain that are rapidly evolving. What do you guys think? Is there any essential package that does not run on Ruby 2.0, in which case I could help? -- Akinori MUSHA / https://akinori.org/ --pgp-sign-Multipart_Wed_Oct_23_20:19:32_2013-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Description: OpenPGP Digital Signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEABECAAYFAlJnsMUACgkQkgvvx5/Z4e4G9wCfTjXLCSK8P76wY+NYQhEYqOf3 mdsAn1hy1ReOg9mXh1cJbunRtQsE0hrd =xjcD -----END PGP SIGNATURE----- --pgp-sign-Multipart_Wed_Oct_23_20:19:32_2013-1-- From owner-freebsd-ruby@FreeBSD.ORG Wed Oct 23 16:52:25 2013 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16EE9C7C for ; Wed, 23 Oct 2013 16:52:25 +0000 (UTC) (envelope-from clutton@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id EFE262D60 for ; Wed, 23 Oct 2013 16:52:24 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=i2qz2Zl8nhudTd9pCiN+FRTTaFxsgNpRbmhxoMOJaW/3SULrGZiNudvcV3o7DrfeqYMQ4W9oIhTG S/NoXuz5koMPvg9ReNxAvwnsO2/uy91XUoRyjNAWo4RYVBcW8AeC Received: from [192.168.11.5] (213.111.120.236 [213.111.120.236]) by mx.zohomail.com with SMTPS id 1382547143113221.39965115919574; Wed, 23 Oct 2013 09:52:23 -0700 (PDT) Subject: Re: Time to mark lang/ruby18 DEPRECATED From: clutton To: freebsd-ruby@freebsd.org In-Reply-To: <861u3cmdyu.knu@iDaemons.org> References: <20130923173906.GR95595@goodking.org> <20130925144423.GI74496@admin.xzibition.com> <861u3cmdyu.knu@iDaemons.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-flIqONCc/WUSBLZkeEi7" Date: Wed, 23 Oct 2013 19:52:17 +0300 Message-ID: <1382547137.3290.5.camel@eva02.mbsd> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SGR3_1_17103_109 X-ZohoMail-Owner: <1382547137.3290.5.camel@eva02.mbsd>+zmo_0_ X-ZohoMail-Sender: 213.111.120.236 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 16:52:25 -0000 --=-flIqONCc/WUSBLZkeEi7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yeap, great idea. OS X 10.9 ships with ruby 2.0 as the system version already! http://i.imgur.com/RHBRnmD.png On Wed, 2013-10-23 at 20:19 +0900, Akinori MUSHA wrote: > Great! It's fantastic to see ruby 1.8 finally go. >=20 > Now, why don't we make Ruby 2.0 the default version instead of 1.9? >=20 > Ruby 2.0 is highly (upper) compatible with 1.9 and there should be no > reason to adopt Ruby 1.9.3 by now. Ruby 1.9 is unlikely to have any > more build/platform related change that would expand supported > platforms, architectures or compilers, so I think we should adopt Ruby > 2.0 now that FreeBSD 10 is soon to be shipped with a new compiler and > toolchain that are rapidly evolving. >=20 > What do you guys think? Is there any essential package that does not > run on Ruby 2.0, in which case I could help? >=20 > -- > Akinori MUSHA / https://akinori.org/ --=-flIqONCc/WUSBLZkeEi7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJSZ/7BAAoJECNkWbjnbjuihZUQAJWNvj+Lq6jLvA7uZPnQSSiV n94XNtkpJzGmvgthI7jv/VwN09fU14GDCCw9XrI8dvoEvHmZu7Df+y7i5gxcpV9q mGc9Sz30OLZQgUbAlwb+Q/rwtWzsr4b61X6e3EuKMw8P2QaI9Bco0jkVjyY1LpOp Dg0n7+1ZvDZnkcwlL3B1Oe6aw5MU3eVrA73aiyOJ9zOmvXNt2NGH2jSyIPTD0PKU 0CN3/gPJYYaXTxmTefvjcGMd+g3G0OldzyEjhDfjiBdf+fUjJGS0vclo3c8FOYdj Ijbjd/dO4QNbinu/s4bsHNtOwvKCABCa0POTObbsWJ8Sp3xQ4vDO87uL+aonj95p m8H4MM2qjg6GkdFMlyqLiyoo3HPxny4Dho9OTrNAWDww7lWyuK1oRWP8ISKX+KfZ mB0Yg1rNu0MR3GwpELSnGUpFMwV4WWZSSz4i/8rdN7MIVYG4Jw+73k/bdwSJZ/PO PG9BoPzh3gXwc5x2mq+WQw5HYWXVEjAEEAmdzaDIKjroFb33Kr8f3Y0wYtVyVOzR 9xt40AUB9SnPE+EsHaAwAxBGZN6ZGhjts4Ii1JLA8gHkGzXN/RoSPIN1RKgwVKNY 3sqwUPCuTkv3jCmMJaNQH/xmGpXI214T6FMBAnxjfMrpnfMe43LYJRnmaqCOR2lk rgbtDMGFivoP/dWG2M6N =zXQ6 -----END PGP SIGNATURE----- --=-flIqONCc/WUSBLZkeEi7-- From owner-freebsd-ruby@FreeBSD.ORG Wed Oct 23 18:23:47 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 970095B7 for ; Wed, 23 Oct 2013 18:23:47 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (unknown [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id 422652377 for ; Wed, 23 Oct 2013 18:23:47 +0000 (UTC) Received: from [10.26.148.87] (mobile-166-137-177-060.mycingular.net [166.137.177.60]) by mx0.deglitch.com (Postfix) with ESMTPSA id EB1438FC2B; Wed, 23 Oct 2013 22:23:39 +0400 (MSK) References: <20130923173906.GR95595@goodking.org> <20130925144423.GI74496@admin.xzibition.com> <861u3cmdyu.knu@iDaemons.org> Mime-Version: 1.0 (1.0) In-Reply-To: <861u3cmdyu.knu@iDaemons.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <0D08EC8B-8E8D-45A6-A53E-6F8EE17B76AC@FreeBSD.org> X-Mailer: iPad Mail (10B329) From: Stanislav Sedov Subject: Re: Time to mark lang/ruby18 DEPRECATED Date: Wed, 23 Oct 2013 11:23:27 -0700 To: Akinori MUSHA Cc: Thomas Abthorpe , "ruby@FreeBSD.org" , Bryan Drewery X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 18:23:47 -0000 On Oct 23, 2013, at 4:19 AM, "Akinori MUSHA" wrote: > Great! It's fantastic to see ruby 1.8 finally go. >=20 > Now, why don't we make Ruby 2.0 the default version instead of 1.9? >=20 > Ruby 2.0 is highly (upper) compatible with 1.9 and there should be no > reason to adopt Ruby 1.9.3 by now. Ruby 1.9 is unlikely to have any > more build/platform related change that would expand supported > platforms, architectures or compilers, so I think we should adopt Ruby > 2.0 now that FreeBSD 10 is soon to be shipped with a new compiler and > toolchain that are rapidly evolving. >=20 > What do you guys think? Is there any essential package that does not > run on Ruby 2.0, in which case I could help? At the time we switched to ruby 1.9 there were some ports broken with 2.0 iirc. I'm not sure if the situation changed with the recent wave of 1.8 por= ts deprecation, though. I agree that we should go with 2.0. Given that new os x ships with 2.0 we definitely want to stay compatible with what people are going to use on OS X. The only major breakages I seen were related to encoding problems (ruby 2.0 uses utf-8 by default). Unfortunately, some of those problems only happen at runtime :-( Do we have a list of ports broken with 2.0 somewhere? -- ST4096-RIPE From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 02:10:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8567D774 for ; Thu, 24 Oct 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73B3D20D3 for ; Thu, 24 Oct 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O2A1lk015951 for ; Thu, 24 Oct 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O2A19L015950; Thu, 24 Oct 2013 02:10:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 02:10:01 GMT Message-Id: <201310240210.r9O2A19L015950@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182131: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 02:10:01 -0000 The following reply was made to PR ports/182131; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182131: commit references a PR Date: Thu, 24 Oct 2013 02:09:48 +0000 (UTC) Author: swills Date: Thu Oct 24 02:09:41 2013 New Revision: 331451 URL: http://svnweb.freebsd.org/changeset/ports/331451 Log: - Require LDAP, it's not optional - Fix dependency on coderay - Fix permissions on pid file dir - Fix permissions on Gemfile.lock PR: ports/182131 Submitted by: "David Demelier" Modified: head/www/redmine/Makefile head/www/redmine/files/patch-Gemfile Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Thu Oct 24 01:45:27 2013 (r331450) +++ head/www/redmine/Makefile Thu Oct 24 02:09:41 2013 (r331451) @@ -18,7 +18,8 @@ RUN_DEPENDS= rubygem-rubytree>=0:${PORTS rubygem-rack-openid>=0:${PORTSDIR}/www/rubygem-rack-openid \ rubygem-coderay>=1.0.9:${PORTSDIR}/textproc/rubygem-coderay \ rubygem-fastercsv>=1.5.0:${PORTSDIR}/devel/rubygem-fastercsv \ - rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder + rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap USE_RUBY= yes USE_RUBY_FEATURES= iconv @@ -26,7 +27,7 @@ USE_RAKE= yes NO_BUILD= yes SUB_LIST+= RUBY_NAME=${RUBY_NAME} -OPTIONS_DEFINE= MYSQL MYSQL2 POSTGRESQL RMAGIC WWWSERVER LDAP +OPTIONS_DEFINE= MYSQL MYSQL2 POSTGRESQL RMAGIC WWWSERVER OPTIONS_DEFAULT=MYSQL2 RMAGIC WWWSERVER THIN OPTIONS_SINGLE= WWWSERVER OPTIONS_SINGLE_WWWSERVER= THIN PASSENGER @@ -72,10 +73,6 @@ RUN_DEPENDS+= passenger-config:${PORTSDI .endif .endif -.if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap -.endif - post-extract: ${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml-dist @@ -84,11 +81,15 @@ pre-install: do-install: ${MKDIR} ${WWWDIR} + ${MKDIR} ${WWWDIR}/tmp/pids cd ${WRKSRC} && \ ${COPYTREE_SHARE} "*" ${WWWDIR} "! ( -name *\.orig -o -name *\.bak )" ${FIND} ${WRKSRC}/script -type f -print | ${XARGS} ${CHMOD} 755 post-install: + ${TOUCH} ${WWWDIR}/Gemfile.lock + ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/Gemfile.lock + if ! [ -r ${WWWDIR}/config/settings.yml ]; then \ ${INSTALL_DATA} ${WWWDIR}/config/settings.yml-dist \ ${WWWDIR}/config/settings.yml; \ Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Thu Oct 24 01:45:27 2013 (r331450) +++ head/www/redmine/files/patch-Gemfile Thu Oct 24 02:09:41 2013 (r331451) @@ -1,5 +1,5 @@ --- Gemfile.orig 2013-07-14 16:51:09.000000000 +0000 -+++ Gemfile 2013-07-21 12:56:04.025404096 +0000 ++++ Gemfile 2013-10-24 01:36:14.746224376 +0000 @@ -1,11 +1,11 @@ source 'https://rubygems.org' @@ -7,7 +7,8 @@ -gem "jquery-rails", "~> 2.0.2" +gem "jquery-rails", "~> 3.0" gem "i18n", "~> 0.6.0" - gem "coderay", "~> 1.0.9" +-gem "coderay", "~> 1.0.9" ++gem "coderay", "~> 1.1.0" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] -gem "builder", "3.0.0" +gem "builder", "~> 3.0.0" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 02:10:10 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7AA7A784; Thu, 24 Oct 2013 02:10:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50BC620D7; Thu, 24 Oct 2013 02:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O2A9Am016059; Thu, 24 Oct 2013 02:10:09 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O2A80e016058; Thu, 24 Oct 2013 02:10:08 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 02:10:08 GMT Message-Id: <201310240210.r9O2A80e016058@freefall.freebsd.org> To: markand@malikania.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182131: [patch] www/redmine: multiple small errors X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 02:10:10 -0000 Synopsis: [patch] www/redmine: multiple small errors State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 02:10:08 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182131 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 02:32:05 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 057A0C22; Thu, 24 Oct 2013 02:32:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEA162247; Thu, 24 Oct 2013 02:32:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O2W4tt022595; Thu, 24 Oct 2013 02:32:04 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O2W4rg022594; Thu, 24 Oct 2013 02:32:04 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 02:32:04 GMT Message-Id: <201310240232.r9O2W4rg022594@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182728: new port devel/rubygem-redis-activesupport X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 02:32:05 -0000 Synopsis: new port devel/rubygem-redis-activesupport State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 02:32:03 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182728 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 02:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5E0AD9C for ; Thu, 24 Oct 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFF032264 for ; Thu, 24 Oct 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O2e1FF022842 for ; Thu, 24 Oct 2013 02:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O2e1PX022841; Thu, 24 Oct 2013 02:40:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 02:40:01 GMT Message-Id: <201310240240.r9O2e1PX022841@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182728: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 02:40:02 -0000 The following reply was made to PR ports/182728; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182728: commit references a PR Date: Thu, 24 Oct 2013 02:31:22 +0000 (UTC) Author: swills Date: Thu Oct 24 02:31:13 2013 New Revision: 331453 URL: http://svnweb.freebsd.org/changeset/ports/331453 Log: Redis store for ActiveSupport::Cache WWW: http://redis-store.org/redis-activesupport PR: ports/182728 Submitted by: Loic Blot Added: head/devel/rubygem-redis-activesupport/ head/devel/rubygem-redis-activesupport/Makefile (contents, props changed) head/devel/rubygem-redis-activesupport/distinfo (contents, props changed) head/devel/rubygem-redis-activesupport/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 24 02:21:32 2013 (r331452) +++ head/devel/Makefile Thu Oct 24 02:31:13 2013 (r331453) @@ -4189,6 +4189,7 @@ SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc + SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref Added: head/devel/rubygem-redis-activesupport/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-activesupport/Makefile Thu Oct 24 02:31:13 2013 (r331453) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= redis-activesupport +PORTVERSION= 4.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Redis store for ActiveSupport::Cache + +RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-redis-activesupport/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-activesupport/distinfo Thu Oct 24 02:31:13 2013 (r331453) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redis-activesupport-4.0.0.gem) = cd802d06716638fb000e209a769f1a3932285c8ba2b328aa0c501f0999fcb4a2 +SIZE (rubygem/redis-activesupport-4.0.0.gem) = 10240 Added: head/devel/rubygem-redis-activesupport/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-redis-activesupport/pkg-descr Thu Oct 24 02:31:13 2013 (r331453) @@ -0,0 +1,3 @@ +Redis store for ActiveSupport::Cache + +WWW: http://redis-store.org/redis-activesupport _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 03:22:25 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA07A670; Thu, 24 Oct 2013 03:22:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A059B24E1; Thu, 24 Oct 2013 03:22:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O3MPwC033537; Thu, 24 Oct 2013 03:22:25 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O3MPf9033536; Thu, 24 Oct 2013 03:22:25 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 03:22:25 GMT Message-Id: <201310240322.r9O3MPf9033536@freefall.freebsd.org> To: m.tsatsenko@gmail.com, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182940: [patch] www/redmine: update to 2.3.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 03:22:25 -0000 Synopsis: [patch] www/redmine: update to 2.3.3 State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 03:22:25 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182940 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 03:30:03 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D29199D for ; Thu, 24 Oct 2013 03:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BBCE2540 for ; Thu, 24 Oct 2013 03:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O3U3gr033911 for ; Thu, 24 Oct 2013 03:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9O3U3TR033910; Thu, 24 Oct 2013 03:30:03 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 03:30:03 GMT Message-Id: <201310240330.r9O3U3TR033910@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182940: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 03:30:03 -0000 The following reply was made to PR ports/182940; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182940: commit references a PR Date: Thu, 24 Oct 2013 03:22:20 +0000 (UTC) Author: swills Date: Thu Oct 24 03:22:12 2013 New Revision: 331455 URL: http://svnweb.freebsd.org/changeset/ports/331455 Log: - Update to 2.3.3 PR: ports/182940 Submitted by: "Mikhail T." Modified: head/www/redmine/Makefile head/www/redmine/distinfo head/www/redmine/files/patch-Gemfile head/www/redmine/pkg-plist Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Thu Oct 24 03:09:31 2013 (r331454) +++ head/www/redmine/Makefile Thu Oct 24 03:22:12 2013 (r331455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redmine -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/www/redmine/distinfo ============================================================================== --- head/www/redmine/distinfo Thu Oct 24 03:09:31 2013 (r331454) +++ head/www/redmine/distinfo Thu Oct 24 03:22:12 2013 (r331455) @@ -1,2 +1,2 @@ -SHA256 (redmine-2.3.2.tar.gz) = dc3f86f2ac591c6d0886d183b68604aa80fc90d412bdeab0c3a57c9cd7b43384 -SIZE (redmine-2.3.2.tar.gz) = 3801029 +SHA256 (redmine-2.3.3.tar.gz) = dbec7b62417b8cd36c02bf98f38d26429c27b67430217879ce8fe25af6add97b +SIZE (redmine-2.3.3.tar.gz) = 3803852 Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Thu Oct 24 03:09:31 2013 (r331454) +++ head/www/redmine/files/patch-Gemfile Thu Oct 24 03:22:12 2013 (r331455) @@ -1,5 +1,5 @@ ---- Gemfile.orig 2013-07-14 16:51:09.000000000 +0000 -+++ Gemfile 2013-10-24 01:36:14.746224376 +0000 +--- Gemfile.orig 2013-09-14 10:48:49.000000000 +0400 ++++ Gemfile 2013-10-03 15:49:30.683217929 +0400 @@ -1,11 +1,11 @@ source 'https://rubygems.org' @@ -19,13 +19,17 @@ # Optional gem for OpenID authentication group :openid do -- gem "ruby-openid", "~> 2.1.4", :require => "openid" -+ gem "ruby-openid", "~> 2.1", :require => "openid" +- gem "ruby-openid", "~> 2.2.3", :require => "openid" ++ gem "ruby-openid", "~> 2.2", :require => "openid" gem "rack-openid" end -@@ -49,7 +49,7 @@ - gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw] +@@ -46,10 +46,10 @@ + adapters.each do |adapter| + case adapter + when 'mysql2' +- gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw] ++ gem "mysql2", "~> 0.3", :platforms => [:mri, :mingw] gem "activerecord-jdbcmysql-adapter", :platforms => :jruby when 'mysql' - gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw] Modified: head/www/redmine/pkg-plist ============================================================================== --- head/www/redmine/pkg-plist Thu Oct 24 03:09:31 2013 (r331454) +++ head/www/redmine/pkg-plist Thu Oct 24 03:22:12 2013 (r331455) @@ -1580,8 +1580,11 @@ %%WWWDIR%%/test/fixtures/files/iso8859-1.txt %%WWWDIR%%/test/fixtures/custom_fields_trackers.yml %%WWWDIR%%/test/fixtures/changes.yml -%%WWWDIR%%/test/fixtures/diffs/issue-13644-2.diff %%WWWDIR%%/test/fixtures/diffs/issue-13644-1.diff +%%WWWDIR%%/test/fixtures/diffs/issue-13644-2.diff +%%WWWDIR%%/test/fixtures/diffs/issue-13644-3.diff +%%WWWDIR%%/test/fixtures/diffs/issue-13644-4.diff +%%WWWDIR%%/test/fixtures/diffs/issue-13644-5.diff %%WWWDIR%%/test/fixtures/diffs/issue-12641-ja.diff %%WWWDIR%%/test/fixtures/diffs/issue-12641-ru.diff %%WWWDIR%%/test/fixtures/diffs/partials.diff _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 14:01:36 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6918EB32; Thu, 24 Oct 2013 14:01:36 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8F72018; Thu, 24 Oct 2013 14:01:36 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id r9OE1PsT030079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 24 Oct 2013 14:01:30 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id r9OE1OFB030078; Thu, 24 Oct 2013 14:01:24 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 14:01:24 +0000 From: Steve Wills To: Stanislav Sedov Subject: Re: Time to mark lang/ruby18 DEPRECATED Message-ID: <20131024140122.GC92708@mouf.net> References: <20130923173906.GR95595@goodking.org> <20130925144423.GI74496@admin.xzibition.com> <861u3cmdyu.knu@iDaemons.org> <0D08EC8B-8E8D-45A6-A53E-6F8EE17B76AC@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0D08EC8B-8E8D-45A6-A53E-6F8EE17B76AC@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 24 Oct 2013 14:01:31 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: Akinori MUSHA , Thomas Abthorpe , Bryan Drewery , "ruby@FreeBSD.org" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 14:01:36 -0000 On Wed, Oct 23, 2013 at 11:23:27AM -0700, Stanislav Sedov wrote: > > > At the time we switched to ruby 1.9 there were some ports broken with 2.0 > iirc. I'm not sure if the situation changed with the recent wave of 1.8 ports > deprecation, though. > > I agree that we should go with 2.0. Given that new os x ships with 2.0 we > definitely want to stay compatible with what people are going to use on > OS X. The only major breakages I seen were related to encoding problems > (ruby 2.0 uses utf-8 by default). Unfortunately, some of those problems > only happen at runtime :-( > > Do we have a list of ports broken with 2.0 somewhere? I can't say for runtime issues, but we at least need to have an exp-run. I agree we need to make 2.0 the default, but I'm not sure there is time to do it for 10.0 or that it makes sense given the uncertainty. I'll work on the patch and create the PR to get the exp-run started. Steve From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 15:05:39 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32E0121B; Thu, 24 Oct 2013 15:05:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04430243C; Thu, 24 Oct 2013 15:05:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OF5c4h097264; Thu, 24 Oct 2013 15:05:38 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OF5cGO097263; Thu, 24 Oct 2013 15:05:38 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 15:05:38 GMT Message-Id: <201310241505.r9OF5cGO097263@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182729: new port www/rubygem-redis-rack X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:05:39 -0000 Synopsis: new port www/rubygem-redis-rack State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 15:05:38 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182729 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 15:10:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A49B6294 for ; Thu, 24 Oct 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8115A2462 for ; Thu, 24 Oct 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OFA1LA097451 for ; Thu, 24 Oct 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OFA1D9097450; Thu, 24 Oct 2013 15:10:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 15:10:01 GMT Message-Id: <201310241510.r9OFA1D9097450@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182729: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:10:01 -0000 The following reply was made to PR ports/182729; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182729: commit references a PR Date: Thu, 24 Oct 2013 15:00:42 +0000 (UTC) Author: swills Date: Thu Oct 24 15:00:21 2013 New Revision: 331492 URL: http://svnweb.freebsd.org/changeset/ports/331492 Log: Redis Store for Rack WWW: https://rubygems.org/gems/redis-rack PR: ports/182729 Submitted by: Loic Blot Added: head/www/rubygem-redis-rack/ head/www/rubygem-redis-rack/Makefile (contents, props changed) head/www/rubygem-redis-rack/distinfo (contents, props changed) head/www/rubygem-redis-rack/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 24 14:46:52 2013 (r331491) +++ head/www/Makefile Thu Oct 24 15:00:21 2013 (r331492) @@ -1809,6 +1809,7 @@ SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth + SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook Added: head/www/rubygem-redis-rack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rack/Makefile Thu Oct 24 15:00:21 2013 (r331492) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= redis-rack +PORTVERSION= 1.5.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Redis Store for Rack + +GEM_ENV= LC_CTYPE=UTF-8 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +RUN_DEPENDS= rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \ + rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store + +NO_STAGE= yes +.include Added: head/www/rubygem-redis-rack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rack/distinfo Thu Oct 24 15:00:21 2013 (r331492) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redis-rack-1.5.0.gem) = 68be24901183f1973059e837b1acc421cebd34766753ca6f6e7902fb50ef35f8 +SIZE (rubygem/redis-rack-1.5.0.gem) = 8704 Added: head/www/rubygem-redis-rack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rack/pkg-descr Thu Oct 24 15:00:21 2013 (r331492) @@ -0,0 +1,3 @@ +Redis Store for Rack + +WWW: https://rubygems.org/gems/redis-rack _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 15:17:05 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B59C8791; Thu, 24 Oct 2013 15:17:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A0DC24DB; Thu, 24 Oct 2013 15:17:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OFH5dX000268; Thu, 24 Oct 2013 15:17:05 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OFH57x000267; Thu, 24 Oct 2013 15:17:05 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 15:17:05 GMT Message-Id: <201310241517.r9OFH57x000267@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182731: new port www/rubygem-turbolinks X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:17:05 -0000 Synopsis: new port www/rubygem-turbolinks State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 15:17:05 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182731 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 15:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C27395A for ; Thu, 24 Oct 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66DE924FF for ; Thu, 24 Oct 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OFK1V9000425 for ; Thu, 24 Oct 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OFK1nD000424; Thu, 24 Oct 2013 15:20:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 15:20:01 GMT Message-Id: <201310241520.r9OFK1nD000424@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182731: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:20:01 -0000 The following reply was made to PR ports/182731; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182731: commit references a PR Date: Thu, 24 Oct 2013 15:16:18 +0000 (UTC) Author: swills Date: Thu Oct 24 15:16:10 2013 New Revision: 331495 URL: http://svnweb.freebsd.org/changeset/ports/331495 Log: Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline) WWW: https://rubygems.org/gems/turbolinks PR: ports/182731 Submitted by: Loic Blot Added: head/www/rubygem-turbolinks/ head/www/rubygem-turbolinks/Makefile (contents, props changed) head/www/rubygem-turbolinks/distinfo (contents, props changed) head/www/rubygem-turbolinks/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 24 15:11:40 2013 (r331494) +++ head/www/Makefile Thu Oct 24 15:16:10 2013 (r331495) @@ -1827,6 +1827,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails + SUBDIR += rubygem-turbolinks SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails Added: head/www/rubygem-turbolinks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/Makefile Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= turbolinks +PORTVERSION= 1.3.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Turbolinks makes following links in your web application faster + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +RUN_DEPENDS= rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails + +NO_STAGE= yes + +.include Added: head/www/rubygem-turbolinks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/distinfo Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,2 @@ +SHA256 (rubygem/turbolinks-1.3.0.gem) = 40760fc5dad7662bca5c0d3abf44610dcb2b6ff29c5d49ac3d47e57357b85e24 +SIZE (rubygem/turbolinks-1.3.0.gem) = 15360 Added: head/www/rubygem-turbolinks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/pkg-descr Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,4 @@ +Turbolinks makes following links in your web application faster (use with Rails +Asset Pipeline) + +WWW: https://rubygems.org/gems/turbolinks _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 18:41:51 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73B8B6C7; Thu, 24 Oct 2013 18:41:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 454152226; Thu, 24 Oct 2013 18:41:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OIfp3J047895; Thu, 24 Oct 2013 18:41:51 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OIfoPe047894; Thu, 24 Oct 2013 18:41:50 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 18:41:50 GMT Message-Id: <201310241841.r9OIfoPe047894@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182733: [new port] databases/rubygem-redis-actionpack X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 18:41:51 -0000 Synopsis: [new port] databases/rubygem-redis-actionpack State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 18:41:50 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182733 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 18:50:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B084A11 for ; Thu, 24 Oct 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 799A222BE for ; Thu, 24 Oct 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OIo1oR048273 for ; Thu, 24 Oct 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OIo1fg048272; Thu, 24 Oct 2013 18:50:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 18:50:01 GMT Message-Id: <201310241850.r9OIo1fg048272@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182733: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 18:50:01 -0000 The following reply was made to PR ports/182733; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182733: commit references a PR Date: Thu, 24 Oct 2013 18:41:25 +0000 (UTC) Author: swills Date: Thu Oct 24 18:41:12 2013 New Revision: 331511 URL: http://svnweb.freebsd.org/changeset/ports/331511 Log: Redis session store for ActionPack WWW: http://redis-store.org/redis-actionpack PR: ports/182733 Submitted by: Loic Blot Added: head/databases/rubygem-redis-actionpack/ head/databases/rubygem-redis-actionpack/Makefile (contents, props changed) head/databases/rubygem-redis-actionpack/distinfo (contents, props changed) head/databases/rubygem-redis-actionpack/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Oct 24 18:32:24 2013 (r331510) +++ head/databases/Makefile Thu Oct 24 18:41:12 2013 (r331511) @@ -875,6 +875,7 @@ SUBDIR += rubygem-pg SUBDIR += rubygem-rbase SUBDIR += rubygem-redis + SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep SUBDIR += rubygem-seed-fu Added: head/databases/rubygem-redis-actionpack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-redis-actionpack/Makefile Thu Oct 24 18:41:12 2013 (r331511) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= redis-actionpack +PORTVERSION= 4.0.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Redis session store for ActionPack + +RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \ + rubygem-redis-rack>=1.5.0:${PORTSDIR}/www/rubygem-redis-rack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/databases/rubygem-redis-actionpack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-redis-actionpack/distinfo Thu Oct 24 18:41:12 2013 (r331511) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redis-actionpack-4.0.0.gem) = e49029df46b15434591962cc004a1f0b07ab11276e00fd53ec835b85c7064d55 +SIZE (rubygem/redis-actionpack-4.0.0.gem) = 9216 Added: head/databases/rubygem-redis-actionpack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-redis-actionpack/pkg-descr Thu Oct 24 18:41:12 2013 (r331511) @@ -0,0 +1,3 @@ +Redis session store for ActionPack + +WWW: http://redis-store.org/redis-actionpack _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 18:56:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFB42AB7; Thu, 24 Oct 2013 18:56:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92462230C; Thu, 24 Oct 2013 18:56:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OIu2xT050144; Thu, 24 Oct 2013 18:56:02 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OIu2dM050143; Thu, 24 Oct 2013 18:56:02 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 18:56:02 GMT Message-Id: <201310241856.r9OIu2dM050143@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182734: new port www/rubygem-redis-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 18:56:02 -0000 Synopsis: new port www/rubygem-redis-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 18:56:02 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182734 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:00:03 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C2C6BCB for ; Thu, 24 Oct 2013 19:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BB772324 for ; Thu, 24 Oct 2013 19:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJ02TI050368 for ; Thu, 24 Oct 2013 19:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJ028P050367; Thu, 24 Oct 2013 19:00:02 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 19:00:02 GMT Message-Id: <201310241900.r9OJ028P050367@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182734: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:00:03 -0000 The following reply was made to PR ports/182734; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182734: commit references a PR Date: Thu, 24 Oct 2013 18:56:03 +0000 (UTC) Author: swills Date: Thu Oct 24 18:55:56 2013 New Revision: 331513 URL: http://svnweb.freebsd.org/changeset/ports/331513 Log: Redis for Ruby on Rails WWW: http://redis-store.org/redis-rails PR: ports/182734 Submitted by: Loic Blot Added: head/www/rubygem-redis-rails/ head/www/rubygem-redis-rails/Makefile (contents, props changed) head/www/rubygem-redis-rails/distinfo (contents, props changed) head/www/rubygem-redis-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 24 18:49:46 2013 (r331512) +++ head/www/Makefile Thu Oct 24 18:55:56 2013 (r331513) @@ -1812,6 +1812,7 @@ SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth SUBDIR += rubygem-redis-rack + SUBDIR += rubygem-redis-rails SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook Added: head/www/rubygem-redis-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rails/Makefile Thu Oct 24 18:55:56 2013 (r331513) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= redis-rails +PORTVERSION= 4.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= https://rubygems.org/gems/redis-rails + +RUN_DEPENDS= rubygem-redis-actionpack>=4:${PORTSDIR}/databases/rubygem-redis-actionpack \ + rubygem-redis-activesupport>=4:${PORTSDIR}/devel/rubygem-redis-activesupport \ + rubygem-redis-store>=1.1.4:${PORTSDIR}/devel/rubygem-redis-store + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-redis-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rails/distinfo Thu Oct 24 18:55:56 2013 (r331513) @@ -0,0 +1,2 @@ +SHA256 (rubygem/redis-rails-4.0.0.gem) = a7224c9a7c9bfc9d6080a0418b3c290b9d27ff88b481022b3958a1b2e0e1fc45 +SIZE (rubygem/redis-rails-4.0.0.gem) = 7168 Added: head/www/rubygem-redis-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-redis-rails/pkg-descr Thu Oct 24 18:55:56 2013 (r331513) @@ -0,0 +1,3 @@ +Redis for Ruby on Rails + +WWW: http://redis-store.org/redis-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:12:21 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5F6264E; Thu, 24 Oct 2013 19:12:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8497240F; Thu, 24 Oct 2013 19:12:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJCLe5054458; Thu, 24 Oct 2013 19:12:21 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJCLfi054457; Thu, 24 Oct 2013 19:12:21 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 19:12:21 GMT Message-Id: <201310241912.r9OJCLfi054457@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182736: new port www/rubygem-select2-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:12:21 -0000 Synopsis: new port www/rubygem-select2-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 19:12:21 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182736 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CE517B2 for ; Thu, 24 Oct 2013 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD27245A for ; Thu, 24 Oct 2013 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJK1mG055789 for ; Thu, 24 Oct 2013 19:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJK1h9055788; Thu, 24 Oct 2013 19:20:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 19:20:01 GMT Message-Id: <201310241920.r9OJK1h9055788@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182736: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:20:01 -0000 The following reply was made to PR ports/182736; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182736: commit references a PR Date: Thu, 24 Oct 2013 19:11:50 +0000 (UTC) Author: swills Date: Thu Oct 24 19:11:41 2013 New Revision: 331517 URL: http://svnweb.freebsd.org/changeset/ports/331517 Log: Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use. WWW: https://github.com/argerim/select2-rails PR: ports/182736 Submitted by: Loic Blot Added: head/www/rubygem-select2-rails/ head/www/rubygem-select2-rails/Makefile (contents, props changed) head/www/rubygem-select2-rails/distinfo (contents, props changed) head/www/rubygem-select2-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 24 19:09:58 2013 (r331516) +++ head/www/Makefile Thu Oct 24 19:11:41 2013 (r331517) @@ -1821,6 +1821,7 @@ SUBDIR += rubygem-robots SUBDIR += rubygem-scrapi SUBDIR += rubygem-scrubyt + SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra Added: head/www/rubygem-select2-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-select2-rails/Makefile Thu Oct 24 19:11:41 2013 (r331517) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= select2-rails +PORTVERSION= 3.5.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Implement select2 jQuery library into Rails + +RUN_DEPENDS= rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-select2-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-select2-rails/distinfo Thu Oct 24 19:11:41 2013 (r331517) @@ -0,0 +1,2 @@ +SHA256 (rubygem/select2-rails-3.5.0.gem) = bc89f7d91db12d6dd2f827d95449f7895d69c9a0ff0ab6f2ffbf367195f8ddfe +SIZE (rubygem/select2-rails-3.5.0.gem) = 50688 Added: head/www/rubygem-select2-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-select2-rails/pkg-descr Thu Oct 24 19:11:41 2013 (r331517) @@ -0,0 +1,5 @@ +Select2 is a jQuery based replacement for select boxes. It supports searching, +remote data sets, and infinite scrolling of results. This gem integrates +Select2 with Rails asset pipeline for easy of use. + +WWW: https://github.com/argerim/select2-rails _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:26:41 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6337CA67; Thu, 24 Oct 2013 19:26:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36C1424B6; Thu, 24 Oct 2013 19:26:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJQfDN057781; Thu, 24 Oct 2013 19:26:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJQfJ0057780; Thu, 24 Oct 2013 19:26:41 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 19:26:41 GMT Message-Id: <201310241926.r9OJQfJ0057780@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182737: new port textproc/rubygem-github-markdown X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:26:41 -0000 Synopsis: new port textproc/rubygem-github-markdown State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 19:26:40 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182737 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 743EFD9F for ; Thu, 24 Oct 2013 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53A0024FC for ; Thu, 24 Oct 2013 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJU1Hl058105 for ; Thu, 24 Oct 2013 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJU114058104; Thu, 24 Oct 2013 19:30:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 19:30:01 GMT Message-Id: <201310241930.r9OJU114058104@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182737: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:30:01 -0000 The following reply was made to PR ports/182737; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182737: commit references a PR Date: Thu, 24 Oct 2013 19:26:21 +0000 (UTC) Author: swills Date: Thu Oct 24 19:26:13 2013 New Revision: 331518 URL: http://svnweb.freebsd.org/changeset/ports/331518 Log: Self-contained Markdown parser for GitHub, with all our custom extensions WWW: http://github.github.com/github-flavored-markdown/ PR: ports/182737 Submitted by: Loic Blot Added: head/textproc/rubygem-github-markdown/ head/textproc/rubygem-github-markdown/Makefile (contents, props changed) head/textproc/rubygem-github-markdown/distinfo (contents, props changed) head/textproc/rubygem-github-markdown/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Oct 24 19:11:41 2013 (r331517) +++ head/textproc/Makefile Thu Oct 24 19:26:13 2013 (r331518) @@ -1302,6 +1302,7 @@ SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist + SUBDIR += rubygem-github-markdown SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-github-markdown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markdown/Makefile Thu Oct 24 19:26:13 2013 (r331518) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= github-markdown +PORTVERSION= 0.5.5 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Self-contained Markdown parser for GitHub + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes +.include Added: head/textproc/rubygem-github-markdown/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markdown/distinfo Thu Oct 24 19:26:13 2013 (r331518) @@ -0,0 +1,2 @@ +SHA256 (rubygem/github-markdown-0.5.5.gem) = 1434bd8f67c79bad87d27efda7679219a2f207e3e85e2ccc33749201adc43281 +SIZE (rubygem/github-markdown-0.5.5.gem) = 35840 Added: head/textproc/rubygem-github-markdown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markdown/pkg-descr Thu Oct 24 19:26:13 2013 (r331518) @@ -0,0 +1,3 @@ +Self-contained Markdown parser for GitHub, with all our custom extensions + +WWW: http://github.github.com/github-flavored-markdown/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:32:14 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6FA86E0; Thu, 24 Oct 2013 19:32:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 467C52539; Thu, 24 Oct 2013 19:32:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJWEfB059756; Thu, 24 Oct 2013 19:32:14 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJWEB1059755; Thu, 24 Oct 2013 19:32:14 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 19:32:14 GMT Message-Id: <201310241932.r9OJWEB1059755@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182738: new port textproc/rubygem-github-markup X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:32:14 -0000 Synopsis: new port textproc/rubygem-github-markup State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 19:32:13 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182738 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:38:46 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ED6A3FE; Thu, 24 Oct 2013 19:38:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01B9525BF; Thu, 24 Oct 2013 19:38:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJcj2r060047; Thu, 24 Oct 2013 19:38:45 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJcjee060046; Thu, 24 Oct 2013 19:38:45 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 19:38:45 GMT Message-Id: <201310241938.r9OJcjee060046@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182753: new port security/rubygem-pyu-ruby-sasl X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:38:46 -0000 Synopsis: new port security/rubygem-pyu-ruby-sasl State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 19:38:45 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182753 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:40:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08B70459 for ; Thu, 24 Oct 2013 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB74925EB for ; Thu, 24 Oct 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJe1i5060173 for ; Thu, 24 Oct 2013 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJe1if060172; Thu, 24 Oct 2013 19:40:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 19:40:01 GMT Message-Id: <201310241940.r9OJe1if060172@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182753: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:40:02 -0000 The following reply was made to PR ports/182753; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182753: commit references a PR Date: Thu, 24 Oct 2013 19:37:57 +0000 (UTC) Author: swills Date: Thu Oct 24 19:37:49 2013 New Revision: 331520 URL: http://svnweb.freebsd.org/changeset/ports/331520 Log: Simple Authentication and Security Layer (RFC 4422) WWW: http://github.com/pyu10055/ruby-sasl/ PR: ports/182753 Submitted by: Loic Blot Added: head/security/rubygem-pyu-ruby-sasl/ head/security/rubygem-pyu-ruby-sasl/Makefile (contents, props changed) head/security/rubygem-pyu-ruby-sasl/distinfo (contents, props changed) head/security/rubygem-pyu-ruby-sasl/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Oct 24 19:32:04 2013 (r331519) +++ head/security/Makefile Thu Oct 24 19:37:49 2013 (r331520) @@ -868,6 +868,7 @@ SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami + SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth Added: head/security/rubygem-pyu-ruby-sasl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/Makefile Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= pyu-ruby-sasl +PORTVERSION= 0.0.3.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple Authentication and Security Layer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/security/rubygem-pyu-ruby-sasl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/distinfo Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,2 @@ +SHA256 (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5 +SIZE (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 8192 Added: head/security/rubygem-pyu-ruby-sasl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/pkg-descr Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,3 @@ +Simple Authentication and Security Layer (RFC 4422) + +WWW: http://github.com/pyu10055/ruby-sasl/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:40:03 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D5A645C for ; Thu, 24 Oct 2013 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B89325EE for ; Thu, 24 Oct 2013 19:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJe39L060191 for ; Thu, 24 Oct 2013 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJe3Rg060190; Thu, 24 Oct 2013 19:40:03 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 19:40:03 GMT Message-Id: <201310241940.r9OJe3Rg060190@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182738: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:40:03 -0000 The following reply was made to PR ports/182738; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182738: commit references a PR Date: Thu, 24 Oct 2013 19:32:12 +0000 (UTC) Author: swills Date: Thu Oct 24 19:32:04 2013 New Revision: 331519 URL: http://svnweb.freebsd.org/changeset/ports/331519 Log: This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own! WWW: https://github.com/github/markup PR: ports/182738 Submitted by: Loic Blot Added: head/textproc/rubygem-github-markup/ head/textproc/rubygem-github-markup/Makefile (contents, props changed) head/textproc/rubygem-github-markup/distinfo (contents, props changed) head/textproc/rubygem-github-markup/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Oct 24 19:26:13 2013 (r331518) +++ head/textproc/Makefile Thu Oct 24 19:32:04 2013 (r331519) @@ -1303,6 +1303,7 @@ SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markdown + SUBDIR += rubygem-github-markup SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-github-markup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markup/Makefile Thu Oct 24 19:32:04 2013 (r331519) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= github-markup +PORTVERSION= 0.7.5 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Render any fancy markup + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-github-markup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markup/distinfo Thu Oct 24 19:32:04 2013 (r331519) @@ -0,0 +1,2 @@ +SHA256 (rubygem/github-markup-0.7.5.gem) = a5d74d5a67e723bc4014f5db8682f88d65b5eb66b0ab1b58b04fb023426759f3 +SIZE (rubygem/github-markup-0.7.5.gem) = 18944 Added: head/textproc/rubygem-github-markup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-markup/pkg-descr Thu Oct 24 19:32:04 2013 (r331519) @@ -0,0 +1,4 @@ +This gem is used by GitHub to render any fancy markup such as Markdown, +Textile, Org-Mode, etc. Fork it and add your own! + +WWW: https://github.com/github/markup _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 19:52:57 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 384D7CE4; Thu, 24 Oct 2013 19:52:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3FA26DA; Thu, 24 Oct 2013 19:52:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJquXJ063805; Thu, 24 Oct 2013 19:52:56 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJquJX063804; Thu, 24 Oct 2013 19:52:56 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 19:52:56 GMT Message-Id: <201310241952.r9OJquJX063804@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182756: new port textproc/rubygem-simplecov-html X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:52:57 -0000 Synopsis: new port textproc/rubygem-simplecov-html State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 19:52:56 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182756 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 20:00:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BE5AF78 for ; Thu, 24 Oct 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1142738 for ; Thu, 24 Oct 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OK01mG064159 for ; Thu, 24 Oct 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OK01PJ064158; Thu, 24 Oct 2013 20:00:01 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 20:00:01 GMT Message-Id: <201310242000.r9OK01PJ064158@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182756: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 20:00:01 -0000 The following reply was made to PR ports/182756; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182756: commit references a PR Date: Thu, 24 Oct 2013 19:52:50 +0000 (UTC) Author: swills Date: Thu Oct 24 19:52:42 2013 New Revision: 331524 URL: http://svnweb.freebsd.org/changeset/ports/331524 Log: Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+ WWW: https://github.com/colszowka/simplecov-html PR: ports/182756 Submitted by: Loic Blot Added: head/textproc/rubygem-simplecov-html/ head/textproc/rubygem-simplecov-html/Makefile (contents, props changed) head/textproc/rubygem-simplecov-html/distinfo (contents, props changed) head/textproc/rubygem-simplecov-html/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Oct 24 19:50:23 2013 (r331523) +++ head/textproc/Makefile Thu Oct 24 19:52:42 2013 (r331524) @@ -1334,6 +1334,7 @@ SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sax-machine + SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax Added: head/textproc/rubygem-simplecov-html/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-simplecov-html/Makefile Thu Oct 24 19:52:42 2013 (r331524) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= simplecov-html +PORTVERSION= 0.7.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= https://rubygems.org/gems/simplecov-html + +RUN_DEPENDS= rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \ + rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-simplecov-html/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-simplecov-html/distinfo Thu Oct 24 19:52:42 2013 (r331524) @@ -0,0 +1,2 @@ +SHA256 (rubygem/simplecov-html-0.7.1.gem) = 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 +SIZE (rubygem/simplecov-html-0.7.1.gem) = 197632 Added: head/textproc/rubygem-simplecov-html/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-simplecov-html/pkg-descr Thu Oct 24 19:52:42 2013 (r331524) @@ -0,0 +1,3 @@ +Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+ + +WWW: https://github.com/colszowka/simplecov-html _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 20:01:32 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7DE311A; Thu, 24 Oct 2013 20:01:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCAD276A; Thu, 24 Oct 2013 20:01:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OK1WnS065801; Thu, 24 Oct 2013 20:01:32 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OK1WtG065800; Thu, 24 Oct 2013 20:01:32 GMT (envelope-from swills) Date: Thu, 24 Oct 2013 20:01:32 GMT Message-Id: <201310242001.r9OK1WtG065800@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182757: new port devel/rubygem-simplecov X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 20:01:32 -0000 Synopsis: new port devel/rubygem-simplecov State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Thu Oct 24 20:01:32 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182757 From owner-freebsd-ruby@FreeBSD.ORG Thu Oct 24 20:10:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB7E741A for ; Thu, 24 Oct 2013 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA3627C5 for ; Thu, 24 Oct 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OKA2ow066471 for ; Thu, 24 Oct 2013 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OKA2dm066470; Thu, 24 Oct 2013 20:10:02 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 20:10:02 GMT Message-Id: <201310242010.r9OKA2dm066470@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182757: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 20:10:02 -0000 The following reply was made to PR ports/182757; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182757: commit references a PR Date: Thu, 24 Oct 2013 20:01:10 +0000 (UTC) Author: swills Date: Thu Oct 24 20:01:02 2013 New Revision: 331525 URL: http://svnweb.freebsd.org/changeset/ports/331525 Log: Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites WWW: http://github.com/colszowka/simplecov PR: ports/182757 Submitted by: Loic Blot Added: head/devel/rubygem-simplecov/ head/devel/rubygem-simplecov/Makefile (contents, props changed) head/devel/rubygem-simplecov/distinfo (contents, props changed) head/devel/rubygem-simplecov/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 24 19:52:42 2013 (r331524) +++ head/devel/Makefile Thu Oct 24 20:01:02 2013 (r331525) @@ -4227,6 +4227,7 @@ SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-simple_form + SUBDIR += rubygem-simplecov SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-soap4r Added: head/devel/rubygem-simplecov/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-simplecov/Makefile Thu Oct 24 20:01:02 2013 (r331525) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= simplecov +PORTVERSION= 0.7.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= a powerful configuration library and automatic merging of coverage across test suites + +RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-simplecov-html>=0.7.1:${PORTSDIR}/textproc/rubygem-simplecov-html + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-simplecov/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-simplecov/distinfo Thu Oct 24 20:01:02 2013 (r331525) @@ -0,0 +1,2 @@ +SHA256 (rubygem/simplecov-0.7.1.gem) = f0b974cb466bfd9174e16a7f74bde1edc651548d6c221fd112fa07d9c56f1b25 +SIZE (rubygem/simplecov-0.7.1.gem) = 44032 Added: head/devel/rubygem-simplecov/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-simplecov/pkg-descr Thu Oct 24 20:01:02 2013 (r331525) @@ -0,0 +1,4 @@ +Code coverage for Ruby 1.9 with a powerful configuration library and automatic +merging of coverage across test suites + +WWW: http://github.com/colszowka/simplecov _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 01:18:21 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9146C811; Fri, 25 Oct 2013 01:18:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 661B82D4E; Fri, 25 Oct 2013 01:18:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P1ILWY042913; Fri, 25 Oct 2013 01:18:21 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P1IKUK042912; Fri, 25 Oct 2013 01:18:20 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 01:18:20 GMT Message-Id: <201310250118.r9P1IKUK042912@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182759: new port net/rubygem-rubyntlm X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 01:18:21 -0000 Synopsis: new port net/rubygem-rubyntlm State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 01:18:20 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182759 From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 01:20:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 186A288C for ; Fri, 25 Oct 2013 01:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC67F2D5F for ; Fri, 25 Oct 2013 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P1K1ff043044 for ; Fri, 25 Oct 2013 01:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P1K1XN043041; Fri, 25 Oct 2013 01:20:01 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 01:20:01 GMT Message-Id: <201310250120.r9P1K1XN043041@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182759: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 01:20:02 -0000 The following reply was made to PR ports/182759; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182759: commit references a PR Date: Fri, 25 Oct 2013 01:16:50 +0000 (UTC) Author: swills Date: Fri Oct 25 01:16:42 2013 New Revision: 331540 URL: http://svnweb.freebsd.org/changeset/ports/331540 Log: Ruby/NTLM provides message creator and parser for the NTLM authentication. WWW: https://github.com/winrb/rubyntlm PR: ports/182759 Submitted by: Loic Blot Added: head/net/rubygem-rubyntlm/ head/net/rubygem-rubyntlm/Makefile (contents, props changed) head/net/rubygem-rubyntlm/distinfo (contents, props changed) head/net/rubygem-rubyntlm/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 25 00:58:17 2013 (r331539) +++ head/net/Makefile Fri Oct 25 01:16:42 2013 (r331540) @@ -1055,6 +1055,7 @@ SUBDIR += rubygem-rightgogrid SUBDIR += rubygem-righthttpconnection SUBDIR += rubygem-rightslicehost + SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye Added: head/net/rubygem-rubyntlm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-rubyntlm/Makefile Fri Oct 25 01:16:42 2013 (r331540) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= rubyntlm +PORTVERSION= 0.4.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Message creator and parser for the NTLM authentication. + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/net/rubygem-rubyntlm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-rubyntlm/distinfo Fri Oct 25 01:16:42 2013 (r331540) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rubyntlm-0.4.0.gem) = bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f +SIZE (rubygem/rubyntlm-0.4.0.gem) = 21504 Added: head/net/rubygem-rubyntlm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-rubyntlm/pkg-descr Fri Oct 25 01:16:42 2013 (r331540) @@ -0,0 +1,3 @@ +Ruby/NTLM provides message creator and parser for the NTLM authentication. + +WWW: https://github.com/winrb/rubyntlm _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 01:39:03 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAB2E5FD; Fri, 25 Oct 2013 01:39:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90E3A2EA1; Fri, 25 Oct 2013 01:39:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P1d3tK047221; Fri, 25 Oct 2013 01:39:03 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P1d3NI047220; Fri, 25 Oct 2013 01:39:03 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 01:39:03 GMT Message-Id: <201310250139.r9P1d3NI047220@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182761: new port devel/rubygem-generator_spec X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 01:39:03 -0000 Synopsis: new port devel/rubygem-generator_spec State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 01:39:03 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182761 From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 01:40:02 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCEDF686 for ; Fri, 25 Oct 2013 01:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D6A52EB3 for ; Fri, 25 Oct 2013 01:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P1e22A047346 for ; Fri, 25 Oct 2013 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P1e2gU047345; Fri, 25 Oct 2013 01:40:02 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 01:40:02 GMT Message-Id: <201310250140.r9P1e2gU047345@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182761: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 01:40:02 -0000 The following reply was made to PR ports/182761; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182761: commit references a PR Date: Fri, 25 Oct 2013 01:39:01 +0000 (UTC) Author: swills Date: Fri Oct 25 01:38:47 2013 New Revision: 331542 URL: http://svnweb.freebsd.org/changeset/ports/331542 Log: Test Rails generators with RSpec WWW: https://github.com/stevehodgkiss/generator_spec PR: ports/182761 Submitted by: Loic Blot Added: head/devel/rubygem-generator_spec/ head/devel/rubygem-generator_spec/Makefile (contents, props changed) head/devel/rubygem-generator_spec/distinfo (contents, props changed) head/devel/rubygem-generator_spec/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 25 01:33:11 2013 (r331541) +++ head/devel/Makefile Fri Oct 25 01:38:47 2013 (r331542) @@ -4094,6 +4094,7 @@ SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter + SUBDIR += rubygem-generator_spec SUBDIR += rubygem-georuby SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext Added: head/devel/rubygem-generator_spec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-generator_spec/Makefile Fri Oct 25 01:38:47 2013 (r331542) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= generator_spec +PORTVERSION= 0.9.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Test Rails generators with RSpec + +RUN_DEPENDS= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord \ + rubygem-railties>=0:${PORTSDIR}/www/rubygem-railties + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-generator_spec/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-generator_spec/distinfo Fri Oct 25 01:38:47 2013 (r331542) @@ -0,0 +1,2 @@ +SHA256 (rubygem/generator_spec-0.9.0.gem) = a511d10294cb93f17fc5d90bef6dd0bdc13363106222d66bd418dfdf48cca62a +SIZE (rubygem/generator_spec-0.9.0.gem) = 8704 Added: head/devel/rubygem-generator_spec/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-generator_spec/pkg-descr Fri Oct 25 01:38:47 2013 (r331542) @@ -0,0 +1,3 @@ +Test Rails generators with RSpec + +WWW: https://github.com/stevehodgkiss/generator_spec _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 02:10:07 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D1F777E; Fri, 25 Oct 2013 02:10:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7504920B2; Fri, 25 Oct 2013 02:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P2A7up053215; Fri, 25 Oct 2013 02:10:07 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P2A77f053214; Fri, 25 Oct 2013 02:10:07 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 02:10:07 GMT Message-Id: <201310250210.r9P2A77f053214@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182764: new port devel/rubygem-gitlab_meta X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 02:10:07 -0000 Synopsis: new port devel/rubygem-gitlab_meta State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 02:10:07 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182764 From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 02:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9493EB11 for ; Fri, 25 Oct 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69600212D for ; Fri, 25 Oct 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P2K1gk055935 for ; Fri, 25 Oct 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P2K1W5055934; Fri, 25 Oct 2013 02:20:01 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 02:20:01 GMT Message-Id: <201310250220.r9P2K1W5055934@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182764: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 02:20:01 -0000 The following reply was made to PR ports/182764; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182764: commit references a PR Date: Fri, 25 Oct 2013 02:09:59 +0000 (UTC) Author: swills Date: Fri Oct 25 02:09:45 2013 New Revision: 331545 URL: http://svnweb.freebsd.org/changeset/ports/331545 Log: GitLab meta gem WWW: http://rubygems.org/gems/gitlab_meta PR: ports/182764 Submitted by: Loic Blot Added: head/devel/rubygem-gitlab_meta/ head/devel/rubygem-gitlab_meta/Makefile (contents, props changed) head/devel/rubygem-gitlab_meta/distinfo (contents, props changed) head/devel/rubygem-gitlab_meta/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 25 02:01:19 2013 (r331544) +++ head/devel/Makefile Fri Oct 25 02:09:45 2013 (r331545) @@ -4103,6 +4103,7 @@ SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api + SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf Added: head/devel/rubygem-gitlab_meta/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab_meta/Makefile Fri Oct 25 02:09:45 2013 (r331545) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gitlab_meta +PORTVERSION= 6.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitLab meta gem + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-gitlab_meta/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab_meta/distinfo Fri Oct 25 02:09:45 2013 (r331545) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab_meta-6.0.gem) = f4fd2539e6ac63aa86e9bbeec7bc4abc6cbb2fbe6d2e5e8085e3adc982d67045 +SIZE (rubygem/gitlab_meta-6.0.gem) = 4096 Added: head/devel/rubygem-gitlab_meta/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab_meta/pkg-descr Fri Oct 25 02:09:45 2013 (r331545) @@ -0,0 +1,3 @@ +GitLab meta gem + +WWW: http://rubygems.org/gems/gitlab_meta _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 02:54:26 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 692ACEB1; Fri, 25 Oct 2013 02:54:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D1AC234C; Fri, 25 Oct 2013 02:54:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P2sQkR063283; Fri, 25 Oct 2013 02:54:26 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P2sQ2m063282; Fri, 25 Oct 2013 02:54:26 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 02:54:26 GMT Message-Id: <201310250254.r9P2sQ2m063282@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182768: new port devel/rubygem-gitlab-pygments.rb X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 02:54:26 -0000 Synopsis: new port devel/rubygem-gitlab-pygments.rb State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 02:54:25 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182768 From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 03:00:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA1EF167 for ; Fri, 25 Oct 2013 03:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9625237A for ; Fri, 25 Oct 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P3011l063531 for ; Fri, 25 Oct 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P301Z9063530; Fri, 25 Oct 2013 03:00:01 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 03:00:01 GMT Message-Id: <201310250300.r9P301Z9063530@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182768: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:00:02 -0000 The following reply was made to PR ports/182768; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182768: commit references a PR Date: Fri, 25 Oct 2013 02:52:24 +0000 (UTC) Author: swills Date: Fri Oct 25 02:52:15 2013 New Revision: 331549 URL: http://svnweb.freebsd.org/changeset/ports/331549 Log: pygments.rb exposes the pygments syntax highlighter to Ruby WWW: http://github.com/gitlabhq/pygments.rb PR: ports/182768 Submitted by: Loic Blot Added: head/devel/rubygem-gitlab-pygments.rb/ head/devel/rubygem-gitlab-pygments.rb/Makefile (contents, props changed) head/devel/rubygem-gitlab-pygments.rb/distinfo (contents, props changed) head/devel/rubygem-gitlab-pygments.rb/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 25 02:44:56 2013 (r331548) +++ head/devel/Makefile Fri Oct 25 02:52:15 2013 (r331549) @@ -4103,6 +4103,7 @@ SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api + SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection Added: head/devel/rubygem-gitlab-pygments.rb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-pygments.rb/Makefile Fri Oct 25 02:52:15 2013 (r331549) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gitlab-pygments.rb +PORTVERSION= 0.3.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Exposes the pygments syntax highlighter to Ruby + +RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ + rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-gitlab-pygments.rb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-pygments.rb/distinfo Fri Oct 25 02:52:15 2013 (r331549) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1ec65598763bbdafa9d98520d074bf8d4f1fc7d175284b1678fdf7df3818fa8a +SIZE (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1320960 Added: head/devel/rubygem-gitlab-pygments.rb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-pygments.rb/pkg-descr Fri Oct 25 02:52:15 2013 (r331549) @@ -0,0 +1,3 @@ +pygments.rb exposes the pygments syntax highlighter to Ruby + +WWW: http://github.com/gitlabhq/pygments.rb _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 03:35:08 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4088D50C; Fri, 25 Oct 2013 03:35:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16CE5265F; Fri, 25 Oct 2013 03:35:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P3Z7s2072602; Fri, 25 Oct 2013 03:35:07 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P3Z7Br072601; Fri, 25 Oct 2013 03:35:07 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 03:35:07 GMT Message-Id: <201310250335.r9P3Z7Br072601@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182773: new port www/rubygem-gitlab-gollum-lib X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:35:08 -0000 Synopsis: new port www/rubygem-gitlab-gollum-lib State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 03:35:07 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182773 From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 03:40:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E3926FF for ; Fri, 25 Oct 2013 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C74C26A0 for ; Fri, 25 Oct 2013 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P3e1FL072774 for ; Fri, 25 Oct 2013 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9P3e1B5072773; Fri, 25 Oct 2013 03:40:01 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 03:40:01 GMT Message-Id: <201310250340.r9P3e1B5072773@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182773: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:40:01 -0000 The following reply was made to PR ports/182773; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182773: commit references a PR Date: Fri, 25 Oct 2013 03:35:07 +0000 (UTC) Author: swills Date: Fri Oct 25 03:34:58 2013 New Revision: 331552 URL: http://svnweb.freebsd.org/changeset/ports/331552 Log: A simple, Git-powered wiki with a sweet API and local frontend. WWW: http://github.com/gollum/gollum-lib PR: ports/182773 Submitted by: Loic Blot Added: head/www/rubygem-gitlab-gollum-lib/ head/www/rubygem-gitlab-gollum-lib/Makefile (contents, props changed) head/www/rubygem-gitlab-gollum-lib/distinfo (contents, props changed) head/www/rubygem-gitlab-gollum-lib/files/ head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec (contents, props changed) head/www/rubygem-gitlab-gollum-lib/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 25 03:20:53 2013 (r331551) +++ head/www/Makefile Fri Oct 25 03:34:58 2013 (r331552) @@ -1760,6 +1760,7 @@ SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedzirra SUBDIR += rubygem-geminabox + SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gon SUBDIR += rubygem-haml Added: head/www/rubygem-gitlab-gollum-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-gollum-lib/Makefile Fri Oct 25 03:34:58 2013 (r331552) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gitlab-gollum-lib +PORTVERSION= 1.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, Git-powered wiki with a sweet API and local frontend. + +RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \ + rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \ + rubygem-gitlab-grit>=2.5.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ + rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb \ + rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \ + rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/www/rubygem-gitlab-gollum-lib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-gollum-lib/distinfo Fri Oct 25 03:34:58 2013 (r331552) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-gollum-lib-1.0.1.gem) = bfd7aa157169be8f644885cb2ed6142b63c77eb362fba36c8fba81a183286528 +SIZE (rubygem/gitlab-gollum-lib-1.0.1.gem) = 41984 Added: head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec Fri Oct 25 03:34:58 2013 (r331552) @@ -0,0 +1,20 @@ +--- gitlab-gollum-lib-1.0.1.gemspec.orig 2013-10-25 03:30:05.274800136 +0000 ++++ gitlab-gollum-lib-1.0.1.gemspec 2013-10-25 03:30:30.496797075 +0000 +@@ -65,7 +65,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 0.4.2 ++ version: 0.5.2 + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement +@@ -93,7 +93,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 1.5.9 ++ version: 1.6.0 + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement Added: head/www/rubygem-gitlab-gollum-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-gollum-lib/pkg-descr Fri Oct 25 03:34:58 2013 (r331552) @@ -0,0 +1,3 @@ +A simple, Git-powered wiki with a sweet API and local frontend. + +WWW: http://github.com/gollum/gollum-lib _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 12:21:02 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0622C813 for ; Fri, 25 Oct 2013 12:21:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7DC1225D for ; Fri, 25 Oct 2013 12:21:01 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PCL1fn042465 for ; Fri, 25 Oct 2013 12:21:01 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9PCL1gG042460; Fri, 25 Oct 2013 12:21:01 GMT (envelope-from portscout) Message-Id: <201310251221.r9PCL1gG042460@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 25 Oct 2013 12:21:01 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 12:21:02 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-builder31 | 3.1.0 | 3.2.0 ------------------------------------------------+-----------------+------------ devel/rubygem-font-awesome-rails | 3.2.1.3 | 4.0.0.0 ------------------------------------------------+-----------------+------------ textproc/rubygem-github-linguist | 2.9.4 | 2.9.5 ------------------------------------------------+-----------------+------------ textproc/rubygem-github-markdown | 0.5.5 | 0.6.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Fri Oct 25 12:22:43 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6563A967; Fri, 25 Oct 2013 12:22:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A388228B; Fri, 25 Oct 2013 12:22:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PCMhEb002343; Fri, 25 Oct 2013 12:22:43 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9PCMg05002342; Fri, 25 Oct 2013 12:22:42 GMT (envelope-from swills) Date: Fri, 25 Oct 2013 12:22:42 GMT Message-Id: <201310251222.r9PCMg05002342@freefall.freebsd.org> To: loic.blot@unix-experience.fr, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182760: new port www/rubygem-haml-rails X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 12:22:43 -0000 Synopsis: new port www/rubygem-haml-rails State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Fri Oct 25 12:22:42 UTC 2013 State-Changed-Why: Superseded by PR ports/183292 http://www.freebsd.org/cgi/query-pr.cgi?pr=182760 From owner-freebsd-ruby@FreeBSD.ORG Sat Oct 26 12:35:22 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5BDE982 for ; Sat, 26 Oct 2013 12:35:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4BA72B20 for ; Sat, 26 Oct 2013 12:35:22 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QCZMBZ045773 for ; Sat, 26 Oct 2013 12:35:22 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9QCZMBc045763; Sat, 26 Oct 2013 12:35:22 GMT (envelope-from portscout) Message-Id: <201310261235.r9QCZMBc045763@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 26 Oct 2013 12:35:22 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 12:35:22 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/rubygem-ogginfo | 0.6.11 | 0.6.13 ------------------------------------------------+-----------------+------------ devel/rubygem-builder31 | 3.1.0 | 3.2.1 ------------------------------------------------+-----------------+------------ www/rubygem-d3_rails | 3.3.6 | 3.3.9 ------------------------------------------------+-----------------+------------ www/rubygem-jquery-ui-rails | 4.0.5 | 4.1.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks.