Skip to content

Commit

Permalink
The template files required to generate README.htmls in all the ports
Browse files Browse the repository at this point in the history
directories.
  • Loading branch information
asami authored and asami committed Apr 1, 1996
1 parent 748b4a0 commit c21abe3
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Templates/README.category
Original file line number Diff line number Diff line change
@@ -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 changes: 30 additions & 0 deletions Templates/README.port
Original file line number Diff line number Diff line change
@@ -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 changes: 18 additions & 0 deletions Templates/README.top
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c21abe3

Please sign in to comment.