svn commit: r371175 - in head/textproc: . rubygem-text

TAKATSU Tomonari tota at FreeBSD.org
Sun Oct 19 10:17:51 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	text
+PORTVERSION=	1.3.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list