Colored is there to colorize the output on your terminal, especially
red. Feedback and OK jeremy@, jasper@
This commit is contained in:
parent
1fbaaaad65
commit
4444c40a9b
17
devel/ruby-colored/Makefile
Normal file
17
devel/ruby-colored/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/16 17:39:00 sebastia Exp $
|
||||
|
||||
COMMENT = colorize your text in the terminal red
|
||||
|
||||
DISTNAME = colored-1.2
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://github.com/defunkt/colored
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT like
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-colored/distinfo
Normal file
2
devel/ruby-colored/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (colored-1.2.gem) = nYK0esWJzn9sq2Sx8ZSiAJ6f0AwyalNXMh9Er6ssHSw=
|
||||
SIZE (colored-1.2.gem) = 5632
|
2
devel/ruby-colored/pkg/DESCR
Normal file
2
devel/ruby-colored/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Colored is there to colorize the output on your terminal, especially
|
||||
red.
|
11
devel/ruby-colored/pkg/PLIST
Normal file
11
devel/ruby-colored/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/04/16 17:39:00 sebastia Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/colored.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/colored_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user