sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review
- From: Ladislav Hagara <ladislav.hagara AT unob.cz>
- To: David Kowis <dkowis AT shlrm.org>
- Cc: duane_malcolm <d.malcolm AT auckland.ac.nz>, Unet <unet AT sourcemage.org>, Andrew Stitt <a AT thefrayedknot.armory.com>, SM-Commit Daemon <sm-commit AT lists.ibiblio.org>, Arjan Bouter <abouter AT sourcemage.org>, vladimir_marek <vlmarek AT volny.cz>, Maurizio Boriani <baux AT member.fsf.org>, Ethan Grammatikidis <eekee AT eekee.is-a-geek.org>, Gareth Clay <gareth AT caffeinefuelled.co.uk>
- Subject: Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review
- Date: Sun, 21 May 2006 23:53:40 +0200
Change 79535 by david_kowis@dkowis-kain on 2006/05/19 19:41:57
Pulling a new function into test
Affected files ...
... //sgl/grimoires/test/ChangeLog#281 integrate
... //sgl/grimoires/test/FUNCTIONS#27 integrate
Differences ...
==== //sgl/grimoires/test/ChangeLog#281 (text) ====
@@ -1,15 +1,21 @@
2006-05-19 Arjan Bouter <abouter AT sourcemage.org>
- * crypto/aircrack-ng: new spell
+ * crypto/aircrack-ng: new spell
+
+2006-05-19 David Kowis <dkowis AT shlrm.org>
+ * FUNCTIONS: Added a function to get at the install_www_files location
2006-05-17 Flavien Bridault <vlaaad AT sourcemage.org>
* disk/bonfire: Added, yet another gnome burning application
+2006-05-16 Daniel Goller <dgoller AT satx.rr.com>
+ * science/celestia: moved from games/edutainment/celestia
+
2006-05-14 Flavien Bridault <vlaaad AT sourcemage.org>
* Added back soya-3d spell and deprecated it, bug#11273
2006-05-12 Unet <unet AT sourcemage.org>
- * security-libs/libpreludedb: new spell
- * security/prelude-manager: new spell
+ * security-libs/libpreludedb: new spell
+ * security/prelude-manager: new spell
2006-05-12 Treeve Jelbert <treeve01 AT pi.be>
* database/odkutils: new spell (was part of odk-ng)
@@ -47,6 +53,9 @@
added dropping of '-sub SUB_DEPENDS' parameter for depends and
optional_depends, bug #10802
+2006-04-28 Treeve Jelbert <treeve01 AT pi.be>
+ * database/dbstep: remove dead spell
+
2006-04-27 Alex S. Tsamutali <astsmtl AT gmail.com>
* libs/libstatgrab: new spell, cross platform system stats access library
* python-devel/pystatgrab: new spell, python bindings for libstatgrab
@@ -86,15 +95,18 @@
2006-04-20 Pol Vinogradov <vin.public AT gmail.com>
* gurus.gpg: my key for signing added, key id E2C9B83E
-2006-04-18 Pieter Lenaerts <e-type AT sourcemage.org>
- * editors/pico to z-rejected/z-editors
-
2006-04-18 Matthew Clark <matthewclark AT inlesserterms.net>
* net/cutecom: new spell
2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* kde-*/KDE_BUILD: Sets $QTDIR if possible, fixes bug #10764.
+2006-04-18 Pieter Lenaerts <e-type AT sourcemage.org>
+ * editors/pico to z-rejected/z-editors
+
+2006-04-18 Treeve Jelbert <treeve01 AT pi.be>
+ * x11-toolkits/lazarus: added
+
2006-04-18 David Kowis <dkowis AT shlrm.org>
* mail/pine-{pop2,pop3,client,imap}: Moved to z-rejected due to license
incompatibilities
@@ -169,6 +181,9 @@
2006-03-27 Eric Sandall <eric AT sandall.us>
* audio-libs/libmpd: Added for gmpc 0.13.0
+2006-03-26 David Brown <dmlb2000 AT gmail.com>
+ * science/seti_boinc: spell added
+
2006-03-14 Pieter Lenaerts <e-type AT sourcemage.org>
* python-devel/pytelemeter: added, small Python Telemeter
* python-devel/fpconst: added, constants and functions for working
@@ -179,6 +194,11 @@
* gnome2-libs/ruby-gtktrayicon: added, Ruby binding for the System Tray
Protocol Specification
+2006-03-25 Unet <unet AT sourcemage.org>
+ * disk/ccd2iso: added
+ * disk/mdf2iso: added
+ * disk/nrg2iso: added
+
2006-03-24 David Brown <dmlb2000 AT gmail.com>
* science/boinc: Added BOINC client
@@ -205,12 +225,23 @@
* config_query_multi.function: branched from config_query_checkbox.function
* FUNCTIONS: now sources config_query_multi.function
+2006-03-17 Robin Cook <rcook AT wyrms.net>
+ * New: science/gnucap
+
2006-03-21 Alex S. Tsamutali <astsmtl AT gmail.com>
* doc/didiwiki: added, personal wiki written in C
2006-03-20 Ladislav Hagara <hgr AT vabo.cz>
* shell-term-fm/tss: added, a text-mode screen saver
+2006-03-17 Robin Cook <rcook AT wyrms.net>
+ * added spells:
+ gspiceui
+ gtkwave
+ gwave
+ ng-spice
+ gnetman
+
2006-03-17 Arwed v. Merkatz <v.merkatz AT gmx.net>
* kernels/glibc-kernel-headers: removed deprecated spells
Seems now we have the same ChangeLog in both devel and test grimoire.
Usually we integrate only particular small change.
==== //sgl/grimoires/test/FUNCTIONS#27 (xtext) ====
+function get_install_www_files_dir ()
+{
+ return "/usr/share/www"
+}
Just tried it (cast -r -c phpsysinfo):
/var/lib/sorcery/codex/test/FUNCTIONS: line 196: return: /usr/share/www: numeric argument required
Line 196: return "/usr/share/www"
--
Ladislav Hagara
-
[SM-Commit] PERFORCE change 79535 by David Kowis for review,
Perforce Review Daemon, 05/19/2006
-
Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review,
Ladislav Hagara, 05/21/2006
- Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review, Jaka Kranjc, 05/21/2006
-
Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review,
David Kowis, 05/22/2006
- Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review, Arwed von Merkatz, 05/22/2006
-
Re: [SM-Commit] PERFORCE change 79535 by David Kowis for review,
Ladislav Hagara, 05/21/2006
Archive powered by MHonArc 2.6.24.