forked from Lainports/freebsd-ports
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:
parent
e74eae441d
commit
50bc1d64e4
5 changed files with 45 additions and 0 deletions
|
|
@ -476,6 +476,7 @@
|
|||
SUBDIR += rname
|
||||
SUBDIR += rpl
|
||||
SUBDIR += rtfm
|
||||
SUBDIR += ruby-progressbar
|
||||
SUBDIR += ruby-vpim
|
||||
SUBDIR += salias
|
||||
SUBDIR += seq2
|
||||
|
|
|
|||
31
misc/ruby-progressbar/Makefile
Normal file
31
misc/ruby-progressbar/Makefile
Normal 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>
|
||||
3
misc/ruby-progressbar/distinfo
Normal file
3
misc/ruby-progressbar/distinfo
Normal 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
|
||||
5
misc/ruby-progressbar/pkg-descr
Normal file
5
misc/ruby-progressbar/pkg-descr
Normal 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
|
||||
5
misc/ruby-progressbar/pkg-plist
Normal file
5
misc/ruby-progressbar/pkg-plist
Normal 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%%
|
||||
Loading…
Add table
Reference in a new issue