From a5934aa2dd0e05cd3f3d814664bb2ad346867729 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 27 Aug 2013 12:07:41 +0000 Subject: Update ruby-text to 1.2.3. * Remove Figlet, reintroduced in error --- textproc/ruby-text/DESCR | 2 +- textproc/ruby-text/Makefile | 4 ++-- textproc/ruby-text/PLIST | 23 ++++++++--------------- textproc/ruby-text/distinfo | 8 ++++---- 4 files changed, 15 insertions(+), 22 deletions(-) (limited to 'textproc/ruby-text') 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 -- cgit v1.2.3