From 6b872c81d7683c3ab3018a95817b190b314ce310 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Jun 2005 17:33:36 +0000 Subject: Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged by Hiramatsu Yoshifumi. 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. --- textproc/p5-Text-Glob/DESCR | 3 +++ textproc/p5-Text-Glob/Makefile | 18 ++++++++++++++++++ textproc/p5-Text-Glob/PLIST | 1 + textproc/p5-Text-Glob/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 textproc/p5-Text-Glob/DESCR create mode 100644 textproc/p5-Text-Glob/Makefile create mode 100644 textproc/p5-Text-Glob/PLIST create mode 100644 textproc/p5-Text-Glob/distinfo (limited to 'textproc/p5-Text-Glob') diff --git a/textproc/p5-Text-Glob/DESCR b/textproc/p5-Text-Glob/DESCR new file mode 100644 index 00000000000..e896e8b3b3e --- /dev/null +++ b/textproc/p5-Text-Glob/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile new file mode 100644 index 00000000000..f3d0928a8e0 --- /dev/null +++ b/textproc/p5-Text-Glob/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $ + +DISTNAME= Text-Glob-0.06 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tgl +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/dist/Text-Glob/ +COMMENT= Match globbing patterns against text + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Glob/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Glob/PLIST b/textproc/p5-Text-Glob/PLIST new file mode 100644 index 00000000000..845f467a33a --- /dev/null +++ b/textproc/p5-Text-Glob/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $ diff --git a/textproc/p5-Text-Glob/distinfo b/textproc/p5-Text-Glob/distinfo new file mode 100644 index 00000000000..b14f3fa9863 --- /dev/null +++ b/textproc/p5-Text-Glob/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $ + +SHA1 (Text-Glob-0.06.tar.gz) = 8158ffc186c473a06f5e2bc8c5468225b3641066 +RMD160 (Text-Glob-0.06.tar.gz) = a49603fe4341e6774a798e65c5aa442bd8fc0849 +Size (Text-Glob-0.06.tar.gz) = 3547 bytes -- cgit v1.2.3