SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-colored2/Makefile
Normal file
16
devel/ruby-colored2/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = color methods for String class
|
||||
|
||||
DISTNAME = colored2-3.1.2
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
MODRUBY_TEST = rspec3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-colored2/distinfo
Normal file
2
devel/ruby-colored2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (colored2-3.1.2.gem) = sTwr1+6uLPc1amJQHTmOcv3nh4C9Jq7GqXlXgpPCi0o=
|
||||
SIZE (colored2-3.1.2.gem) = 10240
|
9
devel/ruby-colored2/patches/patch-spec_spec_helper_rb
Normal file
9
devel/ruby-colored2/patches/patch-spec_spec_helper_rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Index: spec/spec_helper.rb
|
||||
--- spec/spec_helper.rb.orig
|
||||
+++ spec/spec_helper.rb
|
||||
@@ -1,5 +1,2 @@
|
||||
-require 'simplecov'
|
||||
-SimpleCov.start
|
||||
-
|
||||
require 'rspec/core'
|
||||
|
5
devel/ruby-colored2/pkg/DESCR
Normal file
5
devel/ruby-colored2/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is a heavily modified fork of http://github.com/defunkt/colored
|
||||
gem, with many sensible pull requests combined. Since the authors of the
|
||||
original gem no longer support it, this might, perhaps, be considered a
|
||||
good alternative. Simple gem that adds various color methods to String
|
||||
class.
|
22
devel/ruby-colored2/pkg/PLIST
Normal file
22
devel/ruby-colored2/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/ascii_decorator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/codes.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/numbers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/object.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/strings.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored2/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/colored2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/colored2/numbers_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/colored2/object_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/colored2/strings_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/colored2_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue