From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 27 06:50:01 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id AAFBE29F for ; Fri, 27 Sep 2013 06:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 8B36425B5 for ; Fri, 27 Sep 2013 06:50:01 +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 r8R6o1bF082546 for ; Fri, 27 Sep 2013 06:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8R6o1Y3082545; Fri, 27 Sep 2013 06:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 Sep 2013 06:50:01 GMT Resent-Message-Id: <201309270650.r8R6o1Y3082545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Moisseev 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 ESMTP id C7D5B15F for ; Fri, 27 Sep 2013 06:46:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2ED258D for ; Fri, 27 Sep 2013 06:46:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8R6kjbm000747 for ; Fri, 27 Sep 2013 06:46:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8R6kjKJ000746; Fri, 27 Sep 2013 06:46:45 GMT (envelope-from nobody) Message-Id: <201309270646.r8R6kjKJ000746@oldred.freebsd.org> Date: Fri, 27 Sep 2013 06:46:45 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/182434: New port: net/rsync-bpc Modified rsync that used as part of BackupPC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 06:50:01 -0000 >Number: 182434 >Category: misc >Synopsis: New port: net/rsync-bpc Modified rsync that used as part of BackupPC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 06:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: Rsync-bpc is a customized version of rsync that is used as part of BackupPC, an open source backup system. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rsync-bpc # rsync-bpc/Makefile # rsync-bpc/pkg-descr # rsync-bpc/distinfo # echo c - rsync-bpc mkdir -p rsync-bpc > /dev/null 2>&1 echo x - rsync-bpc/Makefile sed 's/^X//' >rsync-bpc/Makefile << '98cc687487102d7070327c0117249f93' X# Created by: Alexander Moisseev X# $FreeBSD$ X XPORTNAME= rsync-bpc XPORTVERSION= 3.0.9.2 XCATEGORIES= net XMASTER_SITES= SF XMASTER_SITE_SUBDIR= backuppc/backuppc-beta/4.0.0alpha2 X XMAINTAINER= moiseev@mezonplus.ru XCOMMENT= Modified rsync that used as part of BackupPC X XLICENSE= GPLv1 XLICENSE_FILE= ${WRKSRC}/COPYING X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT= configure.sh XCONFIGURE_ARGS= --prefix=${PREFIX} X XPLIST_FILES= bin/rsync_bpc X XNO_STAGE= yes X X.include 98cc687487102d7070327c0117249f93 echo x - rsync-bpc/pkg-descr sed 's/^X//' >rsync-bpc/pkg-descr << 'b6f0e673f1c52d22b2b83c7d4e363dc7' XRsync-bpc is a customized version of rsync that is used as part of BackupPC, Xan open source backup system. X XThe main change to rsync is adding a shim layer that emulates the system calls Xfor accessing the file system so that rsync can directly read/write files in XBackupPC's format. X XRsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync Xservers and clients. X XRsync-bpc serves no purpose outside of BackupPC. X XWWW: http://backuppc.sourceforge.net b6f0e673f1c52d22b2b83c7d4e363dc7 echo x - rsync-bpc/distinfo sed 's/^X//' >rsync-bpc/distinfo << 'abb9c427f391678cb5e22509e1c1194a' XSHA256 (rsync-bpc-3.0.9.2.tar.gz) = acbf919c8b4f130dda6f8494185bcfd78fe41f097ba196e5e4730be389cc4f27 XSIZE (rsync-bpc-3.0.9.2.tar.gz) = 774738 abb9c427f391678cb5e22509e1c1194a exit >Release-Note: >Audit-Trail: >Unformatted: