SF.net SVN: gar:[26663] csw/mgar/pkg
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Wed May 27 13:28:51 CEST 2020
Revision: 26663
http://sourceforge.net/p/gar/code/26663
Author: rmottola
Date: 2020-05-27 11:28:51 +0000 (Wed, 27 May 2020)
Log Message:
-----------
gs_databasinkit/trunk: initial work on DataBasinKit
Added Paths:
-----------
csw/mgar/pkg/gs_databasinkit/
csw/mgar/pkg/gs_databasinkit/Makefile
csw/mgar/pkg/gs_databasinkit/branches/
csw/mgar/pkg/gs_databasinkit/tags/
csw/mgar/pkg/gs_databasinkit/trunk/
csw/mgar/pkg/gs_databasinkit/trunk/Makefile
csw/mgar/pkg/gs_databasinkit/trunk/checksums
csw/mgar/pkg/gs_databasinkit/trunk/files/
Added: csw/mgar/pkg/gs_databasinkit/Makefile
===================================================================
--- csw/mgar/pkg/gs_databasinkit/Makefile (rev 0)
+++ csw/mgar/pkg/gs_databasinkit/Makefile 2020-05-27 11:28:51 UTC (rev 26663)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/gs_databasinkit/trunk
===================================================================
--- csw/mgar/pkg/gs_databasinkit/trunk 2020-05-27 07:39:42 UTC (rev 26662)
+++ csw/mgar/pkg/gs_databasinkit/trunk 2020-05-27 11:28:51 UTC (rev 26663)
Property changes on: csw/mgar/pkg/gs_databasinkit/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_databasinkit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_databasinkit/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gs_databasinkit/trunk/Makefile 2020-05-27 11:28:51 UTC (rev 26663)
@@ -0,0 +1,59 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+
+NAME = DataBasinKit
+VERSION = 1.0
+GARTYPE = v2
+
+PACKAGES += CSWdatabasinkit
+
+DESCRIPTION = Obj-C Framework for accessing salesforce.com WebServices
+define BLURB
+ Framework which allows accessing SOAP WebServices of salesforce.com (insert, update... as well as describes) plus SelectIdentify. The base of DataBasin Tool.
+endef
+
+MASTER_SITES = http://savannah.nongnu.org/download/gap/
+DISTFILES = $(DISTNAME).tar.gz
+
+#where can we build?
+
+#Solaris9 disabled until we get a newer GNUTLS! and thus GS WebServices
+#PACKAGING_PLATFORMS += solaris9-i386
+#PACKAGING_PLATFORMS += solaris9-sparc
+
+PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+
+RUNTIME_DEP_PKGS_CSWdatabasinkit += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWdatabasinkit += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWdatabasinkit += CSWperformance
+RUNTIME_DEP_PKGS_CSWdatabasinkit += CSWwebservices
+RUNTIME_DEP_PKGS_CSWdatabasinkit += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWdatabasinkit_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWdatabasinkit_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWdatabasinkit += $(RUNTIME_DEP_PKGS_CSWdatabasinkit_$(GAROSREL))
+
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# now special targets for build and install so that we can source
+# GNUstep.sh before
+# configure is skipped
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+# Disable test scripts for now
+SKIPTEST ?= 1
+
+include gar/category.mk
+
+build-sourcegs:
+ . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
+ @$(MAKECOOKIE)
+
+install-sourcegs:
+ $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR)
+ @$(MAKECOOKIE)
+
Property changes on: csw/mgar/pkg/gs_databasinkit/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_databasinkit/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_databasinkit/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gs_databasinkit/trunk/checksums 2020-05-27 11:28:51 UTC (rev 26663)
@@ -0,0 +1 @@
+a09e91402a27b1d867de117ad481b072 DataBasinKit-1.0.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list