diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-text/Makefile | 19 | ||||
-rw-r--r-- | textproc/rubygem-text/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-text/pkg-descr | 4 |
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 |