svn commit: r319572 - in head/devel: . rubygem-xpath

Steve Wills swills at FreeBSD.org
Sat Jun 1 14:29:00 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xpath
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-all mailing list