Sun Sep 15 17:13:59 2013 UTC ()
Add ruby-colorator package version 0.1.

# colorator

Colorize your text for the terminal

## Supported Colors

- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold

## Why

There are a bunch of gems that provide functionality like this, but none have
as simple an API as this. Just call `"string".color` and your text will be
colorized.


(taca)
diff -r0 -r1.1 pkgsrc/misc/ruby-colorator/DESCR
diff -r0 -r1.1 pkgsrc/misc/ruby-colorator/Makefile
diff -r0 -r1.1 pkgsrc/misc/ruby-colorator/PLIST
diff -r0 -r1.1 pkgsrc/misc/ruby-colorator/distinfo

File Added: pkgsrc/misc/ruby-colorator/DESCR
# colorator

Colorize your text for the terminal

## Supported Colors

- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold

## Why

There are a bunch of gems that provide functionality like this, but none have
as simple an API as this. Just call `"string".color` and your text will be
colorized.

File Added: pkgsrc/misc/ruby-colorator/Makefile
# $NetBSD: Makefile,v 1.1 2013/09/15 17:13:59 taca Exp $

DISTNAME=	colorator-0.1
CATEGORIES=	misc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/octopress/colorator
COMMENT=	Colorize your text in the terminal
LICENSE=	mit

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/misc/ruby-colorator/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/09/15 17:13:59 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/colorator.gemspec
${GEM_LIBDIR}/lib/colorator.rb
${GEM_LIBDIR}/lib/colorator/core_ext.rb
${GEM_LIBDIR}/spec/colorator/core_ext_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.0.0/build_info

File Added: pkgsrc/misc/ruby-colorator/distinfo
$NetBSD: distinfo,v 1.1 2013/09/15 17:13:59 taca Exp $

SHA1 (colorator-0.1.gem) = 990e8354185850a44929c5980a170baddf0a4ec4
RMD160 (colorator-0.1.gem) = 7851ea3f5a740ff96c786a564aa6dbc7e75f24cd
Size (colorator-0.1.gem) = 7680 bytes