Port details |
- s3ql File system that stores all its data in the cloud
- 2.21 net
=0 2.21Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: stdin@niklaas.eu
- Port Added: 2017-04-14 18:58:52
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: GPLv3
- WWW:
- https://bitbucket.org/nikratio/s3ql
- Description:
- S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
S3QL is a standard conforming, full featured UNIX file system that is
conceptually indistinguishable from any local file system. Furthermore,
S3QL has additional features like compression, encryption, data
de-duplication, immutable trees and snapshotting which make it
especially suitable for online backup and archival.
S3QL is designed to favor simplicity and elegance over performance and
feature-creep. Care has been taken to make the source code as readable and
serviceable as possible. Solid error detection and error handling have been
included from the very first line, and S3QL comes with extensive automated test
cases for all its components.
WWW: https://bitbucket.org/nikratio/s3ql
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: s3ql
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1490814559
SHA256 (s3ql-2.21.tar.bz2) = 6db886d9cd0fc54fb7aaf9f88241282097e6242b7a8bd97c6659b0ae57af2ed6
SIZE (s3ql-2.21.tar.bz2) = 726450
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-apsw>=3.7 : databases/py-apsw@py37
- py37-defusedxml>=0 : devel/py-defusedxml@py37
- py37-requests>=0 : www/py-requests@py37
- py37-pycrypto>=0 : security/py-pycrypto@py37
- py37-llfuse>=0 : devel/py-llfuse@py37
- py37-dugong>=0 : net/py-dugong@py37
- psmisc>=0 : sysutils/psmisc
- ca_root_nss>=0 : security/ca_root_nss
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-apsw>=3.7 : databases/py-apsw@py37
- py37-defusedxml>=0 : devel/py-defusedxml@py37
- py37-requests>=0 : www/py-requests@py37
- py37-pycrypto>=0 : security/py-pycrypto@py37
- py37-llfuse>=0 : devel/py-llfuse@py37
- py37-dugong>=0 : net/py-dugong@py37
- psmisc>=0 : sysutils/psmisc
- ca_root_nss>=0 : security/ca_root_nss
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- compiler:c++11-lang localbase python:3.3+ sqlite tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.21 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.21 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
2.21 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
2.21 26 Jul 2019 21:50:00 |
pkubaj |
net/s3ql: fix build on GCC architectures
Requires C11 compiler:
src/s3ql/deltadump.c:9529: error: passing argument 2 of '__builtin_expect' with
different width due to prototype
Approved by: mentors (implicit approval) |
2.21 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.21 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.21 14 Apr 2017 18:58:44 |
swills |
net/s3ql: create port
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
WWW: https://bitbucket.org/nikratio/s3ql
PR: 203760
Submitted by: Niklaas Baudet von Gersdorff <stdin@niklaas.eu> (with changes) |
Number of commits found: 7
|