From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 02:50:11 2013 Return-Path: Delivered-To: svn-ports-head@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 00DB8ACB; Mon, 21 Oct 2013 02:50:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 C7D9022D7; Mon, 21 Oct 2013 02:50:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2oAxo057875; Mon, 21 Oct 2013 02:50:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9L2oAG6057868; Mon, 21 Oct 2013 02:50:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310210250.r9L2oAG6057868@svn.freebsd.org> From: Steve Wills Date: Mon, 21 Oct 2013 02:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331086 - in head/www: . rubygem-modernizr 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.14 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, 21 Oct 2013 02:50:11 -0000 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