Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 15:50:36 -0700 (MST)
From:      John Reynolds <jreynold@primenet.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14108: update (0.9.6) of flexbackup (not yet committed)
Message-ID:  <199910032250.PAA49337@localhost.primenet.com>

next in thread | raw e-mail | index | archive | help

>Number:         14108
>Category:       ports
>Synopsis:       update of flexbackup port to 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct  3 15:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

N/A

>Description:

The (as of yet uncommitted) port "sysutils/flexbackup" has been updated to
version 0.9.6. The attached shar archive is the complete port. The original
port for 0.9.5 (PR `ports/14065') was sent in but not yet committed to the
ports tree. This shar archive supersedes that one and should be the one
committed into the repository (one can close `ports/14065') as soon as work
load allows ;)

Flexbackup is a flexible "wrapper" around dump, cpio, afio, or tar which helps
automate doing tape backups (local or remote). This port for 0.9.6 has been run
through the latest "portlint" (2.1) and tested thoroughly for correctness.

>How-To-Repeat:

N/A

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	flexbackup
#	flexbackup/pkg
#	flexbackup/pkg/PLIST
#	flexbackup/pkg/MESSAGE
#	flexbackup/pkg/DESCR
#	flexbackup/pkg/COMMENT
#	flexbackup/files
#	flexbackup/files/md5
#	flexbackup/Makefile
#
echo c - flexbackup
mkdir -p flexbackup > /dev/null 2>&1
echo c - flexbackup/pkg
mkdir -p flexbackup/pkg > /dev/null 2>&1
echo x - flexbackup/pkg/PLIST
sed 's/^X//' >flexbackup/pkg/PLIST << 'END-of-flexbackup/pkg/PLIST'
Xbin/flexbackup
Xshare/flexbackup/flexbackup.conf.sample
Xshare/flexbackup/flexbackup.README
X@dirrm share/flexbackup
END-of-flexbackup/pkg/PLIST
echo x - flexbackup/pkg/MESSAGE
sed 's/^X//' >flexbackup/pkg/MESSAGE << 'END-of-flexbackup/pkg/MESSAGE'
X
X------------------ Flexbackup Configuration Information -----------------
X
XFlexbackup needs to have its configuration file placed in /etc. A template
Xcopy of this configuration file has been installed into
X
X  ${PREFIX}/share/flexbackup/flexbackup.conf.sample
X
X(where PREFIX nominally is /usr/local). Please copy this file as 
X
X  /etc/flexbackup.conf
X
Xand edit appropriately for your site.
X
X ** Changes have occurred in this file since previous versions **
X
XAlso see ${PREFIX}/share/flexbackup/flexbackup.README for more information on
Xhow to use flexbackup (until the man pages are written :).
X
X-------------------------------------------------------------------------
X
END-of-flexbackup/pkg/MESSAGE
echo x - flexbackup/pkg/DESCR
sed 's/^X//' >flexbackup/pkg/DESCR << 'END-of-flexbackup/pkg/DESCR'
XFlexible backup script.
X
XFeatures:
X   o Easy to configure.
X   o Uses dump, afio, tar, or cpio with the flick of a switch.
X   o Backup, extract, compare, list modes.
X   o Compression and buffering options for all backup types.
X   o Full (0) and 1-9 levels of incremental backup (ala "dump").
X   o Filesystem-oriented (won't traverse devices).
X   o Does remote filesystems (over rsh/ssh; no special service).
X   o Works with IDE/SCSI tapes
X     or Linux ftape (allows table of contents support)
X     or archive to normal files rather than device
X   o Nice log files.
X
X
XWWW: http://members.home.com/edwinh/flexbackup/
END-of-flexbackup/pkg/DESCR
echo x - flexbackup/pkg/COMMENT
sed 's/^X//' >flexbackup/pkg/COMMENT << 'END-of-flexbackup/pkg/COMMENT'
XA perl-based, flexible tape backup system. Uses dump, cpio, or afio.
END-of-flexbackup/pkg/COMMENT
echo c - flexbackup/files
mkdir -p flexbackup/files > /dev/null 2>&1
echo x - flexbackup/files/md5
sed 's/^X//' >flexbackup/files/md5 << 'END-of-flexbackup/files/md5'
XMD5 (flexbackup-0.9.6.tar.gz) = aba52f1c03f9bfeb44c6c81129461469
END-of-flexbackup/files/md5
echo x - flexbackup/Makefile
sed 's/^X//' >flexbackup/Makefile << 'END-of-flexbackup/Makefile'
X# New ports collection makefile for:    flexbackup
X# Version required:     0.9.6
X# Date created:         Mon Sep 27 21:35:45 MST 1999
X# Whom:                 John Reynolds <jreynold@primenet.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=       flexbackup-0.9.6
XCATEGORIES=     sysutils
XMASTER_SITES=   http://members.home.com/edwinh/flexbackup/ \
X		http://metalab.unc.edu/pub/linux/system/backup/
X
XMAINTAINER=     jreynold@primenet.com
X
XRUN_DEPENDS=    afio:${PORTSDIR}/sysutils/afio \
X		buffer:${PORTSDIR}/misc/buffer
X
XNO_BUILD  = yes
XUSE_PERL5 = yes
X
Xpost-configure:
X	@cp ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
X	@cp ${WRKSRC}/README ${WRKSRC}/flexbackup.README
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/share/flexbackup
X	${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup
X	${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
X
Xpost-install:
X	@cat ${PKGDIR}/MESSAGE
X
X.include <bsd.port.mk>
END-of-flexbackup/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910032250.PAA49337>