SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-progressbar/Makefile
Normal file
15
devel/ruby-progressbar/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= text progress bar library for Ruby
|
||||
|
||||
DISTNAME= ruby-progressbar-1.13.0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/jfelchner/ruby-progressbar
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-progressbar/distinfo
Normal file
2
devel/ruby-progressbar/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ruby-progressbar-1.13.0.gem) = gPycR6m2QNaDTg3Hs8lMnfN/CMsHK3dh5KceIs/ymzM=
|
||||
SIZE (ruby-progressbar-1.13.0.gem) = 19456
|
4
devel/ruby-progressbar/pkg/DESCR
Normal file
4
devel/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-progressbar/pkg/PLIST
Normal file
40
devel/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/components/
|
||||
${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/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/projector.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/projectors/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-progressbar/projectors/smoothed_average.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/progress_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