summaryrefslogtreecommitdiff
path: root/archivers/afio
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-19Build fix for Interix: strerror() is your friend.tv2-1/+36
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-07-10Fix the Solaris check. SunPro doesn't define neither sun, nor __svr4__.salo2-1/+15
Fixes compilation on Solaris with SunPro compiler.
2004-05-02make this build on darwindanw1-1/+7
2004-04-11- Update afio to 2.5.minskim3-23/+32
- Use buildlink framework. - NO_CONFIGURE=yes - Enable pkgviews installation. Changes in 2.5: - In afio.h ulo and ull macros, added L and LL letters in constants. - Documented `long long' issues in PORTING file. Removed ifdeffed typedef ulonglong porting hacks from the afio.h file. - Changed mknod() call to mkfifo() call when creating named pipe from archive. Freebsd cannot make named pipes with mknod. - Added some extra defines to suppress some warnings on sun platform. Also added some stuff around awk invocations in makefile and regtest to make things easier on sun -- the sun platform I tried it on had a default awk that was too ancient to understand things like gsub. - Added some discussion of sun and freebsd to PORTING file. - Fix to regression test: no longer complains if two compared directory inodes have a size difference. Bases on bug report by vasudeva. - Changed sanity check on the stdin at the start of executing -o mode: now the check only happens if stdin is a tty. This allows scripts to make empty archives, and is needed for compatibility with tob. Based on problem report by Dirk Eddelbuettel. - Changed read() to readall() in outdata(). - Updated SCRIPTS file.
2003-12-30Add trailing / to HOMEPAGEcjep1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-27Initial import of afio-2.4.7 into the NetBSD Packages Collection.agc5-0/+64
The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption. Supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.