<?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>OpenBSD and FreeBSD resources &#187; ports</title>
	<atom:link href="http://purebsd.com/tag/ports/feed" rel="self" type="application/rss+xml" />
	<link>http://purebsd.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 06:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Ports Collection</title>
		<link>http://purebsd.com/the-ports-collection.html</link>
		<comments>http://purebsd.com/the-ports-collection.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://purebsd.com/?p=60</guid>
		<description><![CDATA[What are ports? Ports are third party software which haven&#8217;t had the thorough security audit as the native OpenBSD programs have had. The ports collection is installed on your disk as a large tree of directories representing the various programs with in them a Makefile which specifies the information needed to install a particular port. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What are ports?</strong></p>
<p>Ports are third party software which haven&#8217;t had the thorough security audit as the native OpenBSD programs have had. The ports collection is installed on your disk as a large tree of directories representing the various programs with in them a Makefile which specifies the information needed to install a particular port.</p>
<p><strong>Installation of a program in /usr/ports:</strong></p>
<ol type="1">
<li>Retrieve /pub/OpenBSD/2.8/ports.tar.gz from the nearest OpenBSD <a href="http://www.openbsd.org/ftp.html">mirror</a>.</li>
<li>Install with:<br />
<code>cd /usr ; tar xvfz /tmp/ports.tar.gz</code></li>
<li>Then <code>cd</code> to the directory of port you&#8217;d like to install.</li>
<li>Run <code>make</code> as user root and the source tarball retrieval, unpacking, configuration and compilation processes start automagically <img src='http://purebsd.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Run <code>make install</code> as user root to install the package.</li>
<li>Afterwards, a .tgz binary package of the software you just compiled and installed can be found in <code>/usr/ports/packages/<em>arch</em>/</code> which you can use to speed up the installation process on other machines for instance.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://purebsd.com/the-ports-collection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

