The SOAP Method product provides support for remote SOAP methods, exposing
them as callable objects within the Zope environment.
This commit is contained in:
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
|
@ -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
|
||||
|
|
45
www/zope-soapmethod/Makefile
Normal file
45
www/zope-soapmethod/Makefile
Normal 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>
|
2
www/zope-soapmethod/distinfo
Normal file
2
www/zope-soapmethod/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (zope/SOAPMethod-2-0.tgz) = 03271c8663fa3b4191e27dd3a80a63d2
|
||||
SIZE (zope/SOAPMethod-2-0.tgz) = 8295
|
4
www/zope-soapmethod/pkg-descr
Normal file
4
www/zope-soapmethod/pkg-descr
Normal 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/
|
6
www/zope-soapmethod/pkg-message
Normal file
6
www/zope-soapmethod/pkg-message
Normal 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.
|
23
www/zope-soapmethod/pkg-plist
Normal file
23
www/zope-soapmethod/pkg-plist
Normal 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
|
Loading…
Reference in a new issue