aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-text
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2014-10-19 10:17:49 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2014-10-19 10:17:49 +0000
commitebee7694d8b44b913e22a2a87405a145b77186e4 (patch)
treeb019f5d3d44322037f0a3e0e615b9f033b67d757 /textproc/rubygem-text
parent7d17057c0d0b3a8397aeec4b1adf9de520ab2f07 (diff)
downloadports-ebee7694d8b44b913e22a2a87405a145b77186e4.tar.gz
ports-ebee7694d8b44b913e22a2a87405a145b77186e4.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
Notes
Notes: svn path=/head/; revision=371175
Diffstat (limited to 'textproc/rubygem-text')
-rw-r--r--textproc/rubygem-text/Makefile19
-rw-r--r--textproc/rubygem-text/distinfo2
-rw-r--r--textproc/rubygem-text/pkg-descr4
3 files changed, 25 insertions, 0 deletions
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