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:
parent
7d17057c0d
commit
ebee7694d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371175
@ -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
|
||||
|
19
textproc/rubygem-text/Makefile
Normal file
19
textproc/rubygem-text/Makefile
Normal 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>
|
2
textproc/rubygem-text/distinfo
Normal file
2
textproc/rubygem-text/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/text-1.3.0.gem) = 47b6f8b04e722c91a023e562dde289d0047cd488b18d4e6fd7f71d256a06d6ad
|
||||
SIZE (rubygem/text-1.3.0.gem) = 138752
|
4
textproc/rubygem-text/pkg-descr
Normal file
4
textproc/rubygem-text/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A collection of text algorithms: Levenshtein, Soundex, Metaphone,
|
||||
Double Metaphone, Porter Stemming
|
||||
|
||||
WWW: https://github.com/threedaymonk/text
|
Loading…
Reference in New Issue
Block a user