SOAP4R is a Ruby library for accessing Web Services via SOAP

WWW:    http://dev.ctor.org/soap4r

Sponsored by:   RideCharge Inc.
This commit is contained in:
Philip M. Gollucci 2009-04-08 20:34:31 +00:00
parent 65b84030ea
commit e8dc4b641c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231902
4 changed files with 30 additions and 0 deletions

View File

@ -2610,6 +2610,7 @@
SUBDIR += rubygem-ruport
SUBDIR += rubygem-sequel
SUBDIR += rubygem-sexp_processor
SUBDIR += rubygem-soap4r
SUBDIR += rubygem-stream
SUBDIR += rubygem-streetaddress
SUBDIR += rubygem-templater

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-soap4r
# Date created: 7 April 2009
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= soap4r
PORTVERSION= 1.5.8
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A Ruby implementation of SOAP 1.1
RUN_DEPENDS= rubygem-httpclient>=2.1.1:${PORTSDIR}/www/rubygem-httpclient
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/soap4r-1.5.8.gem) = d367520ba3ebbfb21f536ae2c842faf3
SHA256 (rubygem/soap4r-1.5.8.gem) = 47268c7b7da956cae369d176f4c67055c0c0d760cd7158e9da8eeaba8e85582e
SIZE (rubygem/soap4r-1.5.8.gem) = 317952

View File

@ -0,0 +1,3 @@
SOAP4R is a Ruby library for accessing Web Services via SOAP
WWW: http://dev.ctor.org/soap4r