From owner-svn-ports-head@FreeBSD.ORG Mon Jan 5 19:30:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74FA870E; Mon, 5 Jan 2015 19:30:58 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 610B666D2C; Mon, 5 Jan 2015 19:30:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05JUwon097570; Mon, 5 Jan 2015 19:30:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05JUvLR097565; Mon, 5 Jan 2015 19:30:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501051930.t05JUvLR097565@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Jan 2015 19:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376352 - in head/devel: . rubygem-bones 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.18-1 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, 05 Jan 2015 19:30:58 -0000 Author: sunpoet Date: Mon Jan 5 19:30:56 2015 New Revision: 376352 URL: https://svnweb.freebsd.org/changeset/ports/376352 QAT: https://qat.redports.org/buildarchive/r376352/ Log: - Add rubygem-bones 3.8.1 Mr Bones is a handy tool that creates new Ruby projects from a code skeleton. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. Several Mr Bones plugins are available for creating git repositories, creating GitHub projects, running various test suites and source code analysis tools. WWW: https://github.com/TwP/bones RG: https://rubygems.org/gems/bones Added: head/devel/rubygem-bones/ head/devel/rubygem-bones/Makefile (contents, props changed) head/devel/rubygem-bones/distinfo (contents, props changed) head/devel/rubygem-bones/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 5 19:30:13 2015 (r376351) +++ head/devel/Makefile Mon Jan 5 19:30:56 2015 (r376352) @@ -4314,6 +4314,7 @@ SUBDIR += rubygem-bioruby SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel + SUBDIR += rubygem-bones SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok Added: head/devel/rubygem-bones/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bones/Makefile Mon Jan 5 19:30:56 2015 (r376352) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= bones +PORTVERSION= 3.8.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool to create new projects from code skeleton + +LICENSE= MIT + +RUN_DEPENDS= rubygem-little-plugger>=1.1:${PORTSDIR}/devel/rubygem-little-plugger \ + rubygem-loquacious>=1.9:${PORTSDIR}/devel/rubygem-loquacious \ + rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/bones + +post-patch: +# adjust gemspec for "rdoc ~> 3.0" + @${REINPLACE_CMD} -e '27,40 d' ${WRKSRC}/${GEM_NAME}.gemspec + +.include Added: head/devel/rubygem-bones/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bones/distinfo Mon Jan 5 19:30:56 2015 (r376352) @@ -0,0 +1,2 @@ +SHA256 (rubygem/bones-3.8.1.gem) = 7fd2ec25c6780df4b51db24b85b60a42f9b2a7205dbc90fad992aa639166453c +SIZE (rubygem/bones-3.8.1.gem) = 39936 Added: head/devel/rubygem-bones/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bones/pkg-descr Mon Jan 5 19:30:56 2015 (r376352) @@ -0,0 +1,8 @@ +Mr Bones is a handy tool that creates new Ruby projects from a code skeleton. +The skeleton contains some starter code and a collection of rake tasks to ease +the management and deployment of your source code. Several Mr Bones plugins are +available for creating git repositories, creating GitHub projects, running +various test suites and source code analysis tools. + +WWW: https://github.com/TwP/bones +RG: https://rubygems.org/gems/bones