aboutsummaryrefslogtreecommitdiff
path: root/net/rsync-bpc
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-01-26 23:37:32 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-01-26 23:37:32 +0000
commita8eb1a972a523139eb1aed59c603e2945b85dc0a (patch)
tree9316aac9442c8ba0c3cd3b057f93da91f6a3a64b /net/rsync-bpc
parente829a0f871b8e0e8b9fdb54442724a2f1df03bb4 (diff)
downloadports-a8eb1a972a523139eb1aed59c603e2945b85dc0a.tar.gz
ports-a8eb1a972a523139eb1aed59c603e2945b85dc0a.zip
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>
Notes
Notes: svn path=/head/; revision=341310
Diffstat (limited to 'net/rsync-bpc')
-rw-r--r--net/rsync-bpc/Makefile23
-rw-r--r--net/rsync-bpc/distinfo2
-rw-r--r--net/rsync-bpc/pkg-descr13
3 files changed, 38 insertions, 0 deletions
diff --git a/net/rsync-bpc/Makefile b/net/rsync-bpc/Makefile
new file mode 100644
index 000000000000..359f334996d8
--- /dev/null
+++ b/net/rsync-bpc/Makefile
@@ -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>
diff --git a/net/rsync-bpc/distinfo b/net/rsync-bpc/distinfo
new file mode 100644
index 000000000000..b4883e1decd1
--- /dev/null
+++ b/net/rsync-bpc/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rsync-bpc-3.0.9.3.tar.gz) = 4b147a0fe60aca65879ad3430c7c8ead09562161b8bbd29f5f29054b925fe01a
+SIZE (rsync-bpc-3.0.9.3.tar.gz) = 775134
diff --git a/net/rsync-bpc/pkg-descr b/net/rsync-bpc/pkg-descr
new file mode 100644
index 000000000000..87a76a744e43
--- /dev/null
+++ b/net/rsync-bpc/pkg-descr
@@ -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/