Skip to Content.
Sympa Menu

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

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 (93f673e47b15379be03d0587c61e4ef507248e2b)
  • Date: Sun, 19 Apr 2015 05:59:24 -0500

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

ChangeLog | 4 ++++
perl-cpan/net-ldap/DEPENDS | 1 +
perl-cpan/net-ldap/HISTORY | 3 +++
perl-cpan/text-markdown/BUILD | 1 -
perl-cpan/text-markdown/DEPENDS | 4 +---
perl-cpan/text-markdown/HISTORY | 4 ++++
perl-cpan/text-soundex/DEPENDS | 1 +
perl-cpan/text-soundex/DETAILS | 28 ++++++++++++++++++++++++++++
perl-cpan/text-soundex/HISTORY | 2 ++
9 files changed, 44 insertions(+), 4 deletions(-)

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

text-markdown: removed duplicate dependencies

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

net-ldap: added missing text-soundex dependency

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

text-soundex: new spell, implementation of the Soundex algorithm

diff --git a/ChangeLog b/ChangeLog
index 48b82d5..4e6b3c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/text-soundex: new spell, implementation of the Soundex
+ algorithm
+
2015-04-17 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/net-daemon: new spell, Perl extension for portable daemons
* perl-cpan/plrpc: new spell, Perl extension for writing PlRPC clients
diff --git a/perl-cpan/net-ldap/DEPENDS b/perl-cpan/net-ldap/DEPENDS
index 923eb39..b65eb80 100755
--- a/perl-cpan/net-ldap/DEPENDS
+++ b/perl-cpan/net-ldap/DEPENDS
@@ -1,6 +1,7 @@
depends openldap &&
depends perl &&
depends convert-asn1 &&
+depends text-soundex &&

optional_depends uri '' '' 'for URL parsing' &&
optional_depends authen-sasl '' '' 'for SASL authentication' &&
diff --git a/perl-cpan/net-ldap/HISTORY b/perl-cpan/net-ldap/HISTORY
index af231b0..998c046 100644
--- a/perl-cpan/net-ldap/HISTORY
+++ b/perl-cpan/net-ldap/HISTORY
@@ -1,3 +1,6 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing text-soundex dependency
+
2015-04-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.65; CPAN -> SPELLX; quoting paths;
updated
source url
diff --git a/perl-cpan/text-markdown/BUILD b/perl-cpan/text-markdown/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/text-markdown/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/text-markdown/DEPENDS b/perl-cpan/text-markdown/DEPENDS
index 31317b9..6b5135b 100755
--- a/perl-cpan/text-markdown/DEPENDS
+++ b/perl-cpan/text-markdown/DEPENDS
@@ -1,5 +1,3 @@
-depends list-moreutils &&
-depends file-slurp &&
depends perl &&
depends list-moreutils &&
-depends file-slurp
+depends file-slurp
diff --git a/perl-cpan/text-markdown/HISTORY b/perl-cpan/text-markdown/HISTORY
index 6ecf21e..ee50708 100644
--- a/perl-cpan/text-markdown/HISTORY
+++ b/perl-cpan/text-markdown/HISTORY
@@ -1,3 +1,7 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed duplicate dependencies
+ * BUILD: dropped, not needed
+
2009-09-16 David Kowis <dkowis AT shlrm.org>
* BUILD, DEPENDS, DETAILS: spell created

diff --git a/perl-cpan/text-soundex/DEPENDS b/perl-cpan/text-soundex/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/text-soundex/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/text-soundex/DETAILS b/perl-cpan/text-soundex/DETAILS
new file mode 100755
index 0000000..02e6960
--- /dev/null
+++ b/perl-cpan/text-soundex/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=text-soundex
+ SPELLX=Text-Soundex
+ VERSION=3.04
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:f0f1c14568ff34fea017854605de9d9ea1def34707c68979bfbeb77c823cb5e1935a36d7301da6dd445ce7c3c655d6ebc19f1621086df0bf479bd34aad025b1f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/dist/Text-Soundex/
+ ENTERED=20150419
+ KEYWORDS="perl"
+ SHORT="implementation of the Soundex algorithm"
+cat << EOF
+Soundex is a phonetic algorithm for indexing names by sound, as pronounced in
+English. The goal is for names with the same pronunciation to be encoded to
the
+same representation so that they can be matched despite minor differences in
+spelling. Soundex is the most widely known of all phonetic algorithms and is
+often used (incorrectly) as a synonym for "phonetic algorithm". Improvements
to
+Soundex are the basis for many modern phonetic algorithms.
+
+This module implements the original Soundex algorithm developed by Robert
+Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation
+called "American Soundex" used for US census data, and current maintained by
the
+National Archives and Records Administration (NARA).
+
+The Soundex algorithm may be recognized from Donald Knuth's The Art of
Computer
+Programming. The algorithm described by Knuth is the NARA algorithm.
+EOF
diff --git a/perl-cpan/text-soundex/HISTORY b/perl-cpan/text-soundex/HISTORY
new file mode 100644
index 0000000..59ae4ad
--- /dev/null
+++ b/perl-cpan/text-soundex/HISTORY
@@ -0,0 +1,2 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 3.04



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93f673e47b15379be03d0587c61e4ef507248e2b), Vlad Glagolev, 04/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page