diff options
author | agc <agc> | 1997-11-21 15:47:44 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-21 15:47:44 +0000 |
commit | 44879bd8ee01215f89275dd4256437493d85baa2 (patch) | |
tree | 9d855b6a81756fc38b87179f3d1379f4da37667f /templates/README.pkg | |
parent | 81442488b35de07cf5ee8ca03cf9edacf9784a0f (diff) | |
download | pkgsrc-44879bd8ee01215f89275dd4256437493d85baa2.tar.gz |
Initial import of the template files for creating HTML READMEs
from the FreeBSD ports collection.
Diffstat (limited to 'templates/README.pkg')
-rw-r--r-- | templates/README.pkg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/README.pkg b/templates/README.pkg new file mode 100644 index 00000000000..8631114f300 --- /dev/null +++ b/templates/README.pkg @@ -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> |