summaryrefslogtreecommitdiff
path: root/textproc/ruby-text
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-27 12:07:41 +0000
committerobache <obache@pkgsrc.org>2013-08-27 12:07:41 +0000
commita5934aa2dd0e05cd3f3d814664bb2ad346867729 (patch)
tree267ca716c19a15f56a746089de6fcbbbc0348bf9 /textproc/ruby-text
parent5b98530c9ad995c226f7ae94c0c4a4a4c2dc48dc (diff)
downloadpkgsrc-a5934aa2dd0e05cd3f3d814664bb2ad346867729.tar.gz
Update ruby-text to 1.2.3.
* Remove Figlet, reintroduced in error
Diffstat (limited to 'textproc/ruby-text')
-rw-r--r--textproc/ruby-text/DESCR2
-rw-r--r--textproc/ruby-text/Makefile4
-rw-r--r--textproc/ruby-text/PLIST23
-rw-r--r--textproc/ruby-text/distinfo8
4 files changed, 15 insertions, 22 deletions
diff --git a/textproc/ruby-text/DESCR b/textproc/ruby-text/DESCR
index 96229a2dd78..5e9495831cd 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, Figlet, Porter Stemming
+Metaphone, Porter Stemming
diff --git a/textproc/ruby-text/Makefile b/textproc/ruby-text/Makefile
index 258e47eb270..4db590dc57e 100644
--- a/textproc/ruby-text/Makefile
+++ b/textproc/ruby-text/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2013/08/26 09:49:06 obache Exp $
+# $NetBSD: Makefile,v 1.3 2013/08/27 12:07:41 obache Exp $
-DISTNAME= text-1.2.2
+DISTNAME= text-1.2.3
CATEGORIES= textproc
MAINTAINER= obache@NetBSD.org
diff --git a/textproc/ruby-text/PLIST b/textproc/ruby-text/PLIST
index c57e5a2f1fc..900d04916c5 100644
--- a/textproc/ruby-text/PLIST
+++ b/textproc/ruby-text/PLIST
@@ -1,20 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2013/08/26 09:49:06 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/08/27 12:07:41 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
@@ -23,13 +18,11 @@ ${GEM_LIBDIR}/test/data/metaphone.txt
${GEM_LIBDIR}/test/data/metaphone_buggy.txt
${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
-${GEM_LIBDIR}/test/test_soundex.rb
-${GEM_LIBDIR}/test/test_text.rb
-${GEM_LIBDIR}/test/test_white_similarity.rb
+${GEM_LIBDIR}/test/levenshtein_test.rb
+${GEM_LIBDIR}/test/metaphone_test.rb
+${GEM_LIBDIR}/test/porter_stemming_test.rb
+${GEM_LIBDIR}/test/soundex_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/text_test.rb
+${GEM_LIBDIR}/test/white_similarity_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-text/distinfo b/textproc/ruby-text/distinfo
index 93c42447c42..4d7cfe631fd 100644
--- a/textproc/ruby-text/distinfo
+++ b/textproc/ruby-text/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/08/26 09:49:06 obache Exp $
+$NetBSD: distinfo,v 1.3 2013/08/27 12:07:41 obache Exp $
-SHA1 (text-1.2.2.gem) = 676a6870a7bf808650dfa8148e5cb9b29f2a0877
-RMD160 (text-1.2.2.gem) = 9dc358fd5c57407a54bc58f29171aec3f818469a
-Size (text-1.2.2.gem) = 143872 bytes
+SHA1 (text-1.2.3.gem) = 327a7e4df07d28bf05822919586a41818b3aa0e9
+RMD160 (text-1.2.3.gem) = 72cf834fefa5cc4f323d95d71485d88211288b35
+Size (text-1.2.3.gem) = 136192 bytes