From owner-svn-ports-all@freebsd.org Tue Oct 6 21:19:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6976D9B675E; Tue, 6 Oct 2015 21:19:40 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6E9C23; Tue, 6 Oct 2015 21:19:40 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96LJd8Z038007; Tue, 6 Oct 2015 21:19:39 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96LJcor038002; Tue, 6 Oct 2015 21:19:38 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201510062119.t96LJcor038002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 6 Oct 2015 21:19:38 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 21:19:40 -0000 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 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