Mon May 23 02:58:21 2011 UTC ()
Add ruby-fast-stemmer.


(minskim)
diff -r1.1210 -r1.1211 pkgsrc/doc/CHANGES-2011
diff -r1.581 -r1.582 pkgsrc/textproc/Makefile

cvs diff -r1.1210 -r1.1211 pkgsrc/doc/CHANGES-2011 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2011 2011/05/22 22:55:06 1.1210
+++ pkgsrc/doc/CHANGES-2011 2011/05/23 02:58:20 1.1211
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2011,v 1.1210 2011/05/22 22:55:06 tron Exp $ 1$NetBSD: CHANGES-2011,v 1.1211 2011/05/23 02:58:20 minskim Exp $
2 2
3Changes to the packages collection and infrastructure in 2011: 3Changes to the packages collection and infrastructure in 2011:
4 4
5 Updated net/py-boto to 1.9b [gson 2011-01-01] 5 Updated net/py-boto to 1.9b [gson 2011-01-01]
6 Updated www/ikiwiki to 3.20101231 [schmonz 2011-01-02] 6 Updated www/ikiwiki to 3.20101231 [schmonz 2011-01-02]
7 Updated textproc/mdoclint to 1.13 [wiz 2011-01-02] 7 Updated textproc/mdoclint to 1.13 [wiz 2011-01-02]
8 Updated chat/psi to 0.14 [schnoebe 2011-01-02] 8 Updated chat/psi to 0.14 [schnoebe 2011-01-02]
9 Updated www/geeklog to 1.7.1.1 [taca 2011-01-03] 9 Updated www/geeklog to 1.7.1.1 [taca 2011-01-03]
10 Updated net/dhcpcd to 5.2.10 [roy 2011-01-03] 10 Updated net/dhcpcd to 5.2.10 [roy 2011-01-03]
11 Downgraded sysutils/py-dbus to 0.83.1 [drochner 2011-01-03] 11 Downgraded sysutils/py-dbus to 0.83.1 [drochner 2011-01-03]
12 Updated net/wireshark to 1.4.2nb1 [tron 2011-01-04] 12 Updated net/wireshark to 1.4.2nb1 [tron 2011-01-04]
13 Updated graphics/gnuplot to 4.2.6nb3 [dholland 2011-01-06] 13 Updated graphics/gnuplot to 4.2.6nb3 [dholland 2011-01-06]
14 Updated graphics/gnuplot-nox11 to 4.2.6nb4 [dholland 2011-01-06] 14 Updated graphics/gnuplot-nox11 to 4.2.6nb4 [dholland 2011-01-06]
@@ -1969,13 +1969,14 @@ Changes to the packages collection and i @@ -1969,13 +1969,14 @@ Changes to the packages collection and i
1969 Updated games/alephone to 20100424nb3 [dholland 2011-05-21] 1969 Updated games/alephone to 20100424nb3 [dholland 2011-05-21]
1970 Updated misc/calibre to 0.8.2 [wiz 2011-05-21] 1970 Updated misc/calibre to 0.8.2 [wiz 2011-05-21]
1971 Updated audio/taglib to 1.7 [wiz 2011-05-21] 1971 Updated audio/taglib to 1.7 [wiz 2011-05-21]
1972 Updated audio/pulseaudio to 0.9.21nb9 [wiz 2011-05-21] 1972 Updated audio/pulseaudio to 0.9.21nb9 [wiz 2011-05-21]
1973 Updated x11/xvidcap to 1.1.3nb12 [wiz 2011-05-21] 1973 Updated x11/xvidcap to 1.1.3nb12 [wiz 2011-05-21]
1974 Updated devel/scmgit to 1.7.5.2 [adam 2011-05-21] 1974 Updated devel/scmgit to 1.7.5.2 [adam 2011-05-21]
1975 Updated devel/scmgit-base to 1.7.5.2 [adam 2011-05-21] 1975 Updated devel/scmgit-base to 1.7.5.2 [adam 2011-05-21]
1976 Updated devel/scmgit-docs to 1.7.5.2 [adam 2011-05-21] 1976 Updated devel/scmgit-docs to 1.7.5.2 [adam 2011-05-21]
1977 Added www/ruby-liquid version 2.2.2 [minskim 2011-05-22] 1977 Added www/ruby-liquid version 2.2.2 [minskim 2011-05-22]
1978 Updated devel/cmph to 1.1 [alnsn 2011-05-22] 1978 Updated devel/cmph to 1.1 [alnsn 2011-05-22]
1979 Updated devel/apr to 1.4.5 [tron 2011-05-22] 1979 Updated devel/apr to 1.4.5 [tron 2011-05-22]
1980 Updated devel/apr-util to 1.3.12 [tron 2011-05-22] 1980 Updated devel/apr-util to 1.3.12 [tron 2011-05-22]
1981 Updated www/apache22 to 2.2.19 [tron 2011-05-22] 1981 Updated www/apache22 to 2.2.19 [tron 2011-05-22]
 1982 Added textproc/ruby-fast-stemmer version 1.0.0 [minskim 2011-05-23]

