aboutsummaryrefslogtreecommitdiff
path: root/databases/leofs
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.18Mikolaj Golub2016-01-102-81/+81
| | | | Notes: svn path=/head/; revision=405679
* Update to 1.2.16Mikolaj Golub2015-10-242-60/+60
| | | | Notes: svn path=/head/; revision=400123
* Update to 1.2.14Mikolaj Golub2015-09-152-21/+21
| | | | Notes: svn path=/head/; revision=397012
* - Drop @dirrm* from plistDmitry Marakasov2015-08-261-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=395338
* Update to 1.2.12Mikolaj Golub2015-07-262-15/+15
| | | | Notes: svn path=/head/; revision=392915
* - update to 1.2.11Mikolaj Golub2015-07-045-81/+108
| | | | | | | | - fix build on i386 - change the daemons default starting order (managers should start first) Notes: svn path=/head/; revision=391327
* - Mark BROKEN on i386:Dmitry Marakasov2015-06-231-0/+2
| | | | | | | | | 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 Notes: svn path=/head/; revision=390431
* Fix build on systems without gcc.Mikolaj Golub2015-06-061-0/+11
| | | | Notes: svn path=/head/; revision=388659
* Also, don't fetch/extract the main distfile twice.Mathieu Arnold2015-05-302-6/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387916
* Fix patch.Mathieu Arnold2015-05-301-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387915
* Convert a few ports to use the new multi-github framework.Mathieu Arnold2015-05-282-151/+140
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387743
* * Update to 1.2.10.Mikolaj Golub2015-05-247-1357/+80
| | | | | | | | * Dynamically generate plist (static plist does not work as it depends on erlang runtime used to build the package). Notes: svn path=/head/; revision=387248
* * Build with erlang17.Mikolaj Golub2015-05-135-988/+813
| | | | | | | * Don't depend on WX (by default erlang-runtime package is built with WX off). Notes: svn path=/head/; revision=386203
* Remove GH_PROJECT and GH_TAGNAME, which match the defaults.Mikolaj Golub2015-05-041-2/+0
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=385383
* Update to 1.2.8.Mikolaj Golub2015-05-045-328/+558
| | | | Notes: svn path=/head/; revision=385377
* Update to 1.2.7.Mikolaj Golub2015-03-076-382/+389
| | | | Notes: svn path=/head/; revision=380704
* Update to 1.2.5.Mikolaj Golub2015-01-313-140/+140
| | | | Notes: svn path=/head/; revision=378224
* Update to 1.2.4.Mikolaj Golub2015-01-253-183/+185
| | | | Notes: svn path=/head/; revision=377886
* Update to 1.2.2.Mikolaj Golub2014-12-204-257/+264
| | | | Notes: svn path=/head/; revision=374993
* Update to 1.2.1.Mikolaj Golub2014-11-123-90/+91
| | | | Notes: svn path=/head/; revision=372483
* Update to 1.2.0.Mikolaj Golub2014-11-083-400/+247
| | | | Notes: svn path=/head/; revision=372325
* Cleanup plistBaptiste Daroussin2014-10-201-25/+9
| | | | Notes: svn path=/head/; revision=371255
* Update to 1.1.5.Mikolaj Golub2014-10-173-334/+331
| | | | Notes: svn path=/head/; revision=371077
* Update to 1.1.4.Mikolaj Golub2014-10-044-369/+375
| | | | Notes: svn path=/head/; revision=369967
* Update to 1.1.3.Mikolaj Golub2014-09-144-128/+128
| | | | Notes: svn path=/head/; revision=368162
* Update to 1.1.2.Mikolaj Golub2014-09-054-502/+350
| | | | Notes: svn path=/head/; revision=367387
* Update to 1.1.0.Mikolaj Golub2014-08-167-557/+704
| | | | Notes: svn path=/head/; revision=365091
* - make cowboy correctly parse target URI that has method in uppercase;Mikolaj Golub2014-08-014-43/+76
| | | | | | | | | - sbin/leofs script improvements: on start wait for a node to begin responding to ping, white-space cleanup; - rc script cleanup. Notes: svn path=/head/; revision=363753
* Fix "Could not get redundancy" errors after the storage node restart, byMikolaj Golub2014-07-262-0/+14
| | | | | | | | making the manager automatically send redundancy configuration to storage node after restart. Notes: svn path=/head/; revision=362959
* Add leofs -- highly scalable, fault-tolerant distributed fileMikolaj Golub2014-07-0624-0/+3496
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/ Notes: svn path=/head/; revision=360945