[Lunar-commits] monodevelop-database: Inital import (0.18)

Chad 'v3rt1g0' Kittel v3rt1g0 at lunar-linux.org
Thu Dec 20 17:38:51 CET 2007


commit 881f965cca792f9c5eb6182063da25f956e1f670
Author: Chad 'v3rt1g0' Kittel <v3rt1g0 at lunar-linux.org>
Date:   Thu Dec 20 10:38:51 2007 -0600

    monodevelop-database: Inital import (0.18)
    
       * with the latest monodevelop they broke out some of the
         features into addins, this is one of the ones they broke
         out.
---
 sql/monodevelop-database/DEPENDS |    1 +
 sql/monodevelop-database/DETAILS |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/sql/monodevelop-database/DEPENDS b/sql/monodevelop-database/DEPENDS
new file mode 100644
index 0000000..8dbfca2
--- /dev/null
+++ b/sql/monodevelop-database/DEPENDS
@@ -0,0 +1 @@
+depends  monodevelop
diff --git a/sql/monodevelop-database/DETAILS b/sql/monodevelop-database/DETAILS
new file mode 100644
index 0000000..c14b9b8
--- /dev/null
+++ b/sql/monodevelop-database/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=monodevelop-database
+         VERSION=0.18
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://go-mono.com/sources/$MODULE/
+      SOURCE_VFY=sha1:00831ea74450fbe3fed71b0e8b4d45bb2324c0fe
+        WEB_SITE=http://www.monodevelop.com
+         ENTERED=20071220
+         UPDATED=20071220
+           SHORT="Addin for monodevelop to support database connections"
+
+cat << EOF
+Monodevelop-database is a addin for monodevelop that allows database
+connections from within the MonoDevelop IDE.  It supports sqlite, 
+MySql, PostgreSQL, and Microsoft SQL Server.
+EOF


More information about the Lunar-commits mailing list