cvs diff -r1.581 -r1.582 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2011/05/18 02:23:23 1.581
+++ pkgsrc/textproc/Makefile 2011/05/23 02:58:21 1.582
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.581 2011/05/18 02:23:23 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.582 2011/05/23 02:58:21 minskim Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= GutenMark 6SUBDIR+= GutenMark
7SUBDIR+= GutenMark-words 7SUBDIR+= GutenMark-words
8SUBDIR+= Markdown 8SUBDIR+= Markdown
9SUBDIR+= OdfConverter 9SUBDIR+= OdfConverter
10SUBDIR+= WordNet 10SUBDIR+= WordNet
11SUBDIR+= aiksaurus 11SUBDIR+= aiksaurus
12SUBDIR+= antiword 12SUBDIR+= antiword
13SUBDIR+= asciidoc 13SUBDIR+= asciidoc
14SUBDIR+= aspell 14SUBDIR+= aspell
@@ -484,26 +484,27 @@ SUBDIR+= rfcutil @@ -484,26 +484,27 @@ SUBDIR+= rfcutil
484SUBDIR+= rman 484SUBDIR+= rman
485SUBDIR+= robodoc 485SUBDIR+= robodoc
486SUBDIR+= rtf-tools 486SUBDIR+= rtf-tools
487SUBDIR+= rtfm 487SUBDIR+= rtfm
488SUBDIR+= rubber 488SUBDIR+= rubber
489SUBDIR+= ruby-amrita 489SUBDIR+= ruby-amrita
490SUBDIR+= ruby-bluecloth 490SUBDIR+= ruby-bluecloth
491SUBDIR+= ruby-builder 491SUBDIR+= ruby-builder
492SUBDIR+= ruby-cabocha 492SUBDIR+= ruby-cabocha
493SUBDIR+= ruby-coderay 493SUBDIR+= ruby-coderay
494SUBDIR+= ruby-diff-lcs 494SUBDIR+= ruby-diff-lcs
495SUBDIR+= ruby-eruby 495SUBDIR+= ruby-eruby
496SUBDIR+= ruby-escape 496SUBDIR+= ruby-escape
 497SUBDIR+= ruby-fast-stemmer
497SUBDIR+= ruby-fastercsv 498SUBDIR+= ruby-fastercsv
498SUBDIR+= ruby-feed-normalizer 499SUBDIR+= ruby-feed-normalizer
499SUBDIR+= ruby-ferret 500SUBDIR+= ruby-ferret
500SUBDIR+= ruby-haml 501SUBDIR+= ruby-haml
501SUBDIR+= ruby-hikidoc 502SUBDIR+= ruby-hikidoc
502SUBDIR+= ruby-hpricot 503SUBDIR+= ruby-hpricot
503SUBDIR+= ruby-html-parser 504SUBDIR+= ruby-html-parser
504SUBDIR+= ruby-htree 505SUBDIR+= ruby-htree
505SUBDIR+= ruby-itex2MML 506SUBDIR+= ruby-itex2MML
506SUBDIR+= ruby-json 507SUBDIR+= ruby-json
507SUBDIR+= ruby-json-pure 508SUBDIR+= ruby-json-pure
508SUBDIR+= ruby-libxml 509SUBDIR+= ruby-libxml
509SUBDIR+= ruby-markaby 510SUBDIR+= ruby-markaby