summaryrefslogtreecommitdiff
path: root/archivers/dar
AgeCommit message (Collapse)AuthorFilesLines
2004-05-29Enable pkgviews installation.minskim1-1/+3
2004-05-29Remove superfluous SED/MV.minskim3-11/+6
2004-05-16USE_LANGUAGES= c c++minskim1-1/+3
USE_LIBTOOL= yes
2004-05-12Explicitly disable upx.minskim1-1/+2
2004-03-30Make this package use buildlink3 framework, and add dependencies onminskim1-1/+6
bzip2 and zlib. Bump PKGREVISION.
2004-03-20Spelling fix.snj1-1/+1
2004-02-10MAINTAINER should only contain an email address.grant1-2/+2
2003-12-15Initial import of dar-2.0.2 into the NetBSD Packages Collection.agc5-0/+106
Provided in PR 23738 by David Simas. DAR is a Disk ARchiver, for backing-up file systems to disk. It's rather in the spirit of TAR, with some additions. Notably: DAR can break up a archive into multiple files, to facillitate storage on portable media, like CDs or DVDs. Can perform incremental back-ups against a reference archive, or, more conveniently, a "catalog" of an archive, which is sort of a combination of a TAR table-of-contents and a file checksum list. DAR also supports filtering, so files or directories can be excluded from an archive, compression, filtered compression, and the inclusion of parity in archives, to help recover from media errors. See http://dar.sourceforge.net/