[Lunar-commits] <moonbase> zsh-dev: added 4.3.9 development version, with multibyte, to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Feb 22 21:36:35 CET 2009
commit aaebacfe10193c9aaf27edb057a47c882c58e7dd
Author: Vincent Breitmoser <vlun at mugenguild.com>
Date: Sun Feb 22 21:36:35 2009 +0100
zsh-dev: added 4.3.9 development version, with multibyte, to moonbase
zsh-dev: development version, with multibyte
Couldn't get multibyte to work properly in 4.3.5,
with this it works just fine :)
Note: downloads, compiles and installs OK,
but otherwise untested - engelsman
---
zbeta/zsh-dev/CONFIGURE | 1 +
zbeta/zsh-dev/CONFLICTS | 1 +
zbeta/zsh-dev/DETAILS | 17 +++++++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/zbeta/zsh-dev/CONFIGURE b/zbeta/zsh-dev/CONFIGURE
new file mode 100644
index 0000000..e399358
--- /dev/null
+++ b/zbeta/zsh-dev/CONFIGURE
@@ -0,0 +1 @@
+mquery MULTIBYTE "Enable multibyte support?" y "--enable-multibyte" "--disable-multibyte"
diff --git a/zbeta/zsh-dev/CONFLICTS b/zbeta/zsh-dev/CONFLICTS
new file mode 100644
index 0000000..f1608ed
--- /dev/null
+++ b/zbeta/zsh-dev/CONFLICTS
@@ -0,0 +1 @@
+conflicts zsh
diff --git a/zbeta/zsh-dev/DETAILS b/zbeta/zsh-dev/DETAILS
new file mode 100644
index 0000000..9032f18
--- /dev/null
+++ b/zbeta/zsh-dev/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=zsh-dev
+ VERSION=4.3.9
+ SOURCE=zsh-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/zsh/
+ SOURCE_VFY=sha1:7c80e1ad6b311ee5877172a1a7e0161a9a60da70
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/zsh-$VERSION
+ WEB_SITE="http://www.zsh.org/"
+ ENTERED=20090202
+ UPDATED=20090202
+ SHORT="shell designed for interactive use"
+cat <<EOF
+Zsh is a UNIX command interpreter (shell) which of the standard shells
+most resembles the Korn shell (ksh). It includes enhancements of many
+types, notably in the command-line editor, options for customising
+its behaviour, filename globbing, features to make C-shell (csh)
+users feel more at home and extra features drawn from tcsh.
+EOF
More information about the Lunar-commits
mailing list