diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 08:53:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 08:53:37 +0000 |
commit | 76f3b9c0dfddb061228bd12fa7f1699e13882a3d (patch) | |
tree | 18649bc8733ec72993d14e6b8141a2ff8a5867ca | |
parent | b02d3c28b6502b2acd52e2922806e01ca868769a (diff) | |
download | pkgsrc-76f3b9c0dfddb061228bd12fa7f1699e13882a3d.tar.gz |
Add ruby-term-ansicolor package version 1.0.7.
= Term::ANSIColor - ANSI escape sequences in Ruby
== Description
This library can be used to color/decolor strings using ANSI escape sequences.
-rw-r--r-- | devel/ruby-term-ansicolor/DESCR | 5 | ||||
-rw-r--r-- | devel/ruby-term-ansicolor/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-term-ansicolor/PLIST | 23 | ||||
-rw-r--r-- | devel/ruby-term-ansicolor/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/ruby-term-ansicolor/DESCR b/devel/ruby-term-ansicolor/DESCR new file mode 100644 index 00000000000..052e960986f --- /dev/null +++ b/devel/ruby-term-ansicolor/DESCR @@ -0,0 +1,5 @@ += Term::ANSIColor - ANSI escape sequences in Ruby + +== Description + +This library can be used to color/decolor strings using ANSI escape sequences. diff --git a/devel/ruby-term-ansicolor/Makefile b/devel/ruby-term-ansicolor/Makefile new file mode 100644 index 00000000000..85fae74a6e6 --- /dev/null +++ b/devel/ruby-term-ansicolor/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2013/02/11 08:53:37 taca Exp $ + +DISTNAME= term-ansicolor-1.0.7 +CATEGORIES= devel + +MAINTAINER= taca@NetBSD.org +HOMEPAGE= http://flori.github.com/term-ansicolor +COMMENT= Ruby library colors strings using ANSI escape sequences +LICENSE= gnu-gpl-v2 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-term-ansicolor/PLIST b/devel/ruby-term-ansicolor/PLIST new file mode 100644 index 00000000000..a7bd4d0d9e6 --- /dev/null +++ b/devel/ruby-term-ansicolor/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:53:38 taca Exp $ +bin/cdiff +bin/decolor +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/CHANGES +${GEM_LIBDIR}/COPYING +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/bin/cdiff +${GEM_LIBDIR}/bin/decolor +${GEM_LIBDIR}/doc-main.txt +${GEM_LIBDIR}/examples/example.rb +${GEM_LIBDIR}/install.rb +${GEM_LIBDIR}/lib/term/ansicolor.rb +${GEM_LIBDIR}/lib/term/ansicolor/.keep +${GEM_LIBDIR}/lib/term/ansicolor/version.rb +${GEM_LIBDIR}/term-ansicolor.gemspec +${GEM_LIBDIR}/tests/ansicolor_test.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-term-ansicolor/distinfo b/devel/ruby-term-ansicolor/distinfo new file mode 100644 index 00000000000..1787f623bc3 --- /dev/null +++ b/devel/ruby-term-ansicolor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/02/11 08:53:38 taca Exp $ + +SHA1 (term-ansicolor-1.0.7.gem) = aac6e23c71232fea9c5f035ec46f8e53651414e6 +RMD160 (term-ansicolor-1.0.7.gem) = 399535e24b376066df85ea683eabed56c40e6018 +Size (term-ansicolor-1.0.7.gem) = 16896 bytes |