aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-25 16:55:09 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-25 16:55:09 +0000
commit2e676175ca5b0e516f1b0338cf0657f228a64115 (patch)
tree0285c971acecbcbc7a0b60dc7900a5e4ba6760a7 /archivers/Makefile
parent61c886f0edb54199505954513b54ba98a846d198 (diff)
downloadports-2e676175ca5b0e516f1b0338cf0657f228a64115.tar.gz
ports-2e676175ca5b0e516f1b0338cf0657f228a64115.zip
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 <CPE1704TKS@bellsouth.net>
Notes
Notes: svn path=/head/; revision=154433
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
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