From owner-svn-ports-all@FreeBSD.ORG Fri Nov 23 22:50:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 569BDB37; Fri, 23 Nov 2012 22:50:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2137A8FC0C; Fri, 23 Nov 2012 22:50:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qANMoUUi012500; Fri, 23 Nov 2012 22:50:30 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qANMoTrd012495; Fri, 23 Nov 2012 22:50:29 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211232250.qANMoTrd012495@svn.freebsd.org> From: Steve Wills Date: Fri, 23 Nov 2012 22:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307691 - in head/devel: . rubygem-annoy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 22:50:30 -0000 Author: swills Date: Fri Nov 23 22:50:29 2012 New Revision: 307691 URL: http://svnweb.freebsd.org/changeset/ports/307691 Log: Annoy, like your annoying friend that asks you questions all the time. Rudy uses annoy to present the user with a simple question before continuing with a destructive action. WWW: http://rubygems.org/gems/annoy Feature safe: yes Added: head/devel/rubygem-annoy/ head/devel/rubygem-annoy/Makefile (contents, props changed) head/devel/rubygem-annoy/distinfo (contents, props changed) head/devel/rubygem-annoy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 23 22:33:04 2012 (r307690) +++ head/devel/Makefile Fri Nov 23 22:50:29 2012 (r307691) @@ -3806,6 +3806,7 @@ SUBDIR += rubygem-activesupport SUBDIR += rubygem-allison SUBDIR += rubygem-analogger + SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields Added: head/devel/rubygem-annoy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-annoy/Makefile Fri Nov 23 22:50:29 2012 (r307691) @@ -0,0 +1,18 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= annoy +PORTVERSION= 0.5.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= swills@FreeBSD.org +COMMENT= Present the user with a simple question before a destructive action + +RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-annoy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-annoy/distinfo Fri Nov 23 22:50:29 2012 (r307691) @@ -0,0 +1,2 @@ +SHA256 (rubygem/annoy-0.5.6.gem) = f45924069fbc6996693fc06618f4bc28b7e80e68d4625ab198efea89eb8d34b7 +SIZE (rubygem/annoy-0.5.6.gem) = 9728 Added: head/devel/rubygem-annoy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-annoy/pkg-descr Fri Nov 23 22:50:29 2012 (r307691) @@ -0,0 +1,5 @@ +Annoy, like your annoying friend that asks you questions all the time. Rudy +uses annoy to present the user with a simple question before continuing with a +destructive action. + +WWW: http://rubygems.org/gems/annoy