import GNUstep WebServices:
The WebServices library contains a collection of classes to be used for creating client and server 'web service' applications. It is also useful for general XML work as the API that is particularly simple and efficient. OK landry@
This commit is contained in:
parent
3a4707d09b
commit
3743a2648b
21
x11/gnustep/webservices/Makefile
Normal file
21
x11/gnustep/webservices/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/28 15:51:18 sebastia Exp $
|
||||
|
||||
COMMENT = GNUstep webservices library
|
||||
|
||||
VERSION = 0.5.3
|
||||
DISTNAME = WebServices-${VERSION}
|
||||
PKGNAME = gnustep-webservices-${VERSION}
|
||||
CATEGORIES = www
|
||||
SHARED_LIBS += WebServices 0.0
|
||||
|
||||
HOMEPAGE = http://wiki.gnustep.org/index.php/WebServices
|
||||
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
|
||||
|
||||
MODULES = x11/gnustep
|
||||
MODGNUSTEP_NEEDS_GUI = No
|
||||
WANTLIB += Performance
|
||||
LIB_DEPENDS = x11/gnustep/performance
|
||||
|
||||
MAKE_FLAGS += WebServices_INTERFACE_VERSION=${LIBWebServices_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnustep/webservices/distinfo
Normal file
5
x11/gnustep/webservices/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnustep/WebServices-0.5.3.tar.gz) = /GXQEIUuIZwVEGSdtt8spg==
|
||||
RMD160 (gnustep/WebServices-0.5.3.tar.gz) = zyGlnfdMbRB5ztEwww6AUuvpqEQ=
|
||||
SHA1 (gnustep/WebServices-0.5.3.tar.gz) = ViA9znH3dwdnXHzt+/vYN1nbx8E=
|
||||
SHA256 (gnustep/WebServices-0.5.3.tar.gz) = ZCVyBRMUE6zSL8nweOVl0bNoHT3ASx8Nen7/pm4y3gg=
|
||||
SIZE (gnustep/WebServices-0.5.3.tar.gz) = 101214
|
4
x11/gnustep/webservices/pkg/DESCR
Normal file
4
x11/gnustep/webservices/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The WebServices library contains a collection of classes to be used for
|
||||
creating client and server 'web service' applications. It is also useful
|
||||
for general XML work as the API that is particularly simple and
|
||||
efficient.
|
51
x11/gnustep/webservices/pkg/PLIST
Normal file
51
x11/gnustep/webservices/pkg/PLIST
Normal file
@ -0,0 +1,51 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/28 15:51:18 sebastia Exp $
|
||||
include/WebServices/
|
||||
include/WebServices/GWSBinding.h
|
||||
include/WebServices/GWSCoder.h
|
||||
include/WebServices/GWSConstants.h
|
||||
include/WebServices/GWSDocument.h
|
||||
include/WebServices/GWSElement.h
|
||||
include/WebServices/GWSExtensibility.h
|
||||
include/WebServices/GWSMessage.h
|
||||
include/WebServices/GWSPort.h
|
||||
include/WebServices/GWSPortType.h
|
||||
include/WebServices/GWSService.h
|
||||
include/WebServices/GWSType.h
|
||||
include/WebServices/WSSUsernameToken.h
|
||||
include/WebServices/WebServices.h
|
||||
@lib lib/libWebServices.so.${LIBWebServices_VERSION}
|
||||
share/doc/GNUstep/WebServices/
|
||||
share/doc/GNUstep/WebServices/ClassesTOC.gsdoc
|
||||
share/doc/GNUstep/WebServices/ClassesTOC.html
|
||||
share/doc/GNUstep/WebServices/ConstantsTOC.gsdoc
|
||||
share/doc/GNUstep/WebServices/ConstantsTOC.html
|
||||
share/doc/GNUstep/WebServices/GWSBinding.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSBinding.html
|
||||
share/doc/GNUstep/WebServices/GWSCoder.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSCoder.html
|
||||
share/doc/GNUstep/WebServices/GWSDocument.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSDocument.html
|
||||
share/doc/GNUstep/WebServices/GWSElement.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSElement.html
|
||||
share/doc/GNUstep/WebServices/GWSExtensibility.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSExtensibility.html
|
||||
share/doc/GNUstep/WebServices/GWSMessage.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSMessage.html
|
||||
share/doc/GNUstep/WebServices/GWSPort.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSPort.html
|
||||
share/doc/GNUstep/WebServices/GWSPortType.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSPortType.html
|
||||
share/doc/GNUstep/WebServices/GWSService.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSService.html
|
||||
share/doc/GNUstep/WebServices/GWSType.gsdoc
|
||||
share/doc/GNUstep/WebServices/GWSType.html
|
||||
share/doc/GNUstep/WebServices/MainIndex.html
|
||||
share/doc/GNUstep/WebServices/OrderedSymbolDeclarations.plist
|
||||
share/doc/GNUstep/WebServices/TypesAndConstants.gsdoc
|
||||
share/doc/GNUstep/WebServices/TypesAndConstants.html
|
||||
share/doc/GNUstep/WebServices/WSSUsernameToken.gsdoc
|
||||
share/doc/GNUstep/WebServices/WSSUsernameToken.html
|
||||
share/doc/GNUstep/WebServices/WebServices.html
|
||||
share/doc/GNUstep/WebServices/WebServices.igsdoc
|
||||
share/doc/GNUstep/WebServices/dependencies
|
||||
share/doc/GNUstep/WebServices/index.html
|
Loading…
Reference in New Issue
Block a user