From 43fccc7159e9d9f4fe1d2221c1d8fa8734ea4746 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Aug 2013 11:59:50 -0400 Subject: dev/pkg/needed: Add readline, gawk, and bison. --- (limited to 'dev/pkg') 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`) +------------------------- + + + +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`) +------------- + + + +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`) +------------------------- + + + +GNU Bison is a general-purpose parser generator. + +It is an optional dependency of Gawk. + +Depends on: `perl` + Administration ============== -- cgit v0.9.1