Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2013 14:28:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319572 - in head/devel: . rubygem-xpath
Message-ID:  <201306011428.r51ESxac028560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jun  1 14:28:58 2013
New Revision: 319572
URL: http://svnweb.freebsd.org/changeset/ports/319572

Log:
  XPath is a Ruby DSL for generating XPath expressions
  
  WWW: http://rubygems.org/gems/xpath

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun  1 14:27:22 2013	(r319571)
+++ head/devel/Makefile	Sat Jun  1 14:28:58 2013	(r319572)
@@ -4206,6 +4206,7 @@
     SUBDIR += rubygem-warbler
     SUBDIR += rubygem-warden
     SUBDIR += rubygem-webby
+    SUBDIR += rubygem-xpath
     SUBDIR += rubygem-yajl-ruby
     SUBDIR += rubygem-yajl-ruby077
     SUBDIR += rubygem-yui-compressor

Added: head/devel/rubygem-xpath/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-xpath/Makefile	Sat Jun  1 14:28:58 2013	(r319572)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xpath
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	DSL for generating XPath Expressions
+
+RUN_DEPENDS=	rubygem-nokogiri>=1.3:${PORTSDIR}/textproc/rubygem-nokogiri
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-xpath/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-xpath/distinfo	Sat Jun  1 14:28:58 2013	(r319572)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/xpath-1.0.0.gem) = f32536dc1e991f3371ff64ca24e6da22dbca54e07b5b26b8c2667e66aefd0023
+SIZE (rubygem/xpath-1.0.0.gem) = 15360

Added: head/devel/rubygem-xpath/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-xpath/pkg-descr	Sat Jun  1 14:28:58 2013	(r319572)
@@ -0,0 +1,3 @@
+XPath is a Ruby DSL for generating XPath expressions
+
+WWW: http://rubygems.org/gems/xpath



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011428.r51ESxac028560>