Date: Wed, 25 Jan 2006 16:55:09 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/xar Makefile distinfo pkg-descr pkg-plist ports/archivers/xar/files patch-include_xar.h.in Message-ID: <200601251655.k0PGt9wh068945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-01-25 16:55:09 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/xar Makefile distinfo pkg-descr pkg-plist archivers/xar/files patch-include_xar.h.in Log: 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> Revision Changes Path 1.139 +1 -0 ports/archivers/Makefile 1.1 +37 -0 ports/archivers/xar/Makefile (new) 1.1 +3 -0 ports/archivers/xar/distinfo (new) 1.1 +10 -0 ports/archivers/xar/files/patch-include_xar.h.in (new) 1.1 +11 -0 ports/archivers/xar/pkg-descr (new) 1.1 +5 -0 ports/archivers/xar/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601251655.k0PGt9wh068945>