aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-01-26 00:55:09 +0800
committergarga <garga@FreeBSD.org>2006-01-26 00:55:09 +0800
commit51f5e9e43f467df09a2ef6946522f657f60d309e (patch)
tree4b0a074ea802e0a9d5ad1715076dde8aff065490 /archivers/Makefile
parent046bb84cd814ae362fdca1cf733a02aab6869f95 (diff)
downloadfreebsd-ports-gnome-51f5e9e43f467df09a2ef6946522f657f60d309e.tar.gz
freebsd-ports-gnome-51f5e9e43f467df09a2ef6946522f657f60d309e.tar.zst
freebsd-ports-gnome-51f5e9e43f467df09a2ef6946522f657f60d309e.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>
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