diff options
author | taca <taca@pkgsrc.org> | 2015-02-03 14:56:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-03 14:56:32 +0000 |
commit | 97e0f77e9bb1ca297e3021ada4bc77aade16a77c (patch) | |
tree | 111b44b5f6cd571bdb8ba1ad8d44bbbf8ea94910 /misc | |
parent | 6733b6ad64ae2066894fd9849aa330d3e4d684ae (diff) | |
download | pkgsrc-97e0f77e9bb1ca297e3021ada4bc77aade16a77c.tar.gz |
Add misc/ruby-colorize package version 0.7.5.
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-colorize/DESCR | 3 | ||||
-rw-r--r-- | misc/ruby-colorize/Makefile | 12 | ||||
-rw-r--r-- | misc/ruby-colorize/PLIST | 13 | ||||
-rw-r--r-- | misc/ruby-colorize/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/misc/ruby-colorize/DESCR b/misc/ruby-colorize/DESCR new file mode 100644 index 00000000000..27b956c7d97 --- /dev/null +++ b/misc/ruby-colorize/DESCR @@ -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. diff --git a/misc/ruby-colorize/Makefile b/misc/ruby-colorize/Makefile new file mode 100644 index 00000000000..b44dc8ddb6a --- /dev/null +++ b/misc/ruby-colorize/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2015/02/03 14:56:32 taca Exp $ + +DISTNAME= colorize-0.7.5 +CATEGORIES= misc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/fazibear/colorize +COMMENT= Add color methods to String class +LICENSE= gnu-gpl-v2 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-colorize/PLIST b/misc/ruby-colorize/PLIST new file mode 100644 index 00000000000..c0e7e7283fc --- /dev/null +++ b/misc/ruby-colorize/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/03 14:56:32 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/colorize.gemspec +${GEM_LIBDIR}/lib/colorize.rb +${GEM_LIBDIR}/lib/colorize/class_methods.rb +${GEM_LIBDIR}/lib/colorize/instance_methods.rb +${GEM_LIBDIR}/test/test_colorize.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec +@pkgdir lib/ruby/gems/2.0.0/build_info diff --git a/misc/ruby-colorize/distinfo b/misc/ruby-colorize/distinfo new file mode 100644 index 00000000000..b14fca92522 --- /dev/null +++ b/misc/ruby-colorize/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/02/03 14:56:32 taca Exp $ + +SHA1 (colorize-0.7.5.gem) = 5acffeddec8c7e213203e9297991f911878b6113 +RMD160 (colorize-0.7.5.gem) = 9e033063d2450303640ae270d59bc69f3271c0d2 +Size (colorize-0.7.5.gem) = 14848 bytes |