Skip to content

Commit

Permalink
devel/rubygem-makara61: New port
Browse files Browse the repository at this point in the history
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
  • Loading branch information
5u623l20 committed Nov 19, 2022
1 parent 41bf431 commit 0ffa0b3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions 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.

0 comments on commit 0ffa0b3

Please sign in to comment.