git: 3d53fce720d8 - main - devel/rubygem-fuzzy_match: Add rubygem-fuzzy_match 2.1.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 14 17:46:15 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d53fce720d883d2820518f2a1e5819b37bb3f0f

commit 3d53fce720d883d2820518f2a1e5819b37bb3f0f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:32:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:32:47 +0000

    devel/rubygem-fuzzy_match: Add rubygem-fuzzy_match 2.1.0
    
    FuzzyMatch finds a needle in a haystack based on string similarity and regular
    expression rules.
    
    WWW: https://github.com/seamusabshere/fuzzy_match
---
 devel/Makefile                      |  1 +
 devel/rubygem-fuzzy_match/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-fuzzy_match/distinfo  |  3 +++
 devel/rubygem-fuzzy_match/pkg-descr |  4 ++++
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 76930d2e728f..8c51826153b2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6176,6 +6176,7 @@
     SUBDIR += rubygem-forwardable-extended
     SUBDIR += rubygem-fugit
     SUBDIR += rubygem-fugit12
+    SUBDIR += rubygem-fuzzy_match
     SUBDIR += rubygem-gapic-common
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem-compare
diff --git a/devel/rubygem-fuzzy_match/Makefile b/devel/rubygem-fuzzy_match/Makefile
new file mode 100644
index 000000000000..7be6284ed705
--- /dev/null
+++ b/devel/rubygem-fuzzy_match/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	fuzzy_match
+PORTVERSION=	2.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Fuzzy match using string similarity and regexp rules
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/fuzzy_match
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-fuzzy_match/distinfo b/devel/rubygem-fuzzy_match/distinfo
new file mode 100644
index 000000000000..96c4d5da4229
--- /dev/null
+++ b/devel/rubygem-fuzzy_match/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622213976
+SHA256 (rubygem/fuzzy_match-2.1.0.gem) = e97e25d0eaee48a5f77ed970d007c7b6ff3c6a6858303fead2d1986859204dfc
+SIZE (rubygem/fuzzy_match-2.1.0.gem) = 113152
diff --git a/devel/rubygem-fuzzy_match/pkg-descr b/devel/rubygem-fuzzy_match/pkg-descr
new file mode 100644
index 000000000000..aa224c4556ae
--- /dev/null
+++ b/devel/rubygem-fuzzy_match/pkg-descr
@@ -0,0 +1,4 @@
+FuzzyMatch finds a needle in a haystack based on string similarity and regular
+expression rules.
+
+WWW: https://github.com/seamusabshere/fuzzy_match


More information about the dev-commits-ports-main mailing list