From owner-svn-ports-all@FreeBSD.ORG Sun Jun 7 21:14:19 2015 Return-Path: Delivered-To: svn-ports-all@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 2D51A459; Sun, 7 Jun 2015 21:14:19 +0000 (UTC) (envelope-from mmoll@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EDBE17D6; Sun, 7 Jun 2015 21:14:19 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t57LEIdQ010842; Sun, 7 Jun 2015 21:14:18 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t57LEIjA010836; Sun, 7 Jun 2015 21:14:18 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506072114.t57LEIjA010836@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 7 Jun 2015 21:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388786 - in head/devel: . rubygem-librarianp 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.20 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: Sun, 07 Jun 2015 21:14:19 -0000 Author: mmoll Date: Sun Jun 7 21:14:17 2015 New Revision: 388786 URL: https://svnweb.freebsd.org/changeset/ports/388786 Log: new port: devel/rubygem-librarianp This is a forked version of devel/rubygem-librarian with improvements in order to provide better support for librarian-puppet. WWW: https://github.com/carlossg/librarian Differential Revision: https://reviews.freebsd.org/D2752 Approved by: mat (mentor) Added: head/devel/rubygem-librarianp/ head/devel/rubygem-librarianp/Makefile (contents, props changed) head/devel/rubygem-librarianp/distinfo (contents, props changed) head/devel/rubygem-librarianp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 7 21:12:23 2015 (r388785) +++ head/devel/Makefile Sun Jun 7 21:14:17 2015 (r388786) @@ -4602,6 +4602,7 @@ SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 SUBDIR += rubygem-librarian + SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger Added: head/devel/rubygem-librarianp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-librarianp/Makefile Sun Jun 7 21:14:17 2015 (r388786) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= librarianp +PORTVERSION= 0.6.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby framework for writing bundlers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-thor>=0.15:${PORTSDIR}/devel/rubygem-thor + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-librarianp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-librarianp/distinfo Sun Jun 7 21:14:17 2015 (r388786) @@ -0,0 +1,2 @@ +SHA256 (rubygem/librarianp-0.6.3.gem) = 84e9c1be3ca0aca4bd4e6cbfa465fd0e5bb5c71bb442c08422ed8b403a0f93a7 +SIZE (rubygem/librarianp-0.6.3.gem) = 53760 Added: head/devel/rubygem-librarianp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-librarianp/pkg-descr Sun Jun 7 21:14:17 2015 (r388786) @@ -0,0 +1,7 @@ +Librarian is a framework for writing bundlers, which are tools that resolve, +fetch, install, and isolate a project's dependencies, in Ruby. + +This is a forked version of devel/rubygem-librarian with improvements in +order to provide better support for librarian-puppet. + +WWW: https://github.com/carlossg/librarian