aboutsummaryrefslogtreecommitdiff
path: root/system/pdksh/slack-desc
diff options
context:
space:
mode:
authorDaniel LEVAI <leva@ecentrum.hu>2010-03-03 14:27:21 -0600
committerErik Hanson <erik@slackbuilds.org>2010-05-13 13:25:37 +0200
commitb6928e7c7d3e6eea6f7767a8f776d4eed02d9713 (patch)
tree9a16bd7956c5484401d22d7fc9b2a2323bcf0efb /system/pdksh/slack-desc
parentcf778870f7ac12c33c957c051fbbc2a8c389e34d (diff)
system/pdksh: Build bump.
Compile with LFS CFLAGS. This fixes a bug with filename completion when the file's size is bigger than 2GiB. Thanks to Daniel LEVAI.
Diffstat (limited to 'system/pdksh/slack-desc')
-rw-r--r--system/pdksh/slack-desc15
1 files changed, 11 insertions, 4 deletions
diff --git a/system/pdksh/slack-desc b/system/pdksh/slack-desc
index 1cefc797a3ed..a9f4e559f3b7 100644
--- a/system/pdksh/slack-desc
+++ b/system/pdksh/slack-desc
@@ -1,11 +1,18 @@
- |-----handy-ruler------------------------------------------------------|
-pdksh: PD-ksh is a clone of the AT&T Korn shell.
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+pdksh: PD-ksh (a clone of the AT&T Korn shell)
pdksh:
pdksh: PD-ksh has most of the ksh88 features, not much of the ksh93 features,
pdksh: and a number of its own features.
pdksh: Strong points are:
-pdksh: It is free and quite portable - you should be able to compile it easily
-pdksh: on pretty much any unix box.
+pdksh: It is free and quite portable - you should be able to compile it
+pdksh: easily on pretty much any unix box.
pdksh: The vi editing mode is better (IMHO) than that of ksh88 or ksh93
pdksh: (command/file completion using tab (optional), less buggy).
pdksh: Its weak points are that there are still a few differences from ksh88.