Bug 186912 - [NEW PORT] devel/rubygem-librarian
Summary: [NEW PORT] devel/rubygem-librarian
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 09:50 UTC by Bartek Rutkowski
Modified: 2014-03-12 16:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.64 KB, text/plain)
2014-02-20 09:50 UTC, Bartek Rutkowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-02-20 09:50:00 UTC
WARNING: this port was submitted as a group of ports that are required to work together: rubygem-librarian-puppet, rubygem-librarian and rubygem-open3_backport. Those ports should be tested and commited as a group, otherwise they're usless because of missing dependencies.

Fix: Shar archive attached.

Patch attached with submission follows:
How-To-Repeat: Test, commit.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-20 09:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Bartlomiej Rutkowski 2014-02-20 09:54:29 UTC
Wiadomo=C5=9B=C4=87 napisana przez FreeBSD-gnats-submit@FreeBSD.org w =
dniu 20 lut 2014, o godz. 09:50:

> Thank you very much for your problem report.
> It has the internal identification `ports/186912'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D186912
>=20
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       [NEW PORT] devel/rubygem-librarian
>> Arrival-Date:   Thu Feb 20 09:50:00 UTC 2014

Redports build reports are here: =
https://redports.org/buildarchive/20140219144000-48619/ and here: =
https://redports.org/buildarchive/20140219144300-4715
9/=
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-02-21 19:24:22 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-12 16:01:16 UTC
Author: swills
Date: Wed Mar 12 16:01:07 2014
New Revision: 347984
URL: http://svnweb.freebsd.org/changeset/ports/347984
QAT: https://qat.redports.org/buildarchive/r347984/

Log:
  Librarian is a framework for writing bundlers, which are tools that resolve,
  fetch, install, and isolate a project's dependencies, in Ruby.
  
  WWW: https://github.com/applicationsonline/librarian
  
  PR:		ports/186912
  Submitted by:	ports@robakdesign.com

Added:
  head/devel/rubygem-librarian/
  head/devel/rubygem-librarian/Makefile   (contents, props changed)
  head/devel/rubygem-librarian/distinfo   (contents, props changed)
  head/devel/rubygem-librarian/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar 12 15:47:11 2014	(r347983)
+++ head/devel/Makefile	Wed Mar 12 16:01:07 2014	(r347984)
@@ -4247,6 +4247,7 @@
     SUBDIR += rubygem-json_pure
     SUBDIR += rubygem-kgio
     SUBDIR += rubygem-launchy
+    SUBDIR += rubygem-librarian
     SUBDIR += rubygem-listen
     SUBDIR += rubygem-little_plugger
     SUBDIR += rubygem-locale

Added: head/devel/rubygem-librarian/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-librarian/Makefile	Wed Mar 12 16:01:07 2014	(r347984)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	librarian
+PORTVERSION=	0.1.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ports@robakdesign.com
+COMMENT=	Ruby framework for writing bundlers
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PKGNAMEPREFIX}highline>=0:${PORTSDIR}/devel/rubygem-highline \
+		${PKGNAMEPREFIX}thor>=0.15:${PORTSDIR}/devel/rubygem-thor
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-librarian/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-librarian/distinfo	Wed Mar 12 16:01:07 2014	(r347984)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/librarian-0.1.2.gem) = 7c263835ec5d5b03d89f1318f3abc073aefc8cc4669c55e36790024e994d6340
+SIZE (rubygem/librarian-0.1.2.gem) = 48640

Added: head/devel/rubygem-librarian/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-librarian/pkg-descr	Wed Mar 12 16:01:07 2014	(r347984)
@@ -0,0 +1,4 @@
+Librarian is a framework for writing bundlers, which are tools that resolve,
+fetch, install, and isolate a project's dependencies, in Ruby.
+
+WWW: https://github.com/applicationsonline/librarian
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-03-12 16:01:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!