From 2e676175ca5b0e516f1b0338cf0657f228a64115 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 25 Jan 2006 16:55:09 +0000 Subject: The XAR project aims to provide an easily extensible archive format. 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 --- archivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers/Makefile') diff --git a/archivers/Makefile b/archivers/Makefile index 191aaf9d4237..e9d8ed7d93d0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -111,6 +111,7 @@ SUBDIR += unzoo SUBDIR += upx SUBDIR += wzip + SUBDIR += xar SUBDIR += xarchive SUBDIR += xdms SUBDIR += xmill -- cgit v1.2.3