diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-15 15:34:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-15 15:34:34 +0800 |
commit | 03ed2b61e3fc1f0d2b62e4ff7267f0f95a1f48ae (patch) | |
tree | 1b44534bdcb1a428581eb2770c498ae7d8e799ba /archivers | |
parent | 494be2a2ed772d9795022a9957d4ea669ad33ee3 (diff) | |
download | freebsd-ports-gnome-03ed2b61e3fc1f0d2b62e4ff7267f0f95a1f48ae.tar.gz freebsd-ports-gnome-03ed2b61e3fc1f0d2b62e4ff7267f0f95a1f48ae.tar.zst freebsd-ports-gnome-03ed2b61e3fc1f0d2b62e4ff7267f0f95a1f48ae.zip |
add rvm 0.80a
Rsync Vault Manager
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/rvm/Makefile | 30 | ||||
-rw-r--r-- | archivers/rvm/distinfo | 2 | ||||
-rw-r--r-- | archivers/rvm/pkg-descr | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 93b3a7ef1055..88509048daac 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -56,6 +56,7 @@ SUBDIR += rpm4 SUBDIR += ruby-bz2 SUBDIR += ruby-zip + SUBDIR += rvm SUBDIR += sectar SUBDIR += squsq SUBDIR += star diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile new file mode 100644 index 000000000000..9ba0b2c13919 --- /dev/null +++ b/archivers/rvm/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection Makefile for: rvm +# Date created: Mar 15, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rvm +PORTVERSION= 0.80.a +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Rsync Vault Manager + +BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync +RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync + +USE_GNOME= gnometarget +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf + +PLIST_FILES= bin/rvm + +MAN1= rvm.1 + +.include <bsd.port.mk> diff --git a/archivers/rvm/distinfo b/archivers/rvm/distinfo new file mode 100644 index 000000000000..8838a861ce94 --- /dev/null +++ b/archivers/rvm/distinfo @@ -0,0 +1,2 @@ +MD5 (rvm-0.80-alpha.tar.gz) = 60c97f5fe46423471317ae5e5cf26fd8 +SIZE (rvm-0.80-alpha.tar.gz) = 193520 diff --git a/archivers/rvm/pkg-descr b/archivers/rvm/pkg-descr new file mode 100644 index 000000000000..e31e99f51637 --- /dev/null +++ b/archivers/rvm/pkg-descr @@ -0,0 +1,11 @@ +RVM is an archive manager that uses rsync to manage backups of multiple +clients across multiple logical partitions (vaults). It has some features +that some other rsync-based backup schemes lack, such as being written in +C++, needing no scripts or other programs than rsync and any binaries on +which rsync depends (such as SSH), the ability to manage multiple instances +of rsync connections to separate clients in parallel, the ability to use +multiple logical partitions (vaults) in a configurable fashion for purporses +of redundancy and added reliability, and the use of hard links for files that +have not changed from one archive to the next. + +WWW: http://rvm.sourceforge.net/ |