summaryrefslogtreecommitdiff
path: root/textproc/ruby-fast-stemmer
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-05-23 02:56:56 +0000
committerminskim <minskim@pkgsrc.org>2011-05-23 02:56:56 +0000
commit75b7ff3b1227c0c19ed9f5675bfe6ca8d2d7db31 (patch)
tree952140a9b12de8fc12afff5ea17488d5caf79ab0 /textproc/ruby-fast-stemmer
parenta07f34ec5ab8ca6e3d4cf7d7839c8e139f9280a6 (diff)
downloadpkgsrc-75b7ff3b1227c0c19ed9f5675bfe6ca8d2d7db31.tar.gz
Import ruby19-fast-stemmer-1.0.0 as textproc/ruby-fast-stemmer.
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm.
Diffstat (limited to 'textproc/ruby-fast-stemmer')
-rw-r--r--textproc/ruby-fast-stemmer/DESCR2
-rw-r--r--textproc/ruby-fast-stemmer/Makefile13
-rw-r--r--textproc/ruby-fast-stemmer/PLIST13
-rw-r--r--textproc/ruby-fast-stemmer/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/ruby-fast-stemmer/DESCR b/textproc/ruby-fast-stemmer/DESCR
new file mode 100644
index 00000000000..b1cbdce15ac
--- /dev/null
+++ b/textproc/ruby-fast-stemmer/DESCR
@@ -0,0 +1,2 @@
+Fast-stemmer is simply a wrapping around multithreaded Porter stemming
+algorithm.
diff --git a/textproc/ruby-fast-stemmer/Makefile b/textproc/ruby-fast-stemmer/Makefile
new file mode 100644
index 00000000000..449dc71d1b9
--- /dev/null
+++ b/textproc/ruby-fast-stemmer/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/23 02:56:56 minskim Exp $
+
+DISTNAME= fast-stemmer-1.0.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://github.com/romanbsd/fast-stemmer
+COMMENT= Ruby library for Porter stemming algorithm
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-fast-stemmer/PLIST b/textproc/ruby-fast-stemmer/PLIST
new file mode 100644
index 00000000000..e55dc00acb5
--- /dev/null
+++ b/textproc/ruby-fast-stemmer/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/23 02:56:56 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION.yml
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/porter.c
+${GEM_LIBDIR}/ext/porter_wrap.c
+${GEM_LIBDIR}/lib/fast_stemmer.rb
+${GEM_LIBDIR}/lib/stemmer.${RUBY_DLEXT}
+${GEM_LIBDIR}/test/fast_stemmer_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-fast-stemmer/distinfo b/textproc/ruby-fast-stemmer/distinfo
new file mode 100644
index 00000000000..07ccdc1f844
--- /dev/null
+++ b/textproc/ruby-fast-stemmer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/23 02:56:56 minskim Exp $
+
+SHA1 (fast-stemmer-1.0.0.gem) = 02c6effa5b5d7c8dfbd658918e21834d021ee024
+RMD160 (fast-stemmer-1.0.0.gem) = 654363d7be786fd61ba8f74d39090ed4330af6d3
+Size (fast-stemmer-1.0.0.gem) = 9728 bytes