From owner-svn-ports-all@freebsd.org Mon Sep 14 17:46:00 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 A11023DD4DE; Mon, 14 Sep 2020 17:46:00 +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 4Bqv0k1kdXz42pp; Mon, 14 Sep 2020 17:45:56 +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 7443B1A978; Mon, 14 Sep 2020 17:45:55 +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 08EHjtL9007701; Mon, 14 Sep 2020 17:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08EHjsXg007696; Mon, 14 Sep 2020 17:45:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009141745.08EHjsXg007696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 14 Sep 2020 17:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548637 - in head/devel: . p5-Module-Load-Util X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Module-Load-Util X-SVN-Commit-Revision: 548637 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.33 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: Mon, 14 Sep 2020 17:46:00 -0000 Author: sunpoet Date: Mon Sep 14 17:45:54 2020 New Revision: 548637 URL: https://svnweb.freebsd.org/changeset/ports/548637 Log: Add p5-Module-Load-Util 0.003 Module::Load::Util provides some utility routines related to module loading. WWW: https://metacpan.org/release/Module-Load-Util Added: head/devel/p5-Module-Load-Util/ head/devel/p5-Module-Load-Util/Makefile (contents, props changed) head/devel/p5-Module-Load-Util/distinfo (contents, props changed) head/devel/p5-Module-Load-Util/pkg-descr (contents, props changed) head/devel/p5-Module-Load-Util/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Sep 14 17:45:48 2020 (r548636) +++ head/devel/Makefile Mon Sep 14 17:45:54 2020 (r548637) @@ -2745,6 +2745,7 @@ SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional + SUBDIR += p5-Module-Load-Util SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Loader SUBDIR += p5-Module-Manifest Added: head/devel/p5-Module-Load-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Load-Util/Makefile Mon Sep 14 17:45:54 2020 (r548637) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-Load-Util +PORTVERSION= 0.003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Some utility routines related to module loading + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Regexp-Pattern-Perl>=0:devel/p5-Regexp-Pattern-Perl + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Module-Load-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Load-Util/distinfo Mon Sep 14 17:45:54 2020 (r548637) @@ -0,0 +1,3 @@ +TIMESTAMP = 1600096490 +SHA256 (Module-Load-Util-0.003.tar.gz) = 47a0e7c2ddbb70f4803de0a09a54f001de2e07a2c90e8feaa8536cafe7968e1a +SIZE (Module-Load-Util-0.003.tar.gz) = 18070 Added: head/devel/p5-Module-Load-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Load-Util/pkg-descr Mon Sep 14 17:45:54 2020 (r548637) @@ -0,0 +1,3 @@ +Module::Load::Util provides some utility routines related to module loading. + +WWW: https://metacpan.org/release/Module-Load-Util Added: head/devel/p5-Module-Load-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Load-Util/pkg-plist Mon Sep 14 17:45:54 2020 (r548637) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Module/Load/Util.pm +%%PERL5_MAN3%%/Module::Load::Util.3.gz