svn commit: r354970 - in head/www: . rubygem-wasabi

Steve Wills swills at FreeBSD.org
Sat May 24 01:59:12 UTC 2014


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 at 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 at thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	wasabi
+PORTVERSION=	1.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe at 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


More information about the svn-ports-all mailing list