Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 21:19:38 +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: r398723 - in head: devel devel/rubygem-ruby-progressbar misc/ruby-progressbar
Message-ID:  <201510062119.t96LJcor038002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Tue Oct  6 21:19:38 2015
New Revision: 398723
URL: https://svnweb.freebsd.org/changeset/ports/398723

Log:
  new port: devel/rubygem-ruby-progressbar
  
  Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
  The output can be customized with a flexible formatting system including
  percentage, bars of various formats, elapsed time and estimated time remaining.
  
  WWW: https://github.com/jfelchner/ruby-progressbar
  
  As this gem is based on the code that's available as misc/ruby-progressbar,
  conflict with it, to avoid problems.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct  6 21:14:15 2015	(r398722)
+++ head/devel/Makefile	Tue Oct  6 21:19:38 2015	(r398723)
@@ -4907,6 +4907,7 @@
     SUBDIR += rubygem-ruby-filemagic
     SUBDIR += rubygem-ruby-ole
     SUBDIR += rubygem-ruby-prof
+    SUBDIR += rubygem-ruby-progressbar
     SUBDIR += rubygem-ruby-sdl-ffi
     SUBDIR += rubygem-ruby2ruby
     SUBDIR += rubygem-ruby_parser

Added: head/devel/rubygem-ruby-progressbar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-progressbar/Makefile	Tue Oct  6 21:19:38 2015	(r398723)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	ruby-progressbar
+PORTVERSION=	1.7.5
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Progressbar library for Ruby
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+CONFLICTS_INSTALL=	${RUBY_PKGNAMEPREFIX}progressbar-*
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-ruby-progressbar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-progressbar/distinfo	Tue Oct  6 21:19:38 2015	(r398723)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-progressbar-1.7.5.gem) = 71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643
+SIZE (rubygem/ruby-progressbar-1.7.5.gem) = 21504

Added: head/devel/rubygem-ruby-progressbar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-progressbar/pkg-descr	Tue Oct  6 21:19:38 2015	(r398723)
@@ -0,0 +1,5 @@
+Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
+The output can be customized with a flexible formatting system including
+percentage, bars of various formats, elapsed time and estimated time remaining.
+
+WWW: https://github.com/jfelchner/ruby-progressbar

Modified: head/misc/ruby-progressbar/Makefile
==============================================================================
--- head/misc/ruby-progressbar/Makefile	Tue Oct  6 21:14:15 2015	(r398722)
+++ head/misc/ruby-progressbar/Makefile	Tue Oct  6 21:19:38 2015	(r398723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	progressbar
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	misc ruby
 MASTER_SITES=	http://0xcc.net/ruby-progressbar/ \
 		LOCAL/tota/progressbar
@@ -12,6 +13,7 @@ DISTNAME=	ruby-${PORTNAME}-${PORTVERSION
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Text progress bar library for Ruby
 
+CONFLICTS_INSTALL=	rubygem-ruby-progressbar-*
 USE_RUBY=	yes
 NO_BUILD=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510062119.t96LJcor038002>