Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c3019ad886bee58e06128d3ed972ba4418c143b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c3019ad886bee58e06128d3ed972ba4418c143b9)
  • Date: Wed, 1 May 2019 19:52:53 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
shell-term-fm/oksh/BUILD | 7 +++++++
shell-term-fm/oksh/CONFIGURE | 7 +++++++
shell-term-fm/oksh/DEPENDS | 4 ++++
shell-term-fm/oksh/DETAILS | 17 +++++++++++++++++
shell-term-fm/oksh/HISTORY | 3 +++
shell-term-fm/oksh/INSTALL | 4 ++++
shell-term-fm/oksh/PROVIDES | 1 +
8 files changed, 46 insertions(+)

New commits:
commit c3019ad886bee58e06128d3ed972ba4418c143b9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

oksh: new spell, portable OpenBSD ksh

diff --git a/ChangeLog b/ChangeLog
index f764dc7..237139d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * shell-term-fm/oksh: new spell, portable OpenBSD ksh
+
2019-04-30 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add Jan Rybar <jrybar AT redhat.com>

diff --git a/shell-term-fm/oksh/BUILD b/shell-term-fm/oksh/BUILD
new file mode 100755
index 0000000..0554ca6
--- /dev/null
+++ b/shell-term-fm/oksh/BUILD
@@ -0,0 +1,7 @@
+OPTS="${OKSH_OPTS} ${OPTS}" &&
+
+./configure --prefix="${INSTALL_ROOT}" \
+ --mandir="${INSTALL_ROOT}/usr/share/man" \
+ ${OPTS} &&
+
+make
diff --git a/shell-term-fm/oksh/CONFIGURE b/shell-term-fm/oksh/CONFIGURE
new file mode 100755
index 0000000..c508fff
--- /dev/null
+++ b/shell-term-fm/oksh/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option OKSH_OPTS "Install executable as ksh?" n \
+ "--enable-ksh" \
+ "--disable-ksh" &&
+
+config_query_option OKSH_OPTS "Statically link executables?" n \
+ "--enable-static" \
+ "--disable-static"
diff --git a/shell-term-fm/oksh/DEPENDS b/shell-term-fm/oksh/DEPENDS
new file mode 100755
index 0000000..180fa09
--- /dev/null
+++ b/shell-term-fm/oksh/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends ncurses \
+ "--enable-curses" \
+ "--disable-curses" \
+ "to use curses library for screen clear"
diff --git a/shell-term-fm/oksh/DETAILS b/shell-term-fm/oksh/DETAILS
new file mode 100755
index 0000000..dc9509f
--- /dev/null
+++ b/shell-term-fm/oksh/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=oksh
+ VERSION=6.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/ibara/${SPELL}/releases/download/${SPELL}-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:ea6da8d6a8e9f238f1b58a0d2b0e723455c56f2bb566747b51d32f25223217f0eaf88e666b5f686e14d3ac711ef6f6e1c47fafe0ad3b661d85072cdc17551c3e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="CONTRIBUTORS LEGAL NOTES PROJECTS ${DOCS}"
+ WEB_SITE=https://github.com/ibara/oksh
+ ENTERED=20190501
+ LICENSE[0]=PD
+ LICENSE[1]=BSD
+ LICENSE[2]=ISC
+ KEYWORDS="shell"
+ SHORT="portable OpenBSD ksh"
+cat << EOF
+oksh is a portable OpenBSD ksh, based on the Public Domain Korn Shell
(pdksh).
+EOF
diff --git a/shell-term-fm/oksh/HISTORY b/shell-term-fm/oksh/HISTORY
new file mode 100644
index 0000000..f076d6d
--- /dev/null
+++ b/shell-term-fm/oksh/HISTORY
@@ -0,0 +1,3 @@
+2019-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE, INSTALL, PROVIDES: created
spell,
+ version 6.5
diff --git a/shell-term-fm/oksh/INSTALL b/shell-term-fm/oksh/INSTALL
new file mode 100755
index 0000000..297f47a
--- /dev/null
+++ b/shell-term-fm/oksh/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+
+install_config_file "${SOURCE_DIRECTORY}/profile" \
+ "${INSTALL_ROOT}/etc/profile"
diff --git a/shell-term-fm/oksh/PROVIDES b/shell-term-fm/oksh/PROVIDES
new file mode 100755
index 0000000..679c12a
--- /dev/null
+++ b/shell-term-fm/oksh/PROVIDES
@@ -0,0 +1 @@
+SHELL



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c3019ad886bee58e06128d3ed972ba4418c143b9), Vlad Glagolev, 05/01/2019

Archive powered by MHonArc 2.6.24.

Top of Page