From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 3 21:10:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC8926D4 for ; Mon, 3 Feb 2014 21:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98DC514EA for ; Mon, 3 Feb 2014 21:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s13LA2nB070359 for ; Mon, 3 Feb 2014 21:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s13LA23I070358; Mon, 3 Feb 2014 21:10:02 GMT (envelope-from gnats) Date: Mon, 3 Feb 2014 21:10:02 GMT Message-Id: <201402032110.s13LA23I070358@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kristof Provost Subject: Re: ports/186358: net/owncloud-csync ocsync binary missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kristof Provost List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 21:10:02 -0000 The following reply was made to PR ports/186358; it has been noted by GNATS. From: Kristof Provost To: arrowdodger <6yearold@gmail.com> Cc: bug-followup@freebsd.org Subject: Re: ports/186358: net/owncloud-csync ocsync binary missing Date: Mon, 3 Feb 2014 22:02:42 +0100 The 'httpbf' binary is apparently a tool to upload large via HTTP. I've looked at the mirall tool and it has an 'owncloudcmd' tool which looks like it might be a replacement. In fact, the first commit to the owncloudcmd.cpp file has this in it: 'A simple commandline client like ocsync.' owncloudcmd unfortunately dumps core on my machine, but that should probably be a new bug for mirall. I think this bug can be closed. The ocsync tool has been replaced by owncloudcmd, which lives in deskutils/mirall.