From 76f3b9c0dfddb061228bd12fa7f1699e13882a3d Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 11 Feb 2013 08:53:37 +0000 Subject: 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. --- devel/ruby-term-ansicolor/DESCR | 5 +++++ devel/ruby-term-ansicolor/Makefile | 12 ++++++++++++ devel/ruby-term-ansicolor/PLIST | 23 +++++++++++++++++++++++ devel/ruby-term-ansicolor/distinfo | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 devel/ruby-term-ansicolor/DESCR create mode 100644 devel/ruby-term-ansicolor/Makefile create mode 100644 devel/ruby-term-ansicolor/PLIST create mode 100644 devel/ruby-term-ansicolor/distinfo 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 -- cgit v1.2.3