diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-linguistics/Makefile | 20 | ||||
-rw-r--r-- | textproc/rubygem-linguistics/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-linguistics/pkg-descr | 10 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 87d5ae36cb70..3eef1ae5477d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1147,6 +1147,7 @@ SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-kwalify + SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-loofah SUBDIR += rubygem-markaby diff --git a/textproc/rubygem-linguistics/Makefile b/textproc/rubygem-linguistics/Makefile new file mode 100644 index 000000000000..9ee7d4e07f9c --- /dev/null +++ b/textproc/rubygem-linguistics/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-linguistics +# Date created: 19 Mar 2011 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= linguistics +PORTVERSION= 1.0.8 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= Framework for extending Ruby objects with linguistic methods + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-linguistics/distinfo b/textproc/rubygem-linguistics/distinfo new file mode 100644 index 000000000000..88cd40c3d379 --- /dev/null +++ b/textproc/rubygem-linguistics/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/linguistics-1.0.8.gem) = b63eb293ebd2d0b4cca29eb84f89855216b31c77f8470fe1f5996e1fb091f729 +SIZE (rubygem/linguistics-1.0.8.gem) = 97280 diff --git a/textproc/rubygem-linguistics/pkg-descr b/textproc/rubygem-linguistics/pkg-descr new file mode 100644 index 000000000000..c5c27440c682 --- /dev/null +++ b/textproc/rubygem-linguistics/pkg-descr @@ -0,0 +1,10 @@ +This is a generic, language-neutral framework for extending +Ruby objects with linguistic methods. + +It includes an English-language module with inflection, +pluralisation, conjunctions, indefinite articles, present +participles, ordinal numbers, numbers to words, general +quantification, integration with WordNet and CMU's LinkGrammar, +as well as a framework for providing modules for other languages. + +WWW: http://deveiate.org/projects/Linguistics/ |