Port details |
- ceph12 Ceph delivers object, block, and file storage in a unified system
- 12.2.12_2 net
=2 12.2.12_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 which is EOLed upstream
This port expired on: 2020-12-31
- Maintainer: wjw@digiware.nl
- Port Added: 2019-02-27 18:57:28
- Last Update: 2020-12-30 20:19:34
- SVN Revision: 559682
- People watching this port, also watch:: nginx, haproxy, zrep
- License: GPLv2 LGPL3
- WWW:
- https://ceph.com/
- Description:
- Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.
* Object Storage
Ceph provides seamless access to objects using native language bindings or
radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
Ceph's RADOS Block Device (RBD) provides access to block device images
that are striped and replicated across the entire storage cluster.
* File System
Ceph provides a POSIX-compliant network file system aiming for large data
storage, high performance, and maximum compatibility with legacy applications.
This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...
WWW: https://ceph.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: ceph12
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1566172846
SHA256 (ceph-ceph-v12.2.12_GH0.tar.gz) = 194f6cb475cf01340d1d19aaa9f1052dc5a06cbe97360256ac24a4e06c7ba316
SIZE (ceph-ceph-v12.2.12_GH0.tar.gz) = 12487700
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:
-
- yasm : devel/yasm
- py27-sphinx18>=0,1 : textproc/py-sphinx18@py27
- gperf : devel/gperf
- libatomic_ops.a : devel/libatomic_ops
- cmake : devel/cmake
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-2.7 : lang/cython@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- bash : shells/bash
- getopt : misc/getopt
- xml : textproc/xmlstarlet
- jq : textproc/jq
- flock : sysutils/flock
- py27-virtualenv>=0 : devel/py-virtualenv@py27
- py27-prettytable0>=0 : devel/py-prettytable0@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libboost_python27.so : devel/boost-python-libs@py27
- libboost_thread.so : devel/boost-libs
- libleveldb.so : databases/leveldb
- libnss3.so : security/nss
- libsnappy.so : archivers/snappy
- libcurl.so : ftp/curl
- libxml2.so : textproc/libxml2
- libexpat.so : textproc/expat2
- liblz4.so : archivers/liblz4
- libplds4.so : devel/nspr
- libtcmalloc.so : devel/google-perftools
- libfuse.so : sysutils/fusefs-libs
- libintl.so : devel/gettext-runtime
- libldap-2.4.so.2 : net/openldap24-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake:noninja fuse gettext-runtime gmake pkgconfig python:2.7 shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.2.12_2 30 Dec 2020 20:19:34 |
antoine |
Expire net/ceph12
PR: 249742 |
12.2.12_2 21 Nov 2020 09:44:53 |
sunpoet |
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change
py-prettytable 2.0.0 drops Python 2.7 support, therefore change RUN_DEPENDS to
py-prettytable0. |
12.2.12_1 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
12.2.12_1 18 Mar 2020 12:04:51 |
tobik |
Fix more fallout for bundled rocksdb after the LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization
of 'std::lock_guard<std::mutex>'
std::lock_guard<std::mutex> lk(lock_);
^ ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable:
1st argument ('const std::mutex') would lose const qualifier
explicit lock_guard(mutex_type& __m)
_LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
^
/usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable:
no known conversion from 'const std::mutex' to 'const
std::__1::lock_guard<std::__1::mutex>' for 1st argument
lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable:
requires 2 arguments, but 1 was provided
lock_guard(mutex_type& __m, adopt_lock_t)
_LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
^
1 error generated.
net/ceph* will still not build because Clang crashes but at least
it goes beyond the above error. |
12.2.12_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
12.2.12 21 Aug 2019 13:22:04 |
pi |
net/ceph12: fix comment
PR: 240009
Submitted by: matthew |
12.2.12 21 Aug 2019 12:56:17 |
pi |
net/ceph12: update 12.2.11 -> 12.2.12
PR: 240009
Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Relnotes: https://ceph.io/releases/v13-2-6-mimic-released/ |
12.2.11_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
12.2.11_1 02 May 2019 10:18:03 |
mat |
Remove :DEFAULT where not required. |
12.2.11_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
12.2.11 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
12.2.11 27 Feb 2019 18:57:13 |
pi |
net/ceph: rename to net/ceph12, update 12.2.7 -> 12.2.11
PR: 236004
Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Relnotes: https://ceph.com/releases/v12-2-11-luminous-released/
https://ceph.com/releases/v12-2-10-luminous-released/
https://ceph.com/releases/v12-2-8-released/ |