Module submission - pdksh
couannette@free.fr
couannette at free.fr
Sat Nov 12 13:54:02 UTC 2005
module name : pdksh
suggested section : shells
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
AT&T Ksh is not easily downloaded ... unless we can put it in cache ...
So I started a new module for this Ksh implementation that I usually run
on Debian without trouble.
couannette
-------------- next part --------------
--- pdksh/BUILD 1970-01-01 01:00:00.000000000 +0100
+++ pdksh/BUILD 2005-11-12 14:48:02.000000000 +0100
@@ -0,0 +1,4 @@
+(
+ zcat $SOURCE_CACHE/$SOURCE2 | patch -p1
+ default_build
+)
--- pdksh/DETAILS 1970-01-01 01:00:00.000000000 +0100
+++ pdksh/DETAILS 2005-11-12 14:53:53.000000000 +0100
@@ -0,0 +1,15 @@
+ MODULE=pdksh
+ VERSION=5.2.14
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=pdksh_5.2.14-18.diff.gz
+# anonymous don't work with this FTP site so I add ftp:wget@ :
+ SOURCE_URL=ftp://ftp:wget@ftp.cs.mun.ca/pub/pdksh/
+ SOURCE_VFY=8b022e45de7691ef330f13b0981f0cff30b4047d
+ SOURCE2_VFY=26eb9c7e049667d64dee405a75853b728a0cd4af
+ WEB_SITE=http://web.cs.mun.ca/~michael/pdksh/
+ ENTERED=20051112
+ UPDATED=20051112
+ SHORT="The Public Domain Korn Shell"
+cat << EOF
+PD-ksh is a clone of the AT&T Korn shell. At the moment, it has most of the ksh88 features, not much of the ksh93 features, and a number of its own features. pdksh was initially created by Eric Gisin using Charles Forsyth's public domain V7 shell as a base as well as parts of the BRL shell. Since then a number of people have maintained and contributed to it (see CONTRIBUTORS for details); it is currently maintained by Michael Rendell.
+EOF
--- pdksh/skel/.kshrc 1970-01-01 01:00:00.000000000 +0100
+++ pdksh/skel/.kshrc 2005-11-12 14:33:57.000000000 +0100
@@ -0,0 +1,6 @@
+#
+# .kshrc
+#
+
+export PS1='${USER}@$(hostname -s) ${PWD%%/?*}${PWD##//} $ '
+export PS2='+ '
-------------- next part --------------
lvu submit pdksh cc7ba95ad91bb04294008fe433c28efe -
2.6.12.4 2.6.12 gcc-3.3.3 glibc-2.3.3
More information about the Lunar
mailing list