From owner-svn-ports-all@freebsd.org Mon May 28 09:34:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0709CF7824A; Mon, 28 May 2018 09:34:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD67085B81; Mon, 28 May 2018 09:34:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E79439B4; Mon, 28 May 2018 09:34:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4S9YI9W087418; Mon, 28 May 2018 09:34:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4S9YIIK087416; Mon, 28 May 2018 09:34:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805280934.w4S9YIIK087416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 May 2018 09:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471033 - head/net/ceph-devel X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/ceph-devel X-SVN-Commit-Revision: 471033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 09:34:19 -0000 Author: amdmi3 Date: Mon May 28 09:34:17 2018 New Revision: 471033 URL: https://svnweb.freebsd.org/changeset/ports/471033 Log: - Update WWW - Whitespace fixes Approved by: portmgr blanket Modified: head/net/ceph-devel/Makefile head/net/ceph-devel/pkg-descr Modified: head/net/ceph-devel/Makefile ============================================================================== --- head/net/ceph-devel/Makefile Mon May 28 09:04:30 2018 (r471032) +++ head/net/ceph-devel/Makefile Mon May 28 09:34:17 2018 (r471033) @@ -8,7 +8,7 @@ CATEGORIES= net PKGNAMESUFFIX= -devel MAINTAINER= wjw@digiware.nl -COMMENT=Ceph delivers object, block, and file storage in a unified system +COMMENT= Ceph delivers object, block, and file storage in a unified system LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual Modified: head/net/ceph-devel/pkg-descr ============================================================================== --- head/net/ceph-devel/pkg-descr Mon May 28 09:04:30 2018 (r471032) +++ head/net/ceph-devel/pkg-descr Mon May 28 09:34:17 2018 (r471033) @@ -2,7 +2,7 @@ Ceph is a distributed object store and file system des excellent performance, reliability and scalability. * Object Storage - Ceph provides seamless access to objects using native language bindings or + 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 @@ -15,7 +15,7 @@ This FreeBSD build will build most of the tools in Cep * 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 +With these tools one can build a multi server, multi osd cluster fully running on FreeBSD and do some testing... -WWW: http://ceph.com +WWW: https://ceph.com/