aboutsummaryrefslogtreecommitdiff
path: root/Templates/README.port
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-02-10 08:55:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-02-10 08:55:21 +0000
commit6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c (patch)
treef4fb623ca52ac0acb72ce053a90fe47839e1a3cc /Templates/README.port
parent1508fdf4b81897c7d89b5533d119300e9cbb2b8b (diff)
downloadports-6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c.tar.gz
ports-6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c.zip
* 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
Notes
Notes: svn path=/head/; revision=75229
Diffstat (limited to 'Templates/README.port')
-rw-r--r--Templates/README.port53
1 files changed, 33 insertions, 20 deletions
diff --git a/Templates/README.port b/Templates/README.port
index f883fc21ce3a..4b2bdd713b51 100644
--- a/Templates/README.port
+++ b/Templates/README.port
@@ -1,30 +1,43 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
+
<html>
-<title> The FreeBSD Ports Collection (%%PORT%%)</title>
-<head><h1> The FreeBSD Ports Collection ("%%PORT%%")</h1> </head> <hr>
-<body>
+ <head>
+ <title>The FreeBSD Ports Collection (%%PORT%%)</title>
+ </head>
+
+ <body>
+ <h1>The FreeBSD Ports Collection (%%PORT%%)</h1>
+ <hr>
+
+ <p>You are now in the directory for the port "%%PORT%%".</p>
-<p>You are now in the directory for the port "%%PORT%%" (package name "%%PKG%%").
+ <p>The package name of this port is "%%PKG%%".</p>
-<p>This is the one-line description for this port:
+ <p>This is the one-line description for this port:</p>
+ <hr>
-<p><hr><p>
+ <p>
%%COMMENT%%
-<p><hr>
+ </p>
+ <hr>
-<p>Please read the "<a href="%%DESCR%%">description file</a>" for a
-longer description.
+ <p>Please read the "<a href="%%DESCR%%">description file</a>" for a
+ longer description%%WEBSITE%%.</p>
-<p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for
-a summary on how to use the ports collection.
+ <p>If needed, you may contact the <a href=
+ "mailto:%%EMAIL%%">maintainer</a> of this port or the port <a href=
+ "mailto:port@FreeBSD.org">mailing-list</a>.</p>
-<p>
-%%BUILD_DEPENDS%%
-<p>
-%%RUN_DEPENDS%%
+ <p>%%BUILD_DEPENDS%%</p>
-<p><hr><p>
-<a href="../README.html"> Go up one level</a>
-|
-<a href="%%TOP%%/README.html"> Go to top of ports tree</a>
-</body>
+ <p>%%RUN_DEPENDS%%</p>
+
+ <p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for
+ a summary on how to use the ports collection.</p>
+ <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>
+