<?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>Alexey Zakhlestins blog &#187; fink</title>
	<atom:link href="http://blog.milkfarmsoft.com/category/computers/mac/fink/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Sun, 13 Jun 2010 15:42:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Fink, new PDB</title>
		<link>http://blog.milkfarmsoft.com/2007/09/fink-new-pdb/</link>
		<comments>http://blog.milkfarmsoft.com/2007/09/fink-new-pdb/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 08:29:13 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[fink]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=69</guid>
		<description><![CDATA[<p>Fink project has launched the new Package Database (aka PDB) interface. Looks neat <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/09/fink-new-pdb/">Fink, new PDB</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.finkproject.org/index.php">Fink project</a> has launched the new <a href="http://pdb.finkproject.org/pdb/">Package Database</a> (aka <a href="http://pdb.finkproject.org/pdb/">PDB</a>) interface. Looks neat <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/09/fink-new-pdb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>lighttpd 1.4.15</title>
		<link>http://blog.milkfarmsoft.com/2007/07/lighttpd-1415/</link>
		<comments>http://blog.milkfarmsoft.com/2007/07/lighttpd-1415/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 08:40:01 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[fink]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scgi]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=56</guid>
		<description><![CDATA[<p>Better late than never. I&#8217;ve released updated lighttpd packages for MacOS-X&#8217;s Fink. It is Lighttpd 1.4.15 this time. Also, I added memcached support to mod_cml and mod_trigger_b4_dl.</p>
<p>As usual, if you have any good or bad feedback â€” let me know <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/07/lighttpd-1415/">lighttpd 1.4.15</a></span>]]></description>
			<content:encoded><![CDATA[<p>Better late than never. I&#8217;ve released updated <a href="http://pdb.finkproject.org/pdb/search.php?summary=lighttpd">lighttpd packages</a> for MacOS-X&#8217;s <a href="http://www.finkproject.org/index.php">Fink</a>. It is <a href="http://www.lighttpd.net/2007/4/13/lighttpd-1-4-15-the-following-traditions-release">Lighttpd 1.4.15</a> this time. Also, I added memcached support to <a href="http://pdb.finkproject.org/pdb/package.php/lighttpd-cml">mod_cml</a> and <a href="http://pdb.finkproject.org/pdb/package.php/lighttpd-trigger-b4dl">mod_trigger_b4_dl</a>.</p>
<p>As usual, if you have any good or bad feedback â€” let me know <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/07/lighttpd-1415/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fink: BOOST_FOREACH</title>
		<link>http://blog.milkfarmsoft.com/2007/04/fink-boost_foreach/</link>
		<comments>http://blog.milkfarmsoft.com/2007/04/fink-boost_foreach/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 12:29:13 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=47</guid>
		<description><![CDATA[<p>One more addition to Fink from me: BOOST_FOREACH. This is one of my favorite extensions of C++. It lets one to iterate over virtually anything that can be iterated, while still being extremely effecient.</p>
<p>Here is a very nice introduction to Boost.Foreach.</p>
<p>(If you don&#8217;t knowâ€¦) Fink is a project that brings the full world of Unix Open <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/04/fink-boost_foreach/">fink: BOOST_FOREACH</a></span>]]></description>
			<content:encoded><![CDATA[<p>One more addition to <a href="http://www.finkproject.org/index.php">Fink</a> from me: <a href="http://pdb.finkproject.org/pdb/package.php/boost-foreach">BOOST_FOREACH</a>. This is one of my favorite extensions of C++. It lets one to iterate over virtually anything that can be iterated, while still being extremely effecient.</p>
<p>Here is a very nice <a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/foreach.html">introduction to Boost.Foreach</a>.</p>
<p><small>(If you don&#8217;t knowâ€¦) <a href="http://www.finkproject.org/index.php">Fink</a> is a project that brings the full world of Unix Open Source software to Mac OS X.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/04/fink-boost_foreach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd package in fink</title>
		<link>http://blog.milkfarmsoft.com/2007/04/lighttpd-package-in-fink/</link>
		<comments>http://blog.milkfarmsoft.com/2007/04/lighttpd-package-in-fink/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 16:35:43 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[fink]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=43</guid>
		<description><![CDATA[<p>I have my first package officially included in fink-unstable, today: lighttpd 1.4.13 (it might take several hours before this link will have information).</p>
<p>Feel free to test it and drop a comment to me 
If you are using unstable distribution, it should be as easy as:</p>

fink selfupdate         [to get <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/04/lighttpd-package-in-fink/">lighttpd package in fink</a></span>]]></description>
			<content:encoded><![CDATA[<p>I have my first package officially included in <a href="http://www.finkproject.org/index.php">fink</a>-<strong>unstable</strong>, today: <a href="http://pdb.finkproject.org/pdb/package.php/lighttpd">lighttpd 1.4.13</a> (<em>it might take several hours before this link will have information</em>).</p>
<p>Feel free to test it and drop a comment to me <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If you are using <a href="http://www.finkproject.org/faq/usage-fink.php?phpLang=en#unstable">unstable distribution</a>, it should be as easy as:</p>
<pre>
fink selfupdate         [to get latest package definitions]
fink apropos lighttpd   [to list all lighttpd modules which are available]
fink install lighttpd   [to install lighttpd-server]
</pre>
<p>This will install and start up the server (if you don&#8217;t have some other webserver on port 80). You will be able to add any modules you need after that. I made separate packages for each of the officially-bundled modules + <a href="http://trac.lighttpd.net/trac/wiki/Docs:ModGeoip">mod_GeoIP</a> + <a href="http://trac.lighttpd.net/trac/wiki/Docs/ModExtForward">mod_extforward</a>. If you want more â€” just let me know.</p>
<p>Modules-configuration is made similiar to <a href="http://pdb.finkproject.org/pdb/search.php?summary=apache2">apache2</a> package. There is <strong>mods_available</strong> folder and there is <strong>mods_enabled</strong> folder. To enable the module, you just need to create a symlink.</p>
<p>The only piece of functionality which is not enabled is <a href="http://danga.com/memcached/">memcached</a> support (in <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModCML">mod_cml</a> and <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModTriggerBeforeDownload">mod_trigger_b4_dl</a>), as it requires an additional dependency which waits for validation by fink&#8217;s moderators.</p>
<p>I am thinking about adding some package to enable <a href="http://www.lighttpd.net/">lighttpd</a>+<a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI">mod_fastcgi</a>+<a href="http://pdb.finkproject.org/pdb/package.php/php5-cgi">php5</a> setup automatically, but I haven&#8217;t figured out how to make it &#8220;beautiful enough&#8221; <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For now, php support can be added manually (see <a href="http://trac.lighttpd.net/trac/wiki/TutorialLighttpdAndPHP">corresponding lighttpd docs</a>)</p>
<p>p.s. Yes, I know that 1.4.15 is already out. Unfortunately, it takes some time to pass the initial validation. Updates would be faster, I hope <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/04/lighttpd-package-in-fink/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>fink + growl = love</title>
		<link>http://blog.milkfarmsoft.com/2007/03/fink-growl-%e2%99%a1/</link>
		<comments>http://blog.milkfarmsoft.com/2007/03/fink-growl-%e2%99%a1/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 12:23:02 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[fink]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=44</guid>
		<description><![CDATA[<p>Did you know, that fink has growl-notifications plugin? It&#8217;s extremely convenient when you have some long-lasting build-processes</p>
<p>To make it work you need to:</p>

install Growl
execute &#8220;fink install mac-growl-pm586&#8243; in your terminal

<p>
image <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/03/fink-growl-%e2%99%a1/">fink + growl = love</a></span>]]></description>
			<content:encoded><![CDATA[<p>Did you know, that <a href="http://www.finkproject.org/">fink</a> has <a href="http://wiki.finkproject.org/index.php/Fink:Notification_Plugins#Growl">growl-notifications plugin</a>? It&#8217;s extremely convenient when you have some long-lasting build-processes</p>
<p>To make it work you need to:</p>
<ol>
<li>install <a href="http://growl.info/">Growl</a></li>
<li>execute &#8220;fink install mac-growl-pm586&#8243; in your terminal</li>
</ol>
<p><img src="http://wiki.finkproject.org/images/7/7c/Fink_Growl.png" alt="screenshot" /><br />
image © <a href="http://wiki.finkproject.org/index.php/Image:Fink_Growl.png">Asari</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/03/fink-growl-%e2%99%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
