aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2014-10-19 18:17:49 +0800
committertota <tota@FreeBSD.org>2014-10-19 18:17:49 +0800
commit690c31865da92e7a2f4514bf265b971ca9c2743b (patch)
treeb019f5d3d44322037f0a3e0e615b9f033b67d757 /textproc
parent27c723e31e9681190dcde270f632aa670d515976 (diff)
downloadfreebsd-ports-gnome-690c31865da92e7a2f4514bf265b971ca9c2743b.tar.gz
freebsd-ports-gnome-690c31865da92e7a2f4514bf265b971ca9c2743b.tar.zst
freebsd-ports-gnome-690c31865da92e7a2f4514bf265b971ca9c2743b.zip
- Add new port: textproc/rubygem-text
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming WWW: https://github.com/threedaymonk/text
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-text/Makefile19
-rw-r--r--textproc/rubygem-text/distinfo2
-rw-r--r--textproc/rubygem-text/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f75d6129f85e..8f2bda606536 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1375,6 +1375,7 @@
SUBDIR += rubygem-syntax
SUBDIR += rubygem-termcolor
SUBDIR += rubygem-terminal-table
+ SUBDIR += rubygem-text
SUBDIR += rubygem-tidy
SUBDIR += rubygem-unf
SUBDIR += rubygem-unf_ext
diff --git a/textproc/rubygem-text/Makefile b/textproc/rubygem-text/Makefile
new file mode 100644
index 000000000000..6d2763c0de84
--- /dev/null
+++ b/textproc/rubygem-text/Makefile
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= text
+PORTVERSION= 1.3.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Collection of text algorithms
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING.txt
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-text/distinfo b/textproc/rubygem-text/distinfo
new file mode 100644
index 000000000000..ca27c557f4e3
--- /dev/null
+++ b/textproc/rubygem-text/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/text-1.3.0.gem) = 47b6f8b04e722c91a023e562dde289d0047cd488b18d4e6fd7f71d256a06d6ad
+SIZE (rubygem/text-1.3.0.gem) = 138752
diff --git a/textproc/rubygem-text/pkg-descr b/textproc/rubygem-text/pkg-descr
new file mode 100644
index 000000000000..aa43d2d2b43e
--- /dev/null
+++ b/textproc/rubygem-text/pkg-descr
@@ -0,0 +1,4 @@
+A collection of text algorithms: Levenshtein, Soundex, Metaphone,
+Double Metaphone, Porter Stemming
+
+WWW: https://github.com/threedaymonk/text