import DataBasin:
DataBasin is a data access tool for Salesforce.com, it allows querying, deleting and inserting records. It accesses the APIs through the usage of web services. OK landry@
This commit is contained in:
parent
00236b2478
commit
0095d939f9
16
x11/gnustep/databasin/Makefile
Normal file
16
x11/gnustep/databasin/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/22 08:03:26 sebastia Exp $
|
||||
|
||||
COMMENT = GNUstep client for salesforce.com
|
||||
|
||||
DISTNAME = DataBasin-0.3
|
||||
|
||||
HOMEPAGE = http://gap.nongnu.org/databasin/
|
||||
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
||||
|
||||
# LGPL
|
||||
|
||||
MODULES = x11/gnustep
|
||||
WANTLIB += c m pthread WebServices
|
||||
LIB_DEPENDS += x11/gnustep/webservices
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnustep/databasin/distinfo
Normal file
5
x11/gnustep/databasin/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnustep/DataBasin-0.3.tar.gz) = uRZsg0lcx6l4fr/f752wIQ==
|
||||
RMD160 (gnustep/DataBasin-0.3.tar.gz) = zzoYmp1jcyUDFdVXCtRIAbL7RkA=
|
||||
SHA1 (gnustep/DataBasin-0.3.tar.gz) = H9eh6i/2cg8NcZ6HnO0w2YYhIw0=
|
||||
SHA256 (gnustep/DataBasin-0.3.tar.gz) = Q0vyBMPFpqMB1wxE/CqP9M6V8wz1pCmIcuFUklzlmzs=
|
||||
SIZE (gnustep/DataBasin-0.3.tar.gz) = 79594
|
3
x11/gnustep/databasin/pkg/DESCR
Normal file
3
x11/gnustep/databasin/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
DataBasin is a data access tool for Salesforce.com, it allows querying,
|
||||
deleting and inserting records. It accesses the APIs through the usage
|
||||
of web services.
|
17
x11/gnustep/databasin/pkg/PLIST
Normal file
17
x11/gnustep/databasin/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/22 08:03:26 sebastia Exp $
|
||||
bin/DataBasin
|
||||
libexec/GNUstep/
|
||||
libexec/GNUstep/DataBasin.app/
|
||||
@bin libexec/GNUstep/DataBasin.app/DataBasin
|
||||
libexec/GNUstep/DataBasin.app/Resources/
|
||||
libexec/GNUstep/DataBasin.app/Resources/DataBasin.desktop
|
||||
libexec/GNUstep/DataBasin.app/Resources/DataBasin.gorm/
|
||||
libexec/GNUstep/DataBasin.app/Resources/DataBasin.gorm/data.classes
|
||||
libexec/GNUstep/DataBasin.app/Resources/DataBasin.gorm/data.info
|
||||
libexec/GNUstep/DataBasin.app/Resources/DataBasin.gorm/objects.gorm
|
||||
libexec/GNUstep/DataBasin.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/DataBasin.app/Resources/ObjectInspector.gorm/
|
||||
libexec/GNUstep/DataBasin.app/Resources/ObjectInspector.gorm/data.classes
|
||||
libexec/GNUstep/DataBasin.app/Resources/ObjectInspector.gorm/data.info
|
||||
libexec/GNUstep/DataBasin.app/Resources/ObjectInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/DataBasin.app/stamp.make
|
Loading…
x
Reference in New Issue
Block a user