summaryrefslogtreecommitdiffstats
path: root/sysutils/flexbackup
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-21 06:25:57 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-10-21 06:25:57 +0000
commit9f5e1e86bb416c3cd8b5905451b1dd2860111d83 (patch)
treea3dddecf715119c96da72fa80d78c29798e7252e /sysutils/flexbackup
parent4646f7dbdcd7f5d2932225b3c7e7bf3f61971143 (diff)
downloadFreeBSD-ports-9f5e1e86bb416c3cd8b5905451b1dd2860111d83.zip
FreeBSD-ports-9f5e1e86bb416c3cd8b5905451b1dd2860111d83.tar.gz
Update to versio 0.9.7
PR: 14429 Submitted by: maintainer
Diffstat (limited to 'sysutils/flexbackup')
-rw-r--r--sysutils/flexbackup/Makefile15
-rw-r--r--sysutils/flexbackup/distinfo2
-rw-r--r--sysutils/flexbackup/pkg-comment2
-rw-r--r--sysutils/flexbackup/pkg-descr4
-rw-r--r--sysutils/flexbackup/pkg-message10
5 files changed, 17 insertions, 16 deletions
diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile
index 9afd6c6..12c1dd7 100644
--- a/sysutils/flexbackup/Makefile
+++ b/sysutils/flexbackup/Makefile
@@ -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>
diff --git a/sysutils/flexbackup/distinfo b/sysutils/flexbackup/distinfo
index 8d89248..aab3070 100644
--- a/sysutils/flexbackup/distinfo
+++ b/sysutils/flexbackup/distinfo
@@ -1 +1 @@
-MD5 (flexbackup-0.9.6.tar.gz) = aba52f1c03f9bfeb44c6c81129461469
+MD5 (flexbackup-0.9.7.tar.gz) = 3cf9e7e78635a5a2f4a00e0e5499cf47
diff --git a/sysutils/flexbackup/pkg-comment b/sysutils/flexbackup/pkg-comment
index 786a00c..f020dec 100644
--- a/sysutils/flexbackup/pkg-comment
+++ b/sysutils/flexbackup/pkg-comment
@@ -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.
diff --git a/sysutils/flexbackup/pkg-descr b/sysutils/flexbackup/pkg-descr
index 5c26631..5c903ec 100644
--- a/sysutils/flexbackup/pkg-descr
+++ b/sysutils/flexbackup/pkg-descr
@@ -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/
diff --git a/sysutils/flexbackup/pkg-message b/sysutils/flexbackup/pkg-message
index 4205441..903270e 100644
--- a/sysutils/flexbackup/pkg-message
+++ b/sysutils/flexbackup/pkg-message
@@ -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 :).
--------------------------------------------------------------------------
-
+-------------------------------------------------------------------------------
OpenPOWER on IntegriCloud