mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to versio 0.9.7
PR: 14429 Submitted by: maintainer
This commit is contained in:
parent
a74d3ab0fa
commit
cc3404401c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22552
@ -1,14 +1,15 @@
|
||||
# New ports collection makefile for: flexbackup
|
||||
# Version required: 0.9.6
|
||||
# Date created: Mon Sep 27 21:35:45 MST 1999
|
||||
# Version required: 0.9.7
|
||||
# Date created: Tue Oct 19 22:46:36 MST 1999
|
||||
# Whom: John Reynolds <jreynold@primenet.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= flexbackup-0.9.6
|
||||
DISTNAME= flexbackup-0.9.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://members.home.com/edwinh/flexbackup/tarball/ \
|
||||
MASTER_SITES= http://www.bluecherry.net/~edwinh/flexbackup/tarball/ \
|
||||
http://members.home.com/edwinh/flexbackup/tarball/ \
|
||||
http://metalab.unc.edu/pub/linux/system/backup/
|
||||
|
||||
MAINTAINER= jreynold@primenet.com
|
||||
@ -20,8 +21,8 @@ NO_BUILD = yes
|
||||
USE_PERL5 = yes
|
||||
|
||||
post-configure:
|
||||
@${INSTALL_DATA} ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/flexbackup.README
|
||||
@cp ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
|
||||
@cp ${WRKSRC}/README ${WRKSRC}/flexbackup.README
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
|
||||
@ -30,6 +31,6 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
@cat ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (flexbackup-0.9.6.tar.gz) = aba52f1c03f9bfeb44c6c81129461469
|
||||
MD5 (flexbackup-0.9.7.tar.gz) = 3cf9e7e78635a5a2f4a00e0e5499cf47
|
||||
|
@ -1 +1 @@
|
||||
A perl-based, flexible tape backup system. Uses dump, cpio, or afio
|
||||
A perl-based, flexible tape backup system. Uses dump, cpio, or afio.
|
||||
|
@ -4,14 +4,14 @@ Features:
|
||||
o Easy to configure.
|
||||
o Uses dump, afio, tar, or cpio with the flick of a switch.
|
||||
o Backup, extract, compare, list modes.
|
||||
o On-disk database support for TOC on tapes.
|
||||
o Compression and buffering options for all backup types.
|
||||
o Full (0) and 1-9 levels of incremental backup (ala "dump").
|
||||
o Filesystem-oriented (won't traverse devices).
|
||||
o Filesystem-oriented (won't traverse devices by default).
|
||||
o Does remote filesystems (over rsh/ssh; no special service).
|
||||
o Works with IDE/SCSI tapes
|
||||
or Linux ftape (allows table of contents support)
|
||||
or archive to normal files rather than device
|
||||
o Nice log files.
|
||||
|
||||
|
||||
WWW: http://members.home.com/edwinh/flexbackup/
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
------------------ Flexbackup Configuration Information -----------------
|
||||
--------------------- Flexbackup Configuration Information --------------------
|
||||
|
||||
Flexbackup needs to have its configuration file placed in /etc. A template
|
||||
copy of this configuration file has been installed into
|
||||
@ -10,12 +9,13 @@ copy of this configuration file has been installed into
|
||||
|
||||
/etc/flexbackup.conf
|
||||
|
||||
and edit appropriately for your site.
|
||||
and edit appropriately for your site configuration.
|
||||
|
||||
****************************************************************
|
||||
** Changes have occurred in this file since previous versions **
|
||||
****************************************************************
|
||||
|
||||
Also see ${PREFIX}/share/flexbackup/flexbackup.README for more information on
|
||||
how to use flexbackup (until the man pages are written :).
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user