summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
commit1280305b48afb922a9e1f2ea08f5b0a82857cb6e (patch)
tree3e0e9e4df958621fac8743929573b6b2349ee40c /shells
parentVersion up to 1.63. This one actually works! (diff)
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port.
Danke, Thomas.. Submitted by: thomas
Notes
Notes: svn path=/head/; revision=622
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/Makefile13
-rw-r--r--shells/pdksh/pkg-comment1
-rw-r--r--shells/pdksh/pkg-descr2
-rw-r--r--shells/pdksh/pkg-plist5
4 files changed, 21 insertions, 0 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
new file mode 100644
index 000000000000..1d6f3c3bab8f
--- /dev/null
+++ b/shells/pdksh/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: pdksh
+# Version required: 5.1.3
+# Date created: 23 December 1994
+# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+#
+
+
+DISTNAME= pdksh-5.1.3
+MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh
+
+HAS_CONFIGURE= YES
+
+.include <bsd.port.mk>
diff --git a/shells/pdksh/pkg-comment b/shells/pdksh/pkg-comment
new file mode 100644
index 000000000000..657b05dc793b
--- /dev/null
+++ b/shells/pdksh/pkg-comment
@@ -0,0 +1 @@
+PD KSH v5.1.3 94/12/22 (binaries)
diff --git a/shells/pdksh/pkg-descr b/shells/pdksh/pkg-descr
new file mode 100644
index 000000000000..64514d922a84
--- /dev/null
+++ b/shells/pdksh/pkg-descr
@@ -0,0 +1,2 @@
+PDKSH is the Public Domain Korn Shell. Its command language is a
+superset of the sh(1) shell language.
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist
new file mode 100644
index 000000000000..830a7aa96d33
--- /dev/null
+++ b/shells/pdksh/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+bin/ksh
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+man/man1/ksh.1