SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-ruby-progressbar/Makefile
Normal file
17
devel/ruby-ruby-progressbar/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = text progress bar library for Ruby
|
||||
|
||||
DISTNAME = ruby-progressbar-1.11.0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/jfelchner/ruby-progressbar
|
||||
|
||||
MAINTAINER = Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-ruby-progressbar/distinfo
Normal file
2
devel/ruby-ruby-progressbar/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ruby-progressbar-1.11.0.gem) = zBJ9s4ZtxBT/zL+SkookHlhbOqK3WKVWPnSm7g9X1Qo=
|
||||
SIZE (ruby-progressbar-1.11.0.gem) = 18432
|
4
devel/ruby-ruby-progressbar/pkg/DESCR
Normal file
4
devel/ruby-ruby-progressbar/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
40
devel/ruby-ruby-progressbar/pkg/PLIST
Normal file
40
devel/ruby-ruby-progressbar/pkg/PLIST
Normal file
|
@ -0,0 +1,40 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/calculators/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/calculators/length.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/calculators/running_average.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/bar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/percentage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/rate.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/time.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/components/title.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/errors/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/errors/invalid_progress_error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/format/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/format.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/format/formatter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/format/molecule.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/format/string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/output.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/outputs/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/outputs/non_tty.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/outputs/null.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/outputs/tty.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/progress.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/refinements/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/refinements.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/refinements/enumerator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/throttle.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/time.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/timer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue