1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Add new port: textproc/rubygem-text

A collection of text algorithms: Levenshtein, Soundex, Metaphone,
  Double Metaphone, Porter Stemming

  WWW: https://github.com/threedaymonk/text
This commit is contained in:
TAKATSU Tomonari 2014-10-19 10:17:49 +00:00
parent 7d17057c0d
commit ebee7694d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371175
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/text-1.3.0.gem) = 47b6f8b04e722c91a023e562dde289d0047cd488b18d4e6fd7f71d256a06d6ad
SIZE (rubygem/text-1.3.0.gem) = 138752

View File

@ -0,0 +1,4 @@
A collection of text algorithms: Levenshtein, Soundex, Metaphone,
Double Metaphone, Porter Stemming
WWW: https://github.com/threedaymonk/text