Date: Sun, 7 Jun 2015 21:14:18 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388786 - in head/devel: . rubygem-librarianp Message-ID: <201506072114.t57LEIjA010836@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506072114.t57LEIjA010836>