Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (991e1244dc6462fc2951f4dc0879e740b03d5734)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (991e1244dc6462fc2951f4dc0879e740b03d5734)
  • Date: Fri, 11 Jan 2008 15:47:05 -0600

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ChangeLog | 4 +++-
ftp/bittornado/CONFIGURE | 8 ++++----
ftp/bittornado/INSTALL | 6 +++---
3 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 991e1244dc6462fc2951f4dc0879e740b03d5734
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

ftp/bittornado: new spell, a BitTorrent client, second try

commit 9eb5877d6611bd3256a952c870eae46e3c3c7bcf
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

Revert "ftp/bittornado: new spell, a BitTorrent client"

I'll redo this commit because of:
* a wrong ChangeLog entry
* two typos in CONFIGURE
* possibly incompatible config_query_list values

This reverts commit 91a2d6060f8824e66b292650be4a878f58cfaa70.

diff --git a/ChangeLog b/ChangeLog
index 11f7b2e..ca0ad9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,12 @@
* audio-libs/lv2core: New spell, the LV2 plugin standard core package.
* audio-libs/slv2: New spell, an LV2 host library.

+2008-01-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * ftp/bittornado: new spell, a BitTorrent client
+
2008-01-11 Ladislav Hagara <hgr AT vabo.cz>
* e/e_module-efm_nav: new spell, E17 EFM Navigation Module
* e/e_module-efm_path: new spell, E17 EFM Path Module
- * ftp/bittornado: new spell, a BitTorrent client

2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luacrypto: new spell, Lua frontend to OpenSSL (Puffy
powah!)
diff --git a/ftp/bittornado/CONFIGURE b/ftp/bittornado/CONFIGURE
index b71bdb1..f7d167b 100755
--- a/ftp/bittornado/CONFIGURE
+++ b/ftp/bittornado/CONFIGURE
@@ -1,10 +1,10 @@
message "\n${MESSAGE_COLOR}The names to find the man pages as defined by
the"\
"authors is a mix" &&
message "between man programname and man programname.bittornado." &&
-message "The installed programms are all named programmname.py." \
+message "The installed programs are all named programname.py." \
"${DEFAULT_COLOR}" &&
config_query_list BITTORNADO_MANSTYLE \
"How do you want to refer to the man pages?" \
- "as defined by the authors" \
- "man programname" \
- "man programname.py"
+ "as_defined_by_the_authors" \
+ "man_programname" \
+ "man_programname.py"
diff --git a/ftp/bittornado/INSTALL b/ftp/bittornado/INSTALL
index 63dc07a..678a6a6 100755
--- a/ftp/bittornado/INSTALL
+++ b/ftp/bittornado/INSTALL
@@ -1,18 +1,18 @@
# Sanitize the filenames of the manpages on user request
case $BITTORNADO_MANSTYLE in

- "man programname")
+ "man_programname")
rename .bittornado. . docs/man/*.bittornado.1
;;

- "man programname.py")
+ "man_programname.py")
# First, bring all extensions to .1
# and then add the .py in front of the .1
rename .bittornado. . docs/man/*.bittornado.1 &&
rename .1 .py.1 docs/man/*.1
;;

- # "as defined by the authors") , as well as *)
+ # "as_defined_by_the_authors") , as well as *)
# Assume a NoOp here as default.
esac &&




  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (991e1244dc6462fc2951f4dc0879e740b03d5734), Martin Spitzbarth, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page