Skip to Content.
Sympa Menu

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

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 (73ff161eb9cc6832c66355bda70d4a465ae074d1)
  • Date: Fri, 11 Jul 2008 05:36:28 -0500

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

utils/dialog/BUILD | 18 +++++++++---------
utils/dialog/DEPENDS | 6 +++---
utils/dialog/DETAILS | 17 +++++++++--------
utils/dialog/HISTORY | 7 ++++++-
utils/dialog/INSTALL | 2 +-
5 files changed, 28 insertions(+), 22 deletions(-)

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

dialog: => 1.1-20080316 + fixups

diff --git a/utils/dialog/BUILD b/utils/dialog/BUILD
index 8cb1536..6c4fbb1 100755
--- a/utils/dialog/BUILD
+++ b/utils/dialog/BUILD
@@ -1,11 +1,11 @@
- OPTS="$OPTS --build=${BUILD}"
- [[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+OPTS="$OPTS --build=${BUILD}" &&
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

- ./configure --prefix=${TRACK_ROOT}/usr \
- --sysconfdir=${TRACK_ROOT}/etc \
- --localstatedir=${TRACK_ROOT}/var \
- --mandir=${TRACK_ROOT}/usr/share/man \
- --infodir=${TRACK_ROOT}/usr/share/info \
- $OPTS &&
- make DESTDIR=$INSTALL_ROOT
+./configure --prefix=${TRACK_ROOT}/usr \
+ --sysconfdir=${TRACK_ROOT}/etc \
+ --localstatedir=${TRACK_ROOT}/var \
+ --mandir=${TRACK_ROOT}/usr/share/man \
+ --infodir=${TRACK_ROOT}/usr/share/info \
+ $OPTS &&

+make DESTDIR="$INSTALL_ROOT"
diff --git a/utils/dialog/DEPENDS b/utils/dialog/DEPENDS
index 47b46e3..6ae55cf 100755
--- a/utils/dialog/DEPENDS
+++ b/utils/dialog/DEPENDS
@@ -1,3 +1,3 @@
-depends gnupg &&
-depends ncurses &&
-depends smgl-fhs
+depends gnupg &&
+depends ncurses &&
+depends smgl-fhs
diff --git a/utils/dialog/DETAILS b/utils/dialog/DETAILS
index 45b15fe..472a5f4 100755
--- a/utils/dialog/DETAILS
+++ b/utils/dialog/DETAILS
@@ -1,20 +1,21 @@
SPELL=dialog
- VERSION=1.1-20071028
+ VERSION=1.1-20080316
SOURCE=$SPELL-$VERSION.tgz
- SOURCE2=${SOURCE}.asc
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
SOURCE2_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE2
SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://invisible-island.net/dialog
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="utils"
- SHORT="Allow shell scripts to provide fancy text dialog with
users."
+ SHORT="allows shell scripts to provide fancy text dialog with
users"
cat << EOF
-Dialog lets you to present a variety of questions or display messages
-using dialog boxes from a shell script (or any scripting language).
-These types of dialog boxes are implemented: yes/no box, menu box, input
-box, message box, text box, info box, guage box, checklist box,
-fileselection box, and radiolist box.
+Dialog lets you to present a variety of questions or display messages using
+dialog boxes from a shell script (or any scripting language). These types of
+dialog boxes are implemented: yes/no box, menu box, input box, message box,
+text box, info box, guage box, checklist box, fileselection box, and
+radiolist box.
EOF
diff --git a/utils/dialog/HISTORY b/utils/dialog/HISTORY
index 40fdfa9..84d6fc9 100644
--- a/utils/dialog/HISTORY
+++ b/utils/dialog/HISTORY
@@ -1,3 +1,9 @@
+2008-07-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1-20080316, fixed short/long descs,
added
+ SOURCE2_IGNORE=signature, cleaned up
+ * BUILD: added missing `&&', cleaned up
+ * DEPENDS: cleaned up
+
2007-11-15 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: version 1.1-20071028

@@ -73,4 +79,3 @@
* HISTORY: Added this History file.
* DETAILS: Update version to 0.9b-20020519 and deleted broken source,
fixes
bug #61.
-
diff --git a/utils/dialog/INSTALL b/utils/dialog/INSTALL
index fd35bcf..2e4bd1e 100755
--- a/utils/dialog/INSTALL
+++ b/utils/dialog/INSTALL
@@ -1 +1 @@
-make install DESTDIR=$INSTALL_ROOT
+make install DESTDIR="$INSTALL_ROOT"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (73ff161eb9cc6832c66355bda70d4a465ae074d1), Vlad Glagolev, 07/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page