New commits:
commit 0e8ee03d69702b8563a1166c90df41a5296ffd90
Merge: cf6b93048d43fd6b0ec3fa1bba154231817b11af
723ae251fee9579490038fbefd191a6af7edaae7
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
Merge branch 'master' of ssh://fbridault AT scm.sourcemage.org/smgl/grimoire
commit cf6b93048d43fd6b0ec3fa1bba154231817b11af
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
video-dvdrip 0.97.12
commit 538a790c4fd2e7a9f329a20602cb7e6ecd966081
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
Updated Changelog for the new spells
commit 8f2ca57fd43b19d85c129156b504ac2e3ffcd051
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
New spell: event-rpc
commit 09bbedbbf325467e978f484242b0373e341ae6c5
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
New spell: event
commit f2cd2700dc537454303b3dc5c137553d1d42dd4e
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
New spell: anyevent
commit c2c3a7d97bd99a13e9de64d562facb130dcf17e7
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
New spell event-execflow
commit 839705afdde0738e855e7bfa86549b5da40eda86
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
gtk2-ex-formfactory 0.65
commit d6296e6ecbd951a72c283171a6b446108e977797
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
libintl-perl 1.16
diff --git a/ChangeLog b/ChangeLog
index 372e2c7..b5db3f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * perl/anyevent: new spell, framework for multiple event loops
+ * perl-cpan/event: new spell, a generic Perl event loop
+ * perl-cpan/event-execflow: new spell, API for event-based execution
+ flow control
+ * perl-cpan/event-rpc: new spell, event based Client/Server RPC
framework
+
2006-07-13 Pol Vinogradov <vin.public AT gmail.com>
* graphics/sk1: new spell, an open source vector graphics editor
diff --git a/perl-cpan/anyevent/AnyEvent-1.02.tar.gz.sig
b/perl-cpan/anyevent/AnyEvent-1.02.tar.gz.sig
new file mode 100644
index 0000000..3b0a3b7
Binary files /dev/null and b/perl-cpan/anyevent/AnyEvent-1.02.tar.gz.sig
differ
diff --git a/perl-cpan/anyevent/BUILD b/perl-cpan/anyevent/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/anyevent/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/anyevent/CONFIGURE b/perl-cpan/anyevent/CONFIGURE
new file mode 100755
index 0000000..c79814a
--- /dev/null
+++ b/perl-cpan/anyevent/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_list EVENT_PROVIDER
\
+ "Which spell do you want to provide event loop
support?" \
+ "event"
\
+ "perl-glib"
diff --git a/perl-cpan/anyevent/DEPENDS b/perl-cpan/anyevent/DEPENDS
new file mode 100755
index 0000000..d8e9edd
--- /dev/null
+++ b/perl-cpan/anyevent/DEPENDS
@@ -0,0 +1 @@
+depends $EVENT_PROVIDER
diff --git a/perl-cpan/anyevent/DETAILS b/perl-cpan/anyevent/DETAILS
new file mode 100755
index 0000000..addbd7e
--- /dev/null
+++ b/perl-cpan/anyevent/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=anyevent
+ VERSION=1.02
+ SOURCE=AnyEvent-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/AnyEvent-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE=PERL
+ WEB_SITE="http://search.cpan.org/search?module=AnyEvent"
+ ENTERED=20060716
+ KEYWORDS="perl"
+ SHORT="Provide framework for multiple event loops"
+cat << EOF
+Provide framework for multiple event loops.
+EOF
diff --git a/perl-cpan/anyevent/HISTORY b/perl-cpan/anyevent/HISTORY
new file mode 100644
index 0000000..93f706e
--- /dev/null
+++ b/perl-cpan/anyevent/HISTORY
@@ -0,0 +1,3 @@
+2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created spell
+
diff --git a/perl-cpan/event-execflow/BUILD b/perl-cpan/event-execflow/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/event-execflow/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/event-execflow/DEPENDS
b/perl-cpan/event-execflow/DEPENDS
new file mode 100755
index 0000000..9a69271
--- /dev/null
+++ b/perl-cpan/event-execflow/DEPENDS
@@ -0,0 +1 @@
+depends anyevent
diff --git a/perl-cpan/event-execflow/DETAILS
b/perl-cpan/event-execflow/DETAILS
new file mode 100755
index 0000000..fd70d5d
--- /dev/null
+++ b/perl-cpan/event-execflow/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=event-execflow
+ VERSION=0.62
+ SOURCE=Event-ExecFlow-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Event-ExecFlow-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JR/JRED/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE=PERL
+ WEB_SITE="http://search.cpan.org/search?module=Event-ExecFlow"
+ ENTERED=20060716
+ KEYWORDS="perl"
+ SHORT="High level API for event-based execution flow control"
+cat << EOF
+Event::ExecFlow provides a ligh level API for defining complex flow
+controls with asynchronous execution of external programs.
+EOF
diff --git a/perl-cpan/event-execflow/Event-ExecFlow-0.62.tar.gz.sig
b/perl-cpan/event-execflow/Event-ExecFlow-0.62.tar.gz.sig
new file mode 100644
index 0000000..e575651
Binary files /dev/null and
b/perl-cpan/event-execflow/Event-ExecFlow-0.62.tar.gz.sig differ
diff --git a/perl-cpan/event-execflow/HISTORY
b/perl-cpan/event-execflow/HISTORY
new file mode 100644
index 0000000..671933b
--- /dev/null
+++ b/perl-cpan/event-execflow/HISTORY
@@ -0,0 +1,3 @@
+2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created spell
+
diff --git a/perl-cpan/event-rpc/BUILD b/perl-cpan/event-rpc/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/event-rpc/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/event-rpc/CONFIGURE b/perl-cpan/event-rpc/CONFIGURE
new file mode 100755
index 0000000..c79814a
--- /dev/null
+++ b/perl-cpan/event-rpc/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_list EVENT_PROVIDER
\
+ "Which spell do you want to provide event loop
support?" \
+ "event"
\
+ "perl-glib"
diff --git a/perl-cpan/event-rpc/DEPENDS b/perl-cpan/event-rpc/DEPENDS
new file mode 100755
index 0000000..d8e9edd
--- /dev/null
+++ b/perl-cpan/event-rpc/DEPENDS
@@ -0,0 +1 @@
+depends $EVENT_PROVIDER
diff --git a/perl-cpan/event-rpc/DETAILS b/perl-cpan/event-rpc/DETAILS
new file mode 100755
index 0000000..3b052dd
--- /dev/null
+++ b/perl-cpan/event-rpc/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=event-rpc
+ VERSION=0.90
+ SOURCE=Event-RPC-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Event-RPC-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JR/JRED/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE=PERL
+ WEB_SITE="http://search.cpan.org/search?module=Event-RPC"
+ ENTERED=20060716
+ KEYWORDS="perl"
+ SHORT="Event based transparent Client/Server RPC framework"
+cat << EOF
+Event::RPC supports you in developing Event based networking
+client/server applications with transparent object/method access from
+the client to the server. Network communication is optionally encrypted
+using IO::Socket::SSL. Several event loop managers are supported due to
+an extensible API. Currently Event and Glib are implemented.
+EOF
diff --git a/perl-cpan/event-rpc/Event-RPC-0.90.tar.gz.sig
b/perl-cpan/event-rpc/Event-RPC-0.90.tar.gz.sig
new file mode 100644
index 0000000..c625349
Binary files /dev/null and b/perl-cpan/event-rpc/Event-RPC-0.90.tar.gz.sig
differ
diff --git a/perl-cpan/event-rpc/HISTORY b/perl-cpan/event-rpc/HISTORY
new file mode 100644
index 0000000..93f706e
--- /dev/null
+++ b/perl-cpan/event-rpc/HISTORY
@@ -0,0 +1,3 @@
+2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created spell
+
diff --git a/perl-cpan/event/BUILD b/perl-cpan/event/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/event/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/event/DEPENDS b/perl-cpan/event/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/event/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/event/DETAILS b/perl-cpan/event/DETAILS
new file mode 100755
index 0000000..42159c5
--- /dev/null
+++ b/perl-cpan/event/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=event
+ VERSION=1.06
+ SOURCE=Event-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Event-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE=PERL
+ WEB_SITE="http://search.cpan.org/search?module=Event"
+ ENTERED=20060716
+ KEYWORDS="perl"
+ SHORT="A generic Perl event loop"
+cat << EOF
+This extension aims to provide an simple and optimized event loop for
+a broad class of applications.
+EOF
diff --git a/perl-cpan/event/Event-1.06.tar.gz.sig
b/perl-cpan/event/Event-1.06.tar.gz.sig
new file mode 100644
index 0000000..d639949
Binary files /dev/null and b/perl-cpan/event/Event-1.06.tar.gz.sig differ
diff --git a/perl-cpan/event/HISTORY b/perl-cpan/event/HISTORY
new file mode 100644
index 0000000..671933b
--- /dev/null
+++ b/perl-cpan/event/HISTORY
@@ -0,0 +1,3 @@
+2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created spell
+
diff --git a/perl-cpan/gtk2-ex-formfactory/DETAILS
b/perl-cpan/gtk2-ex-formfactory/DETAILS
index 6c42f70..40fb7a1 100755
--- a/perl-cpan/gtk2-ex-formfactory/DETAILS
+++ b/perl-cpan/gtk2-ex-formfactory/DETAILS
@@ -1,10 +1,10 @@
SPELL=gtk2-ex-formfactory
SPELLX=Gtk2-Ex-FormFactory
- VERSION=0.59
-
SOURCE_HASH=sha512:3d5b7d56295695a58b9c66152116209fdcf90361a948feeab15d62c4515c8ba1a7578ebd9c5f0e61630f8dcbc96bc40864488d51a032e98302c515b79a6c1c3f
+ VERSION=0.65
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JR/JRED/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE="http://search.cpan.org/~jred/$SPELLX-$VERSION/"
LICENSE[0]=GPL
ENTERED=20050724
diff --git
a/perl-cpan/gtk2-ex-formfactory/Gtk2-Ex-FormFactory-0.65.tar.gz.sig
b/perl-cpan/gtk2-ex-formfactory/Gtk2-Ex-FormFactory-0.65.tar.gz.sig
new file mode 100644
index 0000000..2a044d4
Binary files /dev/null and
b/perl-cpan/gtk2-ex-formfactory/Gtk2-Ex-FormFactory-0.65.tar.gz.sig differ
diff --git a/perl-cpan/gtk2-ex-formfactory/HISTORY
b/perl-cpan/gtk2-ex-formfactory/HISTORY
index e7a7008..36d5e76 100644
--- a/perl-cpan/gtk2-ex-formfactory/HISTORY
+++ b/perl-cpan/gtk2-ex-formfactory/HISTORY
@@ -1,3 +1,6 @@
+2006-07-16 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.65
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS