A collection of classes for implementing web services in Objective-C

A collection of classes for making and/or parsing XMLRPC and SOAP requests.
This is intended to provide a framework for implementing web services,
so this release also contains initial support for parsing/editing
web service definitions (WSDL).

LICENSE: LGPL2 or later

WWW: http://www.gnustep.org/resources/downloads.php
This commit is contained in:
Dirk Meyer 2009-03-20 08:54:35 +00:00
parent b91fb6f181
commit 872e2a923f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230466
5 changed files with 89 additions and 0 deletions

View file

@ -1576,6 +1576,7 @@
SUBDIR += webreport
SUBDIR += webresolve
SUBDIR += webserver
SUBDIR += webservices
SUBDIR += websh
SUBDIR += webstats
SUBDIR += webstone

27
www/webservices/Makefile Normal file
View file

@ -0,0 +1,27 @@
# New ports collection makefile for: webservices
# Date created: 25 Jan 2009
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= webservices
PORTVERSION= 0.2.0
CATEGORIES= www gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
DISTNAME= WebServices-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Classes for building web services
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
DEFAULT_LIBVERSION= 0.1
.include <bsd.port.mk>

3
www/webservices/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (WebServices-0.2.0.tar.gz) = 1ece87cf7bc7eafd2dbbe7610b3affb5
SHA256 (WebServices-0.2.0.tar.gz) = 0162118b82dbf04f9054f6c0168e6db6fa44f13f3e78aebdd1628ccd1d104d0f
SIZE (WebServices-0.2.0.tar.gz) = 68542

10
www/webservices/pkg-descr Normal file
View file

@ -0,0 +1,10 @@
A collection of classes for implementing web services in Objective-C
A collection of classes for making and/or parsing XMLRPC and SOAP requests.
This is intended to provide a framework for implementing web services,
so this release also contains initial support for parsing/editing
web service definitions (WSDL).
LICENSE: LGPL2 or later
WWW: http://www.gnustep.org/resources/downloads.php

48
www/webservices/pkg-plist Normal file
View file

@ -0,0 +1,48 @@
Local/Library/Documentation/WebServices/ClassesTOC.gsdoc
Local/Library/Documentation/WebServices/ClassesTOC.html
Local/Library/Documentation/WebServices/ConstantsTOC.gsdoc
Local/Library/Documentation/WebServices/ConstantsTOC.html
Local/Library/Documentation/WebServices/GWSBinding.gsdoc
Local/Library/Documentation/WebServices/GWSBinding.html
Local/Library/Documentation/WebServices/GWSCoder.gsdoc
Local/Library/Documentation/WebServices/GWSCoder.html
Local/Library/Documentation/WebServices/GWSDocument.gsdoc
Local/Library/Documentation/WebServices/GWSDocument.html
Local/Library/Documentation/WebServices/GWSElement.gsdoc
Local/Library/Documentation/WebServices/GWSElement.html
Local/Library/Documentation/WebServices/GWSExtensibility.gsdoc
Local/Library/Documentation/WebServices/GWSExtensibility.html
Local/Library/Documentation/WebServices/GWSMessage.gsdoc
Local/Library/Documentation/WebServices/GWSMessage.html
Local/Library/Documentation/WebServices/GWSPort.gsdoc
Local/Library/Documentation/WebServices/GWSPort.html
Local/Library/Documentation/WebServices/GWSPortType.gsdoc
Local/Library/Documentation/WebServices/GWSPortType.html
Local/Library/Documentation/WebServices/GWSService.gsdoc
Local/Library/Documentation/WebServices/GWSService.html
Local/Library/Documentation/WebServices/GWSType.gsdoc
Local/Library/Documentation/WebServices/GWSType.html
Local/Library/Documentation/WebServices/MainIndex.html
Local/Library/Documentation/WebServices/TypesAndConstants.gsdoc
Local/Library/Documentation/WebServices/TypesAndConstants.html
Local/Library/Documentation/WebServices/WebServices.html
Local/Library/Documentation/WebServices/WebServices.igsdoc
Local/Library/Documentation/WebServices/dependencies
Local/Library/Documentation/WebServices/index.html
Local/Library/Headers/WebServices/GWSBinding.h
Local/Library/Headers/WebServices/GWSCoder.h
Local/Library/Headers/WebServices/GWSConstants.h
Local/Library/Headers/WebServices/GWSDocument.h
Local/Library/Headers/WebServices/GWSElement.h
Local/Library/Headers/WebServices/GWSExtensibility.h
Local/Library/Headers/WebServices/GWSMessage.h
Local/Library/Headers/WebServices/GWSPort.h
Local/Library/Headers/WebServices/GWSPortType.h
Local/Library/Headers/WebServices/GWSService.h
Local/Library/Headers/WebServices/GWSType.h
Local/Library/Headers/WebServices/WebServices.h
Local/Library/Libraries/libWebServices.so
Local/Library/Libraries/libWebServices.so.%%LIBVERSION%%
Local/Library/Libraries/libWebServices.so.%%LIBVERSION%%.0
@dirrm Local/Library/Headers/WebServices
@dirrm Local/Library/Documentation/WebServices