summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2014-03-14 17:01:08 +0000
committertaca <taca>2014-03-14 17:01:08 +0000
commit585e65e30fa338fe8207e24fbc88bd3e1ff98990 (patch)
tree948cae53d9d7c9bec37295339257b58cbaecafa1 /devel
parent32be89e38c8209a08669fbc2e358e03dabee9ae2 (diff)
downloadpkgsrc-585e65e30fa338fe8207e24fbc88bd3e1ff98990.tar.gz
Update ruby-term-ansicolor to 1.3.0.
Changes are not available, please refer commit log: <https://github.com/flori/term-ansicolor/tree/master>.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-term-ansicolor/Makefile9
-rw-r--r--devel/ruby-term-ansicolor/PLIST28
-rw-r--r--devel/ruby-term-ansicolor/distinfo8
3 files changed, 36 insertions, 9 deletions
diff --git a/devel/ruby-term-ansicolor/Makefile b/devel/ruby-term-ansicolor/Makefile
index 85fae74a6e6..57a9e92b1b7 100644
--- a/devel/ruby-term-ansicolor/Makefile
+++ b/devel/ruby-term-ansicolor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/02/11 08:53:37 taca Exp $
+# $NetBSD: Makefile,v 1.2 2014/03/14 17:01:08 taca Exp $
-DISTNAME= term-ansicolor-1.0.7
+DISTNAME= term-ansicolor-1.3.0
CATEGORIES= devel
MAINTAINER= taca@NetBSD.org
@@ -8,5 +8,10 @@ HOMEPAGE= http://flori.github.com/term-ansicolor
COMMENT= Ruby library colors strings using ANSI escape sequences
LICENSE= gnu-gpl-v2
+DEPENDS+= ${RUBY_PKGPREFIX}-tins>=1.0<2:../../devel/ruby-tins
+
+pre-configure:
+ ${CHMOD} +x ${WRKSRC}/bin/*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-term-ansicolor/PLIST b/devel/ruby-term-ansicolor/PLIST
index a7bd4d0d9e6..f7c30db9158 100644
--- a/devel/ruby-term-ansicolor/PLIST
+++ b/devel/ruby-term-ansicolor/PLIST
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:53:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/14 17:01:08 taca Exp $
bin/cdiff
+bin/colortab
bin/decolor
+bin/term_display
+bin/term_mandel
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
@@ -11,13 +14,32 @@ ${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/bin/cdiff
+${GEM_LIBDIR}/bin/colortab
${GEM_LIBDIR}/bin/decolor
-${GEM_LIBDIR}/doc-main.txt
+${GEM_LIBDIR}/bin/term_display
+${GEM_LIBDIR}/bin/term_mandel
+${GEM_LIBDIR}/examples/ColorTest.gif
+${GEM_LIBDIR}/examples/Mona_Lisa.jpg
+${GEM_LIBDIR}/examples/Stilleben.jpg
${GEM_LIBDIR}/examples/example.rb
-${GEM_LIBDIR}/install.rb
+${GEM_LIBDIR}/examples/lambda-red-plain.ppm
+${GEM_LIBDIR}/examples/lambda-red.png
+${GEM_LIBDIR}/examples/lambda-red.ppm
+${GEM_LIBDIR}/examples/pacman.jpg
+${GEM_LIBDIR}/examples/smiley.png
+${GEM_LIBDIR}/examples/wool.jpg
${GEM_LIBDIR}/lib/term/ansicolor.rb
${GEM_LIBDIR}/lib/term/ansicolor/.keep
+${GEM_LIBDIR}/lib/term/ansicolor/attribute.rb
+${GEM_LIBDIR}/lib/term/ansicolor/ppm_reader.rb
+${GEM_LIBDIR}/lib/term/ansicolor/rgb_color_metrics.rb
+${GEM_LIBDIR}/lib/term/ansicolor/rgb_triple.rb
${GEM_LIBDIR}/lib/term/ansicolor/version.rb
${GEM_LIBDIR}/term-ansicolor.gemspec
${GEM_LIBDIR}/tests/ansicolor_test.rb
+${GEM_LIBDIR}/tests/attribute_test.rb
+${GEM_LIBDIR}/tests/ppm_reader_test.rb
+${GEM_LIBDIR}/tests/rgb_color_metrics_test.rb
+${GEM_LIBDIR}/tests/rgb_triple_test.rb
+${GEM_LIBDIR}/tests/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-term-ansicolor/distinfo b/devel/ruby-term-ansicolor/distinfo
index 1787f623bc3..df973da5f28 100644
--- a/devel/ruby-term-ansicolor/distinfo
+++ b/devel/ruby-term-ansicolor/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/02/11 08:53:38 taca Exp $
+$NetBSD: distinfo,v 1.2 2014/03/14 17:01:08 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
+SHA1 (term-ansicolor-1.3.0.gem) = c201d089e27eac36417e0a845cf3f1c6454eccc1
+RMD160 (term-ansicolor-1.3.0.gem) = 8a2607ffb1a502ffa38d01789663f33c189c0895
+Size (term-ansicolor-1.3.0.gem) = 890368 bytes