Add p5-Text-Glob 0.05, match globbing patterns against text.

This commit is contained in:
Sergey Skvortsov 2003-05-19 15:41:35 +00:00
parent 538dcb6911
commit a151260546
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81400
5 changed files with 39 additions and 0 deletions

View File

@ -230,6 +230,7 @@
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Format
SUBDIR += p5-Text-FormatTable
SUBDIR += p5-Text-Glob
SUBDIR += p5-Text-Graphics
SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-Query

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: Text-Glob
# Date created: 19 May 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Text-Glob
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Match globbing patterns against text
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Text::Glob.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-Glob-0.05.tar.gz) = 6daaba2a73f3a4943f0058e4c158e318

View File

@ -0,0 +1,8 @@
Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you want
to do full file globbing use the File::Glob module instead.
WWW: http://search.cpan.org/dist/Text-Glob/
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob/.packlist
%%SITE_PERL%%/Text/Glob.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true