Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af1ba20d1b6091d2102dad07714a043eeef90019)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af1ba20d1b6091d2102dad07714a043eeef90019)
  • Date: Mon, 29 Aug 2011 09:27:26 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

perl-cpan/digest-hmac/DEPENDS | 3 +--
perl-cpan/digest-hmac/DETAILS | 18 ++++++++----------
perl-cpan/digest-hmac/HISTORY | 4 ++++
perl-cpan/filehandle-unget/DEPENDS | 3 +--
perl-cpan/filehandle-unget/HISTORY | 3 +++
perl-cpan/mail-internet/DEPENDS | 3 +--
perl-cpan/mail-internet/HISTORY | 3 +++
perl-cpan/mime-tools/DEPENDS | 3 +--
perl-cpan/mime-tools/HISTORY | 3 +++
perl-cpan/razor-agents/DEPENDS | 5 ++---
perl-cpan/razor-agents/HISTORY | 3 +++
11 files changed, 30 insertions(+), 21 deletions(-)

New commits:
commit af1ba20d1b6091d2102dad07714a043eeef90019
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mail-internet: removed unneeded dependencies

commit 2a5c18bd3f6efde4bf5a061c942b6c5a96abe2e4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

filehandle-unget: removed unneeded dependencies

commit 4ef221c30ad219f87311a4ec5d60c7ac5f30e0c0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mime-tools: removed unneeded dependencies

commit 2f924b5759b643caf7be501bf0dcbcffb7052ac3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

digest-hmac: removed unneeded dependencies

commit e9e3c058a0aeff8c5621e7be6a649e273d0b4f1a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

razor-agents: removed unneeded dependencies

diff --git a/perl-cpan/digest-hmac/DEPENDS b/perl-cpan/digest-hmac/DEPENDS
index 19f5f65..a715811 100755
--- a/perl-cpan/digest-hmac/DEPENDS
+++ b/perl-cpan/digest-hmac/DEPENDS
@@ -1,3 +1,2 @@
-depends perl &&
-depends digest-md5 &&
+depends perl &&
depends digest-sha1
diff --git a/perl-cpan/digest-hmac/DETAILS b/perl-cpan/digest-hmac/DETAILS
index 7e84bed..069a1cb 100755
--- a/perl-cpan/digest-hmac/DETAILS
+++ b/perl-cpan/digest-hmac/DETAILS
@@ -1,19 +1,17 @@
SPELL=digest-hmac
+ SPELLX=Digest-HMAC
VERSION=1.01
- SOURCE=Digest-HMAC-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Digest-HMAC-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/G/GA/GAAS/$SOURCE
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GA/GAAS/$SOURCE

SOURCE_HASH=sha512:62aa81983210889966ecc71a21d49554733a8939fe366321ccf19a7f9c80ff4f2fe6998ad8f7ed33a391838b40a82d64784005fed99763298e84e08bc3849d1a
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?module=Digest::HMAC";
ENTERED=20020403
KEYWORDS="perl"
- SHORT=" HMAC message integrity check"
+ SHORT="HMAC message integrity check"
cat << EOF
-
-HMAC is used for message integrity checks between two par�
-ties that share a secret key, and works in combination
-with some other Digest algorithm, usually MD5 or SHA-1.
-The HMAC mechanism is described in RFC 2104.
-
+HMAC is used for message integrity checks between two parties that share a
+secret key, and works in combination with some other Digest algorithm,
usually
+MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.
EOF
diff --git a/perl-cpan/digest-hmac/HISTORY b/perl-cpan/digest-hmac/HISTORY
index ea8f92f..613b071 100644
--- a/perl-cpan/digest-hmac/HISTORY
+++ b/perl-cpan/digest-hmac/HISTORY
@@ -1,3 +1,7 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: corrected descriptions; cleaned up; quoting paths
+ * DEPENDS: removed unneeded dependencies
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/filehandle-unget/DEPENDS
b/perl-cpan/filehandle-unget/DEPENDS
index e77a9d1..6826bc7 100755
--- a/perl-cpan/filehandle-unget/DEPENDS
+++ b/perl-cpan/filehandle-unget/DEPENDS
@@ -1,2 +1 @@
-depends perl &&
-depends scalar-list-utils
+depends perl
diff --git a/perl-cpan/filehandle-unget/HISTORY
b/perl-cpan/filehandle-unget/HISTORY
index 4ed2105..85e2691 100644
--- a/perl-cpan/filehandle-unget/HISTORY
+++ b/perl-cpan/filehandle-unget/HISTORY
@@ -1,2 +1,5 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: only Perl is required now
+
2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: spell created
diff --git a/perl-cpan/mail-internet/DEPENDS b/perl-cpan/mail-internet/DEPENDS
index 07c1b53..6826bc7 100755
--- a/perl-cpan/mail-internet/DEPENDS
+++ b/perl-cpan/mail-internet/DEPENDS
@@ -1,2 +1 @@
-depends perl &&
-depends bundle-libnet
+depends perl
diff --git a/perl-cpan/mail-internet/HISTORY b/perl-cpan/mail-internet/HISTORY
index a3435a0..95ab44f 100644
--- a/perl-cpan/mail-internet/HISTORY
+++ b/perl-cpan/mail-internet/HISTORY
@@ -1,3 +1,6 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed unneeded dependencies
+
2011-07-06 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: version 2.08

diff --git a/perl-cpan/mime-tools/DEPENDS b/perl-cpan/mime-tools/DEPENDS
index a444c05..e39ba8c 100755
--- a/perl-cpan/mime-tools/DEPENDS
+++ b/perl-cpan/mime-tools/DEPENDS
@@ -1,4 +1,3 @@
depends perl &&
depends io-stringy &&
-depends mail-internet &&
-depends mime-base64
+depends mail-internet
diff --git a/perl-cpan/mime-tools/HISTORY b/perl-cpan/mime-tools/HISTORY
index 54fb8ee..b44cd52 100644
--- a/perl-cpan/mime-tools/HISTORY
+++ b/perl-cpan/mime-tools/HISTORY
@@ -1,3 +1,6 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed unneeded dependencies
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: Changed SOURCE_URL[0] extension
updated spell to 5.427
diff --git a/perl-cpan/razor-agents/DEPENDS b/perl-cpan/razor-agents/DEPENDS
index a7027e0..584cf0f 100755
--- a/perl-cpan/razor-agents/DEPENDS
+++ b/perl-cpan/razor-agents/DEPENDS
@@ -1,8 +1,7 @@
+depends perl &&
depends net-ping &&
depends net-dns &&
-depends time-hires &&
depends digest-sha1 &&
depends mail-internet &&
depends uri &&
-depends digest-nilsimsa &&
-depends mime-base64
+depends digest-nilsimsa
diff --git a/perl-cpan/razor-agents/HISTORY b/perl-cpan/razor-agents/HISTORY
index 1ece2ff..4ff5c28 100644
--- a/perl-cpan/razor-agents/HISTORY
+++ b/perl-cpan/razor-agents/HISTORY
@@ -1,3 +1,6 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed unneeded dependencies
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af1ba20d1b6091d2102dad07714a043eeef90019), Vlad Glagolev, 08/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page