<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,22 +14,28 @@ I use and like MacPorts for some software that have a too cumbersome/bugged comp
 
 A frequent complain about MacPorts is that it takes too much disk space (since it installs its own libraries instead of using the system ones). This is a valid concern and there's a way to mitigate it. MacPorts allows you to clear files used to build a port, namely work files, distribution files and archives. To remove all of them from all installed ports, execute the following command:
 
-{% highlight bash %}
-$ sudo port clean --all all
-{% endhighlight %}
+&lt;notextile&gt;
+&lt;code&gt;
+sudo port clean --all all
+&lt;/code&gt;
+&lt;/notextile&gt;
 
 This will clean all kinds of file for all ports. The syntax is simple. Let's say you want to clear only work files from the port icu:
 
-{% highlight bash %}
-$ sudo port clean --work icu
-{% endhighlight %}
+&lt;notextile&gt;
+&lt;code&gt;
+sudo port clean --work icu
+&lt;/code&gt;
+&lt;/notextile&gt;
 
 More information can be obtained on the port command man files.
 
 Another thing you can do to reclaim some disk space is uninstall inactive ports:
 
-{% highlight bash %}
-$ sudo port uninstall inactive
-{% endhighlight %}
+&lt;notextile&gt;
+&lt;code&gt;
+sudo port uninstall inactive
+&lt;/code&gt;
+&lt;/notextile&gt;
 
 These two commands worked very well for me, managing to reduce MacPorts directory (/opt/local/var/macports) size from 1.3 Gb to 730 Mb.
\ No newline at end of file</diff>
      <filename>_posts/2009-05-26-reclaiming-disk-space-from-macports.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d12a81a7635df4616b3b8646cc557bea05e5f644</id>
    </parent>
  </parents>
  <author>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </author>
  <url>http://github.com/lucashungaro/lucashungaro.github.com/commit/ac3ec0318f4581a8d73a743a9b4d16c49fae8fbc</url>
  <id>ac3ec0318f4581a8d73a743a9b4d16c49fae8fbc</id>
  <committed-date>2009-05-26T15:07:48-07:00</committed-date>
  <authored-date>2009-05-26T15:07:48-07:00</authored-date>
  <message>Reverting - GitHub's jekyll and pygments just doesn't play along</message>
  <tree>947ba2ecd20845662c086df5bc2dc7f99b872bff</tree>
  <committer>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </committer>
</commit>
