diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-26 23:37:32 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-26 23:37:32 +0000 |
commit | a8eb1a972a523139eb1aed59c603e2945b85dc0a (patch) | |
tree | 9316aac9442c8ba0c3cd3b057f93da91f6a3a64b | |
parent | e829a0f871b8e0e8b9fdb54442724a2f1df03bb4 (diff) |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rsync-bpc/Makefile | 23 | ||||
-rw-r--r-- | net/rsync-bpc/distinfo | 2 | ||||
-rw-r--r-- | net/rsync-bpc/pkg-descr | 13 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5d0172771826..df9b9c61c1cb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1009,6 +1009,7 @@ SUBDIR += rsmb SUBDIR += rsplib SUBDIR += rsync + SUBDIR += rsync-bpc SUBDIR += rtg SUBDIR += rtpbreak SUBDIR += rtpproxy 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/ |