From owner-svn-ports-all@freebsd.org Sun Nov 15 17:55:31 2020 Return-Path: Delivered-To: svn-ports-all@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 E05AA2EF950; Sun, 15 Nov 2020 17:55:31 +0000 (UTC) (envelope-from sunpoet@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 4CZ0H72P4rz4flg; Sun, 15 Nov 2020 17:55:31 +0000 (UTC) (envelope-from sunpoet@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 0602A1FE9C; Sun, 15 Nov 2020 17:55:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFHtR5j002446; Sun, 15 Nov 2020 17:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHtQR4002438; Sun, 15 Nov 2020 17:55:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151755.0AFHtQR4002438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555246 - in head/graphics: . p5-GraphViz2-Parse-RecDescent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . p5-GraphViz2-Parse-RecDescent X-SVN-Commit-Revision: 555246 X-SVN-Commit-Repository: ports 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.34 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: Sun, 15 Nov 2020 17:55:32 -0000 Author: sunpoet Date: Sun Nov 15 17:55:26 2020 New Revision: 555246 URL: https://svnweb.freebsd.org/changeset/ports/555246 Log: Add p5-GraphViz2-Parse-RecDescent 2.51 GraphViz2::Parse::RecDescent takes a Parse::RecDescent grammar and converts it into a graph. WWW: https://metacpan.org/release/GraphViz2-Parse-RecDescent Added: head/graphics/p5-GraphViz2-Parse-RecDescent/ head/graphics/p5-GraphViz2-Parse-RecDescent/Makefile (contents, props changed) head/graphics/p5-GraphViz2-Parse-RecDescent/distinfo (contents, props changed) head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr (contents, props changed) head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Nov 15 17:55:21 2020 (r555245) +++ head/graphics/Makefile Sun Nov 15 17:55:26 2020 (r555246) @@ -653,6 +653,7 @@ SUBDIR += p5-GraphViz2-DBI SUBDIR += p5-GraphViz2-Data-Grapher SUBDIR += p5-GraphViz2-Parse-ISA + SUBDIR += p5-GraphViz2-Parse-RecDescent SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW Added: head/graphics/p5-GraphViz2-Parse-RecDescent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Parse-RecDescent/Makefile Sun Nov 15 17:55:26 2020 (r555246) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= GraphViz2-Parse-RecDescent +PORTVERSION= 2.51 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Visualize a Parse::RecDescent grammar as a graph + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-GraphViz2>=2.48:graphics/p5-GraphViz2 \ + p5-Moo>=2.001001:devel/p5-Moo \ + p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent +TEST_DEPENDS= p5-Test-Snapshot>=0.06:devel/p5-Test-Snapshot + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/graphics/p5-GraphViz2-Parse-RecDescent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Parse-RecDescent/distinfo Sun Nov 15 17:55:26 2020 (r555246) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605426309 +SHA256 (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 09c90916a3927bce1fdb26f10a33604ebe4d6942c9d00a1441826d2597bd68d0 +SIZE (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 15208 Added: head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr Sun Nov 15 17:55:26 2020 (r555246) @@ -0,0 +1,4 @@ +GraphViz2::Parse::RecDescent takes a Parse::RecDescent grammar and converts it +into a graph. + +WWW: https://metacpan.org/release/GraphViz2-Parse-RecDescent Added: head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist Sun Nov 15 17:55:26 2020 (r555246) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/GraphViz2/Parse/RecDescent.pm +%%PERL5_MAN3%%/GraphViz2::Parse::RecDescent.3.gz