Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (194a21112a20b499744d0747bdd1bc5a374aafab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (194a21112a20b499744d0747bdd1bc5a374aafab)
  • Date: Mon, 3 Jul 2006 14:42:58 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

net/wwwoffle/BUILD | 2 +-
net/wwwoffle/DETAILS | 4 ++--
net/wwwoffle/HISTORY | 6 ++++++
net/wwwoffle/PRE_BUILD | 4 +++-
shell-term-fm/bash-completion/HISTORY | 6 +++++-
shell-term-fm/bash-completion/INSTALL | 6 +++---
6 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit 194a21112a20b499744d0747bdd1bc5a374aafab
Merge: 9b86c68542e5ace44e6e0d1779a64b5d6e16a8ce
d080d1cf445e92caed06b65db50da3584f346636
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

Merge branch 'master' of ssh://pol AT scm.sourcemage.org/smgl/grimoire

commit 9b86c68542e5ace44e6e0d1779a64b5d6e16a8ce
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DOCS variable was added to avoid duplication of files

commit 3bb378b2a4f758fa93f64e6f1b4ad7487c311011
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DETAILS: removed BUILD_API=2 line, LICENSE was renamed to LICENSE[0]
PRE_BUILD: added two sedit lines for proper doc installation
BUILD: added missing &&

commit 3cdd09018606b68c63e20cc712daf55eed297aa5
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

change destination directory for documentation

diff --git a/net/wwwoffle/BUILD b/net/wwwoffle/BUILD
index 069dae0..2d77776 100755
--- a/net/wwwoffle/BUILD
+++ b/net/wwwoffle/BUILD
@@ -1,3 +1,3 @@
-OPTS="$WWWOFFLE_OPTS --with-spooldir=/var/spool/wwwoffle $OPTS"
+OPTS="$WWWOFFLE_OPTS --with-spooldir=/var/spool/wwwoffle $OPTS" &&

default_build
diff --git a/net/wwwoffle/DETAILS b/net/wwwoffle/DETAILS
index 9e0a96c..192ee26 100755
--- a/net/wwwoffle/DETAILS
+++ b/net/wwwoffle/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:ac120322ff687ba0e6ae35627eefe42dbeb5f4d42deb892214c73bacb804227775bfb83e8efb9fed1746dbcbb8687d49a164c2b7a34e28d756406ae7fb6cac68
WEB_SITE=http://www.gedanken.demon.co.uk/wwwoffle/
ENTERED=20021126
- LICENSE=GPL
- BUILD_API=2
+ LICENSE[0]=GPL
+ DOCS="ChangeLog*"
KEYWORDS="web net"
SHORT="World Wide Web Offline Explorer"
MENU_ITEM[0]=${SPELL}
diff --git a/net/wwwoffle/HISTORY b/net/wwwoffle/HISTORY
index 7b0d774..f715d8d 100644
--- a/net/wwwoffle/HISTORY
+++ b/net/wwwoffle/HISTORY
@@ -1,3 +1,9 @@
+2006-07-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed BUILD_API=2 line, LICENSE was renamed to
LICENSE[0],
+ DOCS variable was added to avoid duplication of files
+ * PRE_BUILD: added two sedit lines for proper doc installation
+ * BUILD: added missing &&
+
2006-04-28 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: zlib added as optional depends
* TRIGGERS: added for casting self after zlib
diff --git a/net/wwwoffle/PRE_BUILD b/net/wwwoffle/PRE_BUILD
index 8e559c4..99a97a5 100755
--- a/net/wwwoffle/PRE_BUILD
+++ b/net/wwwoffle/PRE_BUILD
@@ -6,4 +6,6 @@ sedit 's/\(#define xml_yywrap(\).*/\1a)
sedit 's/\(#define vrml_yywrap(\).*/\1a) 1/' src/vrml.l &&
sedit 's/\(#define htmlmodify_yywrap(\).*/\1a) 1/' src/htmlmodify.l &&
sedit 's/\(#define msg_yywrap(\).*/\1a) 1/' src/messages.l &&
-sedit 's/\(#define css_yywrap(\).*/\1a) 1/' src/css.l
+sedit 's/\(#define css_yywrap(\).*/\1a) 1/' src/css.l &&
+sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile &&
+sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile.in
diff --git a/shell-term-fm/bash-completion/HISTORY
b/shell-term-fm/bash-completion/HISTORY
index 4838c36..2af637c 100644
--- a/shell-term-fm/bash-completion/HISTORY
+++ b/shell-term-fm/bash-completion/HISTORY
@@ -1,3 +1,6 @@
+2006-07-02 Pol Vinogradov <vin.public AT gmail.com>
+ * INSTALL: docs now go to ${INSTALL_ROOT}/usr/share/doc/$SPELL
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

@@ -38,7 +41,8 @@
* DETAILS: updated to 20040331

2004-01-17 David Braaten <xiticix47 AT hotmail.com>
- * *smgl_completion: add 'version' to the completion list (when/where
did it vanish?), also added 'HISTORY' for completeness.
+ * smgl_completion: add 'version' to the completion list (when/where
+ did it vanish?), also added 'HISTORY' for completeness.

2003-12-18 hgg <hgreig AT bigpond.net.au>
* BUILD: use install -m 0644, and install files to correct place,
also make the /etc/profile.d dir
diff --git a/shell-term-fm/bash-completion/INSTALL
b/shell-term-fm/bash-completion/INSTALL
index 626e920..81eb3d4 100755
--- a/shell-term-fm/bash-completion/INSTALL
+++ b/shell-term-fm/bash-completion/INSTALL
@@ -9,6 +9,6 @@
y|Y|j|J) install -m 0644
${INSTALL_ROOT}/etc/bash_completion.d/contrib/p4
${INSTALL_ROOT}/etc/bash_completion.d/ ;;
*) ;;
esac &&
- mkdir -pv ${INSTALL_ROOT}/usr/doc/$SPELL &&
- cp -v README Changelog COPYING ${INSTALL_ROOT}/usr/doc/$SPELL &&
- chmod 644 ${INSTALL_ROOT}/usr/doc/$SPELL/*
+ mkdir -pv ${INSTALL_ROOT}/usr/share/doc/$SPELL &&
+ cp -v README Changelog COPYING ${INSTALL_ROOT}/usr/share/doc/$SPELL &&
+ chmod 644 ${INSTALL_ROOT}/usr/share/doc/$SPELL/*



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (194a21112a20b499744d0747bdd1bc5a374aafab), Pol Vinogradov, 07/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page