summaryrefslogtreecommitdiffstats
path: root/dev/pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2013-08-04 11:59:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 11:59:50 (EDT)
commit43fccc7159e9d9f4fe1d2221c1d8fa8734ea4746 (patch)
tree680abd1eff1c876692e424ea8130ae3fcfc2448a /dev/pkg
parentf5f651a2fba4df852ac3c07e3db6fa89a06e9a03 (diff)
dev/pkg/needed: Add readline, gawk, and bison.
Diffstat (limited to 'dev/pkg')
-rw-r--r--dev/pkg/needed.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn
index 5264330..dafb0ce 100644
--- a/dev/pkg/needed.mdwn
+++ b/dev/pkg/needed.mdwn
@@ -7,6 +7,23 @@ ProteanOS should eventually provide.
For ProteanOS 1.0
=================
+GNU Readline (`readline`)
+-------------------------
+
+<https://www.gnu.org/software/readline/>
+
+The GNU Readline provides a set of functions for use by applications that
+allow users to edit command lines as they are typed in.
+
+Gawk (`gawk`)
+-------------
+
+<https://www.gnu.org/software/gawk/>
+
+Gawk is the GNU implementation of the AWK programming language.
+
+Depends on: `readline`
+
IANA Time Zone Database (`tzdata`)
----------------------------------
@@ -86,6 +103,17 @@ of using shared libraries behind a consistent, portable interface.
Depends on: `autoconf`, `automake`
+GNU Bison (`bison`)
+-------------------------
+
+<https://www.gnu.org/software/bison/>
+
+GNU Bison is a general-purpose parser generator.
+
+It is an optional dependency of Gawk.
+
+Depends on: `perl`
+
Administration
==============