Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Jaka Kranjc (d0251e7258663b0456aa8142cbd6d42686fae9c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Jaka Kranjc (d0251e7258663b0456aa8142cbd6d42686fae9c5)
  • Date: Fri, 17 Aug 2007 17:26:03 -0500

GIT changes to master quill by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

todo | 4 +++-
usr/bin/quill | 6 +++---
var/lib/quill/ChangeLog | 6 ++++++
var/lib/quill/modules/libcore | 24 +++++++++++++-----------
var/lib/quill/version | 2 +-
5 files changed, 26 insertions(+), 16 deletions(-)

New commits:
commit d0251e7258663b0456aa8142cbd6d42686fae9c5
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

* quill: fixed bad ruby restoration, savannah switch
* libcore: removed extra tab in savannah quill_help
separated the extra modules in quill_help and updated it

diff --git a/todo b/todo
index fdb17ae..e689edc 100644
--- a/todo
+++ b/todo
@@ -13,7 +13,6 @@ new menu choices
* 'Manage CONFIGURE options'

update mode:
- * clean the namespace by moving more stuff into functions
* plug other linters at the end of the update and move them all in liblint
* add mirror support for SOURCE_URLs when adding new sources

@@ -27,6 +26,9 @@ fmxml:
documentation:
* write a manpage

+modules:
+ * a try-all switch with some basic apriori module reckognition support
+
overall:
* Improve scripting support to make it possible to write alternate
interfaces for it
* add quill mode to /quillrc to avoid the need to constantly pass it
diff --git a/usr/bin/quill b/usr/bin/quill
index 4732286..16571f5 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -55,7 +55,7 @@ while [[ -n $1 ]]; do
check_parameter $2
QUILL_FETCH_MODE="cpan"
shift ;;
- --rubyraa|-r)
+ --rubyraa|-y)
check_parameter $2
QUILL_FETCH_MODE="raa"
shift ;;
@@ -63,7 +63,7 @@ while [[ -n $1 ]]; do
check_parameter $2
QUILL_FETCH_MODE="savane"
shift ;;
- --savannah|-a)
+ --savannah|-n)
check_parameter $2
QUILL_FETCH_MODE="savannah"
shift ;;
@@ -98,7 +98,7 @@ while [[ -n $1 ]]; do
QUILL_UPDATE="on"
QUILL_FETCH_MODE="gna"
shift ;;
- -ua|-au)
+ -un|-nu)
check_parameter $2
QUILL_UPDATE="on"
QUILL_FETCH_MODE="savannah"
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index bfa1e65..ada1c78 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * quill: fixed bad ruby restoration, savannah switch
+ * libcore: removed extra tab in savannah quill_help
+ separated the extra modules in quill_help and updated it
+ * version: 0.2.8-rc7
+
2007-08-15 Alexander Tsamutali <astsmtl AT gmail.com>
* quill: added new mode --hackagedb | -H which fetches information
about the package from Haskell HackageDB
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index f2fe7bd..9f30c1a 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -580,27 +580,29 @@ This is free software. You may redistribute copies of
it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

-USAGE: quill [OPTIONS]
+USAGE: quill [OPTIONS] [MODULE <SPELL>]
A spell creator and updater.

OPTIONS:
- --fmxml, -f <SPELL> get spell data from Freshmeat if possible
- --perlcpan, -c <SPELL> get spell data from Perl-CPAN if possible
- --rubyraa, -y <SPELL> get spell data from Ruby Application
Archive if possible
- --savane, -s <SPELL> get spell data from a savane run site
- --savannah, -a <SPELL> get spell data from the savannah site
- --gna, -g <SPELL> get spell data from the gna! site
- --fsf, -F <SPELL> get spell data from the fsf/unesco directory
site
- --hackagedb, -H <SPELL> get spell data from Haskell HackageDB if
possible
--update, -u <SPELL> update exsisting spell
--apprentice, -a apprentice mode (default)
--mage, -m mage mode (advanced)
- --wizard, -w wizard mode (expert)(DOES NOTHING FOR NOW)
+ --wizard, -w wizard mode (expert)
--help, -h display this help
--version, -v display version
--reconfigure, -r reconfigure settings
--purge, -p [spells|tmp] purge internal quill files, defaults to both
dirs

+MODULES:
+ --fmxml, -f <SPELL> get spell data from Freshmeat if possible
+ --perlcpan, -c <SPELL> get spell data from Perl-CPAN if possible
+ --rubyraa, -y <SPELL> get spell data from Ruby Application
Archive if possible
+ --savane, -s <SPELL> get spell data from a savane run site
+ --savannah, -n <SPELL> get spell data from the savannah site
+ --gna, -g <SPELL> get spell data from the gna! site
+ --fsf, -F <SPELL> get spell data from the fsf/unesco directory
site
+ --hackagedb, -H <SPELL> get spell data from Haskell HackageDB if
possible
+
EXAMPLES:
Create a spell; try to get some information from Freshmeat and ask about
some
additional spell files:
@@ -609,7 +611,7 @@ EXAMPLES:
Update a spell; try to get some information from Perl-CPAN:
quill -c wormux -u wormux

- The same can be done with shorter forms (fu, uc, yu and inverses are
supported):
+ The same can be done with shorter forms (fu, uc, yu et cetera):
quill -cu wormux
"
exit ${1:-0}
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 65a3587..561f30a 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.2.8-rc6
+0.2.8-rc7



  • [SM-Commit] GIT changes to master quill by Jaka Kranjc (d0251e7258663b0456aa8142cbd6d42686fae9c5), Jaka Kranjc, 08/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page