git: 78b2e13d5175 - main - devel/p5-Iterator-Simple-Lookahead: new port had been added (+)

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 19 Nov 2021 09:13:45 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78b2e13d5175737ad3a5cfec8a26a1098a2faf51

commit 78b2e13d5175737ad3a5cfec8a26a1098a2faf51
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-11-19 09:12:50 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
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 <danfe@FreeBSD.org>
+
+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 <bsd.port.mk>
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