Skip to Content.
Sympa Menu

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

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 (295ff419d5c157ecb11571a8445d678020ae718f)
  • Date: Sun, 23 Jun 2019 04:47:20 +0000

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

ChangeLog | 2 ++
perl-cpan/cdb_file/DEPENDS | 1 +
perl-cpan/cdb_file/DETAILS | 20 ++++++++++++++++++++
perl-cpan/cdb_file/HISTORY | 2 ++
4 files changed, 25 insertions(+)

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

cdb_file: new spell, Perl extension for access to cdb databases

diff --git a/ChangeLog b/ChangeLog
index 1a8a37e..efcd7ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
timeout
* perl-cpan/perl-redis: new spell, Perl binding for Redis database
* perl-cpan/cache-memcached-fast: new spell, Perl client for Memcached
+ * perl-cpan/cdb_file: new spell, Perl extension for access to cdb
+ databases

2019-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libmypaint: new spell, mypaint's brush library
diff --git a/perl-cpan/cdb_file/DEPENDS b/perl-cpan/cdb_file/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/cdb_file/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/cdb_file/DETAILS b/perl-cpan/cdb_file/DETAILS
new file mode 100755
index 0000000..464dba8
--- /dev/null
+++ b/perl-cpan/cdb_file/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=cdb_file
+ SPELLX=CDB_File
+ VERSION=0.99
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/T/TO/TODDR/${SOURCE}
+
SOURCE_HASH=sha512:eb0cc238af51b7768486dd096141cba527f5d36f28c5c79b7188c4d9c5f9cc3162647725a6dcb1d51f323e95d3a7e88a2c875cd8e671aba424addec5b748294c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/CDB_File/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="Perl extension for access to cdb databases"
+cat << EOF
+CDB_File is a module which provides a Perl interface to Dan Bernstein's
+cdb package:
+
+ cdb is a fast, reliable, lightweight package for creating and
+ reading constant databases.
+
+ See http://cr.yp.to/cdb.html for the latest information about cdb.
+EOF
diff --git a/perl-cpan/cdb_file/HISTORY b/perl-cpan/cdb_file/HISTORY
new file mode 100644
index 0000000..93ba46f
--- /dev/null
+++ b/perl-cpan/cdb_file/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.99



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (295ff419d5c157ecb11571a8445d678020ae718f), Vlad Glagolev, 06/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page