From owner-svn-ports-head@freebsd.org Mon Dec 28 16:29:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23F58A549DE; Mon, 28 Dec 2015 16:29:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F01871DA4; Mon, 28 Dec 2015 16:29:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSGT4j3059879; Mon, 28 Dec 2015 16:29:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSGT3HO059875; Mon, 28 Dec 2015 16:29:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512281629.tBSGT3HO059875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 28 Dec 2015 16:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404676 - in head/devel: . rubygem-ransack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 16:29:05 -0000 Author: sunpoet Date: Mon Dec 28 16:29:03 2015 New Revision: 404676 URL: https://svnweb.freebsd.org/changeset/ports/404676 Log: - Add rubygem-ransack 1.7.0 Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by Ryan Bigg, Jon Atack and a great group of contributors. While it supports many of the same features as MetaSearch, its underlying implementation differs greatly from MetaSearch, and backwards compatibility is not a design goal. Ransack enables the creation of both simple and advanced search forms for your Ruby on Rails application (demo source code here). If you're looking for something that simplifies query generation at the model or controller layer, you're probably not looking for Ransack (or MetaSearch, for that matter). Try Squeel instead. WWW: https://github.com/activerecord-hackery/ransack Added: head/devel/rubygem-ransack/ head/devel/rubygem-ransack/Makefile (contents, props changed) head/devel/rubygem-ransack/distinfo (contents, props changed) head/devel/rubygem-ransack/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 28 16:28:12 2015 (r404675) +++ head/devel/Makefile Mon Dec 28 16:29:03 2015 (r404676) @@ -4961,6 +4961,7 @@ SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler + SUBDIR += rubygem-ransack SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-fsevent Added: head/devel/rubygem-ransack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ransack/Makefile Mon Dec 28 16:29:03 2015 (r404676) @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ransack +PORTVERSION= 1.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Successor to the MetaSearch gem + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4 \ + rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-polyamorous>=1.2:${PORTSDIR}/devel/rubygem-polyamorous + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-ransack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ransack/distinfo Mon Dec 28 16:29:03 2015 (r404676) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ransack-1.7.0.gem) = adac76c9598da297403bb6fef4e00c5eec199bae7d6fc486f207a1d1ed74a34d +SIZE (rubygem/ransack-1.7.0.gem) = 73216 Added: head/devel/rubygem-ransack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ransack/pkg-descr Mon Dec 28 16:29:03 2015 (r404676) @@ -0,0 +1,12 @@ +Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by +Ryan Bigg, Jon Atack and a great group of contributors. While it supports many +of the same features as MetaSearch, its underlying implementation differs +greatly from MetaSearch, and backwards compatibility is not a design goal. + +Ransack enables the creation of both simple and advanced search forms for your +Ruby on Rails application (demo source code here). If you're looking for +something that simplifies query generation at the model or controller layer, +you're probably not looking for Ransack (or MetaSearch, for that matter). Try +Squeel instead. + +WWW: https://github.com/activerecord-hackery/ransack