The SOAP Method product provides support for remote SOAP methods, exposing

them as callable objects within the Zope environment.
This commit is contained in:
Alexander Leidinger 2004-08-02 17:46:20 +00:00
parent d164684a04
commit c7241da84c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115282
6 changed files with 81 additions and 0 deletions

View file

@ -721,6 +721,7 @@
SUBDIR += zope-proxyindex
SUBDIR += zope-silva
SUBDIR += zope-silvaviews
SUBDIR += zope-soapmethod
SUBDIR += zope-ttwtype
SUBDIR += zope-xmlwidgets
SUBDIR += zope-zmysqlda

View file

@ -0,0 +1,45 @@
# New ports collection makefile for: SOAPMethod
# Date created: 02 Aug 2004
# Whom: Alexander Leidinger
#
# $FreeBSD$
#
PORTNAME= soapmethod
PORTVERSION= 2.0
CATEGORIES= www zope
MASTER_SITES= http://zope.org/Members/EIONET/${ZOPEPRODUCTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= zope-
DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION:C/\./-/g}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The SOAP Method product provides support for remote SOAP methods
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/SOAPpy/__init__.py:${PORTSDIR}/net/py-soappy
USE_PYTHON= yes
USE_ZOPE= yes
DIST_SUBDIR= zope
ZOPEPRODUCTNAME=SOAPMethod
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
CPIO_FLAGS= --quiet -pdum -R
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@ ${CHMOD} -R og+rX ${WRKSRC}/
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@ cd ${WRKSRC} && ${FIND} . \
| ${CPIO} ${CPIO_FLAGS} ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (zope/SOAPMethod-2-0.tgz) = 03271c8663fa3b4191e27dd3a80a63d2
SIZE (zope/SOAPMethod-2-0.tgz) = 8295

View file

@ -0,0 +1,4 @@
The SOAP Method product provides support for remote SOAP methods, exposing
them as callable objects within the Zope environment.
WWW: http://zope.org/Members/EIONET/SOAPMethod/

View file

@ -0,0 +1,6 @@
To complete the installation of SOAPMethod:
- Restart Zope. This may be done from the Zope Control Panel.
- Verify that the SOAPMethod product is loaded properly by
examining them in Control_Panel/Products.

View file

@ -0,0 +1,23 @@
%%ZOPEPRODUCTDIR%%/SOAPMethod/README.txt
%%ZOPEPRODUCTDIR%%/SOAPMethod/SOAPMethod.py
%%ZOPEPRODUCTDIR%%/SOAPMethod/SOAPMethod.pyc
%%ZOPEPRODUCTDIR%%/SOAPMethod/__init__.py
%%ZOPEPRODUCTDIR%%/SOAPMethod/__init__.pyc
%%ZOPEPRODUCTDIR%%/SOAPMethod/dtml/methodAdd.dtml
%%ZOPEPRODUCTDIR%%/SOAPMethod/dtml/methodEdit.dtml
%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethod.stx
%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodAdd.stx
%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodProperties.stx
%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodTest.stx
%%ZOPEPRODUCTDIR%%/SOAPMethod/soapmethod.gif
%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/babelfish.py
%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/babelfish.pyc
%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/getactivities.py
%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/getactivities.pyc
%%ZOPEPRODUCTDIR%%/SOAPMethod/version.txt
%%ZOPEPRODUCTDIR%%/SOAPMethod/www/function.gif
@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/dtml
@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/help
@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/tests
@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/www
@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod