<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/macports</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 15:59:18 GMT</pubDate>
<item>
<title>(Bash) Combine PDFs with Ghostscript - cczona</title>
<link>http://snipplr.com/view/6507/combine-pdfs-with-ghostscript/</link>
<description><![CDATA[ <p>There's a GUI tool, called Combine PDF, which purports to do the same thing.  But the output loses text searchability.  Whereas this method preserves searchability.

NOTE: you may need to do 'sudo port install ghostscript' first</p> ]]></description>
<pubDate>Fri, 30 May 2008 15:36:24 GMT</pubDate>
<guid>http://snipplr.com/view/6507/combine-pdfs-with-ghostscript/</guid>
</item>
<item>
<title>(Bash) MacPorts fixer-upper - cczona</title>
<link>http://snipplr.com/view/5394/macports-fixerupper/</link>
<description><![CDATA[ <p>Forces a recalcitrant port to install by *uninstalling* it completely first</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:33:25 GMT</pubDate>
<guid>http://snipplr.com/view/5394/macports-fixerupper/</guid>
</item>
<item>
<title>(Bash) port (Update outdated ports in macports) - rhockens</title>
<link>http://snipplr.com/view/3654/port-update-outdated-ports-in-macports/</link>
<description><![CDATA[ <p>After:

sudo port -v selfupdate

Update outdated ports with:

sudo port upgrade outdated</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 04:26:08 GMT</pubDate>
<guid>http://snipplr.com/view/3654/port-update-outdated-ports-in-macports/</guid>
</item>
<item>
<title>(Bash) port (Update outdated portfiles) - rhockens</title>
<link>http://snipplr.com/view/3653/port-update-outdated-portfiles/</link>
<description><![CDATA[ <p>After installing MacPorts, try running a selfupdate to grab all the latest MacPorts Portfiles (Portfiles contain information about how to install MacPorts software "ports"). You will need to run this command as an administrator, and it requires root access, so you'll need to "sudo":

sudo port selfupdate

Running MacPorts commands, you can add the -v command for more verbose ("v" for "verbose") output if you'd like more detail about what MacPorts is attempting to do:

sudo port -v selfupdate

If you are a developer and would like even more specific accounting of what MacPorts is doing, add the -d flag.</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 04:23:48 GMT</pubDate>
<guid>http://snipplr.com/view/3653/port-update-outdated-portfiles/</guid>
</item>
</channel>
</rss>