<?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"
	>

<channel>
	<title>Florent Thoumie</title>
	<atom:link href="http://blog.xbsd.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xbsd.org</link>
	<description>(Mostly) Technical Blog</description>
	<pubDate>Tue, 22 Jul 2008 09:05:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Bla bla bla, *plaign*, bla bla bla&#8230;</title>
		<link>http://blog.xbsd.org/2008/07/22/bla-bla-bla-plaign-bla-bla-bla/</link>
		<comments>http://blog.xbsd.org/2008/07/22/bla-bla-bla-plaign-bla-bla-bla/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:04:47 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[X.org]]></category>

		<category><![CDATA[beranger]]></category>

		<category><![CDATA[idiot]]></category>

		<category><![CDATA[plaign]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/?p=125</guid>
		<description><![CDATA[	It&#8217;s been a while since Mr Beranger didn&#8217;t mention what he could call the FreeBSD/X.org incident. Well, we can reset the counter [link].

	The poor thing mentioned (again) being driven away from the FreeBSD Project because of two developers who shall remain nameless (one of them being myself), who dared calling him an idiot. Well, I [...]]]></description>
			<content:encoded><![CDATA[	<p>It&#8217;s been a while since Mr Beranger didn&#8217;t mention what he could call the FreeBSD/X.org incident. Well, we can reset the counter <a href="http://beranger.org/index.php?page=diary&#38;2008/07/19/13/13/31-weekly-mix-of-everything" title="">[link]</a>.</p>

	<p>The poor thing mentioned (again) being driven away from the FreeBSD Project because of two developers who shall remain nameless (one of them being myself), who dared calling him an idiot. Well, I will repeat myself: clueless <strong>and</strong> whining person == idiot.</p>

	<p>Should you not have been an idiot, you would have admitted that your understanding of how ports and packages work was wrong and you would have just said that it was simply not a good match for your needs. There&#8217;s plenty of choice, shop around, as you&#8217;re already doing.</p>

	<p>Apart from that, there are loads of people using patched releases (via freebsd-update(1), which you also criticized, for various utterly wrong reasons, as pointed out by Colin Percival, the maintainer of the tool) with what I&#8217;ll call stable packages (which is actually latest packages built on FreeBSD-STABLE, as opposed to current packages which are built against FreeBSD-CURRENT).</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/07/22/bla-bla-bla-plaign-bla-bla-bla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thank you.</title>
		<link>http://blog.xbsd.org/2008/06/23/thank-you/</link>
		<comments>http://blog.xbsd.org/2008/06/23/thank-you/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:50:19 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/?p=124</guid>
		<description><![CDATA[	http://ajaxxx.livejournal.com/58885.html
 ]]></description>
			<content:encoded><![CDATA[	<p><a href="http://ajaxxx.livejournal.com/58885.html" title="">http://ajaxxx.livejournal.com/58885.html</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/06/23/thank-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Package tools WIP</title>
		<link>http://blog.xbsd.org/2008/04/17/package-tools-wip/</link>
		<comments>http://blog.xbsd.org/2008/04/17/package-tools-wip/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:43:27 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[GIT]]></category>

		<category><![CDATA[Ports]]></category>

		<category><![CDATA[pkg_install]]></category>

		<category><![CDATA[portmgr]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/?p=123</guid>
		<description><![CDATA[	Looks like I got myself into trouble again.

	After I accepted a hat from portmgr, I started looking at pkg_install again. I&#8217;ve already done some cleaning which I mentioned previously but it now seems like i have a new part-time job.

	I&#8217;m working on a config file support right now. I&#8217;ve done some more cleaning up (removing [...]]]></description>
			<content:encoded><![CDATA[	<p>Looks like I got myself into trouble again.</p>

	<p>After I accepted a hat from portmgr, I started looking at pkg_install again. I&#8217;ve already done some cleaning which I mentioned <a href="http://blog.xbsd.org/2008/04/10/long-time-no-blog/" title="">previously</a> but it now seems like i have a new part-time job.</p>

	<p>I&#8217;m working on a config file support right now. I&#8217;ve done some more cleaning up (removing FreeBSD 5.x support, fixing pkg_info ftp://...). I&#8217;ll have a look at PRs later.</p>

	<p>Code is living at http://git.xbsd.org/projects/pkg-install/. To check it out:<br />
<blockquote><br />
$ git clone git://git.xbsd.org/projects/pkg-install.git<br />
$ cd pkg-install<br />
$ git fetch origin cleanup:cleanup (if you want the cleanup branch)<br />
$ git fetch origin config:config (if you want the config branch)<br />
</blockquote></p>


 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/04/17/package-tools-wip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Long time no blog</title>
		<link>http://blog.xbsd.org/2008/04/10/long-time-no-blog/</link>
		<comments>http://blog.xbsd.org/2008/04/10/long-time-no-blog/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 08:52:08 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Ports]]></category>

		<category><![CDATA[pkg_install]]></category>

		<category><![CDATA[portmgr]]></category>

		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/04/10/long-time-no-blog/</guid>
		<description><![CDATA[	I figured I could give a small update on what I&#8217;m doing these days.

	If you&#8217;re reading Planet FreeBSD, you already know that I&#8217;ve been offered to join portmgr@ a few days ago. Since then I&#8217;ve done some cleanup in pkg_install related stuff: removed pkg_sign, sync&#8217;ed RELENG_7 and RELENG_6 with HEAD, removed old pkg_install-devel port, updated [...]]]></description>
			<content:encoded><![CDATA[	<p>I figured I could give a small update on what I&#8217;m doing these days.</p>

	<p>If you&#8217;re reading <a href="http://planet.freebsdish.org/" title="">Planet FreeBSD</a>, you already know that I&#8217;ve been offered to join portmgr@ a few days ago. Since then I&#8217;ve done some cleanup in pkg_install related stuff: removed pkg_sign, sync&#8217;ed <span class="caps">RELENG</span>_7 and <span class="caps">RELENG</span>_6 with <span class="caps">HEAD</span>, removed old pkg_install-devel port, updated pkg_install port, added a distfile target to pkg_install in src/ to generate a new distfile for use with ports/, ...).</p>

	<p>I was also browsing pkg_install code to look for ancient/unsupported/broken code. I&#8217;ve found that &#8220;@option extract-in-place&#8221; wasn&#8217;t used anywhere under ports/. If you&#8217;re too lazy to read pkg_create(1), basically it extracts the contents of a package straight into $PREFIX rather than to a staging area first. Pav ran an exp-build to see if defaulting to in-place extraction breaks anything and, obviously, it did. Thankfully I could reproduce quickly and I&#8217;ll investigate in the next few hours. I expect to find loads of gems like this one.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/04/10/long-time-no-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Goodbye XFree86-4</title>
		<link>http://blog.xbsd.org/2008/03/08/goodbye-xfree86-4/</link>
		<comments>http://blog.xbsd.org/2008/03/08/goodbye-xfree86-4/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 18:02:08 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Ports]]></category>

		<category><![CDATA[X.org]]></category>

		<category><![CDATA[xfree86 xorg freebsd use_xlib ports]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/03/08/goodbye-xfree86-4/</guid>
		<description><![CDATA[	I removed xfree86-4 ports yesterday. Hear hear people, if you&#8217;re still using USE_X_PREFIX or USE_XLIB, switch to USE_XORG, now.

	Go there for more info: http://wiki.freebsd.org/Ports/X11/Todo
 ]]></description>
			<content:encoded><![CDATA[	<p>I removed xfree86-4 ports yesterday. Hear hear people, if you&#8217;re still using <span class="caps">USE</span>_X_PREFIX or <span class="caps">USE</span>_XLIB, switch to <span class="caps">USE</span>_XORG, now.</p>

	<p>Go there for more info: http://wiki.freebsd.org/Ports/X11/Todo</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/03/08/goodbye-xfree86-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Planet FreeBSD in testing</title>
		<link>http://blog.xbsd.org/2008/01/22/new-planet-freebsd-in-testing/</link>
		<comments>http://blog.xbsd.org/2008/01/22/new-planet-freebsd-in-testing/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 18:01:42 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[feedjack]]></category>

		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/01/22/new-planet-freebsd-in-testing/</guid>
		<description><![CDATA[	It&#8217;s using feedjack and there are a few interesting features. Most importantly, it&#8217;s there.

	PS: If you&#8217;re still linking to planet.xbsd.org, please change it to planet.freebsdish.org.
 ]]></description>
			<content:encoded><![CDATA[	<p>It&#8217;s using <a href="http://www.feedjack.org/">feedjack</a> and there are a few interesting features. Most importantly, it&#8217;s <a href="http://planet.xbsd.org">there</a>.</p>

	<p>PS: If you&#8217;re still linking to planet.xbsd.org, please change it to planet.freebsdish.org.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/01/22/new-planet-freebsd-in-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress-MU and Planet moved to a new home</title>
		<link>http://blog.xbsd.org/2008/01/15/wordpress-mu-and-planet-moved-to-a-new-home/</link>
		<comments>http://blog.xbsd.org/2008/01/15/wordpress-mu-and-planet-moved-to-a-new-home/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 18:46:13 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[lighttpd]]></category>

		<category><![CDATA[planet]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/01/15/wordpress-mu-and-planet-moved-to-a-new-home/</guid>
		<description><![CDATA[	I&#8217;ve finally swapped the old PowerEdge 2550 with a (less) old PowerEdge 2660. It sports a Bi-Xeon 3GHz AFAIK which should be more than enough for what it&#8217;s currently doing.

	WordPress-MU and Planet were unavailable for a short as I replaced Apache with Lighttpd. I think everything is back on, drop me an email if something [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve finally swapped the old PowerEdge 2550 with a (less) old PowerEdge 2660. It sports a Bi-Xeon 3GHz <span class="caps">AFAIK</span> which should be more than enough for what it&#8217;s currently doing.</p>

	<p>WordPress-MU and Planet were unavailable for a short as I replaced Apache with Lighttpd. I think everything is back on, drop me an email if something is misbehaving.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/01/15/wordpress-mu-and-planet-moved-to-a-new-home/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress-MU updated on blogs.freebsdish.org</title>
		<link>http://blog.xbsd.org/2008/01/10/wordpress-mu-updated-on-blogsfreebsdishorg/</link>
		<comments>http://blog.xbsd.org/2008/01/10/wordpress-mu-updated-on-blogsfreebsdishorg/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 17:35:59 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/01/10/wordpress-mu-updated-on-blogsfreebsdishorg/</guid>
		<description><![CDATA[	I updated wordpress-mu to 1.3.0 on blogs.freebsdish.org.

	Most noticeable is that people can now leave comments using their OpenID. I&#8217;ve also replaced SpamKarma with Bad-Behavior and added a bunch of plugins that people can activate themselves. Have fun!
 ]]></description>
			<content:encoded><![CDATA[	<p>I updated wordpress-mu to 1.3.0 on blogs.freebsdish.org.</p>

	<p>Most noticeable is that people can now leave comments using their <a href="http://www.openid.net/" title="">OpenID</a>. I&#8217;ve also replaced SpamKarma with Bad-Behavior and added a bunch of plugins that people can activate themselves. Have fun!</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/01/10/wordpress-mu-updated-on-blogsfreebsdishorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Catching up with FreeBSD ports</title>
		<link>http://blog.xbsd.org/2008/01/03/catching-up-with-freebsd-ports/</link>
		<comments>http://blog.xbsd.org/2008/01/03/catching-up-with-freebsd-ports/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 17:36:10 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Ports]]></category>

		<category><![CDATA[X.org]]></category>

		<category><![CDATA[Freedesktop]]></category>

		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2008/01/03/catching-up-with-freebsd-ports/</guid>
		<description><![CDATA[	Holiday season is over so I&#8217;m trying to fix as many ports as I can before portmgr cuts the final set of packages for the upcoming 7.0 and 6.3 FreeBSD releases.

	I think I&#8217;ve fixed most outstanding issues with x11 ports (mga driver, xdm, ...) in the past few days. If you have a major issue [...]]]></description>
			<content:encoded><![CDATA[	<p>Holiday season is over so I&#8217;m trying to fix as many ports as I can before portmgr cuts the final set of packages for the upcoming 7.0 and 6.3 FreeBSD releases.</p>

	<p>I think I&#8217;ve fixed most outstanding issues with x11 ports (mga driver, xdm, ...) in the past few days. If you have a major issue like Xorg crashing at startup, I recommend reading the x11@ archives and if you still don&#8217;t find any solution, then contact the Xorg developers and/or open a bug report at bugs.freedesktop.org.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2008/01/03/catching-up-with-freebsd-ports/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I have the biggest</title>
		<link>http://blog.xbsd.org/2007/11/04/i-have-the-biggest/</link>
		<comments>http://blog.xbsd.org/2007/11/04/i-have-the-biggest/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 21:35:37 +0000</pubDate>
		<dc:creator>Florent Thoumie</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Ports]]></category>

		<category><![CDATA[X.org]]></category>

		<guid isPermaLink="false">http://blog.xbsd.org/2007/11/04/i-have-the-biggest/</guid>
		<description><![CDATA[	... commit in FreeBSD history. Thanks to Martin for pointing it out  

	Source: FreshPorts
 ]]></description>
			<content:encoded><![CDATA[	<p>... commit in FreeBSD history. Thanks to Martin for pointing it out <img src='http://blog.xbsd.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

	<p>Source: <a href="http://www.freshports.org/graphs.php?id=8" title="">FreshPorts</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://blog.xbsd.org/2007/11/04/i-have-the-biggest/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
