SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/ruby-colorize/Makefile
Normal file
14
devel/ruby-colorize/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = adds methods to set text color, background color, etc
|
||||
|
||||
DISTNAME = colorize-0.8.1
|
||||
HOMEPAGE = https://github.com/fazibear/colorize
|
||||
CATEGORIES = devel
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-colorize/distinfo
Normal file
2
devel/ruby-colorize/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (colorize-0.8.1.gem) = C6DCpYIy+bcG3DBiHqaqZGju6hIOtvHMxAAQW5DEeYw=
|
||||
SIZE (colorize-0.8.1.gem) = 15872
|
3
devel/ruby-colorize/pkg/DESCR
Normal file
3
devel/ruby-colorize/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby String class extension. Adds methods to set text color, background
|
||||
color and, text effects on ruby console and command line output, using
|
||||
ANSI escape sequences.
|
16
devel/ruby-colorize/pkg/PLIST
Normal file
16
devel/ruby-colorize/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/colorize.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colorize/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colorize.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colorize/class_methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colorize/instance_methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colorized_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_colorize.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue