1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

The template files required to generate README.htmls in all the ports

directories.
This commit is contained in:
Satoshi Asami 1996-04-01 11:16:01 +00:00
parent bb0cc86280
commit 8cdfa78ada
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2932
3 changed files with 69 additions and 0 deletions

21
Templates/README.category Normal file
View File

@ -0,0 +1,21 @@
<html>
<title> The FreeBSD Ports Collection (%%CATEGORY%%)</title>
<head><h1> The FreeBSD Ports Collection ("%%CATEGORY%%")</h1> </head> <hr>
<body>
<p>You are now in the directory "%%CATEGORY%%".
<p>
%%DESCR%%
<p>Here are the one-line descriptions for each items in this directory:
<p><hr>
<p><pre>
%%SUBDIR%%
</pre>
<p><hr><p>
<a href="../README.html"> Go to top of ports tree</a>
</body>
</html>

30
Templates/README.port Normal file
View File

@ -0,0 +1,30 @@
<html>
<title> The FreeBSD Ports Collection (%%PORT%%)</title>
<head><h1> The FreeBSD Ports Collection ("%%PORT%%")</h1> </head> <hr>
<body>
<p>You are now in the directory for the port "%%PORT%%" (package name "%%PKG%%").
<p>This is the one-line description for this port:
<p><hr><p>
%%COMMENT%%
<p><hr>
<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
longer description.
<p>Go to the <a href="../../README.html">top of the ports tree</a> for
a summary on how to use the ports collection.
<p>
%%BUILD_DEPENDS%%
<p>
%%RUN_DEPENDS%%
<p><hr><p>
<a href="../README.html"> Go up one level</a>
|
<a href="../../README.html"> Go to top of ports tree</a>
</body>
</html>

18
Templates/README.top Normal file
View File

@ -0,0 +1,18 @@
<html>
<title> The FreeBSD Ports Collection</title>
<head><h1> The FreeBSD Ports Collection </h1> </head> <hr>
<body>
<p>You are at the top of the ports tree.
<p>
%%DESCR%%
<p>Here are the one-line descriptions for each of the directories:
<p><hr>
<p><pre>
%%SUBDIR%%
</pre><p><hr>
</body>
</html>