2001-12-13 10:40:27 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
|
|
<html><head><title>The %%PORT%% port</title></head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>The %%PORT%% port</h1>
|
1999-05-18 12:39:02 -04:00
|
|
|
|
|
|
|
<H2>
|
|
|
|
%%PKG%%
|
|
|
|
--
|
|
|
|
%%COMMENT%%
|
|
|
|
</H2>
|
2003-08-02 05:53:27 -04:00
|
|
|
|
|
|
|
%%SUBPACKAGES%%
|
1999-05-18 12:39:02 -04:00
|
|
|
<H2>Description</H2>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
%%DESCR%%
|
|
|
|
</pre>
|
2000-02-15 13:19:12 -05:00
|
|
|
<p>
|
|
|
|
%%HOMEPAGE%%
|
|
|
|
</p>
|
1999-05-18 12:39:02 -04:00
|
|
|
|
|
|
|
<H2>Build dependencies</H2>
|
|
|
|
<ul>
|
|
|
|
%%BUILD_DEPENDS%%
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<H2>Run dependencies</H2>
|
|
|
|
<ul>
|
|
|
|
%%RUN_DEPENDS%%
|
|
|
|
</ul>
|
2001-12-13 10:40:27 -05:00
|
|
|
|
|
|
|
</body></html>
|