Add two more p5-Complete-* Perl modules.

This commit is contained in:
Alexey Dokuchaev 2020-07-05 06:54:12 +00:00
parent f728332db3
commit be05471d1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541254
9 changed files with 69 additions and 0 deletions

View File

@ -1911,7 +1911,9 @@
SUBDIR += p5-CommitBit
SUBDIR += p5-Compiler-Lexer
SUBDIR += p5-Complete-Common
SUBDIR += p5-Complete-Path
SUBDIR += p5-Complete-Sah
SUBDIR += p5-Complete-Sequence
SUBDIR += p5-Complete-Util
SUBDIR += p5-Config-AST
SUBDIR += p5-Config-Any

View File

@ -0,0 +1,21 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= Complete-Path
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl routine for completing anything path-like
RUN_DEPENDS= p5-Complete-Common>=0.22:devel/p5-Complete-Common \
p5-Complete-Util>=0.57:devel/p5-Complete-Util
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1499061769
SHA256 (Complete-Path-0.24.tar.gz) = 1e90855c6aa348568260f4879500516c6883f095cf7256b4f0bcdd1fbac3934d
SIZE (Complete-Path-0.24.tar.gz) = 18271

View File

@ -0,0 +1,10 @@
Complete path, for anything path-like. Meant to be used as backend for
other completing functions provided by Complete::* modules. Provides
features like case-insensitive matching, expanding intermediate paths,
and case mapping.
Algorithm is to split path into path elements, then list items (using
the supplied list_func) and perform filtering (using the supplied
filter_func) at every level.
WWW: https://metacpan.org/release/Complete-Path

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Complete/Path.pm
%%PERL5_MAN3%%/Complete::Path.3.gz

View File

@ -0,0 +1,22 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= Complete-Sequence
PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Complete string from a sequence of choices
RUN_DEPENDS= p5-Complete-Common>=0.22:devel/p5-Complete-Common \
p5-Complete-Util>=0.603:devel/p5-Complete-Util \
p5-Set-CrossProduct>=0:devel/p5-Set-CrossProduct
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1576574628
SHA256 (Complete-Sequence-0.002.tar.gz) = 13243aaaf2bf6ab4693853ff0744c468176dbf5e902571657a3546296da6c5b0
SIZE (Complete-Sequence-0.002.tar.gz) = 17168

View File

@ -0,0 +1,4 @@
This module provides routine to complete string from a sequence of choices,
that is, where its parts (sequence items) are formed from various pieces.
WWW: https://metacpan.org/release/Complete-Sequence

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Complete/Sequence.pm
%%PERL5_MAN3%%/Complete::Sequence.3.gz