- Add rubygem-backup 3.0.20

Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily
perform backup operations on both your remote, as well as your local
environment. It provides you with an elegant DSL in Ruby for modeling
(configuring) your backups. Backup has built-in support for various databases,
storage protocols/services, syncers, compressors, encryptors and notifiers which
you can mix and match. It was built with modularity, extensibility and
simplicity in mind.

WWW: https://github.com/meskyanichi/backup/
RG:  https://rubygems.org/gems/backup
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-01-06 07:48:46 +00:00
parent e10ec0722e
commit a9747e17b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288608
4 changed files with 38 additions and 0 deletions

View File

@ -759,6 +759,7 @@
SUBDIR += rtty
SUBDIR += ruby-quota
SUBDIR += rubygem-SyslogLogger
SUBDIR += rubygem-backup
SUBDIR += rubygem-bundler
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: rubygem-backup
# Date created: 2011-10-30
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= backup
PORTVERSION= 3.0.20
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perform backup operations on remote and local environment
RUN_DEPENDS= rubygem-popen4>=0.1.4:${PORTSDIR}/devel/rubygem-popen4 \
rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/backup
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/backup-3.0.20.gem) = c39fcdfd0b029313c1f35548ada02a1728ce49e22002e04768f9a53922b4f4ab
SIZE (rubygem/backup-3.0.20.gem) = 88576

View File

@ -0,0 +1,10 @@
Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily
perform backup operations on both your remote, as well as your local
environment. It provides you with an elegant DSL in Ruby for modeling
(configuring) your backups. Backup has built-in support for various databases,
storage protocols/services, syncers, compressors, encryptors and notifiers which
you can mix and match. It was built with modularity, extensibility and
simplicity in mind.
WWW: https://github.com/meskyanichi/backup
RG: https://rubygems.org/gems/backup