mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Drop optional support for expired star format
- Bump PORTREVISION (pkg-descr and COMMENT changed)
This commit is contained in:
parent
b0be8a7213
commit
a44418b03b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353777
@ -3,13 +3,13 @@
|
||||
|
||||
PORTNAME= flexbackup
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.edwinh.org/flexbackup/tarball/ \
|
||||
http://www.reynoldsnet.org/flexbackup/tarball/
|
||||
|
||||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar/star
|
||||
COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
@ -21,17 +21,15 @@ TAR_CMD= ${PREFIX}/bin/gtar
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= AFIO BUFFER MBUFFER STAR ZIP DOCS
|
||||
OPTIONS_DEFINE= AFIO BUFFER MBUFFER ZIP DOCS
|
||||
AFIO_DESC= Enable afio support
|
||||
BUFFER_DESC= Enable buffer support
|
||||
MBUFFER_DESC= Enable mbuffer support
|
||||
STAR_DESC= Enable star support
|
||||
ZIP_DESC= Enable zip support
|
||||
|
||||
AFIO_RUN_DEPENDS= afio:${PORTSDIR}/sysutils/afio
|
||||
BUFFER_RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer
|
||||
MBUFFER_RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer
|
||||
STAR_RUN_DEPENDS= star:${PORTSDIR}/archivers/star
|
||||
ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
DOCLIST= CHANGES CREDITS README TODO faq.html
|
||||
@ -52,6 +50,5 @@ do-install:
|
||||
|
||||
post-install:
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCLIST}" ${STAGEDIR}${DOCSDIR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,7 +2,7 @@ A flexible backup tool
|
||||
|
||||
Features:
|
||||
o Easy to configure
|
||||
o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
|
||||
o Uses dump, afio, GNU tar, cpio, pax, or zip archivers
|
||||
o Full and numbered levels of incremental backup (acts like "dump")
|
||||
o Compression and buffering options for all backup types
|
||||
o Does remote filesystems (over rsh/ssh; no special service)
|
||||
|
Loading…
Reference in New Issue
Block a user