Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (7462d64206ac6212e284a89dbca58c19b2f8487c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (7462d64206ac6212e284a89dbca58c19b2f8487c)
  • Date: Sun, 13 Sep 2009 12:52:27 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

http/w3m/HISTORY | 4 ++++
http/w3m/INSTALL | 8 ++++++++
http/w3m/profile.d/pager.sh | 10 ++++++++++
utils/less/HISTORY | 4 ++++
utils/less/INSTALL | 9 ++++++++-
utils/less/profile.d/pager.sh | 10 ++++++++++
utils/most/HISTORY | 4 ++++
utils/most/INSTALL | 9 +++++++++
utils/util-linux/HISTORY | 5 +++++
utils/util-linux/INSTALL | 7 +++++++
utils/util-linux/profile.d/pager.sh | 10 ++++++++++
11 files changed, 79 insertions(+), 1 deletion(-)

New commits:
commit 7462d64206ac6212e284a89dbca58c19b2f8487c
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

http/w3m: added profile editor script

commit 10928d3b0bbf77f2d16cbb54a2a675e1705c73f8
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/util-linux: added profile editor script

commit 065459ec8358320e3da245ca24578bc220dfdfba
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/most: added profile editor script

commit b2f6766b04dd98a08f2ec0f7a2c09f035b8b7eb8
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/less: added profile editor script

diff --git a/http/w3m/HISTORY b/http/w3m/HISTORY
index 5786b25..11ae1a5 100644
--- a/http/w3m/HISTORY
+++ b/http/w3m/HISTORY
@@ -1,3 +1,7 @@
+2009-09-13 Quentin Rameau <quinq AT sourcemage.org>
+ * profile.d/editor.sh: added
+ * INSTALL: added, install editor.sh
+
2008-05-21 Justin Boffemmyer <flux AT sourcemage.org>
* PRE_BUILD: patch fb_imlib2.c
* fb_imlib2.c.patch: new file, removes #include <X11/Xlib.h> from
diff --git a/http/w3m/INSTALL b/http/w3m/INSTALL
new file mode 100755
index 0000000..28f299b
--- /dev/null
+++ b/http/w3m/INSTALL
@@ -0,0 +1,8 @@
+default_install &&
+
+mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
+if install_config_file $SCRIPT_DIRECTORY/profile.d/pager.sh \
+ $INSTALL_ROOT/etc/profile.d/pager.sh;
+then
+ chmod 0755 $INSTALL_ROOT/etc/profile.d/pager.sh
+fi
diff --git a/http/w3m/profile.d/pager.sh b/http/w3m/profile.d/pager.sh
new file mode 100644
index 0000000..a1c2da7
--- /dev/null
+++ b/http/w3m/profile.d/pager.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PAGER" ] ; then
+ PAGER="w3m"
+fi
+
+export PAGER
+
diff --git a/utils/less/HISTORY b/utils/less/HISTORY
index c866b8f..9ee2eaf 100644
--- a/utils/less/HISTORY
+++ b/utils/less/HISTORY
@@ -1,3 +1,7 @@
+2009-09-13 Quentin Rameau <quinq AT sourcemage.org>
+ * profile.d/editor.sh: added
+ * INSTALL: install editor.sh
+
2009-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 436; quoting paths
* BUILD, DEPENDS: cleaned up
diff --git a/utils/less/INSTALL b/utils/less/INSTALL
index 8e5ac6b..b1212a3 100755
--- a/utils/less/INSTALL
+++ b/utils/less/INSTALL
@@ -8,4 +8,11 @@ cp less.1.gz ${INSTALL_ROOT}/usr/share/man/man1
&&

mv lesskey.nro lesskey.1 &&
gzip -9 lesskey.1 &&
-cp lesskey.1.gz ${INSTALL_ROOT}/usr/share/man/man1
+cp lesskey.1.gz ${INSTALL_ROOT}/usr/share/man/man1 &&
+
+mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
+if install_config_file $SCRIPT_DIRECTORY/profile.d/pager.sh \
+ $INSTALL_ROOT/etc/profile.d/pager.sh;
+then
+ chmod 0755 $INSTALL_ROOT/etc/profile.d/pager.sh
+fi
diff --git a/utils/less/profile.d/pager.sh b/utils/less/profile.d/pager.sh
new file mode 100644
index 0000000..8db43ed
--- /dev/null
+++ b/utils/less/profile.d/pager.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PAGER" ] ; then
+ PAGER="less"
+fi
+
+export PAGER
+
diff --git a/utils/most/HISTORY b/utils/most/HISTORY
index 0eb4d2c..97f756d 100644
--- a/utils/most/HISTORY
+++ b/utils/most/HISTORY
@@ -1,3 +1,7 @@
+2009-09-13 Quentin Rameau <quinq AT sourcemage.org>
+ * profile.d/editor.sh: added
+ * INSTALL: added, install editor.sh
+
2008-02-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.0.0a

diff --git a/utils/most/INSTALL b/utils/most/INSTALL
new file mode 100755
index 0000000..f25df1b
--- /dev/null
+++ b/utils/most/INSTALL
@@ -0,0 +1,9 @@
+default_install &&
+
+mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
+if install_config_file $SCRIPT_DIRECTORY/profile.d/pager.sh \
+ $INSTALL_ROOT/etc/profile.d/pager.sh;
+then
+ chmod 0755 $INSTALL_ROOT/etc/profile.d/pager.sh
+fi
+
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 15f37e3..c391049 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2009-09-13 Quentin Rameau <quinq AT sourcemage.org>
+ * profile.d/editor.sh: added
+ * INSTALL: install editor.sh
+
2009-09-08 Arjan Bouter <abouter AT sourcemage.org>
* PROVIDES: provides GETTY

@@ -340,3 +344,4 @@
2002-03-26 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added this file.
* DETAILS: updated version from ~n to ~o
+
diff --git a/utils/util-linux/INSTALL b/utils/util-linux/INSTALL
index e8663e5..41cbc70 100755
--- a/utils/util-linux/INSTALL
+++ b/utils/util-linux/INSTALL
@@ -2,4 +2,11 @@ make install DESTDIR="$INSTALL_ROOT" &&

if [[ ! -e "$INSTALL_ROOT/etc/filesystems" ]]; then
install -vm 644 "$SPELL_DIRECTORY/filesystems" "$INSTALL_ROOT/etc"
+fi &&
+
+mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
+if install_config_file $SCRIPT_DIRECTORY/profile.d/pager.sh \
+ $INSTALL_ROOT/etc/profile.d/pager.sh;
+then
+ chmod 0755 $INSTALL_ROOT/etc/profile.d/pager.sh
fi
diff --git a/utils/util-linux/profile.d/pager.sh
b/utils/util-linux/profile.d/pager.sh
new file mode 100644
index 0000000..685f12d
--- /dev/null
+++ b/utils/util-linux/profile.d/pager.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PAGER" ] ; then
+ PAGER="more"
+fi
+
+export PAGER
+



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (7462d64206ac6212e284a89dbca58c19b2f8487c), Quentin Rameau, 09/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page