svn commit: r348511 - in head/devel: . rubygem-powerbar

Steve Wills swills at FreeBSD.org
Tue Mar 18 01:53:46 UTC 2014


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 at 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


More information about the svn-ports-all mailing list