aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pdksh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-27 20:57:52 +0800
committerjkh <jkh@FreeBSD.org>1994-12-27 20:57:52 +0800
commit5cc3217ef90047689ad8e451c7463e3fade43bfe (patch)
tree8cf81cf23bb1a6c383afb3103ead5fda072a45ad /shells/pdksh
parent0309b96a834ce14507017e9a7efbaf97f0b245ca (diff)
downloadfreebsd-ports-gnome-5cc3217ef90047689ad8e451c7463e3fade43bfe.tar.gz
freebsd-ports-gnome-5cc3217ef90047689ad8e451c7463e3fade43bfe.tar.zst
freebsd-ports-gnome-5cc3217ef90047689ad8e451c7463e3fade43bfe.zip
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port.
Danke, Thomas.. Submitted by: thomas
Diffstat (limited to 'shells/pdksh')
-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