From nobody Fri Nov 19 09:13:45 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1C38A188B995; Fri, 19 Nov 2021 09:13:46 +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 4HwWDp0JpGz3NQQ; Fri, 19 Nov 2021 09:13:46 +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 D41DA25B70; Fri, 19 Nov 2021 09:13:45 +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 1AJ9DjRQ010175; Fri, 19 Nov 2021 09:13:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AJ9DjIX010174; Fri, 19 Nov 2021 09:13:45 GMT (envelope-from git) Date: Fri, 19 Nov 2021 09:13:45 GMT Message-Id: <202111190913.1AJ9DjIX010174@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 78b2e13d5175 - main - devel/p5-Iterator-Simple-Lookahead: new port had been added (+) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 78b2e13d5175737ad3a5cfec8a26a1098a2faf51 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=78b2e13d5175737ad3a5cfec8a26a1098a2faf51 commit 78b2e13d5175737ad3a5cfec8a26a1098a2faf51 Author: Alexey Dokuchaev AuthorDate: 2021-11-19 09:12:50 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-11-19 09:12:50 +0000 devel/p5-Iterator-Simple-Lookahead: new port had been added (+) Simple, fast, and powerful iterator with lookahead and unget. WWW: https://metacpan.org/dist/Iterator-Simple-Lookahead --- devel/Makefile | 1 + devel/p5-Iterator-Simple-Lookahead/Makefile | 23 +++++++++++++++++++++++ devel/p5-Iterator-Simple-Lookahead/distinfo | 3 +++ devel/p5-Iterator-Simple-Lookahead/pkg-descr | 3 +++ devel/p5-Iterator-Simple-Lookahead/pkg-plist | 2 ++ 5 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9db2fc6d4306..415334ae249e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2648,6 +2648,7 @@ SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple + SUBDIR += p5-Iterator-Simple-Lookahead SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-REST SUBDIR += p5-JQuery diff --git a/devel/p5-Iterator-Simple-Lookahead/Makefile b/devel/p5-Iterator-Simple-Lookahead/Makefile new file mode 100644 index 000000000000..6d044027bd3b --- /dev/null +++ b/devel/p5-Iterator-Simple-Lookahead/Makefile @@ -0,0 +1,23 @@ +# Created by: Alexey Dokuchaev + +PORTNAME= Iterator-Simple-Lookahead +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple iterator with lookahead and unget + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Class-Accessor>=0.51:devel/p5-Class-Accessor \ + p5-Iterator-Simple>=0.07:devel/p5-Iterator-Simple + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/devel/p5-Iterator-Simple-Lookahead/distinfo b/devel/p5-Iterator-Simple-Lookahead/distinfo new file mode 100644 index 000000000000..3c5e099b5cfb --- /dev/null +++ b/devel/p5-Iterator-Simple-Lookahead/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1551614761 +SHA256 (Iterator-Simple-Lookahead-0.09.tar.gz) = 1663c4d71754f0b0174b6d7e1f80c9690f3ba838b84385242dac2c500aac799c +SIZE (Iterator-Simple-Lookahead-0.09.tar.gz) = 6493 diff --git a/devel/p5-Iterator-Simple-Lookahead/pkg-descr b/devel/p5-Iterator-Simple-Lookahead/pkg-descr new file mode 100644 index 000000000000..af5f7e871454 --- /dev/null +++ b/devel/p5-Iterator-Simple-Lookahead/pkg-descr @@ -0,0 +1,3 @@ +Simple, fast, and powerful iterator utility with lookahead and unget. + +WWW: https://metacpan.org/dist/Iterator-Simple-Lookahead diff --git a/devel/p5-Iterator-Simple-Lookahead/pkg-plist b/devel/p5-Iterator-Simple-Lookahead/pkg-plist new file mode 100644 index 000000000000..d7721ff6ce52 --- /dev/null +++ b/devel/p5-Iterator-Simple-Lookahead/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Iterator/Simple/Lookahead.pm +%%PERL5_MAN3%%/Iterator::Simple::Lookahead.3.gz