Ruby/ProgressBar is a text progress bar library for Ruby.

It can indicate progress with percentage, a progress bar,
and estimated remaining time.

WWW:	http://0xcc.net/ruby-progressbar/index.html.en

PR:		ports/126885
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
This commit is contained in:
Martin Wilke 2008-08-30 21:24:54 +00:00
parent e74eae441d
commit 50bc1d64e4
5 changed files with 45 additions and 0 deletions

View file

@ -476,6 +476,7 @@
SUBDIR += rname
SUBDIR += rpl
SUBDIR += rtfm
SUBDIR += ruby-progressbar
SUBDIR += ruby-vpim
SUBDIR += salias
SUBDIR += seq2

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: ruby-progressbar
# Date created: 2008-08-25
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= progressbar
PORTVERSION= 0.9
CATEGORIES= misc ruby
MASTER_SITES= http://0xcc.net/ruby-progressbar/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= tota@rtfm.jp
COMMENT= A text progress bar library for Ruby
USE_RUBY= yes
NO_BUILD= yes
RUBY_RD_FILES= progressbar.en.rd progressbar.ja.rd
DOCS= ChangeLog ${RUBY_RD_FILES}
do-install:
${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.rb ${RUBY_SITELIBDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${DOCS} ${RUBY_MODDOCDIR}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (ruby-progressbar-0.9.tar.gz) = c3bf66edc5af8760bb1468a55746335e
SHA256 (ruby-progressbar-0.9.tar.gz) = f2ea4a03fafdfc55ac52e84664167a288ee63f80591392e89fe8925024110551
SIZE (ruby-progressbar-0.9.tar.gz) = 5580

View file

@ -0,0 +1,5 @@
Ruby/ProgressBar is a text progress bar library for Ruby.
It can indicate progress with percentage, a progress bar,
and estimated remaining time.
WWW: http://0xcc.net/ruby-progressbar/index.html.en

View file

@ -0,0 +1,5 @@
%%RUBY_SITELIBDIR%%/progressbar.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.en.rd
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.ja.rd
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%