diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 11:16:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 11:16:01 +0000 |
commit | 8cdfa78ada8d4dc25e2890391c1e430751e685d0 (patch) | |
tree | b0ca22bb500587fa9d969b685ccc4f9690f6fce8 /Templates | |
parent | Thanks for the overwhelming response (which can be only summarized by the (diff) |
The template files required to generate README.htmls in all the ports
directories.
Notes
Notes:
svn path=/head/; revision=2932
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/README.category | 21 | ||||
-rw-r--r-- | Templates/README.port | 30 | ||||
-rw-r--r-- | Templates/README.top | 18 |
3 files changed, 69 insertions, 0 deletions
diff --git a/Templates/README.category b/Templates/README.category new file mode 100644 index 000000000000..feca3fd648d1 --- /dev/null +++ b/Templates/README.category @@ -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> diff --git a/Templates/README.port b/Templates/README.port new file mode 100644 index 000000000000..8631114f300e --- /dev/null +++ b/Templates/README.port @@ -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> diff --git a/Templates/README.top b/Templates/README.top new file mode 100644 index 000000000000..e288ce5a0185 --- /dev/null +++ b/Templates/README.top @@ -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> |