<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/18278/MacPorts_1_5_Released</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 01 Dec 2009 01:01:54 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>What does it do?</title>
			<link>http://osnews.com/thread?256019</link>
			<guid isPermaLink="true">http://osnews.com/thread?256019</guid>
			<description>There is nothing in the summary or the linked web-page that says what the MacPorts software is for.  They really need a &quot;About this program&quot; section on their web-page.</description>
			<pubDate>Tue, 17 Jul 2007 15:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (C_Forq)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>From Wikipedia....</title>
			<link>http://osnews.com/thread?256037</link>
			<guid isPermaLink="true">http://osnews.com/thread?256037</guid>
			<description>&quot;MacPorts, formerly called DarwinPorts,[1] is a free/open source software project to simplify installation of other free/open source software on the Mac OS X and Darwin operating systems. Similar to Fink and the BSDs' ports collections, DarwinPorts was started in 2002 as part of the OpenDarwin project, with the involvement of a number of Apple Computer employees including Landon Fuller, Kevin Van Vechten, and Jordan Hubbard.<br />
<br />
It allows the installation of a number of packages by simply entering the command port install packagename in the Terminal, which will then download, compile and install the requested software, while also installing any required dependencies automatically.&quot;<br />
<br />
-<a href="http://en.wikipedia.org/wiki/MacPorts" rel="nofollow">http://en.wikipedia.org/wiki/MacPorts</a></description>
			<pubDate>Tue, 17 Jul 2007 15:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (ThawkTH)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: What does it do?</title>
			<link>http://osnews.com/thread?256077</link>
			<guid isPermaLink="true">http://osnews.com/thread?256077</guid>
			<description>C_Forq: I'm glad I'm not the only one that was confused ;0)<br />
<br />
pac</description>
			<pubDate>Tue, 17 Jul 2007 17:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (pacmania1982)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why should I compile?</title>
			<link>http://osnews.com/thread?256095</link>
			<guid isPermaLink="true">http://osnews.com/thread?256095</guid>
			<description>The creator of the port file should have already built and tested a binary; why can't they just upload that? Why should a thousand people compile the same software?</description>
			<pubDate>Tue, 17 Jul 2007 17:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Wes Felter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why should I compile?</title>
			<link>http://osnews.com/thread?256105</link>
			<guid isPermaLink="true">http://osnews.com/thread?256105</guid>
			<description>users have become to spoiled. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Tue, 17 Jul 2007 18:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (poundsmack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Impressive!!</title>
			<link>http://osnews.com/thread?256107</link>
			<guid isPermaLink="true">http://osnews.com/thread?256107</guid>
			<description>&quot;A major achievement in this release is the completion of code and documentation changes to reflect the transition in project name from DarwinPorts to MacPorts.&quot;<br />
<br />
The major achievement is a NAME CHANGE.<br />
<br />
Underwhelming.</description>
			<pubDate>Tue, 17 Jul 2007 18:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (BigJimSlade)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why should I compile?</title>
			<link>http://osnews.com/thread?256142</link>
			<guid isPermaLink="true">http://osnews.com/thread?256142</guid>
			<description>If MacPorts is similar to BSD ports, it's not one application, it's a huge amount of applications, provided in source form.  It is one of the great things about the BSDs.  it's really no different then installing binary files, just takes a little longer.<br />
<br />
You just type cd into the ports directory and type:<br />
make install<br />
<br />
and then go get a coffee.</description>
			<pubDate>Tue, 17 Jul 2007 21:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (BluenoseJake)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why should I compile?</title>
			<link>http://osnews.com/thread?256151</link>
			<guid isPermaLink="true">http://osnews.com/thread?256151</guid>
			<description>Simple enough: Ports are not packages ... They're compiled along with dependencies during installation, unlike packages which are what you ask for, binaries targeted at a certain platform.<br />
<br />
The advantage of ports over packages are obvious in terms of possible use of compiler flags for optimizations that might be regarded non standard, or even the possibility of compiling the port other options than intended from the port maintainer - something that's not possible with packages.<br />
<br />
Of course the wish for packages is legit - but out of scope for the ports people as such.Edited 2007-07-17 22:40</description>
			<pubDate>Tue, 17 Jul 2007 22:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (s_groening)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Why should I compile?</title>
			<link>http://osnews.com/thread?256176</link>
			<guid isPermaLink="true">http://osnews.com/thread?256176</guid>
			<description>The advantage of ports over packages are obvious in terms of possible use of compiler flags for optimizations that might be regarded non standard, or even the possibility of compiling the port other options than intended from the port maintainer - something that's not possible with packages.<br />
<br />
If I wanted Gentoo, I'd use Gentoo.<br />
<br />
Of course the wish for packages is legit - but out of scope for the ports people as such.<br />
<br />
So I wonder why we have two ports projects (MacPorts and Fink) and no binary package projects (that I know of).</description>
			<pubDate>Wed, 18 Jul 2007 02:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Wes Felter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>binaries</title>
			<link>http://osnews.com/thread?256185</link>
			<guid isPermaLink="true">http://osnews.com/thread?256185</guid>
			<description>macports suppose to have binaries, but I have no idea how to get them to work. <br />
Also, I like fink better, but the packages are older than  macports. <br />
<br />
So macports wins.</description>
			<pubDate>Wed, 18 Jul 2007 03:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (IronWolve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: binaries</title>
			<link>http://osnews.com/thread?256200</link>
			<guid isPermaLink="true">http://osnews.com/thread?256200</guid>
			<description>Fink can be so damn verbose by default and it also struggles to resolve dependencies at times.</description>
			<pubDate>Wed, 18 Jul 2007 06:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>www.finkproject.org</title>
			<link>http://osnews.com/thread?256219</link>
			<guid isPermaLink="true">http://osnews.com/thread?256219</guid>
			<description>(From the website)<br />
'Fink uses Debian tools like dpkg and apt-get to provide powerful binary package management. You can choose whether you want to download precompiled binary packages or build everything from source.'<br />
<br />
That ought to answer your prayers <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Wed, 18 Jul 2007 10:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (s_groening)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Why should I compile?</title>
			<link>http://osnews.com/thread?256225</link>
			<guid isPermaLink="true">http://osnews.com/thread?256225</guid>
			<description>too</description>
			<pubDate>Wed, 18 Jul 2007 11:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Spellcheck)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
