Bug 182434 - New port: net/rsync-bpc Modified rsync that used as part of BackupPC
Summary: New port: net/rsync-bpc Modified rsync that used as part of BackupPC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 07:50 UTC by Alexander Moisseev
Modified: 2014-01-26 23:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.89 KB, text/plain)
2013-09-27 07:50 UTC, Alexander Moisseev
no flags Details
rsync-bpc.shar (1.88 KB, text/plain; charset=windows-1251)
2013-10-04 10:48 UTC, Alexander Moisseev
no flags Details
rsync-bpc-3.0.9.3.shar (1.88 KB, text/plain; charset=windows-1251)
2013-12-10 12:05 UTC, Alexander Moisseev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Moisseev 2013-09-27 07:50:01 UTC
Rsync-bpc is a customized version of rsync that is used as part of BackupPC, an open source backup system.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-09-27 16:51:29 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Alexander Moisseev 2013-10-04 10:48:05 UTC
Attached shar converted to Stage.
Please, use it instead of originally submitted.
Comment 3 Alexander Moisseev 2013-12-10 12:05:13 UTC
Since rsync-bpc-3.0.9.3 released, please use attached shar instead of originally submitted shars.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-01-26 23:37:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-01-26 23:37:40 UTC
Author: rm
Date: Sun Jan 26 23:37:32 2014
New Revision: 341310
URL: http://svnweb.freebsd.org/changeset/ports/341310
QAT: https://qat.redports.org/buildarchive/r341310/

Log:
  Rsync-bpc is a customized version of rsync that is used as part of BackupPC,
  an open source backup system.
  
  The main change to rsync is adding a shim layer that emulates the system calls
  for accessing the file system so that rsync can directly read/write files in
  BackupPC's format.
  
  Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync
  servers and clients.
  
  Rsync-bpc serves no purpose outside of BackupPC.
  
  WWW: http://backuppc.sourceforge.net/
  
  PR:		182434
  Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>

Added:
  head/net/rsync-bpc/
  head/net/rsync-bpc/Makefile   (contents, props changed)
  head/net/rsync-bpc/distinfo   (contents, props changed)
  head/net/rsync-bpc/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jan 26 23:32:24 2014	(r341309)
+++ head/net/Makefile	Sun Jan 26 23:37:32 2014	(r341310)
@@ -1009,6 +1009,7 @@
     SUBDIR += rsmb
     SUBDIR += rsplib
     SUBDIR += rsync
+    SUBDIR += rsync-bpc
     SUBDIR += rtg
     SUBDIR += rtpbreak
     SUBDIR += rtpproxy

Added: head/net/rsync-bpc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rsync-bpc/Makefile	Sun Jan 26 23:37:32 2014	(r341310)
@@ -0,0 +1,23 @@
+# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
+# $FreeBSD$
+
+PORTNAME=	rsync-bpc
+PORTVERSION=	3.0.9.3
+CATEGORIES=	net
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=	backuppc/backuppc-beta/4.0.0alpha3
+
+MAINTAINER=	moiseev@mezonplus.ru
+COMMENT=	Modified rsync that used as part of BackupPC
+
+LICENSE=	GPLv3
+
+USES=		perl5
+USE_PERL5=	build
+HAS_CONFIGURE=	yes
+CONFIGURE_SCRIPT=	configure.sh
+CONFIGURE_ARGS=	--prefix=${PREFIX}
+
+PLIST_FILES=	bin/rsync_bpc
+
+.include <bsd.port.mk>

Added: head/net/rsync-bpc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rsync-bpc/distinfo	Sun Jan 26 23:37:32 2014	(r341310)
@@ -0,0 +1,2 @@
+SHA256 (rsync-bpc-3.0.9.3.tar.gz) = 4b147a0fe60aca65879ad3430c7c8ead09562161b8bbd29f5f29054b925fe01a
+SIZE (rsync-bpc-3.0.9.3.tar.gz) = 775134

Added: head/net/rsync-bpc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rsync-bpc/pkg-descr	Sun Jan 26 23:37:32 2014	(r341310)
@@ -0,0 +1,13 @@
+Rsync-bpc is a customized version of rsync that is used as part of BackupPC,
+an open source backup system.
+
+The main change to rsync is adding a shim layer that emulates the system calls
+for accessing the file system so that rsync can directly read/write files in
+BackupPC's format.
+
+Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync
+servers and clients.
+
+Rsync-bpc serves no purpose outside of BackupPC.
+
+WWW: http://backuppc.sourceforge.net/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-01-26 23:37:46 UTC
State Changed
From-To: open->closed

Committed, thank you!