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
This commit is contained in:
parent
0ffdf2ed5f
commit
b67c011beb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369364
4 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
20
textproc/rubygem-nokogumbo/Makefile
Normal file
20
textproc/rubygem-nokogumbo/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
textproc/rubygem-nokogumbo/distinfo
Normal file
2
textproc/rubygem-nokogumbo/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/nokogumbo-1.1.10.gem) = 3a148212a938e2fa342d4e92262f98d0395622c124d0fd512c8b63612612bf07
|
||||
SIZE (rubygem/nokogumbo-1.1.10.gem) = 98304
|
4
textproc/rubygem-nokogumbo/pkg-descr
Normal file
4
textproc/rubygem-nokogumbo/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue