summaryrefslogtreecommitdiff
path: root/archivers/libarchive
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Reformatted to get rid of trailing whitespace.rillig1-4/+4
2005-05-04Update to 1.02.023.xtraeme2-6/+6
Changes: * Extended Zip/Zip64 support * Bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-21Update to 1.02.016.xtraeme2-8/+7
o archive_read_extract can now handle very long pathnames (tested with pathnames up to 1MB). o New dir-walk code now defaults to physical traversals. o fix a gzip decompression issue and add better error reporting for certain file I/O and decompression errors.
2005-03-19Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_Htv3-2/+18
is not available in the generated archive.h, so put in an __INTERIX conditional (for now -- but this means a PKGREVISION bump, sigh).
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-14Update to 1.02.006.xtraeme2-5/+5
Changes: # Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c portable to Linux. # Feb 8, 2005: Don't close stdout/stdin. Fix flush code. # Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks. # Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file() to avoid "broken pipe" warnings.
2005-02-02Add missing buildlink3 dependencies.xtraeme1-1/+3
2005-02-02Initial import of libarchive-102.002.xtraeme4-0/+34
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO9660 CDROM images. See http://people.freebsd.org/~kientzle/libarchive/