Bug 189432 - [patch] New port of www/rubygem-wasabi
Summary: [patch] New port of www/rubygem-wasabi
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:40 UTC by joe
Modified: 2014-05-24 03:00 UTC (History)
0 users

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-07 18:40:00 UTC
New port of the gem wasabi.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:40:07 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 02:59:14 UTC
Author: swills
Date: Sat May 24 01:59:10 2014
New Revision: 354970
URL: http://svnweb.freebsd.org/changeset/ports/354970
QAT: https://qat.redports.org/buildarchive/r354970/

Log:
  Library for simple WSDL parsing.
  
  WWW: https://rubygems.org/gems/wasabi
  
  PR:		ports/189432
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 24 01:56:43 2014	(r354969)
+++ head/www/Makefile	Sat May 24 01:59:10 2014	(r354970)
@@ -1884,6 +1884,7 @@
     SUBDIR += rubygem-unicorn
     SUBDIR += rubygem-url-mount
     SUBDIR += rubygem-url_escape
+    SUBDIR += rubygem-wasabi
     SUBDIR += rubygem-webkit-gtk
     SUBDIR += rubygem-webkit-gtk2
     SUBDIR += rubygem-webmock

Added: head/www/rubygem-wasabi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-wasabi/Makefile	Sat May 24 01:59:10 2014	(r354970)
@@ -0,0 +1,20 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	wasabi
+PORTVERSION=	1.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@thrallingpenguin.com
+COMMENT=	Library for simple WSDL parsing
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	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-wasabi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-wasabi/distinfo	Sat May 24 01:59:10 2014	(r354970)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/wasabi-1.0.0.gem) = d69b459cc05dcc9e842e66d19bf6e272c8f130336fb2df79813ba40ee337c4f3
+SIZE (rubygem/wasabi-1.0.0.gem) = 12288

Added: head/www/rubygem-wasabi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-wasabi/pkg-descr	Sat May 24 01:59:10 2014	(r354970)
@@ -0,0 +1,3 @@
+Library for simple WSDL parsing.
+
+WWW: https://rubygems.org/gems/wasabi
_______________________________________________
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 02:59:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!