summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-26 09:49:06 +0000
committerobache <obache@pkgsrc.org>2013-08-26 09:49:06 +0000
commit6ad342a92b3e92074406f30c7bbf91bd7955f886 (patch)
tree33d204a154fbdb47cc2342a63719b1e8522d61be /textproc
parent82550683330feb28a95b909827eede237fb78739 (diff)
downloadpkgsrc-6ad342a92b3e92074406f30c7bbf91bd7955f886.tar.gz
Update ruby-text to 1.2.2.
* Reintroduce figlet before fixing for 1.9 * Relicense as MIT
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-text/DESCR2
-rw-r--r--textproc/ruby-text/Makefile6
-rw-r--r--textproc/ruby-text/PLIST8
-rw-r--r--textproc/ruby-text/distinfo8
4 files changed, 15 insertions, 9 deletions
diff --git a/textproc/ruby-text/DESCR b/textproc/ruby-text/DESCR
index 5e9495831cd..96229a2dd78 100644
--- a/textproc/ruby-text/DESCR
+++ b/textproc/ruby-text/DESCR
@@ -1,2 +1,2 @@
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
-Metaphone, Porter Stemming
+Metaphone, Figlet, Porter Stemming
diff --git a/textproc/ruby-text/Makefile b/textproc/ruby-text/Makefile
index de9908c30b4..258e47eb270 100644
--- a/textproc/ruby-text/Makefile
+++ b/textproc/ruby-text/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2013/04/21 12:27:11 obache Exp $
+# $NetBSD: Makefile,v 1.2 2013/08/26 09:49:06 obache Exp $
-DISTNAME= text-1.2.1
+DISTNAME= text-1.2.2
CATEGORIES= textproc
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://github.com/threedaymonk/text
COMMENT= Collection of text algorithms for Ruby
-LICENSE= ruby-license
+LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-text/PLIST b/textproc/ruby-text/PLIST
index 71041f0514c..c57e5a2f1fc 100644
--- a/textproc/ruby-text/PLIST
+++ b/textproc/ruby-text/PLIST
@@ -1,15 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/21 12:27:11 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/08/26 09:49:06 obache Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/text.rb
${GEM_LIBDIR}/lib/text/double_metaphone.rb
+${GEM_LIBDIR}/lib/text/figlet.rb
+${GEM_LIBDIR}/lib/text/figlet/font.rb
+${GEM_LIBDIR}/lib/text/figlet/smusher.rb
+${GEM_LIBDIR}/lib/text/figlet/typesetter.rb
${GEM_LIBDIR}/lib/text/levenshtein.rb
${GEM_LIBDIR}/lib/text/metaphone.rb
${GEM_LIBDIR}/lib/text/porter_stemming.rb
${GEM_LIBDIR}/lib/text/soundex.rb
${GEM_LIBDIR}/lib/text/version.rb
${GEM_LIBDIR}/lib/text/white_similarity.rb
+${GEM_LIBDIR}/test/data/big.flf
${GEM_LIBDIR}/test/data/big.txt
${GEM_LIBDIR}/test/data/chunky.flf
${GEM_LIBDIR}/test/data/chunky.txt
@@ -20,6 +25,7 @@ ${GEM_LIBDIR}/test/data/porter_stemming_input.txt
${GEM_LIBDIR}/test/data/porter_stemming_output.txt
${GEM_LIBDIR}/test/preamble.rb
${GEM_LIBDIR}/test/test_double_metaphone.rb
+${GEM_LIBDIR}/test/test_figlet.rb
${GEM_LIBDIR}/test/test_levenshtein.rb
${GEM_LIBDIR}/test/test_metaphone.rb
${GEM_LIBDIR}/test/test_porter_stemming.rb
diff --git a/textproc/ruby-text/distinfo b/textproc/ruby-text/distinfo
index d60ced81be5..93c42447c42 100644
--- a/textproc/ruby-text/distinfo
+++ b/textproc/ruby-text/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/04/21 12:27:11 obache Exp $
+$NetBSD: distinfo,v 1.2 2013/08/26 09:49:06 obache Exp $
-SHA1 (text-1.2.1.gem) = 41c196e5e93288aa3c4d9357c540b6d6cd33aa28
-RMD160 (text-1.2.1.gem) = 773844ff7d3e689a509f9eb3ec203656dd097681
-Size (text-1.2.1.gem) = 136704 bytes
+SHA1 (text-1.2.2.gem) = 676a6870a7bf808650dfa8148e5cb9b29f2a0877
+RMD160 (text-1.2.2.gem) = 9dc358fd5c57407a54bc58f29171aec3f818469a
+Size (text-1.2.2.gem) = 143872 bytes