git: 0ffa0b3c97ad - main - devel/rubygem-makara61: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 02:55:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ffa0b3c97ad9bdef54f7edede9544bb074eea68
commit 0ffa0b3c97ad9bdef54f7edede9544bb074eea68
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-19 02:53:58 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-19 02:53:58 +0000
devel/rubygem-makara61: New port
Makara is generic primary/replica proxy. It handles the heavy lifting of
managing, choosing, blacklisting, and cycling through connections. It
comes with an ActiveRecord database adapter implementation.
Sponsored by: Nepustil
---
devel/Makefile | 1 +
devel/rubygem-makara61/Makefile | 20 ++++++++++++++++++++
devel/rubygem-makara61/distinfo | 3 +++
devel/rubygem-makara61/pkg-descr | 3 +++
4 files changed, 27 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 0b8932c0c42e..e2fbeaaa5e61 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6699,6 +6699,7 @@
SUBDIR += rubygem-lru_redux
SUBDIR += rubygem-lumberjack
SUBDIR += rubygem-main
+ SUBDIR += rubygem-makara61
SUBDIR += rubygem-manpages
SUBDIR += rubygem-map
SUBDIR += rubygem-marcel
diff --git a/devel/rubygem-makara61/Makefile b/devel/rubygem-makara61/Makefile
new file mode 100644
index 000000000000..3f0e451d9c6c
--- /dev/null
+++ b/devel/rubygem-makara61/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= makara
+PORTVERSION= 0.5.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 61
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= Read-write split DB - RAILS61
+WWW= https://github.com/instacart/makara
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activerecord61>0:databases/rubygem-activerecord61
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-makara61/distinfo b/devel/rubygem-makara61/distinfo
new file mode 100644
index 000000000000..65dbf27acbd2
--- /dev/null
+++ b/devel/rubygem-makara61/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1668821161
+SHA256 (rubygem/makara-0.5.1.gem) = 87864cbe150a98ef41d86a6408a95f687db04d3bc65c0e7ed00411190337dd28
+SIZE (rubygem/makara-0.5.1.gem) = 47104
diff --git a/devel/rubygem-makara61/pkg-descr b/devel/rubygem-makara61/pkg-descr
new file mode 100644
index 000000000000..74e971e1914a
--- /dev/null
+++ b/devel/rubygem-makara61/pkg-descr
@@ -0,0 +1,3 @@
+Makara is generic primary/replica proxy. It handles the heavy lifting of
+managing, choosing, blacklisting, and cycling through connections. It comes with
+an ActiveRecord database adapter implementation.