Skip to Content.
Sympa Menu

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

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 (2c28a5df24d980a75f0977b2feba3f967bbb0e72)
  • Date: Fri, 17 Apr 2015 16:06:43 -0500

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

ChangeLog | 4 +
database/dbd-firebird/BUILD | 2
database/dbd-firebird/DEPENDS | 4 -
database/dbd-firebird/DETAILS | 16 ------
database/dbd-firebird/HISTORY | 31 ------------
database/dbd-firebird/PRE_BUILD | 3 -
database/dbd-interbase/BUILD | 16 ------
database/dbd-interbase/DEPENDS | 4 -
database/dbd-interbase/DETAILS | 16 ------
database/dbd-interbase/HISTORY | 80
--------------------------------
database/dbd-sqlite/BUILD | 2
database/dbd-sqlite/DEPENDS | 3 -
database/dbd-sqlite/DETAILS | 15 ------
database/dbd-sqlite/HISTORY | 54 ---------------------
database/dbd-sqlite2/BUILD | 2
database/dbd-sqlite2/DEPENDS | 2
database/dbd-sqlite2/DETAILS | 16 ------
database/dbd-sqlite2/HISTORY | 41 ----------------
dev/null |binary
perl-cpan/dbd-firebird/BUILD | 2
perl-cpan/dbd-firebird/DEPENDS | 4 +
perl-cpan/dbd-firebird/DETAILS | 16 ++++++
perl-cpan/dbd-firebird/HISTORY | 31 ++++++++++++
perl-cpan/dbd-firebird/Makefile.PL.bz2 |binary
perl-cpan/dbd-firebird/PRE_BUILD | 3 +
perl-cpan/dbd-interbase/BUILD | 16 ++++++
perl-cpan/dbd-interbase/DEPENDS | 4 +
perl-cpan/dbd-interbase/DETAILS | 16 ++++++
perl-cpan/dbd-interbase/HISTORY | 80
++++++++++++++++++++++++++++++++
perl-cpan/dbd-interbase/Makefile.PL.bz2 |binary
perl-cpan/dbd-sqlite/DEPENDS | 3 +
perl-cpan/dbd-sqlite/DETAILS | 17 ++++++
perl-cpan/dbd-sqlite/HISTORY | 59 +++++++++++++++++++++++
perl-cpan/dbd-sqlite2/BUILD | 2
perl-cpan/dbd-sqlite2/DEPENDS | 2
perl-cpan/dbd-sqlite2/DETAILS | 16 ++++++
perl-cpan/dbd-sqlite2/HISTORY | 41 ++++++++++++++++
37 files changed, 316 insertions(+), 307 deletions(-)

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

dbd-sqlite: => 1.46

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

dbd-sqlite2: moved to perl-cpan section

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

dbd-sqlite: moved to perl-cpan section

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

dbd-interbase: moved to perl-cpan section

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

dbd-firebird: moved to perl-cpan section

diff --git a/ChangeLog b/ChangeLog
index 872fb83..48b82d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
* perl-cpan/mldbm: new spell, store multi-level Perl hash structure in
single level tied hash
* perl-cpan/sql-statement: new spell, SQL parsing and processing
engine
+ * database/dbd-firebird: moved to perl-cpan section
+ * database/dbd-interbase: moved to perl-cpan section
+ * database/dbd-sqlite: moved to perl-cpan section
+ * database/dbd-sqlite2: moved to perl-cpan section

