From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 05:38:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74CDA1A9; Sat, 27 Sep 2014 05:38:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 550D0DFA; Sat, 27 Sep 2014 05:38:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R5cnvu030372; Sat, 27 Sep 2014 05:38:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R5cm9b030368; Sat, 27 Sep 2014 05:38:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270538.s8R5cm9b030368@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 05:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369364 - in head/textproc: . rubygem-nokogumbo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 05:38:49 -0000 Author: swills Date: Sat Sep 27 05:38:47 2014 New Revision: 369364 URL: http://svnweb.freebsd.org/changeset/ports/369364 QAT: https://qat.redports.org/buildarchive/r369364/ Log: textproc/rubygem-nokogumbo: create port Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document. WWW: https://github.com/rubys/nokogumbo/#readme Added: head/textproc/rubygem-nokogumbo/ head/textproc/rubygem-nokogumbo/Makefile (contents, props changed) head/textproc/rubygem-nokogumbo/distinfo (contents, props changed) head/textproc/rubygem-nokogumbo/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 27 05:20:24 2014 (r369363) +++ head/textproc/Makefile Sat Sep 27 05:38:47 2014 (r369364) @@ -1341,6 +1341,7 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri14 + SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-opml SUBDIR += rubygem-org-ruby SUBDIR += rubygem-parslet Added: head/textproc/rubygem-nokogumbo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-nokogumbo/Makefile Sat Sep 27 05:38:47 2014 (r369364) @@ -0,0 +1,20 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= nokogumbo +PORTVERSION= 1.1.10 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Nokogiri interface to the Gumbo HTML5 parser + +BUILD_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri + +USES= pkgconfig +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-nokogumbo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-nokogumbo/distinfo Sat Sep 27 05:38:47 2014 (r369364) @@ -0,0 +1,2 @@ +SHA256 (rubygem/nokogumbo-1.1.10.gem) = 3a148212a938e2fa342d4e92262f98d0395622c124d0fd512c8b63612612bf07 +SIZE (rubygem/nokogumbo-1.1.10.gem) = 98304 Added: head/textproc/rubygem-nokogumbo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-nokogumbo/pkg-descr Sat Sep 27 05:38:47 2014 (r369364) @@ -0,0 +1,4 @@ +Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the +result as a Nokogiri parsed document. + +WWW: https://github.com/rubys/nokogumbo/#readme