Example #1
0
	<BLOCKQUOTE>
	<P><?php 
echo freshports_New_Icon();
?>
		New: This port has been recently added.  A port is marked as new for 10 days.</P>

	<P><a name="forbidden"><?php 
echo freshports_Forbidden_Icon();
?>
</a>
		Forbidden: The port is marked as forbidden.  If you view the port details,
		you will see why.  Most often, it is because of a security exploit. Packages for a forbidden port are not built
        by the package cluster.  Therefore, <code>pkg install</code> will not work.</P>

	<P><a name="broken"><?php 
echo freshports_Broken_Icon();
?>
</a>
		Broken: The port is marked as broken.  Perhaps it won't compile.  Maybe
		it doesn't work under FreeBSD right now.  If you view the port details,
		you will see the reason why. Packages for a broken port are not built
        by the package cluster.  Therefore, <code>pkg install</code> will not work.</P>

	<P><a name="deprecated"><?php 
echo freshports_Deprecated_Icon();
?>
</a>
		Deprecated: The port is marked as deprecated.  Perhaps it has exceeded
		its lifetime or is obselete. </P>

	<P><a name="expiration"><?php 
Example #2
0
function freshports_Broken_Icon_Link($HoverText = '')
{
    return '<a href="/' . FAQLINK . '#broken">' . freshports_Broken_Icon($HoverText) . '</a>';
}