2015-04-16 Vlad Glagolev <stealth AT sourcemage.org>
* chat-irc: take over maintainership
diff --git a/database/dbd-firebird/BUILD b/database/dbd-firebird/BUILD
deleted file mode 100755
index 6099271..0000000
--- a/database/dbd-firebird/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/database/dbd-firebird/DEPENDS b/database/dbd-firebird/DEPENDS
deleted file mode 100755
index 16694b9..0000000
--- a/database/dbd-firebird/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends perl &&
-depends dbi &&
-depends FIREBIRD
-
diff --git a/database/dbd-firebird/DETAILS b/database/dbd-firebird/DETAILS
deleted file mode 100755
index 72c0741..0000000
--- a/database/dbd-firebird/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=dbd-firebird
- SPELLX=DBD-Firebird
- VERSION=1.18
-
SOURCE_HASH=sha512:211dc87aaaeede59a677f810089734300f1b7c1a4cac07bd3dee627398a8eaf681367b0467a015ee73db3133be76311b4f155fe13f6bb541dc5bfdd98a223cef
- SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- WEB_SITE=http://search.cpan.org/~mariuz/
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
- ENTERED=20110329
- LICENSE[0]=PERL
- KEYWORDS="dbi database perl"
- SHORT="Firebird DBD modules for perl DBI"
-cat << EOF
-DBD-Firebird is an interface between the Perl programming
-language and Firebird database engine
-EOF
diff --git a/database/dbd-firebird/HISTORY b/database/dbd-firebird/HISTORY
deleted file mode 100644
index e3ef9c1..0000000
--- a/database/dbd-firebird/HISTORY
+++ /dev/null
@@ -1,31 +0,0 @@
-2014-03-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.18
-
-2013-12-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.16
-
-2013-09-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.15
-
-2013-09-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.12
-
-2012-09-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.11
-
-2012-04-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.00
-
-2011-11-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.91
-
-2011-09-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.60
-
-2011-06-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.53
-
-2011-03-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.52
- new spell
-
diff --git a/database/dbd-firebird/Makefile.PL.bz2
b/database/dbd-firebird/Makefile.PL.bz2
deleted file mode 100644
index 9752e64..0000000
Binary files a/database/dbd-firebird/Makefile.PL.bz2 and /dev/null differ
diff --git a/database/dbd-firebird/PRE_BUILD b/database/dbd-firebird/PRE_BUILD
deleted file mode 100755
index 2f60f89..0000000
--- a/database/dbd-firebird/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-bzcat $SPELL_DIRECTORY/Makefile.PL.bz2 >./Makefile.PL
diff --git a/database/dbd-interbase/BUILD b/database/dbd-interbase/BUILD
deleted file mode 100755
index 53d79d1..0000000
--- a/database/dbd-interbase/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-FBDEST=$INSTALL_ROOT/opt/firebird
-answer()
-{
-cat <<EOF
-$FBDEST/bin
-$FBDEST/include
-FBDEST/lib
-localhost://$SOURCE_DIRECTORY/test.fdb
-sysdba
-masterkey
-EOF
-}
-
- bzcat $SPELL_DIRECTORY/Makefile.PL.bz2 >./Makefile.PL &&
- perl Makefile.PL &&
- make
diff --git a/database/dbd-interbase/DEPENDS b/database/dbd-interbase/DEPENDS
deleted file mode 100755
index 16694b9..0000000
--- a/database/dbd-interbase/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends perl &&
-depends dbi &&
-depends FIREBIRD
-
diff --git a/database/dbd-interbase/DETAILS b/database/dbd-interbase/DETAILS
deleted file mode 100755
index d3b7880..0000000
--- a/database/dbd-interbase/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=dbd-interbase
- VERSION=0.48
-
SOURCE_HASH=sha512:65e4e4a367b79f692cd102ff4494521804c5b5194338c4057eabe7472a5a64c9d26ebdfcc60c5fdd14199ffa9af92926baffa39bd75bc37bf6691dcf07526b05
- PATCHLEVEL=1
- SOURCE=DBD-InterBase-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-InterBase-$VERSION
-
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$SOURCE
- WEB_SITE=http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/
- ENTERED=20030225
- LICENSE[0]=PERL
- KEYWORDS="dbi database perl"
- SHORT="the InterBase/Firebird DBD modules for perl DBI"
-cat << EOF
-DBD-InterBase is an interface between the Perl programming
-language and InterBase/Firebird database engines
-EOF
diff --git a/database/dbd-interbase/HISTORY b/database/dbd-interbase/HISTORY
deleted file mode 100644
index 064e37f..0000000
--- a/database/dbd-interbase/HISTORY
+++ /dev/null
@@ -1,80 +0,0 @@
-2010-05-19 Treeve Jelbert <treeve AT sourcemage.org>
- * Makefile.PL.bz2: updated, fix for latest perl
-
-2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: firebird => FIREBIRD
-
-2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD, Makefile.PL.bz2: firebird is now in /opt/firebird
- * DETAILS: PATCHLEVEL=1
-
-2008-03-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.48
- url now at cpan
-
-2005-10-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.46
-
-2005-10-9 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.45
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-05-27 Treeve Jelbert <treeve AT sourcemage.org>
- * PREPARE: deleted, no longer applicable
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-18 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: don't run 'make test', as it assumes a specific password for
firebird,
- and the security settings may not accept the connection anyway
- use our own makefile
- * Makefile.PL.bz2: add (this is a stripped version of the project
file)
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-09-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.44
- * CONFLICTS: delete
- * DEPENDS: DBI -> dbi
-
-2004-11-19 reeve Jelbert <treeve AT sourcemage.org>
- * PREPARE: replace 'exit' by 'return 1'
- fixes bug #7649
-
-2004-07-19 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFLICTS: fix
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * Renamed to dbd-interbase
- * DETAILS: Renamed to dbd-interbase
- * DEPENDS: Formatted to Guru Handbook
- * CONFLICTS: Conflicts with DBD-InterBase
-
-2004-06-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: BUILD_API=2
- * BUILD: ensure that firebird has r/w access to SOURCE_DIRECTORY
- adjust for new BUILD_API
-
-2004-02-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.43
- * BUILD: adjust
-
-2004-01-24 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: fix it, as it failed if unixODBC was also installed
-
-2003-12-03 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: firebird now installs to /usr/firebird
-
-2003-11-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.42
-
-2003-11-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: new URL , now at Sourceforge
- use firebird-1.5 specific source
- * DEPENDS PREPARE: add
- * BUILD: now automates test process
-
diff --git a/database/dbd-interbase/Makefile.PL.bz2
b/database/dbd-interbase/Makefile.PL.bz2
deleted file mode 100644
index fefd977..0000000
Binary files a/database/dbd-interbase/Makefile.PL.bz2 and /dev/null differ
diff --git a/database/dbd-sqlite/BUILD b/database/dbd-sqlite/BUILD
deleted file mode 100755
index 8afc7f3..0000000
--- a/database/dbd-sqlite/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/database/dbd-sqlite/DEPENDS b/database/dbd-sqlite/DEPENDS
deleted file mode 100755
index 690acfc..0000000
--- a/database/dbd-sqlite/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends perl &&
-depends dbi &&
-depends sqlite
diff --git a/database/dbd-sqlite/DETAILS b/database/dbd-sqlite/DETAILS
deleted file mode 100755
index 9d04647..0000000
--- a/database/dbd-sqlite/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=dbd-sqlite
- VERSION=1.31
-
SOURCE_HASH=sha512:1108f226ee0ca7b6bcfa4e5d774ab6146319c9dc611ef12d5baae66c68e6143717d9fccd533860ea0f1a0ce7e09dfe9aa5f68e3ca7b4bf8ffd335a51e516ea6f
- SOURCE=DBD-SQLite-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-SQLite-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
- WEB_SITE=http://www.cpan.org/
- ENTERED=20030225
- LICENSE[0]=PERL
- KEYWORDS="dbi sqlite database perl"
- SHORT="the SQLite DBD modules for perl DBI"
-cat << EOF
-DBD-SQLite is an interface between the Perl programming
-language and the sqlite embedded database engine
-EOF
diff --git a/database/dbd-sqlite/HISTORY b/database/dbd-sqlite/HISTORY
deleted file mode 100644
index 8e67443..0000000
--- a/database/dbd-sqlite/HISTORY
+++ /dev/null
@@ -1,54 +0,0 @@
-2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.31
-
-2010-08-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 1.29
-
-2009-06-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.25
-
-2008-10-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.14
-
-2006-10-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.13
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-04-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.12
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.11
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-07-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.09
-
-2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.08
- * CONFLICTS: deleted
- * DEPENDS: rename DBI -> dbi
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * Renamed to dbd-sqlite
- * DETAILS: Renamed to dbd-sqlite
- Removed MAINTAINER
- BUILD_API=2
- * BUILD: Converted to BUILD_API 2
- * CONFLICTS: Conflicts with DBD-SQLite
-
-2004-01-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.29
-
-2003-02-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.28
- * BUILD, DEPENDS: added
- spell created
-
diff --git a/database/dbd-sqlite2/BUILD b/database/dbd-sqlite2/BUILD
deleted file mode 100755
index 8afc7f3..0000000
--- a/database/dbd-sqlite2/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/database/dbd-sqlite2/DEPENDS b/database/dbd-sqlite2/DEPENDS
deleted file mode 100755
index bb1ea68..0000000
--- a/database/dbd-sqlite2/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends perl &&
-depends dbi
diff --git a/database/dbd-sqlite2/DETAILS b/database/dbd-sqlite2/DETAILS
deleted file mode 100755
index 4f1f605..0000000
--- a/database/dbd-sqlite2/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=dbd-sqlite2
- VERSION=0.33
- SOURCE=DBD-SQLite2-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-SQLite2-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
-
SOURCE_HASH=sha512:5443b84e54e454888c7f477995314bc6aa27ac5b3c51fc7a7cca1ae2dbed65d9b83ed4bed56ae608a7a10ac1f2909f4365229a46d7e19e26644bc380e68f6293
- WEB_SITE=http://www.cpan.org/
- ENTERED=20030225
- UPDATED=20040112
- LICENSE[0]=PERL
- KEYWORDS="dbi sqlite database perl"
- SHORT="the SQLite DBD modules for perl DBI"
-cat << EOF
-DBD-SQLite is an interface between the Perl programming
-language and the sqlite embedded database engine
-EOF
diff --git a/database/dbd-sqlite2/HISTORY b/database/dbd-sqlite2/HISTORY
deleted file mode 100644
index f179a66..0000000
--- a/database/dbd-sqlite2/HISTORY
+++ /dev/null
@@ -1,41 +0,0 @@
-2007-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: remove depends on sqlite2
- it uses an embedded copy of sqlite2
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-05-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: depends on sqlite2
-
-2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.33
- spell copied as dbd-sqlite2
-
-2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.08
- * CONFLICTS: deleted
- * DEPENDS: rename DBI -> dbi
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * Renamed to dbd-sqlite
- * DETAILS: Renamed to dbd-sqlite
- Removed MAINTAINER
- BUILD_API=2
- * BUILD: Converted to BUILD_API 2
- * CONFLICTS: Conflicts with DBD-SQLite
-
-2004-01-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.29
-
-2003-02-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.28
- * BUILD, DEPENDS: added
- spell created
-
diff --git a/perl-cpan/dbd-firebird/BUILD b/perl-cpan/dbd-firebird/BUILD
new file mode 100755
index 0000000..6099271
--- /dev/null
+++ b/perl-cpan/dbd-firebird/BUILD
@@ -0,0 +1,2 @@
+perl Makefile.PL &&
+make
diff --git a/perl-cpan/dbd-firebird/DEPENDS b/perl-cpan/dbd-firebird/DEPENDS
new file mode 100755
index 0000000..16694b9
--- /dev/null
+++ b/perl-cpan/dbd-firebird/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends dbi &&
+depends FIREBIRD
+
diff --git a/perl-cpan/dbd-firebird/DETAILS b/perl-cpan/dbd-firebird/DETAILS
new file mode 100755
index 0000000..72c0741
--- /dev/null
+++ b/perl-cpan/dbd-firebird/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbd-firebird
+ SPELLX=DBD-Firebird
+ VERSION=1.18
+
SOURCE_HASH=sha512:211dc87aaaeede59a677f810089734300f1b7c1a4cac07bd3dee627398a8eaf681367b0467a015ee73db3133be76311b4f155fe13f6bb541dc5bfdd98a223cef
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://search.cpan.org/~mariuz/
+ SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
+ ENTERED=20110329
+ LICENSE[0]=PERL
+ KEYWORDS="dbi database perl"
+ SHORT="Firebird DBD modules for perl DBI"
+cat << EOF
+DBD-Firebird is an interface between the Perl programming
+language and Firebird database engine
+EOF
diff --git a/perl-cpan/dbd-firebird/HISTORY b/perl-cpan/dbd-firebird/HISTORY
new file mode 100644
index 0000000..e3ef9c1
--- /dev/null
+++ b/perl-cpan/dbd-firebird/HISTORY
@@ -0,0 +1,31 @@
+2014-03-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.18
+
+2013-12-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.16
+
+2013-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.15
+
+2013-09-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12
+
+2012-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.11
+
+2012-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.00
+
+2011-11-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.91
+
+2011-09-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.60
+
+2011-06-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.53
+
+2011-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.52
+ new spell
+
diff --git a/perl-cpan/dbd-firebird/Makefile.PL.bz2
b/perl-cpan/dbd-firebird/Makefile.PL.bz2
new file mode 100644
index 0000000..9752e64
Binary files /dev/null and b/perl-cpan/dbd-firebird/Makefile.PL.bz2 differ
diff --git a/perl-cpan/dbd-firebird/PRE_BUILD
b/perl-cpan/dbd-firebird/PRE_BUILD
new file mode 100755
index 0000000..2f60f89
--- /dev/null
+++ b/perl-cpan/dbd-firebird/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+bzcat $SPELL_DIRECTORY/Makefile.PL.bz2 >./Makefile.PL
diff --git a/perl-cpan/dbd-interbase/BUILD b/perl-cpan/dbd-interbase/BUILD
new file mode 100755
index 0000000..53d79d1
--- /dev/null
+++ b/perl-cpan/dbd-interbase/BUILD
@@ -0,0 +1,16 @@
+FBDEST=$INSTALL_ROOT/opt/firebird
+answer()
+{
+cat <<EOF
+$FBDEST/bin
+$FBDEST/include
+FBDEST/lib
+localhost://$SOURCE_DIRECTORY/test.fdb
+sysdba
+masterkey
+EOF
+}
+
+ bzcat $SPELL_DIRECTORY/Makefile.PL.bz2 >./Makefile.PL &&
+ perl Makefile.PL &&
+ make
diff --git a/perl-cpan/dbd-interbase/DEPENDS b/perl-cpan/dbd-interbase/DEPENDS
new file mode 100755
index 0000000..16694b9
--- /dev/null
+++ b/perl-cpan/dbd-interbase/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends dbi &&
+depends FIREBIRD
+
diff --git a/perl-cpan/dbd-interbase/DETAILS b/perl-cpan/dbd-interbase/DETAILS
new file mode 100755
index 0000000..d3b7880
--- /dev/null
+++ b/perl-cpan/dbd-interbase/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbd-interbase
+ VERSION=0.48
+
SOURCE_HASH=sha512:65e4e4a367b79f692cd102ff4494521804c5b5194338c4057eabe7472a5a64c9d26ebdfcc60c5fdd14199ffa9af92926baffa39bd75bc37bf6691dcf07526b05
+ PATCHLEVEL=1
+ SOURCE=DBD-InterBase-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-InterBase-$VERSION
+
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$SOURCE
+ WEB_SITE=http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/
+ ENTERED=20030225
+ LICENSE[0]=PERL
+ KEYWORDS="dbi database perl"
+ SHORT="the InterBase/Firebird DBD modules for perl DBI"
+cat << EOF
+DBD-InterBase is an interface between the Perl programming
+language and InterBase/Firebird database engines
+EOF
diff --git a/perl-cpan/dbd-interbase/HISTORY b/perl-cpan/dbd-interbase/HISTORY
new file mode 100644
index 0000000..064e37f
--- /dev/null
+++ b/perl-cpan/dbd-interbase/HISTORY
@@ -0,0 +1,80 @@
+2010-05-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * Makefile.PL.bz2: updated, fix for latest perl
+
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
+2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD, Makefile.PL.bz2: firebird is now in /opt/firebird
+ * DETAILS: PATCHLEVEL=1
+
+2008-03-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.48
+ url now at cpan
+
+2005-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.46
+
+2005-10-9 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.45
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-05-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * PREPARE: deleted, no longer applicable
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: don't run 'make test', as it assumes a specific password for
firebird,
+ and the security settings may not accept the connection anyway
+ use our own makefile
+ * Makefile.PL.bz2: add (this is a stripped version of the project
file)
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-09-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.44
+ * CONFLICTS: delete
+ * DEPENDS: DBI -> dbi
+
+2004-11-19 reeve Jelbert <treeve AT sourcemage.org>
+ * PREPARE: replace 'exit' by 'return 1'
+ fixes bug #7649
+
+2004-07-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: fix
+
+2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
+ * Renamed to dbd-interbase
+ * DETAILS: Renamed to dbd-interbase
+ * DEPENDS: Formatted to Guru Handbook
+ * CONFLICTS: Conflicts with DBD-InterBase
+
+2004-06-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: BUILD_API=2
+ * BUILD: ensure that firebird has r/w access to SOURCE_DIRECTORY
+ adjust for new BUILD_API
+
+2004-02-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.43
+ * BUILD: adjust
+
+2004-01-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix it, as it failed if unixODBC was also installed
+
+2003-12-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: firebird now installs to /usr/firebird
+
+2003-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.42
+
+2003-11-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: new URL , now at Sourceforge
+ use firebird-1.5 specific source
+ * DEPENDS PREPARE: add
+ * BUILD: now automates test process
+
diff --git a/perl-cpan/dbd-interbase/Makefile.PL.bz2
b/perl-cpan/dbd-interbase/Makefile.PL.bz2
new file mode 100644
index 0000000..fefd977
Binary files /dev/null and b/perl-cpan/dbd-interbase/Makefile.PL.bz2 differ
diff --git a/perl-cpan/dbd-sqlite/DEPENDS b/perl-cpan/dbd-sqlite/DEPENDS
new file mode 100755
index 0000000..690acfc
--- /dev/null
+++ b/perl-cpan/dbd-sqlite/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends dbi &&
+depends sqlite
diff --git a/perl-cpan/dbd-sqlite/DETAILS b/perl-cpan/dbd-sqlite/DETAILS
new file mode 100755
index 0000000..0bd85aa
--- /dev/null
+++ b/perl-cpan/dbd-sqlite/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=dbd-sqlite
+ SPELLX=DBD-SQLite
+ VERSION=1.46
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/I/IS/ISHIGAKI/${SOURCE}
+
SOURCE_HASH=sha512:1fbec00d99de9766450003716c8ef6eccdd08b3bc4523180d3fe1046404e3cdcdc3b893146cabf695dfb98bc3484018436412d47c134ce4a89c5348f0edc6012
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/DBD-SQLite/
+ ENTERED=20030225
+ LICENSE[0]=ART
+ KEYWORDS="dbi sqlite database perl"
+ SHORT="SQLite driver for the Perl DBI"
+cat << EOF
+DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing
in
+the distribution. So in order to get a fast transaction capable RDBMS working
+for your perl project you simply have to install this module, and nothing
else.
+EOF
diff --git a/perl-cpan/dbd-sqlite/HISTORY b/perl-cpan/dbd-sqlite/HISTORY
new file mode 100644
index 0000000..05f73e0
--- /dev/null
+++ b/perl-cpan/dbd-sqlite/HISTORY
@@ -0,0 +1,59 @@
+2015-04-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.46; updated source url, descriptions,
+ website, license; use SPELLX
+ * BUILD: dropped
+
+2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.31
+
+2010-08-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.29
+
+2009-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.25
+
+2008-10-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.14
+
+2006-10-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.13
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.11
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-07-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.09
+
+2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.08
+ * CONFLICTS: deleted
+ * DEPENDS: rename DBI -> dbi
+
+2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
+ * Renamed to dbd-sqlite
+ * DETAILS: Renamed to dbd-sqlite
+ Removed MAINTAINER
+ BUILD_API=2
+ * BUILD: Converted to BUILD_API 2
+ * CONFLICTS: Conflicts with DBD-SQLite
+
+2004-01-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29
+
+2003-02-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.28
+ * BUILD, DEPENDS: added
+ spell created
+
diff --git a/perl-cpan/dbd-sqlite2/BUILD b/perl-cpan/dbd-sqlite2/BUILD
new file mode 100755
index 0000000..8afc7f3
--- /dev/null
+++ b/perl-cpan/dbd-sqlite2/BUILD
@@ -0,0 +1,2 @@
+perl Makefile.PL &&
+make
diff --git a/perl-cpan/dbd-sqlite2/DEPENDS b/perl-cpan/dbd-sqlite2/DEPENDS
new file mode 100755
index 0000000..bb1ea68
--- /dev/null
+++ b/perl-cpan/dbd-sqlite2/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends dbi
diff --git a/perl-cpan/dbd-sqlite2/DETAILS b/perl-cpan/dbd-sqlite2/DETAILS
new file mode 100755
index 0000000..4f1f605
--- /dev/null
+++ b/perl-cpan/dbd-sqlite2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbd-sqlite2
+ VERSION=0.33
+ SOURCE=DBD-SQLite2-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-SQLite2-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
+
SOURCE_HASH=sha512:5443b84e54e454888c7f477995314bc6aa27ac5b3c51fc7a7cca1ae2dbed65d9b83ed4bed56ae608a7a10ac1f2909f4365229a46d7e19e26644bc380e68f6293
+ WEB_SITE=http://www.cpan.org/
+ ENTERED=20030225
+ UPDATED=20040112
+ LICENSE[0]=PERL
+ KEYWORDS="dbi sqlite database perl"
+ SHORT="the SQLite DBD modules for perl DBI"
+cat << EOF
+DBD-SQLite is an interface between the Perl programming
+language and the sqlite embedded database engine
+EOF
diff --git a/perl-cpan/dbd-sqlite2/HISTORY b/perl-cpan/dbd-sqlite2/HISTORY
new file mode 100644
index 0000000..f179a66
--- /dev/null
+++ b/perl-cpan/dbd-sqlite2/HISTORY
@@ -0,0 +1,41 @@
+2007-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove depends on sqlite2
+ it uses an embedded copy of sqlite2
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: depends on sqlite2
+
+2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.33
+ spell copied as dbd-sqlite2
+
+2005-05-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.08
+ * CONFLICTS: deleted
+ * DEPENDS: rename DBI -> dbi
+
+2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
+ * Renamed to dbd-sqlite
+ * DETAILS: Renamed to dbd-sqlite
+ Removed MAINTAINER
+ BUILD_API=2
+ * BUILD: Converted to BUILD_API 2
+ * CONFLICTS: Conflicts with DBD-SQLite
+
+2004-01-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29
+
+2003-02-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.28
+ * BUILD, DEPENDS: added
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2c28a5df24d980a75f0977b2feba3f967bbb0e72), Vlad Glagolev, 04/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page