SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (colored2-3.1.2.gem) = sTwr1+6uLPc1amJQHTmOcv3nh4C9Jq7GqXlXgpPCi0o=
SIZE (colored2-3.1.2.gem) = 10240

View 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'

View 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.

View 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