Bug 187599 - new port: devel/rubygem-powerbar
Summary: new port: devel/rubygem-powerbar
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-03-15 01:30 UTC by Michael Moll
Modified: 2014-03-18 02:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.59 KB, text/plain)
2014-03-15 01:30 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-15 01:30:01 UTC
this is a port of the powerbar rubygem

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-15 01:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-18 01:53:50 UTC
Author: swills
Date: Tue Mar 18 01:53:45 2014
New Revision: 348511
URL: http://svnweb.freebsd.org/changeset/ports/348511
QAT: https://qat.redports.org/buildarchive/r348511/

Log:
  Powerbar is a ruby gem that can create all kinds of progress bars to use
  in CLI applications.
  
  WWW: https://github.com/busyloop/powerbar
  
  PR:		ports/187599
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 18 01:18:40 2014	(r348510)
+++ head/devel/Makefile	Tue Mar 18 01:53:45 2014	(r348511)
@@ -4298,6 +4298,7 @@
     SUBDIR += rubygem-polyglot
     SUBDIR += rubygem-popen4
     SUBDIR += rubygem-posix-spawn
+    SUBDIR += rubygem-powerbar
     SUBDIR += rubygem-prototype-rails
     SUBDIR += rubygem-pry
     SUBDIR += rubygem-pry-remote-em

Added: head/devel/rubygem-powerbar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerbar/Makefile	Tue Mar 18 01:53:45 2014	(r348511)
@@ -0,0 +1,22 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	powerbar
+PORTVERSION=	1.0.11
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Progressbar library for Ruby
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-ansi>=1.4.0:${PORTSDIR}/devel/rubygem-ansi \
+		rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/powerbar-demo
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-powerbar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerbar/distinfo	Tue Mar 18 01:53:45 2014	(r348511)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/powerbar-1.0.11.gem) = d70c5c8ca941d11efcec684eda4e9802feafc3751a9930d13e3ba9d31c1d6e3b
+SIZE (rubygem/powerbar-1.0.11.gem) = 22528

Added: head/devel/rubygem-powerbar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerbar/pkg-descr	Tue Mar 18 01:53:45 2014	(r348511)
@@ -0,0 +1,4 @@
+Powerbar is a ruby gem that can create all kinds of progress bars to use
+in CLI applications.
+
+WWW: https://github.com/busyloop/powerbar
_______________________________________________
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 3 Steve Wills freebsd_committer freebsd_triage 2014-03-18 01:53:54 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!