Bug 189434 - [patch] New port of www/rubygem-savon
Summary: [patch] New port of www/rubygem-savon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 18:50 UTC by joe
Modified: 2014-05-24 03:20 UTC (History)
0 users

See Also:


Attachments
file.shar (1.82 KB, text/plain)
2014-05-07 18:50 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 03:13:34 UTC
Author: swills
Date: Sat May 24 02:13:28 2014
New Revision: 354972
URL: http://svnweb.freebsd.org/changeset/ports/354972
QAT: https://qat.redports.org/buildarchive/r354972/

Log:
  Heavy metal SOAP client.
  
  WWW: https://github.com/savonrb/savon
  
  PR:		ports/189434
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

Added:
  head/www/rubygem-savon/
  head/www/rubygem-savon/Makefile   (contents, props changed)
  head/www/rubygem-savon/distinfo   (contents, props changed)
  head/www/rubygem-savon/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 24 02:02:15 2014	(r354971)
+++ head/www/Makefile	Sat May 24 02:13:28 2014	(r354972)
@@ -1866,6 +1866,7 @@
     SUBDIR += rubygem-rqrcode
     SUBDIR += rubygem-robotex
     SUBDIR += rubygem-robots
+    SUBDIR += rubygem-savon
     SUBDIR += rubygem-scrapi
     SUBDIR += rubygem-scrubyt
     SUBDIR += rubygem-select2-rails

Added: head/www/rubygem-savon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-savon/Makefile	Sat May 24 02:13:28 2014	(r354972)
@@ -0,0 +1,26 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	savon
+PORTVERSION=	0.9.5
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@thrallingpenguin.com
+COMMENT=	Library for SOAP communications
+
+LICENSE=	BSD2CLAUSE
+
+RUN_DEPENDS=	rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
+		rubygem-nori>=1.0.3:${PORTSDIR}/devel/rubygem-nori \
+		rubygem-httpi>=0.9.0:${PORTSDIR}/www/rubygem-httpi \
+		rubygem-wasabi>=1.0.0:${PORTSDIR}/www/rubygem-wasabi \
+		rubygem-akami>=1.0.0:${PORTSDIR}/www/rubygem-akami \
+		rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku \
+		rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-savon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-savon/distinfo	Sat May 24 02:13:28 2014	(r354972)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/savon-0.9.5.gem) = 7dd3b205566943894289fad64e45f96fa5f22f23f235148120c1078722137a50
+SIZE (rubygem/savon-0.9.5.gem) = 28672

Added: head/www/rubygem-savon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-savon/pkg-descr	Sat May 24 02:13:28 2014	(r354972)
@@ -0,0 +1,3 @@
+Heavy metal SOAP client.
+
+WWW: https://github.com/savonrb/savon
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-24 03:13:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!