Date: Sun, 19 Oct 2014 10:17:50 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371175 - in head/textproc: . rubygem-text Message-ID: <201410191017.s9JAHoJH030792@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Oct 19 10:17:49 2014 New Revision: 371175 URL: https://svnweb.freebsd.org/changeset/ports/371175 QAT: https://qat.redports.org/buildarchive/r371175/ Log: - Add new port: textproc/rubygem-text A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming WWW: https://github.com/threedaymonk/text Added: head/textproc/rubygem-text/ head/textproc/rubygem-text/Makefile (contents, props changed) head/textproc/rubygem-text/distinfo (contents, props changed) head/textproc/rubygem-text/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 19 09:33:04 2014 (r371174) +++ head/textproc/Makefile Sun Oct 19 10:17:49 2014 (r371175) @@ -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 Added: head/textproc/rubygem-text/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-text/Makefile Sun Oct 19 10:17:49 2014 (r371175) @@ -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> Added: head/textproc/rubygem-text/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-text/distinfo Sun Oct 19 10:17:49 2014 (r371175) @@ -0,0 +1,2 @@ +SHA256 (rubygem/text-1.3.0.gem) = 47b6f8b04e722c91a023e562dde289d0047cd488b18d4e6fd7f71d256a06d6ad +SIZE (rubygem/text-1.3.0.gem) = 138752 Added: head/textproc/rubygem-text/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-text/pkg-descr Sun Oct 19 10:17:49 2014 (r371175) @@ -0,0 +1,4 @@ +A collection of text algorithms: Levenshtein, Soundex, Metaphone, +Double Metaphone, Porter Stemming + +WWW: https://github.com/threedaymonk/text
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410191017.s9JAHoJH030792>