From owner-svn-ports-all@FreeBSD.ORG Sat Jun 1 14:29:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F4DDE94; Sat, 1 Jun 2013 14:29:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 091BC1B7; Sat, 1 Jun 2013 14:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r51ESxnd028564; Sat, 1 Jun 2013 14:28:59 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r51ESxac028560; Sat, 1 Jun 2013 14:28:59 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306011428.r51ESxac028560@svn.freebsd.org> From: Steve Wills Date: Sat, 1 Jun 2013 14:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319572 - in head/devel: . rubygem-xpath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 14:29:00 -0000 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 +# $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 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