aboutsummaryrefslogtreecommitdiff
path: root/archivers/xar
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4Pav Lucistnik2006-04-153-5/+5
| | | | | | | | PR: ports/95760 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> (maintainer) Notes: svn path=/head/; revision=159601
* The XAR project aims to provide an easily extensible archive format.Renato Botelho2006-01-255-0/+66
Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data. WWW: http://www.opendarwin.org/projects/xar/ PR: ports/92250 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=154433