View | Details | Raw Unified | Return to bug 48567
Collapse All | Expand All

(-)flexbackup/Makefile (-7 / +13 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	flexbackup
8
PORTNAME=	flexbackup
9
PORTVERSION=	0.9.8
9
PORTVERSION=	1.0.2
10
PORTREVISION=	1
11
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	http://www.edwinh.org/flexbackup/tarball/ \
11
MASTER_SITES=	http://www.edwinh.org/flexbackup/tarball/ \
13
		${MASTER_SITE_SUNSITE}
12
		http://www.reynoldsnet.org/flexbackup/tarball/
14
MASTER_SITE_SUBDIR=	system/backup
15
13
16
MAINTAINER=	johnjen@reynoldsnet.org
14
MAINTAINER=	johnjen@reynoldsnet.org
17
15
18
RUN_DEPENDS=	afio:${PORTSDIR}/sysutils/afio \
16
RUN_DEPENDS=	afio:${PORTSDIR}/sysutils/afio \
19
		buffer:${PORTSDIR}/misc/buffer \
17
		buffer:${PORTSDIR}/misc/buffer \
20
		gtar:${PORTSDIR}/archivers/gtar
18
19
.if defined(WITH_GTAR)
20
RUN_DEPENDS+=    gtar:${PORTSDIR}/archivers/gtar
21
.endif
21
22
22
NO_BUILD=	yes
23
NO_BUILD=	yes
23
USE_PERL5=	yes
24
USE_PERL5=	yes
24
25
25
post-patch:
26
pre-fetch:
26
	@${PERL} -pi -e "s|tar --|gtar --|g" ${WRKSRC}/flexbackup
27
	@${ECHO_MSG} ""
28
	@${ECHO_MSG} "If you are using and older version of FreeBSD that does not have GNU Tar"
29
	@${ECHO_MSG} "imported as the system 'tar,' configure this port using WITH_GTAR=yes"
30
	@${ECHO_MSG} "to enable the port dependency and use the 'path' variable in the"
31
	@${ECHO_MSG} "flexbackup.conf file to point to 'gtar'"
32
	@${ECHO_MSG} ""
27
33
28
post-configure:
34
post-configure:
29
	@${CP} ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
35
	@${CP} ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
(-)flexbackup/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (flexbackup-0.9.8.tar.gz) = 5e5042794c778358dbda88c02fcdc4f0
1
MD5 (flexbackup-1.0.2.tar.gz) = a25be37c2f821aaa216c4102c144ee0f
(-)flexbackup/pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
Perl-based, flexible tape backup system that uses dump, cpio, or afio
1
Perl-based flexible tape backup system that uses dump/afio/cpio/tar
(-)flexbackup/pkg-descr (-13 / +10 lines)
Lines 1-17 Link Here
1
Flexible backup script.
1
Flexible backup script.
2
2
3
Features:
3
Features:
4
   o Easy to configure.
4
   o Easy to configure
5
   o Uses dump, afio, tar, or cpio with the flick of a switch.
5
   o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
6
   o Backup, extract, compare, list modes.
6
   o Full and numbered levels of incremental backup (acts like "dump")
7
   o On-disk database support for TOC on tapes.
7
   o Backup, list, compare, extract, extract list of files modes
8
   o Compression and buffering options for all backup types.
8
   o Compression and buffering options for all backup types
9
   o Full (0) and 1-9 levels of incremental backup (ala "dump").
9
   o Keeps a table of contents so you know archives are on each tape
10
   o Filesystem-oriented (won't traverse devices by default).
10
   o Does remote filesystems (over rsh/ssh; no special service)
11
   o Does remote filesystems (over rsh/ssh; no special service).
11
   o Works with tape drives or on-disk files
12
   o Works with IDE/SCSI tapes
12
   o Nice log files
13
     or Linux ftape (allows table of contents support)
14
     or archive to normal files rather than device
15
   o Nice log files.
16
13
17
WWW: http://www.edwinh.org/flexbackup/
14
WWW: http://flexbackup.sourceforge.net/
(-)flexbackup/pkg-message (-3 / +3 lines)
Lines 11-19 Link Here
11
11
12
and edit appropriately for your site configuration.
12
and edit appropriately for your site configuration.
13
13
14
 ****************************************************************
14
 *****************************************************************
15
 ** Changes have occurred in this file since previous versions **
15
 **   Changes have occurred in this file since version 0.9.8!   **
16
 ****************************************************************
16
 *****************************************************************
17
17
18
Also see %%PREFIX%%/share/doc/flexbackup/flexbackup.README
18
Also see %%PREFIX%%/share/doc/flexbackup/flexbackup.README
19
for more information on how to use flexbackup (until the man
19
for more information on how to use flexbackup (until the man

Return to bug 48567