From owner-svn-ports-head@freebsd.org Fri Jul 24 10:05:04 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 160B536031E; Fri, 24 Jul 2020 10:05:04 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BClDv6tl9z4KKb; Fri, 24 Jul 2020 10:05:03 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D11028C5B; Fri, 24 Jul 2020 10:05:03 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06OA53OJ081659; Fri, 24 Jul 2020 10:05:03 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OA52J2081654; Fri, 24 Jul 2020 10:05:02 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202007241005.06OA52J2081654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 24 Jul 2020 10:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543235 - in head/www: . p5-HTML-Gumbo X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head/www: . p5-HTML-Gumbo X-SVN-Commit-Revision: 543235 X-SVN-Commit-Repository: ports 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.33 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: Fri, 24 Jul 2020 10:05:04 -0000 Author: mikael Date: Fri Jul 24 10:05:02 2020 New Revision: 543235 URL: https://svnweb.freebsd.org/changeset/ports/543235 Log: www/p5-HTML-Gumbo: create port Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. Goals and features of the C library: - Fully conformant with the HTML5 spec. - Robust and resilient to bad input. - Simple API that can be easily wrapped by other languages. (This is one of such wrappers.) - Support for source locations and pointers back to the original text. (Not exposed by this implementation at the moment.) - Relatively lightweight, with no outside dependencies. - Passes all html5lib-0.95 tests. - Tested on over 2.5 billion pages from Google's index. Added: head/www/p5-HTML-Gumbo/ head/www/p5-HTML-Gumbo/Makefile (contents, props changed) head/www/p5-HTML-Gumbo/distinfo (contents, props changed) head/www/p5-HTML-Gumbo/pkg-descr (contents, props changed) head/www/p5-HTML-Gumbo/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jul 24 10:03:40 2020 (r543234) +++ head/www/Makefile Fri Jul 24 10:05:02 2020 (r543235) @@ -808,6 +808,7 @@ SUBDIR += p5-HTML-GenToc SUBDIR += p5-HTML-GenerateUtil SUBDIR += p5-HTML-GoogleMaps + SUBDIR += p5-HTML-Gumbo SUBDIR += p5-HTML-Highlight SUBDIR += p5-HTML-LinkExtractor SUBDIR += p5-HTML-LinkList Added: head/www/p5-HTML-Gumbo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-Gumbo/Makefile Fri Jul 24 10:05:02 2020 (r543235) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= HTML-Gumbo +PORTVERSION= 0.18 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mikael@FreeBSD.org +COMMENT= HTML5 parser based on gumbo C library + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Alien-Build>0:devel/p5-Alien-Build \ + p5-Alien-LibGumbo>0:devel/p5-Alien-LibGumbo \ + p5-PkgConfig>0:devel/p5-PkgConfig + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/www/p5-HTML-Gumbo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-Gumbo/distinfo Fri Jul 24 10:05:02 2020 (r543235) @@ -0,0 +1,3 @@ +TIMESTAMP = 1594986863 +SHA256 (HTML-Gumbo-0.18.tar.gz) = bf50b61c24656cc3fc958602d80a9c7d017247af38d8dbfa0e9dec5b75425d5f +SIZE (HTML-Gumbo-0.18.tar.gz) = 17716 Added: head/www/p5-HTML-Gumbo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-Gumbo/pkg-descr Fri Jul 24 10:05:02 2020 (r543235) @@ -0,0 +1,16 @@ +Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure +C99 library with no outside dependencies. + +Goals and features of the C library: + - Fully conformant with the HTML5 spec. + - Robust and resilient to bad input. + - Simple API that can be easily wrapped by other languages. + (This is one of such wrappers.) + - Support for source locations and pointers back to the original text. + (Not exposed by this implementation at the moment.) + - Relatively lightweight, with no outside dependencies. + - Passes all html5lib-0.95 tests. + - Tested on over 2.5 billion pages from Google's index. + +WWW: https://metacpan.org/pod/HTML::Gumbo +WWW: https://github.com/ruz/HTML-Gumbo Added: head/www/p5-HTML-Gumbo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTML-Gumbo/pkg-plist Fri Jul 24 10:05:02 2020 (r543235) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/HTML/Gumbo.pm +%%SITE_ARCH%%/auto/HTML/Gumbo/Gumbo.so +%%PERL5_MAN3%%/HTML::Gumbo.3.gz