summaryrefslogtreecommitdiff
path: root/templates/README.pkg
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-20 21:49:04 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-20 21:49:04 +0000
commit71712fdd015fbf51a8bc1d9d5d55f2372605f613 (patch)
tree2b13c71d38575d0f032339b1b6e92561ec1b9d60 /templates/README.pkg
parentb2eb841a5ceeeb46c16b40663b406184b397479c (diff)
downloadpkgsrc-71712fdd015fbf51a8bc1d9d5d55f2372605f613.tar.gz
Enhance look & feel of the generated README.html's.
Diffstat (limited to 'templates/README.pkg')
-rw-r--r--templates/README.pkg47
1 files changed, 28 insertions, 19 deletions
diff --git a/templates/README.pkg b/templates/README.pkg
index abcbb3a3dc8..ab722b4c5d0 100644
--- a/templates/README.pkg
+++ b/templates/README.pkg
@@ -1,43 +1,52 @@
-<!-- $NetBSD: README.pkg,v 1.3 1997/11/21 17:41:50 agc Exp $ -->
+<!-- $NetBSD: README.pkg,v 1.4 1998/02/20 21:50:56 hubertf Exp $ -->
<html>
-<title> The NetBSD Packages Collection (%%PORT%%)</title>
-<head><h1> The NetBSD Packages Collection ("%%PORT%%")</h1> </head> <hr>
-<body>
+<head>
+<title>The NetBSD Packages Collection: %%PORT%%</title>
+</head>
+<body bgcolor=#ffffff>
-<p>You are now in the directory for the
-"%%PORT%%"
-package. It can be manipulated using the packaging tools,
-working on the
-"%%PKG%%"
-package.</p>
+<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
+<img align=right src="../../templates/pkg-daemon.gif" alt="Daemon Power" border=0>
+</a>
+<h1>The NetBSD Packages Collection: <i>%%PORT%%</i></h1>
-<p>A brief description of the package follows:</p>
-
-<p>
-<hr>
+<p>Brief description of the package:<br>
+<I>
%%COMMENT%%
-<hr>
+</I>
</p>
<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
longer description.
</p>
-<p>Go to the <a href="../../README.html">top of the packages tree</a> for
-a summary on how to use the packages collection.
+<p>The package is located in the
+"%%PORT%%"
+directory. It can be manipulated using the packaging tools,
+working on the
+"%%PKG%%"
+package.
+For a summary on how to use the package collection, go to the
+<a href="../../README.html">top of the packages tree</a>.
</p>
+
<p>
+This port requires the following package(s) to build:
%%BUILD_DEPENDS%%
+.
</p>
<p>
+This port requires package(s) to run:
%%RUN_DEPENDS%%
+.
</p>
-<p><hr></p>
+<hr noshade>
+[
<a href="../README.html"> Go up one level</a>
|
<a href="../../README.html"> Go to top of packages tree</a>
-</p>
+]
</body>
</html>