summaryrefslogtreecommitdiff
path: root/archivers/dar/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-09-09Added CVS Id tag to patch-ac.rillig1-2/+2
2005-09-07Add patch to check the gettext implementation correctly --reed1-1/+2
so it doesn't build with its own libintl. The error was: error: too many arguments to function `const char* _nl_expand_alias()' Include devel/gettext-lib/buildlink3.mk. Bump PKGREVISION. This is for PR 30993.
2005-06-29Updated dar to 2.2.2martti1-15/+5
* lots of new options * lots of bug fixes * translation updates * documentation updates
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-24Hopefulyl final Interix fix: make test_filesystem.cpp build.tv1-1/+2
2005-01-24Another Interix fix: Fix nonstatic linking in src/testing subdir.tv1-1/+3
2005-01-24Fix build on Interix. (Changes submitted to author.)tv1-1/+9
2004-11-09Changes 2.1.5:adam1-3/+3
- added protection code against bad_alloc exception - new configure option to bypass libdl test - removed expected exception list in deci, limitint, real_infinint and storage modules to improve global robustness - remove the #pragma implementation/interface directives which tend today to become obsolete, and seems to be the cause of compilation problem on (recent) Linux kernel 2.6.7 for example. - added protection code to report bug conditions - code simplification for filesystem reading (while performing backup) - fixed bug #29 (crash when saving hard link without read permission) - fixed code syntax to support gcc-3.4.x
2004-05-29Remove superfluous SED/MV.minskim1-2/+2
2003-12-15Initial import of dar-2.0.2 into the NetBSD Packages Collection.agc1-0/+5
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/