git: 0cfd30995fc2 - main - devel/rubygem-fuubar: New port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 19 Nov 2022 22:48:39 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cfd30995fc2f74882eb064a04a3b923ef3c363c

commit 0cfd30995fc2f74882eb064a04a3b923ef3c363c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-19 22:47:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-19 22:47:36 +0000

    devel/rubygem-fuubar: New port
    
    fuubar is an instafailing RSpec formatter that uses a progress b
    ar instead of a string of letters and dots as feedback.
    Sponsored by:   Nepustil
---
 devel/Makefile                 |  1 +
 devel/rubygem-fuubar/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-fuubar/distinfo  |  3 +++
 devel/rubygem-fuubar/pkg-descr |  2 ++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 067347e0e33e..6a11e471dc56 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6532,6 +6532,7 @@
     SUBDIR += rubygem-forwardable
     SUBDIR += rubygem-forwardable-extended
     SUBDIR += rubygem-fugit
+    SUBDIR += rubygem-fuubar
     SUBDIR += rubygem-fuzzy_match
     SUBDIR += rubygem-gapic-common
     SUBDIR += rubygem-gdata
diff --git a/devel/rubygem-fuubar/Makefile b/devel/rubygem-fuubar/Makefile
new file mode 100644
index 000000000000..f2a394b227b0
--- /dev/null
+++ b/devel/rubygem-fuubar/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	fuubar
+PORTVERSION=	2.5.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	Instafailing RSpec progress bar formatter
+WWW=		https://github.com/thekompanee/fuubar
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-rspec-core>=3.0:devel/rubygem-rspec-core \
+		rubygem-ruby-progressbar>=1.4:devel/rubygem-ruby-progressbar
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-fuubar/distinfo b/devel/rubygem-fuubar/distinfo
new file mode 100644
index 000000000000..d53eb6ecf59e
--- /dev/null
+++ b/devel/rubygem-fuubar/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1668897033
+SHA256 (rubygem/fuubar-2.5.1.gem) = b272a7804b282661c7fab583a3764f92543cb482c365ae39c685cd218fdd4880
+SIZE (rubygem/fuubar-2.5.1.gem) = 12800
diff --git a/devel/rubygem-fuubar/pkg-descr b/devel/rubygem-fuubar/pkg-descr
new file mode 100644
index 000000000000..4f26d00277f7
--- /dev/null
+++ b/devel/rubygem-fuubar/pkg-descr
@@ -0,0 +1,2 @@
+fuubar is an instafailing RSpec formatter that uses a progress bar instead of a
+string of letters and dots as feedback.