<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Bafford &#187; xar</title>
	<atom:link href="http://bafford.com/tag/xar/feed/" rel="self" type="application/rss+xml" />
	<link>http://bafford.com</link>
	<description>coding in purple</description>
	<lastBuildDate>Sat, 03 Oct 2009 19:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Week of Open Source Releases: xarfs 0.2</title>
		<link>http://bafford.com/2009/02/25/week-of-open-source-releases-xarfs-02/</link>
		<comments>http://bafford.com/2009/02/25/week-of-open-source-releases-xarfs-02/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:42:32 +0000</pubDate>
		<dc:creator>John Bafford</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[xar]]></category>
		<category><![CDATA[xarfs]]></category>

		<guid isPermaLink="false">http://bafford.com/?p=154</guid>
		<description><![CDATA[This week&#8217;s third piece of software is xarfs, a proof-of-concept MacFUSE-based filesystem that mounts xar archive files as a read-only filesystem. I wrote xarfs because I wanted an easy way to be able to inspect Mac OS X Installer package files, which as of Mac OS X 10.5, began to be xar archives. In particular, [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s third piece of software is <a href="/software/xarfs/">xarfs</a>, a proof-of-concept <a href="http://code.google.com/p/macfuse/">MacFUSE</a>-based filesystem that mounts <a href="http://code.google.com/p/xar/">xar</a> archive files as a read-only filesystem.</p>
<p>I wrote xarfs because I wanted an easy way to be able to inspect Mac OS X Installer package files, which as of Mac OS X 10.5, began to be xar archives. In particular, I wanted to be able to <code>lsbom</code> the package manifest in order to see what files were being modified. (In retrospect, it probably would have been easier, though less satisfying, to have written a simple tool that extracts only the package manifest and lists its contents.)</p>
<p>Although xarfs provides easy access to view the contents of a xar archive, it has some pretty significant limitations. Besides having a rather clumsy user interface, and presenting only a read-only interface to xar files, it handles large files spectacularly poorly, decompressing them entirely into memory regardless of how much of the file is being accessed. (This is a limitation in the xar API.) It&#8217;s also written in Objective C using MacFUSE&#8217;s framework. This rather limits its portability; an implementation using the regular FUSE API would probably allow xarfs to work on Linux.</p>
<p>If anyone&#8217;s interested in this, it&#8217;s probably possible to resolve some of its deficiencies and make it a lot more useful. Let me know if you find it helpful.</p>
<p>xarfs is licensed under the three-clause BSD license. For more information, or to download, see the <a href="/software/xarfs/">xarfs page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bafford.com/2009/02/25/week-of-open-source-releases-xarfs-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
