summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-21 15:47:44 +0000
committeragc <agc@pkgsrc.org>1997-11-21 15:47:44 +0000
commitf88ac3a7530edfc04932d80daed1868aacf99e5a (patch)
tree9d855b6a81756fc38b87179f3d1379f4da37667f /templates
parente70b0c3ebf0ee9288d68e45b786bd30426c36078 (diff)
downloadpkgsrc-f88ac3a7530edfc04932d80daed1868aacf99e5a.tar.gz
Initial import of the template files for creating HTML READMEs
from the FreeBSD ports collection.
Diffstat (limited to 'templates')
-rw-r--r--templates/README.category21
-rw-r--r--templates/README.pkg30
-rw-r--r--templates/README.top18
3 files changed, 69 insertions, 0 deletions
diff --git a/templates/README.category b/templates/README.category
new file mode 100644
index 00000000000..feca3fd648d
--- /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.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>
diff --git a/templates/README.top b/templates/README.top
new file mode 100644
index 00000000000..e288ce5a018
--- /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>