mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a8eb1a972a
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>
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# 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>
|