gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3448: GNUstep applic DataBasin


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3448: GNUstep applic DataBasin
Date: Thu, 15 Oct 2015 06:44:58 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3448
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2015-10-14 23:44:44 -0700
message:
  GNUstep applic DataBasin
added:
  gnustep/DataBasin/             databasin-20151015064320-b3eo2o3lwcezaaem-1
  gnustep/DataBasin/Makefile     makefile-20151015064320-b3eo2o3lwcezaaem-3
  gnustep/DataBasin/config.mk    config.mk-20151015064320-b3eo2o3lwcezaaem-2
  gnustep/DataBasin/sha256sums   sha256sums-20151015064320-b3eo2o3lwcezaaem-4
=== added directory 'gnustep/DataBasin'
=== added file 'gnustep/DataBasin/Makefile'
--- a/gnustep/DataBasin/Makefile        1970-01-01 00:00:00 +0000
+++ b/gnustep/DataBasin/Makefile        2015-10-15 06:44:44 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2015 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = DataBasin
+GARNAME = DataBasin
+GARVERSION = 0.8
+HOME_URL = http://www.non-gnu.org/gap/databasin
+DESCRIPTION = GNUstep application for database access for salesforce
+define BLURB
+DataBasin is a tool to access and work with SalesForce.com. (Not an
+endorsement.) It allows one to perform queries remotely, export and
+import data.   DataBasin uses the WebServices exposed by the SFDC API and
+exposes them as methods of the DBSoap class.  To send and receive the SOAP
+messages, DB uses the websevices (GSWS) available from GNUstep libraries
+and which is a mandatory requisite.  Access to the SFDC API is provided
+by the framework DataBasinKit. 
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH)
+MASTER_SUBDIR = gap/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = DataBasinKit
+CONFIGURE_SCRIPTS=
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk

=== added file 'gnustep/DataBasin/config.mk'
--- a/gnustep/DataBasin/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnustep/DataBasin/config.mk       2015-10-15 06:44:44 +0000
@@ -0,0 +1,4 @@
+## Configuration options for DataBasin ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnustep/DataBasin/sha256sums'
--- a/gnustep/DataBasin/sha256sums      1970-01-01 00:00:00 +0000
+++ b/gnustep/DataBasin/sha256sums      2015-10-15 06:44:44 +0000
@@ -0,0 +1,1 @@
+26878432726b6a3e4123f4057b5eea39ca18ac3dff4702305a4aac0c4fea7530  
download/DataBasin-0.8.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]