Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (1cbf7b44264164905ccd08382b2093ccda38fee3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (1cbf7b44264164905ccd08382b2093ccda38fee3)
  • Date: Wed, 15 Oct 2008 05:25:44 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/mail-imapclient/BUILD | 2 ++
perl-cpan/mail-imapclient/DEPENDS | 1 +
perl-cpan/mail-imapclient/DETAILS | 16 ++++++++++++++++
perl-cpan/mail-imapclient/HISTORY | 2 ++
5 files changed, 24 insertions(+)

New commits:
commit 1cbf7b44264164905ccd08382b2093ccda38fee3
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

perl-cpan/mail-imapclient: new spell

commit fa01b69a56352eddbed7f666fc2a1055aebb3f47
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

perl-cpan/mail-imapclient: new spell

diff --git a/ChangeLog b/ChangeLog
index 041ada9..b2b6ed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-15 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * perl-cpan/mail-imapclient: new spell, An IMAP Client API
+
2008-10-14 Arjan Bouter <abouter AT sourcemage.org>
* video/mythtv-plugins: new spell, plugins for mythtv
* video/mythtv-mythemes: new spell, themes for mythtv
diff --git a/perl-cpan/mail-imapclient/BUILD b/perl-cpan/mail-imapclient/BUILD
new file mode 100755
index 0000000..4ffc5fe
--- /dev/null
+++ b/perl-cpan/mail-imapclient/BUILD
@@ -0,0 +1,2 @@
+echo 'n' | perl Makefile.PL $OPTS &&
+make
diff --git a/perl-cpan/mail-imapclient/DEPENDS
b/perl-cpan/mail-imapclient/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/mail-imapclient/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/mail-imapclient/DETAILS
b/perl-cpan/mail-imapclient/DETAILS
new file mode 100755
index 0000000..7d7c750
--- /dev/null
+++ b/perl-cpan/mail-imapclient/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mail-imapclient
+ VERSION=2.2.9
+ SOURCE=Mail-IMAPClient-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Mail-IMAPClient-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DJ/DJKERNEN/$SOURCE
+
SOURCE_HASH=sha512:231b9f7c6d0118aaa1c4a940c65ff30b9ca9041563f59279b900d881756e23cc3a440046273e48e5bc106bac00080020c427e41b6a1b8fe55be19b12eda22e80
+ LICENSE=ART
+ WEB_SITE="http://search.cpan.org/search?module=Mail::IMAPClient";
+ ENTERED=20081015
+ KEYWORDS="imap perl"
+ SHORT="An IMAP Client API"
+cat << EOF
+Mail::IMAPClient An IMAP Client API
+Mail::IMAPClient::BodyStructure Perl extension to Mail::IMAPClient to
facilitate the parsing of server responses to the FETCH BODYSTRUCTURE and
FETCH ENVELOPE IMAP client commands.
+Mail::IMAPClient::MessageSet An extension to Mail::IMAPClient that expresses
lists of message sequence numbers or message UID's in the shortest way
permissable by RFC2060.
+EOF
diff --git a/perl-cpan/mail-imapclient/HISTORY
b/perl-cpan/mail-imapclient/HISTORY
new file mode 100644
index 0000000..bab7227
--- /dev/null
+++ b/perl-cpan/mail-imapclient/HISTORY
@@ -0,0 +1,2 @@
+2008-10-15: Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY, BUILD: creation of the spell



  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (1cbf7b44264164905ccd08382b2093ccda38fee3), Mathieu Lonjaret, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page