Commit graph

23 commits

Author SHA1 Message Date
Mikolaj Golub
f78fc077a9 - update to 1.2.11
- fix build on i386
- change the daemons default starting order (managers should start first)
2015-07-04 18:40:53 +00:00
Dmitry Marakasov
ba439c42ee - Mark BROKEN on i386:
work/leofs-1.2.10/deps/eleveldb/c_src/eleveldb.cc:244:17: error: no matching function for call to 'enif_get_ulong'

Approved by:	portmgr blanket
2015-06-23 16:56:49 +00:00
Mathieu Arnold
fad14a751d Also, don't fetch/extract the main distfile twice.
Sponsored by:	Absolight
2015-05-30 08:15:27 +00:00
Mathieu Arnold
1d9991b8a4 Fix patch.
Sponsored by:	Absolight
2015-05-30 08:11:40 +00:00
Mathieu Arnold
bf848d4e37 Convert a few ports to use the new multi-github framework.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 16:37:49 +00:00
Mikolaj Golub
c545d84c64 * Update to 1.2.10.
* Dynamically generate plist (static plist does not work as it
  depends on erlang runtime used to build the package).
2015-05-24 07:16:54 +00:00
Mikolaj Golub
ccfd74ffb4 * Build with erlang17.
* Don't depend on WX (by default erlang-runtime package is built with WX off).
2015-05-13 06:16:53 +00:00
Mikolaj Golub
7f9e59a8d9 Remove GH_PROJECT and GH_TAGNAME, which match the defaults.
Submitted by:	mat
2015-05-04 08:38:41 +00:00
Mikolaj Golub
4a4ca8c5f0 Update to 1.2.8. 2015-05-04 07:07:28 +00:00
Mikolaj Golub
429e22be61 Update to 1.2.7. 2015-03-07 15:19:44 +00:00
Mikolaj Golub
65353c07ba Update to 1.2.5. 2015-01-31 18:08:53 +00:00
Mikolaj Golub
705ebb3bb3 Update to 1.2.4. 2015-01-25 12:04:09 +00:00
Mikolaj Golub
d145690b6a Update to 1.2.2. 2014-12-20 08:52:15 +00:00
Mikolaj Golub
07cd7358e1 Update to 1.2.1. 2014-11-12 07:01:09 +00:00
Mikolaj Golub
6a03af12ed Update to 1.2.0. 2014-11-08 18:32:29 +00:00
Mikolaj Golub
c4d05604f0 Update to 1.1.5. 2014-10-17 20:34:32 +00:00
Mikolaj Golub
e21ad7ca1d Update to 1.1.4. 2014-10-04 14:37:03 +00:00
Mikolaj Golub
7f65a9650b Update to 1.1.3. 2014-09-14 08:58:53 +00:00
Mikolaj Golub
7fa5e746f9 Update to 1.1.2. 2014-09-05 20:43:09 +00:00
Mikolaj Golub
c28950b94d Update to 1.1.0. 2014-08-16 15:20:40 +00:00
Mikolaj Golub
c54c93b42c - make cowboy correctly parse target URI that has method in uppercase;
- sbin/leofs script improvements: on start wait for a node to begin
  responding to ping, white-space cleanup;
- rc script cleanup.
2014-08-01 19:02:54 +00:00
Mikolaj Golub
91c87afc8a Fix "Could not get redundancy" errors after the storage node restart, by
making the manager automatically send redundancy configuration to
storage node after restart.
2014-07-26 08:20:50 +00:00
Mikolaj Golub
949944b229 Add leofs -- highly scalable, fault-tolerant distributed file
system.

LeoFS is a highly scalable, fault-tolerant distributed file system
for the Web.

LeoFS provides High Cost Performance Ratio. It allows you to build
LeoFS clusters using commodity hardware. LeoFS will require a smaller
cluster than other storage to achieve the same performance. LeoFS is
also very easy to setup and to operate.

LeoFS provides High Reliability thanks to its great design on top of
the Erlang/OTP capabilities. LeoFS system will stay up regardless of
software errors or hardware failures happening inside the cluster.

LeoFS provides High Scalability. Adding and removing nodes is simple
and quick, allowing you to react swiftly when your needs change. A
LeoFS cluster can be thought as elastic storage that you can stretch
as much and as often as you need.

WWW: http://leo-project.net/
2014-07-06 17:42:01 +00:00