aboutsummaryrefslogtreecommitdiff
path: root/sysutils/flexbackup
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:25:57 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:25:57 +0000
commitcc3404401c2b96361c2315c53a8ffb2b3cda7c46 (patch)
tree2e7b5044c11151b9ec61fcd3033a2b0f2cea636e /sysutils/flexbackup
parenta74d3ab0fa8f0205f9bb293f22e20284f70ac204 (diff)
downloadports-cc3404401c2b96361c2315c53a8ffb2b3cda7c46.tar.gz
ports-cc3404401c2b96361c2315c53a8ffb2b3cda7c46.zip
Update to versio 0.9.7
PR: 14429 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22552
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 9afd6c608cc6..12c1dd7d731e 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 8d89248bfa56..aab3070c4f56 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 786a00c09221..f020dec04930 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 5c26631cf6ce..5c903eca0473 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 4205441d8495..903270e70247 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 :).
--------------------------------------------------------------------------
-
+-------------------------------------------------------------------------------