Bug 234643 - [NEW PORT] databases/rqlite: Lightweight, distributed relational database built on SQLite
Summary: [NEW PORT] databases/rqlite: Lightweight, distributed relational database bui...
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL: http://www.philipotoole.com/tag/rqlite/
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2019-01-05 19:14 UTC by Paulo Pinheiro
Modified: 2019-01-28 10:29 UTC (History)
0 users

See Also:


Attachments
rqlite port files (2.30 KB, text/plain)
2019-01-05 19:14 UTC, Paulo Pinheiro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo Pinheiro 2019-01-05 19:14:41 UTC
Created attachment 200809 [details]
rqlite port files

New port: databases/rqlite

rqlite is an easy-to-use, lightweight, distributed relational database, which
uses SQLite as its storage engine. Forming a cluster is very straightforward,
it gracefully handles leader elections, and tolerates failures of machines,
including the leader. rqlite is available for Linux, OSX, and Microsoft
Windows.

WWW: http://www.philipotoole.com/tag/rqlite/
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-28 10:29:44 UTC
I'm sorry, but I'm rejecting this.  go get opens network connections
during the build which our package building tool Poudriere doesn't
allow.  If you can fix this please reopen.  Look at some Go ports
on how they build themselves for inspiration for example devel/grv.