* Run throught tidy -i since they are malformed HTML.

* Templates/README.port
    - %%PKG%% moved.
    - %%WEBSITE%%, %%EMAIL%% and port mailing-list added.

Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
PR:             ports/31389
This commit is contained in:
Kris Kennaway 2003-02-10 08:55:21 +00:00
parent 1508fdf4b8
commit 6cc8804d52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75229
3 changed files with 82 additions and 57 deletions

View file

@ -1,27 +1,35 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html> <html>
<title> The FreeBSD Ports Collection (%%CATEGORY%%)</title> <head>
<head><h1> The FreeBSD Ports Collection ("%%CATEGORY%%")</h1> </head> <hr> <title>The FreeBSD Ports Collection (%%CATEGORY%%)</title>
<body> </head>
<p>You are now in the directory "%%CATEGORY%%". <body>
<h1>The FreeBSD Ports Collection ("%%CATEGORY%%")</h1>
<hr>
<p>This is the one-line description for this category: <p>You are now in the directory "%%CATEGORY%%".</p>
<p><hr><p> <p>This is the one-line description for this category:</p>
<hr>
<p>
%%COMMENT%% %%COMMENT%%
<p><hr> </p>
<hr>
<p> <p>
%%DESCR%% %%DESCR%%
</p>
<p>Here are the one-line descriptions for each items in this directory: <p>Here are the one-line descriptions for each items in this
directory:</p>
<p><hr> <hr>
<p><pre> <pre>
%%SUBDIR%% %%SUBDIR%%
</pre> </pre>
<hr>
<p><hr><p> <a href="../README.html">Go to parent directory</a>
<a href="../README.html"> Go to parent directory</a> </body>
</body>
</html> </html>

View file

@ -1,30 +1,43 @@
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html> <html>
<title> The FreeBSD Ports Collection (%%PORT%%)</title> <head>
<head><h1> The FreeBSD Ports Collection ("%%PORT%%")</h1> </head> <hr> <title>The FreeBSD Ports Collection (%%PORT%%)</title>
<body> </head>
<p>You are now in the directory for the port "%%PORT%%" (package name "%%PKG%%"). <body>
<h1>The FreeBSD Ports Collection (%%PORT%%)</h1>
<hr>
<p>This is the one-line description for this port: <p>You are now in the directory for the port "%%PORT%%".</p>
<p><hr><p> <p>The package name of this port is "%%PKG%%".</p>
<p>This is the one-line description for this port:</p>
<hr>
<p>
%%COMMENT%% %%COMMENT%%
<p><hr> </p>
<hr>
<p>Please read the "<a href="%%DESCR%%">description file</a>" for a <p>Please read the "<a href="%%DESCR%%">description file</a>" for a
longer description. longer description%%WEBSITE%%.</p>
<p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for <p>If needed, you may contact the <a href=
a summary on how to use the ports collection. "mailto:%%EMAIL%%">maintainer</a> of this port or the port <a href=
"mailto:port@FreeBSD.org">mailing-list</a>.</p>
<p> <p>%%BUILD_DEPENDS%%</p>
%%BUILD_DEPENDS%%
<p>
%%RUN_DEPENDS%%
<p><hr><p> <p>%%RUN_DEPENDS%%</p>
<a href="../README.html"> Go up one level</a>
| <p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for
<a href="%%TOP%%/README.html"> Go to top of ports tree</a> a summary on how to use the ports collection.</p>
</body> <hr>
<p><a href="../README.html">Go up one level</a> | <a href=
"%%TOP%%/README.html">Go to top of ports tree</a></p>
</body>
</html> </html>

View file

@ -1,29 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html> <html>
<title> The FreeBSD Ports Collection</title> <head>
<head><h1> The FreeBSD Ports Collection </h1> </head> <hr> <title>The FreeBSD Ports Collection</title>
<body> </head>
<p>You are at the top of the ports tree. <body>
<h1>The FreeBSD Ports Collection</h1>
<hr>
<p> <p>You are at the top of the ports tree.</p>
For information on how to use the ports tree, please look at "The
Ports Collection" section of the FreeBSD handbook <a
href="file://localhost/usr/share/doc/handbook/handbook.html"> on your
own FreeBSD machine</a> or <a
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html"> at the FreeBSD web
site</a>.
<p> <p>For information on how to use the ports tree, please look at "The
Ports Collection" section of the FreeBSD handbook <a href=
"file://localhost/usr/share/doc/handbook/handbook.html">on your own
FreeBSD machine</a> or <a href=
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html">
at the FreeBSD web site</a>.</p>
Also, if you would like to contribute a new port or fix an existing <p>Also, if you would like to contribute a new port or fix an existing
one, please refer to the <a one, please refer to the <a href=
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html"> Porting "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html">
Guidelines</a> section of the most current handbook. Porting Guidelines</a> section of the most current handbook.</p>
<p>Here are the one-line descriptions for each of the directories:
<p><hr> <p>Here are the one-line descriptions for each of the directories:</p>
<p><pre> <hr>
<pre>
%%SUBDIR%% %%SUBDIR%%
</pre><p><hr> </pre>
</body> <hr>
</body>
</html> </html>