From owner-dev-commits-ports-main@freebsd.org Sun Sep 19 06:06:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 818E16AB7C7; Sun, 19 Sep 2021 06:06:41 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HBxz52PFbz3MV7; Sun, 19 Sep 2021 06:06:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27F4B183A5; Sun, 19 Sep 2021 06:06:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18J66fm9052247; Sun, 19 Sep 2021 06:06:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18J66fZU052246; Sun, 19 Sep 2021 06:06:41 GMT (envelope-from git) Date: Sun, 19 Sep 2021 06:06:41 GMT Message-Id: <202109190606.18J66fZU052246@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 000040df0c32 - main - devel/p5-alias-module: Add p5-alias-module 0.002 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 000040df0c32c12d75e571f0bbf9bccc6539fd94 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 06:06:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=000040df0c32c12d75e571f0bbf9bccc6539fd94 commit 000040df0c32c12d75e571f0bbf9bccc6539fd94 Author: Po-Chuan Hsieh AuthorDate: 2021-09-19 05:25:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-19 05:40:29 +0000 devel/p5-alias-module: Add p5-alias-module 0.002 alias::module aliases one module name to another. It is useful if you want to let users access a module's functionality under a different (usually shorter) name. WWW: https://metacpan.org/dist/alias-module --- devel/Makefile | 1 + devel/p5-alias-module/Makefile | 22 ++++++++++++++++++++++ devel/p5-alias-module/distinfo | 3 +++ devel/p5-alias-module/pkg-descr | 5 +++++ devel/p5-alias-module/pkg-plist | 2 ++ 5 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9d6d724866f3..c33f904cad3b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3675,6 +3675,7 @@ SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast + SUBDIR += p5-alias-module SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox diff --git a/devel/p5-alias-module/Makefile b/devel/p5-alias-module/Makefile new file mode 100644 index 000000000000..041100f772b8 --- /dev/null +++ b/devel/p5-alias-module/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= alias-module +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Alias one module as another + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/devel/p5-alias-module/distinfo b/devel/p5-alias-module/distinfo new file mode 100644 index 000000000000..b4f15c073e40 --- /dev/null +++ b/devel/p5-alias-module/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1629364642 +SHA256 (alias-module-0.002.tar.gz) = 65f177da67cb3078b4c22e3167f883a63dbb7f62c63944af40a72e22ca4415c8 +SIZE (alias-module-0.002.tar.gz) = 13897 diff --git a/devel/p5-alias-module/pkg-descr b/devel/p5-alias-module/pkg-descr new file mode 100644 index 000000000000..a60072a6b60f --- /dev/null +++ b/devel/p5-alias-module/pkg-descr @@ -0,0 +1,5 @@ +alias::module aliases one module name to another. It is useful if you want to +let users access a module's functionality under a different (usually shorter) +name. + +WWW: https://metacpan.org/dist/alias-module diff --git a/devel/p5-alias-module/pkg-plist b/devel/p5-alias-module/pkg-plist new file mode 100644 index 000000000000..1c35d1701f12 --- /dev/null +++ b/devel/p5-alias-module/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/alias/module.pm +%%PERL5_MAN3%%/alias::module.3.gz