<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: MySQL Toolkit released as one package</title>
	<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/</link>
	<description>Stay curious!</description>
	<pubDate>Fri, 08 Aug 2008 18:52:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11619</link>
		<author>Xaprb</author>
		<pubDate>Fri, 15 Jun 2007 14:04:02 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11619</guid>
		<description>Sven: thank you.  I will include the spec file in the tarball and upload your RPMs.  (I don't mind your name being in them).</description>
		<content:encoded><![CDATA[<p>Sven: thank you.  I will include the spec file in the tarball and upload your RPMs.  (I don&#8217;t mind your name being in them).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Edge</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11528</link>
		<author>Sven Edge</author>
		<pubDate>Tue, 12 Jun 2007 19:03:11 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11528</guid>
		<description>I've been looking at RPM-ing Elgg recently, and I thought I'd have a go at packaging this. After cribbing the spec file from another perl app that installs stuff in /usr/bin, perl-libwww-perl, it turned out to be quite easy (assuming I've not done something stupid). Results are here: http://www.alia.org.uk/~sven/rpm/

The packages have my/Curverider's name on them, so you'll probably want to rebuild them if you have an RPM-based system available. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking at RPM-ing Elgg recently, and I thought I&#8217;d have a go at packaging this. After cribbing the spec file from another perl app that installs stuff in /usr/bin, perl-libwww-perl, it turned out to be quite easy (assuming I&#8217;ve not done something stupid). Results are here: <a href="http://www.alia.org.uk/~sven/rpm/" rel="nofollow">http://www.alia.org.uk/~sven/rpm/</a></p>
<p>The packages have my/Curverider&#8217;s name on them, so you&#8217;ll probably want to rebuild them if you have an RPM-based system available. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11495</link>
		<author>Xaprb</author>
		<pubDate>Tue, 12 Jun 2007 02:09:08 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11495</guid>
		<description>The sourceforge.net documentation system is really clunky in my opinion.  I have started to flesh out documentation on the project website, but I'm short on time and long on TODO lists...

I added a brief document on the sourceforge docs page that just says "look at the project homepage" but I found it even hard to find and view the doc I just created!</description>
		<content:encoded><![CDATA[<p>The sourceforge.net documentation system is really clunky in my opinion.  I have started to flesh out documentation on the project website, but I&#8217;m short on time and long on TODO lists&#8230;</p>
<p>I added a brief document on the sourceforge docs page that just says &#8220;look at the project homepage&#8221; but I found it even hard to find and view the doc I just created!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11492</link>
		<author>Sheeri</author>
		<pubDate>Mon, 11 Jun 2007 23:07:12 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11492</guid>
		<description>Is there a page somewhere where someone who hasn't followed your blog from day 1 can figure out what all these programs do?  The docs page on sourceforge was empty....</description>
		<content:encoded><![CDATA[<p>Is there a page somewhere where someone who hasn&#8217;t followed your blog from day 1 can figure out what all these programs do?  The docs page on sourceforge was empty&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11490</link>
		<author>Xaprb</author>
		<pubDate>Mon, 11 Jun 2007 21:10:39 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11490</guid>
		<description>Yeah, I think the problem is not that I don't know make, after reading it more (the GNU make manual for example).  I still have a lot to learn about it.  But I have learned enough now to have the opinion that it's not the right tool for building a package like this, where I'm choosing the latest tagged version of each individual package and wrapping them all up.

I also think there's a lot to be said for the folks who are trying to get away from MakeMaker for Perl packaging and distribution.  To do more complex things you need to resort to shell scripting.  What could be less portable, and how silly does that seem, when you obviously have an incredibly powerful and portable language available on the system?  Perl, that is.

The MakeMaker approach will never work on Windows and all the other esoteric systems Perl is ported to.  I'll leave it this way for right now, but maybe I'll figure something better out later.</description>
		<content:encoded><![CDATA[<p>Yeah, I think the problem is not that I don&#8217;t know make, after reading it more (the GNU make manual for example).  I still have a lot to learn about it.  But I have learned enough now to have the opinion that it&#8217;s not the right tool for building a package like this, where I&#8217;m choosing the latest tagged version of each individual package and wrapping them all up.</p>
<p>I also think there&#8217;s a lot to be said for the folks who are trying to get away from MakeMaker for Perl packaging and distribution.  To do more complex things you need to resort to shell scripting.  What could be less portable, and how silly does that seem, when you obviously have an incredibly powerful and portable language available on the system?  Perl, that is.</p>
<p>The MakeMaker approach will never work on Windows and all the other esoteric systems Perl is ported to.  I&#8217;ll leave it this way for right now, but maybe I&#8217;ll figure something better out later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel</title>
		<link>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11487</link>
		<author>Nathaniel</author>
		<pubDate>Mon, 11 Jun 2007 15:33:50 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/06/10/mysql-toolkit-released-as-one-package/#comment-11487</guid>
		<description>You know, there is an O'Rielly book on make. I have been reading it for work, and it's got a lot of good info in it (of course). Might see if you can get it on Safari.</description>
		<content:encoded><![CDATA[<p>You know, there is an O&#8217;Rielly book on make. I have been reading it for work, and it&#8217;s got a lot of good info in it (of course). Might see if you can get it on Safari.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
